Answer Posted / ravi ibm
all programs are client indipendent and SAp Scripts are
client dependent
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
Explain the advantages of different types of bdc's?
What is the structure of bdcmsgcoll? : abap bdc
What are field groups?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
what is diff between ECC 5.0 AND ECC 6.0
What are the different methods of passing data? : abap modularization
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are screen painter? Menu painter? Gui status?
What is difference between inner join and outer join?
What are the tcodes for performance tuning?
Explain how many types of tables exist and what are they in data dictionary?
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 data types of internal tables?