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 in t-code MB90: No messages exists for repeat processing exist...

aris_hidalgo
Contributor
0 Likes
3,476

Hello experts,

I am currently trying out transaction code mb90 and entering the necessary information. When I click on the execute button the error above(the subject line) appears below. I am trying to debug my sapscript form through this t-code but I cannot proceed because of the said error. Thanks a lot guys!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,748

Hi viray,

It is not the error in tcode MB90.

For the particular Goods movement there are no messages.

Regards,

Wenceslaus.

5 REPLIES 5
Read only

Former Member
0 Likes
1,748

Viray,

Looks like you are trying to process the output of a delivery document. Now, you need to have a message in the document, which will be picked up by this transaction and process the same. If you don't have a message the SAP Script will not be called.

Suggest, you go into the document, add a message output and then you can process the output.

Regards,

Ravi

Read only

Former Member
0 Likes
1,749

Hi viray,

It is not the error in tcode MB90.

For the particular Goods movement there are no messages.

Regards,

Wenceslaus.

Read only

Former Member
0 Likes
1,748

Hi Viray,

i think the processing Mode you use is repeat Processing..

try the other two options..

IF they also Fail .. means that there are NO messages..

regards

satesh

Read only

0 Likes
1,748

Hello friends,

How can I put meesages? Thanks a lot guys!

Read only