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 structure

Former Member
0 Likes
336

Hi Friends,

In Bapi I want to return additional fields as output.

Thanks,

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
310

BAPIs are standard sap delivered function modules. If you want to return addtional info from a certain BAPI, you will need to copy and modify it accordingly. I suggest that you do not modify the BAPI directly, always copy it and modify.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
310

Hi,

Is this Standard SAP BAPI or customized BAPI.

If it is Standard SAP BAPI, then you cannot return additional fiels. Instead once you call the BAPI and you receive Success Message, then fetch the data from appropriate tables, which the BAPI has updated.

If it is user defined customized BAPI, then you can add the fields in export parameters.

Best regards,

Prashant