why SAP script is clint dependent and smartform is clint
indepedent ?
Answer Posted / 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 |
Post New Answer View All Answers
Table events aNd table maintains generation
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are the types of subroutines?
Difference between transparent tables and pooled tables? : abap hr
Give examples of transparent table?
What are field groups?
What is function group?
Can you define a field without a data element?
What are the differences between macro and subroutine?
How can we omit a leading sign and a leading zero in sapscript?
Can you define a field without a data element? : abap data dictionary
What is a logical database?
Name a few data dictionary objects? : abap data dictionary
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?