‎2008 Aug 01 2:01 PM
Hai all,
I have to create a BAPI ....below is the requriemenet
Import parameter
-
1) TableType
char1 | char2 | table type | char1 | table type--->char1 | table type--->char2 |
|-------tabletype->char1
2) char2
3) char3
1) We have a table in the import parameter which contains 2 chars and
2 tables. The structure is as shown below.
The export can also be of the same structure and then whatever is set
in import should also be set in the export. In order to differentiate we
just need to have the variables for import with i and also for exports with
e.
please give some idea on above requirement....
Thanks in advance....
withregards,
Lokesh.
‎2008 Aug 01 2:12 PM
Hi
http://www.erpgenie.com/abap/bapi/example.htm
[Step Involved|http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm]
Regards
Pavan
‎2008 Aug 01 2:29 PM
Thanks Pavan for ur quick reply..
But my requirement is I have to create TableType and in that TableType I have 2 more TT and 2 chars..
and I have to use that Table Type in IMPORT and EXPORT parameters :
here is the requirement:
Import parameter
-
1) TableType
char1 | char2 | tabletype | char1 | tabletype--->char1 | tabletype--->char2 |
|-------tabletype->char1
2) char2
3) char3
1) We have a table in the import parameter which contains 2 chars and
2 tables. The structure is as shown below.
The export can also be of the same structure and then whatever is set
in import should also be set in the export. In order to differentiate we
just need to have the variables for import with i and also for exports with
e.