Application Development 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 messages error in Protocol

Former Member
0 Kudos

Hi,

I have used the BAPI "BAPI_MATERIAL_MAINTAINDATA_RT" in order to manage material master data. But this BAPI creates a protocol that I we can see in SLG1 transaction. But my works needs these messages in my report and thus, I would like to retrieve them. Do you know a way in order to retrieve this "error" messages?

Thank you very much of your understanding

best regards

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi,

Try using the Function module:

BAL_LOG_MSG_READ

Regards,

ravi

0 Kudos

Thank a lot but i have a problem. I have already tried your solution and your function module but it isn't good. Indeed the return code after the FM is 1 that means that the protocol ins't found. Why? I don't understand . Have you got an example of the use of your function module?

Best regards

Former Member
0 Kudos

check where-used on BALHDR table, I think you'll find some examples. OR check program MASSSLOG for example.