how can you make select options as a parameter?
Answers were Sorted based on User's Feedback
Answer / gandhi
data v_kunnr type kunnr.
select-options s_kunnr for v_kunnr
no intervals
no extension.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ramya
Yes, ur answer is right. but the correct syntax is
select-options nachn for pa0002-nachn no intervals.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sivaramakrishna
select-option : so_kunnr for kna1-kunnr NO-EXTENSION NO-
INTERVELLS.
NO-EXTENSION --> TO UNDISPLAY MAX RANGE FIELD
NO-INTERVELLS--> TO UNDISPLAY THE MULTIPLE RANGES OPTION[->]
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / theabapconsultant
select-options s_matnr for matnr with no intervals
this is the syntax but am not sure. if any one knows plz post
me
Is This Answer Correct ? | 4 Yes | 2 No |
In Background Report,how to handle errors?
6 Answers Cap Gemini, Raj Construction,
what is process code used in ale idocs ?
what does it mean occurs 0 while creating an internal table ?
if bdc session method is to be executed at some particular time without using sessions? how?
With the use of secondary index we can make a program run faster but we are advised not to use secondary index why is that so??
What is the difference between a structure and an append structure?
How can we call, call transaction and session method in the same program?
How does the interection between the dynpro and the abap/4 modules takes place?
how many subscreens we can create in a main screen?
1)you are creating the table and with EmpID, Lastname and Zender(Male and Female) only the Male and Female data only should entered other data should not entered.
What is a modification assistant?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?