Answer Posted / sainathraj
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 |
Post New Answer View All Answers
Can you show multiple alvs on a single screen?
How many types of data classes are there in sap?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is view? Different types of view. Explain?
What are the different types of luws. What are they?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is the function of a domain? : abap data dictionary
What is the syntex used to call a screen as dialog box (pop up)?
What is database utility? : abap data dictionary
What is the function of a data element? : abap data dictionary
What is the syntax of packed number?
performance tuning concepts
What is client in the sap system? : sap abap hr
What are the functional areas, user groups? How does abap query work in relation to these?