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

Former Member
0 Likes
4,158

Hi All

The return parameters of a material creation bapi is as follows :

TYPE E

ID MG

NUMBER 537

MESSAGE Messages for material 300005361:

log number 0000000000046726

LOG_NO 00000000000000069126

LOG_MSG_NO 000000

MESSAGE_V1 300005361

MESSAGE_V2 0000000000046726

MESSAGE_V3

MESSAGE_V4

Please advice how to find the further detailed description of the above error message.

Thanks

Ravindra Suvarna

1 ACCEPTED SOLUTION
Read only

Former Member
2,509

You need to display the log using transaction SLG1.

Material related objects:

CKML_PRICES_SEND

GDS_MATERIAL_EXTRACT

MATU

-Kiran

*Please reward useful answers

Message was edited by: Kiran Raorane

3 REPLIES 3
Read only

Former Member
2,510

You need to display the log using transaction SLG1.

Material related objects:

CKML_PRICES_SEND

GDS_MATERIAL_EXTRACT

MATU

-Kiran

*Please reward useful answers

Message was edited by: Kiran Raorane

Read only

LucianoBentiveg
Active Contributor
0 Likes
2,509

You can use FM MESSAGE_PREPARE, this FM compose message error text.

Also you can go to TX SE91 with message class MG ans message number 537, to see error text.

Regards.

Read only

Former Member
0 Likes
2,509

Hello Ravindra,

Declare on message table and equate to the ET_MESSATE_TABLE of the BAPI.

You will get the details of the BAPI run.

Reward points if it is helpful.

Regards,

Vasanth