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 SAP script and Purpose?
how can i transport a idoc from development system to production system? in idoc we are doing bd64 for distribution model view is it mandatory for idoc? and is it possible without creating a distribution model view we can generate a idoc?
what are use of ok_code in bdc
What is the syntax of packed number?
After the SESSION is created where is it stored?
What are interactive reports?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
1.Which of the following is not an EXIT command? options: BACK, CANCEL, STOP, EXIT? 2.To write certain contents in sap script without skipping to the next page, which command is used? Options: ADDRESS...ENDADDRESS, PROTECT...ENDPROTECT, AT...ENDAT 3. When using a table control in module pool, which statement has to present in both PAI and PBO. options : FIELD, LOOP..ENDLOOP, CHAIN...ENDCHAIN 4. Lock objects are : options : FUNCTION MODULES, PROGRAMS, TABLES
what is meant by serialization ?
How many default tab strips are there?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
Why do we use FOR ALL ENTRIES and what is the pre-requisite