how do you pass table to function module?
Answers were Sorted based on User's Feedback
You can pass a table to a function module using 'export' as
well as 'tables' parameters.To declare internal tables
through importing and exporting,table type should be
referred from DDIC.Internal tables can be declared through
Tables also by referring structures from DDIC but it
declares internal table with headerline which is not
recommended.
Tables is used for both imports and exports but only for
internal tables
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / samir
EXPORTING MEANS INPUT DATA
IMPORTING MEANS OUTPUT DATA
FOR PASSING TABLE MENTION INTERNAL TABLE IN UR
FUNCTION MODULE
Is This Answer Correct ? | 6 Yes | 7 No |
Answer / bandivenkateswarlu
pass the data from the table to the function module is used
to the by using the import and export parameters.
import: is used to the transfer the data from the table to
the function module
export: is used to the transfer the data from the function
module to the table.
Is This Answer Correct ? | 5 Yes | 10 No |
What are matchcodes?
State the differences between database view & projection view? : abap data dictionary
Proxy Programming with ABAP - How to develop the Proxy identification through programming
with out using chain and end chain how you will do validations
What is a persistent class?
how can you make select options as a parameter?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
functional spec given by whom?
im thinking to do sap course ....before doing that there shoud be any course to complete
Explain about sap fico testing and the tools used? : abap bdc
What are the disadvantages of logical databases?
Difference between client dependent and client independent tables ?