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

On BAPI

Former Member
0 Likes
415

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.

2 REPLIES 2
Read only

bpawanchand
Active Contributor
0 Likes
388

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

Read only

0 Likes
388

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.