why sapscripts are client dependent and smartforms are
cliet independent,plz give me a brief explanation,thank u.
Answer Posted / jayshree
By 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 ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the advantages and disadvantages of using views in abap programming ?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
How many types of size categories and data classes are there?
Can we display a list in a pop-up screen other than full-size stacked list?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
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.
What is the difference between Check and Continue?
What is the definition of modification in an sap system and how do they impact an upgrade?
Which transaction code can I use to analyze the performance of abap program?
What are the different types of abap reports in sap?
Explain the advantages/disadvantages of logical databases?
What is the use of abap data dictionary? : abap data dictionary
Table events aNd table maintains generation
What do you mean by transparent tables in sap abap? : abap data dictionary
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?