why scripts are client dependent and smart forms are client
independent.?
Answer Posted / venkateswarlu
when you save the script it is saved in the into the
particular program whereas in smart forms are clinet
independent because it will store into the multiple client.
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is a view in sap? : abap data dictionary
How to creat transactions? : abap data dictionary
What is dialog module?
What is the bapi?
what is the t-code to link technical and functional operation?
What is the maximum number of structures that can be included in a table or structure
Where are you used type casting?
What is a currency factoring technique?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
10) How to get Item Header in Sales Order?
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.
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is the Difference between At Line selection and At user-command?
What is tcode se16. For what is it used. Explain briefly?
What are the different window types in sapscript?