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 - Error ' No return parameter and FM not begin with 'SWO1'

Former Member
0 Likes
840

I have encountered the below error while doing creating API method in SWO1.

BAPI &1: The name of the function module &2 does not begin with 'BAPI'

BAPI &1: BAPI function module &2 has no return parameter

Can anyone please tell me the reason for error.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
740

1 ) Function module name should begin with 'BAPI'

2 ) return parameter:

RETURN STRUCTURE BAPIRET2

I have encountered the below error while doing creating API method in SWO1.

BAPI &1: The name of the function module &2 does not begin with 'BAPI'

BAPI &1: BAPI function module &2 has no return parameter

Can anyone please tell me the reason for error.

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
741

1 ) Function module name should begin with 'BAPI'

2 ) return parameter:

RETURN STRUCTURE BAPIRET2

Read only

0 Likes
740

Hi,

SWO1 is used for Business Objects repository.

Read only

Former Member
0 Likes
740

Hi,

Can you exactly specify what you are trying to do...

Regards,

Nallani.