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

Invoic01 idoc posting error Lock error 1 &

Former Member
0 Likes
696

All,

Has anyone seen this error before with Idoc processing? If so what causes it? The idoc status is 51 and the Status detail is

Code SAP

message # 999

message type E

ID ZZ

Any ideas on how I can determine this? We cannot replicate the issue so can't trace/debug.

Thanks

Sandra

All,

Has anyone seen this error before with Idoc processing? If so what causes it? The idoc status is 51 and the Status detail is

Code SAP

message # 999

message type E

ID ZZ

Any ideas on how I can determine this? We cannot replicate the issue so can't trace/debug.

Thanks

Sandra

4 REPLIES 4
Read only

Former Member
0 Likes
631

Hello,

the message id zz points to an own (only in your system defined) message. It may be raised by

some userexit implemented in your system.

Your chance to find that exit wold be:

Transaction SE84 - > Other Exits -> Message number ( ZZ, 999)

and then use the 'where used List'.

Regards

Wolfgang

Read only

b_deterd2
Active Contributor
0 Likes
631

Hi,

Goto tcode SE91 and press the where-used button on message ZZ 999.

Hope it helps.

Regards,

Bert

Read only

Former Member
0 Likes
631

Thank you both - I thought it was due to customization but was hoping the code SAP meant it was due to SAP standard.

Anyway, I did what you both told me to do - got the same results. Unfortunately this ZZ seems to be used as a catch all type error message so there are hundreds of abaps that appear when I click on "where used". I know most of the customized objects so can search on those individually.

Thanks again,

Sandra

Read only

0 Likes
631

As pointed out this was due to our customization.

Sandra