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

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

amol_chaudhari5
Explorer
0 Likes
1,058

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

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
Read only

Former Member
0 Likes
795

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

Read only

amol_chaudhari5
Explorer
0 Likes
795

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.