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

BAPI Table parameter of type a structure without word BAPI

biswajit_das6
Participant
0 Likes
790

Hi Experts,

Is it possible to have a Table parameter in a BAPI which is such a structure type that does not contain word 'BAPI' ?

like

.........Parameter Name.........................Type Spec....................Associated Type..........................Short text

..............ITAB......................................LIKE................................. ZSTRUCT...................." ZSTRUCT does not contain word 'BAPI'

Thanks & Regards,

Biswajit

Edited by: Biswajit Das on Aug 16, 2009 9:47 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
764

Hi Biswajith,

it is possible.

by

Prasad gvk.

6 REPLIES 6
Read only

Former Member
0 Likes
765

Hi Biswajith,

it is possible.

by

Prasad gvk.

Read only

0 Likes
764

Can you please explain how we can do this.

Thanks

Biswajit

Read only

0 Likes
764

Hello,

If this is 'Z' BAPi then very much possible. You can give name of your choice while creating table parameter of BAPI method.

Thanks,

Augustin.

Read only

0 Likes
764

Actually I tried to do that but while in Add API method giving the FM it is showing error like the structure does not contain BAPI Word

Read only

0 Likes
764

Hi,

Is it a warning or an error message ?

Also, are you generating bapi using a api function module or ??

KR Jaideep,

Read only

0 Likes
764

Hi ,

your BAPI structure name shold be like this "ZBAPI_STRUCT" , then only you can add FM to API method. Your structure name should start with ZBAPI.

Regards,

Pradip