2006 Aug 04 12:30 PM
Hi,
this is a general doubt. can we pass an internal table in import/export parameters of FMs. I know there are table parameters, but can this be done in import export parameters.
Regards,
Vijay
2006 Aug 04 12:33 PM
Yes, if your export/import parameter would be of <b>TABLE TYPE</b> defined in the dictionary.
Hi,
this is a general doubt. can we pass an internal table in import/export parameters of FMs. I know there are table parameters, but can this be done in import export parameters.
Regards,
Vijay
2006 Aug 04 12:32 PM
2006 Aug 04 12:37 PM
> u can use table line but not the tables.
>
Really? Ever used REUSE_ALV_GRID_DISPLAY?
2006 Aug 04 12:33 PM
yes,
in SAP Release 3.0 onwards, you should pass tables also in IMPORT/EXPORT paramters only.
FORM <FORM_NAME> USING ITAB TYPE <TABLETYPE>.
ENDFORM.
regards
srikanth
Message was edited by: Srikanth Kidambi
2006 Aug 04 12:33 PM
Yes, if your export/import parameter would be of <b>TABLE TYPE</b> defined in the dictionary.
2006 Aug 04 12:34 PM
hi,
in Function Modules if want to pass tables you have to use tables statement cant possible with Import/export statements, but in subroutines you can pass the tables.
Regards
Ashok P
2006 Aug 04 12:35 PM
Yes, you can pass the internal tables to the import/export parameters of the FMs.
For example, you can refer standard BAPIs or standard Funtional Modules.
regards,
Thangesh
2006 Aug 04 12:39 PM
Hi vijay,
1. if we pass thru TABLES,
then we can pass an internal table,
WITH HEADER LINE
2. But if we use import/export,
it has to be a TABLE TYPE
defined in the data dictionary.
(This table type will not have any header line).
regards,
amit m.
2006 Aug 04 12:43 PM
Hello,
No it is not possible
regards,
Naimesh
Message was edited by: Naimesh Patel
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |