In ABAP, by using select-options keywords how to make it work like a parameter keyword?

Showing Answers 1 - 7 of 7 Answers

kiran kumar.G

  • Nov 23rd, 2007
 

By using the below code me make select-options to parameters.

TABLES: vbak.

SELECT-OPTIONS : s_vbeln FOR vbak-vbeln NO-EXTENSION NO INTERVALS.

Regards,
Kiran Kumar G

  Was this answer useful?  Yes

RADHA.ETTE

  • May 10th, 2011
 

we can make select-option to parameter by this Syntax.

SELECT-OPTIONS : <S_NAME> FOR <DBTABLE-FLD> NO INTERVALS NO-EXTENSION.

Best Regards,
Radhakrishna.Ette

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions