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

Error message identification in FBV1

Former Member
0 Likes
522

Hi,

Based on the entry in the T100C, transaction FBV1will either give error message (E) or warning message (W) for duplicate document check. (In my case I have given ARBGB as F5 and MSGNR as 117 in T100C table). The corresponding message in message class F5 and message number 117 is "Check whether document has already been entered under number".

Please tell me where from FBV1 picks this message (from its program) and displays if we enter any duplicate document.

Regards,

Sandeep.

1 REPLY 1
Read only

rob_postema
Participant
0 Likes
380

Goto: SE91

Message Class: F5

Message Number: 117

Display.

Select Message 117, en hit button: Where used (CtrlshiftF3)

Enter

You will see a couple of programs where this particular message is issued.

Set a break-point and execute FBV1.

Your program will stop at the desired point