Is function module is client dependent or client independent.
Answer Posted / chinnareddypalloori
The Function Modules are Client Independents
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is modularization and its benefits? : abap modularization
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.
Does sap handle multiple currencies?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are table clusters?
Explain the call transaction method? : abap bdc
Folder types in smatforms? 2)What is Command line?
What is the table & field to identify the no of items (bottles) stored in one case?
What is view proxy in abap?
What are the different functions used in sap script?
What are the different types of mode (run code) in call transaction method?
What is the use of 'for all entries'?
How to find the return code of a statement in abap programs?
Why grouping of fields is required? What is the max no of modification groups for each field?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.