cancel
Showing results for 
Search instead for 
Did you mean: 

Message no. in invoice creation

Former Member
0 Kudos

Hi All,

I am getting some message no. while creating the invoice. In debugging where should I put the breakpoint to check this?

Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

During invoice creation the messages are not issued directly to the user by

mean of Message ABAP statement.

Instead they are stored in the internal table XVBFS.

To catch a message, set a breakpoint at the begin of function

RV_INVOICE_CREATE, then set a watchpoint on field XVBFS-MSGNO.

Regards

Roop

Answers (0)