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

EDI error

Former Member
0 Likes
363

Hi all

How can we findout error in EDI.now the status is 51.and the error is "no batch input data for screen SAPMV45A 4001.

now what i am doing is debugging and try to change the value of sy-subrc while debugging and process it at WE19 .then checkthe status in WE02 for the new idoc created.Is it the right way.

Thanks in advance

Sabu.

2 REPLIES 2
Read only

Former Member
0 Likes
332

Hi,

I can able to guide you.

can you call me at 097423 77982.

It gives the error no input data, so hope you are trying to pass the values to some screens from the idoc data.

check which field is mandatory in that and whethe rthat vale has been passed properly from idoc vales.if not pass the data.

you chekc the message on we02.

double clcik the idoc.then click the arrow marke near status records.then double click on status 51.It will show the error message in detail.

Thanks,

Ponraj.s.

Read only

Former Member
0 Likes
332

Hi,

Once the Idoc is created then then status will be 64 for Inbound and 30 for Outbound.

Then before posting you can change the status through the program RC1_IDOC_SET_STATUS.

-Regards.