‎2008 Aug 02 9:04 AM
Hi Frds,
I have requirement like I have to create TableType and in that TableType I have create 2 more Table Types and 2 chars..
and I have to use that Table Type in IMPORT and EXPORT parameters :of a BAPI
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 tabletype in the import parameter which contains 2 chars and
2 table types. 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.
Kindly anyone give me idea on this .
Thanks
By
Pari
‎2008 Aug 02 10:04 AM
Hi,
First initially create the structure which consists of fields in your table type in the dictionary and the refer it to ur table type. then this table is refered to the the import parameters of ur BAPI.
I hope my answer is helpful
If you have any questions post me again.
‎2008 Aug 02 10:04 AM
Hi,
First initially create the structure which consists of fields in your table type in the dictionary and the refer it to ur table type. then this table is refered to the the import parameters of ur BAPI.
I hope my answer is helpful
If you have any questions post me again.
‎2008 Aug 02 10:44 AM