why SAP scripts are client dependent and smart forms are not?
Answer Posted / dmitriy
The question is "why" not "how"
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is lock object ? : abap data dictionary
Can we create field without data element? If yes, how?
How can we set the tablespaces and extent sizes ?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How do you do bdc for a table control? : abap bdc
Describe the difference between macro and subroutine?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is a view in sap? : abap data dictionary
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are conversion routines? : abap data dictionary
What are the disadvantages of using explicit enhancement?
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 is an evaluation path? : sap abap hr
Can we use on change of between select and endselect?
What are the different types of parameters?