why SAP scripts are client dependent and smart forms are not?
Answers were Sorted based on User's Feedback
Answer / deepanjali parida
when we create a smartform in development server its
automatically will copy to the testing server like other
classical report becoz it generates a function module after
creating a smart form.but in sap script it will not copy to
the testing server, we have to use scc1 transaction code to
transfer the request then only we can test the output.so the
sap script is client-dependent.
Is This Answer Correct ? | 23 Yes | 6 No |
design sap script is a word processing tool which displays data on the form with the help of text elements where the logic of those is written in the print program and Forms were designed to be driven from print program, hence are often termed as client dependent. Smart forms are client independent. Bcoz it doesn’t use any text elements. it will be executed through a function module. When a print program calls a Smart Form, the form itself takes over to produce output, without any further direction from print program.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sannie
http://saptechnical.com/Tutorials/Smartforms/Client/dependency.htm
Is This Answer Correct ? | 0 Yes | 0 No |
real time report in material management and sales and distribution with codes
Can we create an abap program without using y or z?
How can end-of-selection be used?
What are the functional modules used in sequence in bdc? : abap bdc
Explain the difference between get and get late?
How to put checkbox against a row in ALV display?
Explain client-dependent and client-independent tables.
What is the bapi?
how many types of idoc'c?
what is 'X' parameter in BAPI?
How do you activate a function exit?
What are the components of sapscript?