Answer Posted / buddula15
Generelly Selection screen Validations can be done in the
event AT SELECTION SCREEN.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the relationship existing between the various data elements? : abap data dictionary
Explain the disadvantages of logical databases?
What is the difference between a structure and a table?
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.
How are BAPI different from normal function modules?
What is the syntax for call transaction? : abap bdc
What are the differences between a database index and a match code? : abap data dictionary
What are spa/gpa parameters (sap memory)?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
How to eliminate duplicate entries in internal tables? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the advantages of logical databases : abap hr
SAP query how to use end users?
How would you set the formatting options statically and dynamically within a report?
What are the uses of the information in the data dictionary? : abap data dictionary