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

Handle With Error Records In Bapi

narendar_naidu
Active Participant
0 Likes
676

Hello Gurus,

I am Working with Bapi(bapi_goodsmvt_create)

i need how to handle with errors.

i should collect all the Error records into one custom table.

which record produced Error.

Regards,

Naren

Hello Gurus,

I am Working with Bapi(bapi_goodsmvt_create)

i need how to handle with errors.

i should collect all the Error records into one custom table.

which record produced Error.

Regards,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
585

The Return parameter may be based on the following reference structures:

BAPIRET2

You must use this reference structure when developing new BAPIS.

BAPIRET1, BAPIRETURN

These reference structures are still partly used in old BAPIs.

http://help.sap.com/saphelp_nw04/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/frameset.htm

Read only

Former Member
0 Likes
585

Hi,

BAPI_GOODSMVT_CREATE will pass error to RETURN.

Yes it need to process these error to custom table.

Regards

Raj.k

Read only

Former Member