what is difference between parameter & select-option
Answer Posted / sai
For parameters if we use value check, the value given in
taht field will be validated aggenest the check table
automatically, for select options it is not posible.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a constructor be declared private? If yes then in which scenario?
How to eliminate duplicate entries in internal tables? : abap data dictionary
what is bapi,badi,bdc,ale idocs?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Can matchcode object contain ids with different update types? : abap data dictionary
What are two different ways to add fields to sap tables?
Explain data dictionary in abap?
Can you print decimals in type n? What is difference between float and packed data type?
How to read 5th record from Hash Internal Table?
Explain lsmw?
What are roles and authorization objects?
What is a subscreen? How can we use a subscreen?
What is the relationship existing between the various data elements? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What are the differences between a database index and a match code?