Answer Posted / preethi
using append,insert statements u can enter the data into the
internal tables.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is append search help? : sap abap data dictionary
What is the different between template and a table?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What is evaluation path, where do we do it and why? : sap abap hr
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.
What are the basic functions of database utility? : abap data dictionary
What are the commands used for interactive reports?
What is the difference between a dialog program and a report?
What is the difference between sum and collect?
In which particular scenario we use sorted table and which particular scenario we use standard table?
How do you validate the selection criteria of a report? And how do you display initial
What is a table attribute? : abap data dictionary
Program lines for the radio button selection and unabling some input variables in section screen
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1