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 different message types available in the abap/4 ?
Define abap/4 layer?
How do you do BDC?
How can we use multiple transactions by using bdc_insert? : abap bdc
how to add a field to existing TMG with out deleting that TMG. tmg over riding techinique.
How do you Export a session ?
how can i transport a idoc from development system to production system? in idoc we are doing bd64 for distribution model view is it mandatory for idoc? and is it possible without creating a distribution model view we can generate a idoc?
Define external layer?
Is exit a function module?
What is the abap program name to process the batch input session automatically? : abap bdc
What is table attribute? : abap data dictionary
Difference between MACRO and SUBROUTINE ?