Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help In Table Types

Former Member
0 Likes
416

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
396

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.

2 REPLIES 2
Read only

Former Member
0 Likes
397

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.

Read only

Former Member