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 |
what is the difference between Blocked ALV and interactive ALV?
What is a matchcode?
in the final display list how can i change rows to columns and vice versa
24) Can we create more than one main window in scripts?
Where are you used type casting?
How did you test the form u developed? How did you taken print?
What is asynchronous and synchronous update?
17) How will you validate selection screen elements?
How do we handle multiple line items in BDC's.
What is the difference between User Exits and BADI?
5 Answers Accenture, IBM, SAP Labs,
how to prepare technical specs? what are the steps used to prepare it?
What are IDOCs?