What is the main difference between Smartforms and SAP
scripts?
Answer Posted / balamurugan
Smart forms:
1.Client independent.
2.Label can't be created.
3.It generate function module.
4.Main window is not necessary.
Sap Script:
1.Client dependent.
2.Label can be created.
3.It doesn't generate function module.
4.Main window is necessary.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is generic buffering?
What is the difference between free and refresh?
How do you take care of performance issues in your ABAP programs?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What are the different methods of bdc? : abap bdc
How are BAPI different from normal function modules?
How many types of size categories and data classes are there? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is design pattern? Provide example .Why are we using it?
How to upload data using catt ? : abap hr
how to read the standard field value in your custom program.
What is a database view? : abap data dictionary
How many ways can a sap system be accessed?
What is the lock object?
What is the use of table maintenance allowed?