why SAP script is clint dependent and smartform is clint
indepedent ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sivaramakrishna
generally in abap text's are client dependent .when a sap
script is genrated it is stored as text .but when a
smartform is excuted at backend one funtion module is
genrated .which is not(function modules are client
independent ) client dependent in sap.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jitendra nayak
sapscript is Clint dependent and smart form is Clint
independent bcz of smart form creates a function module
which sap script doesn't create
Is This Answer Correct ? | 3 Yes | 1 No |
What are the two ways of producing a list within a transaction?
how do you work with semi colon separated files in bdc ?
What is the difference between LSMW and BDC?
Where the payroll results are stored
defination of workarea? and header line
What are the different methods of bdc? : abap bdc
What is the difference between Selection Screen on Request and Selection screen on input?
Give few names of cluster tables in sap? Give few names of pooled tables in sap? give few names of transparent tables?
Explain the advantages and disadvantages of different types of bdc's?
Have you processed BDCs ?
what is defference between breakpoint and watch point?
Modes in Call Transaction?