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: 

How to add a message in invoice log while processing invoice?

amol_chaudhari5
Explorer
0 Kudos

Dear Friends,

I need to add all messages, type I/W/E generated in user exit includes, to invoice log.

Can you please let me know how to do that?

Which structure or table I need to modifiy for this?

Best regards,

Amol Chaudhari

2 REPLIES 2

Former Member
0 Kudos

do u want to create application log ?

u need to find out object+subobject which is used by SAP , then u can do it .

transactions SLG0/1.

FM - BAL_LOG_MSG_ADD or search BAL*

regards

Prabhu

amol_chaudhari5
Explorer
0 Kudos

Dear Friends,

Finally, I got the answer.

I required to add the messages to error log for invoice. Error log is displayed in Tree format.

The error log getting displayed while processing invoice with help of table VBSK.

We can update the VBSK table information with required message to put in log.

Best regards,

Amol Chaudhari.