what is the difference between interface and global diffinations in smartforms?
Answers were Sorted based on User's Feedback
Answer / rp
Main Diffrence between Form Interface and Global Definition
is
Form Interface is the interface between your driver program
and Smartform. You are passing the necesssary value of
tables or fields from your Driver program to Smartform in
runtime.
Global Definition is used the variables which can be used
in Smartform only. Where you do processing and using the
output.
Simple example is Global and Local Varialbles which can be
used in a simple report.
Hope, it clear your doubts. For more clarification ,please
reply other appreciate for the same.
Is This Answer Correct ? | 33 Yes | 1 No |
Answer / abaprajaram
Interfaces are used in the smartform to pass the data in
the global declaration area to write the programing logic
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / balamurugan
Global Definition:Variables used in the smart forms declared
at here(like local).
Form Interface:The arguments passed from driver program are
assigned at here by creating variable or table of the same type.
Is This Answer Correct ? | 7 Yes | 7 No |
what are the advantages and disadvantages in LSMW over BDC?
What the Object will be created when upload a Logo?
what is Composite key in table creation? what is the use?
what is the difference betn end-of-page and end-of- selection?
Utility of bdc cursor?
Explain the advantages of different types of bdc's?
What happens if a function module runs in an update task? : abap modularization
How many detail lists can be created in interactive reporting?
What is a 'z' report?
How are the function code handles in flow logic?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
Which table stores the programs created?