why SAP script is clint dependent and smartform is clint
indepedent ?
Answer Posted / nitin gautam(sharma)
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the buffering types?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are Tickets in Realtime ?
What is a data dictionary? : sap abap data dictionary
what is leave to TRANSACTION?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
How to use messages in lists?
How to determine the attributes of an internal table?
What is macro? : abap hr
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the different abap/4 editors?
What is full form of bdc session? : abap bdc
Which function module would you use to check the user’s authorization to access files before opening a file?
How to Raise a Particular Ticket in Realtime ?
Explain what is step-loop? Explain all the steps?