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 |
functional spec given by whom?
i can give default values in select-options also then what is use of INTIALIZATION event?
What is runtime analysis? Have you used this?
I have a table with 400 recs. among some are duplicate records. how can I remove the duplicate records from the table. pls help me out.
In Pooled and Cluster Tables, which table we can convert into Transparent Table?
please send differences between events
What are the different types of data dictionary objects?
What is a batch input session? : abap hr
where u can find user exists? how to activate user exists?
How to create user interfaces for lists?
2)what is the differnce between user exits and Badi
when a material is created through BDC, does it add the created material in mara table?Or else where the material created is stored?(In which table?)