why scripts are client dependent and smart forms are client
independent.?
Answer Posted / sai krrishna
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 ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is a bsp application? : sap abap hr
Explain the table, which contain the details of all the name of the programs and forms?
What is value table? : abap data dictionary
What are the differences between session method and call transaction method? : abap bdc
what are the important fields while preparing sales order,inquiry?
Control Break statements- At new...endat.
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Is it possible to run host command from SAP environment? How do you run?
What functions does a data dictionary perform ?
Differentiate between report and dialog program
Normally how many and what files get created when a transaction program is written?
What takes most time in SAP script programming?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How we format the data before before write statement in report ?