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

idoc status

Former Member
0 Likes
617

Hi All,

How to get the status of the Idoc which is failed. Suppose Idoc is failed giving the message 'Postal code should have length 7', Then how to get the error message if we want to get error messages based of the idoc number.

Thanks

Raju

Hi All,

How to get the status of the Idoc which is failed. Suppose Idoc is failed giving the message 'Postal code should have length 7', Then how to get the error message if we want to get error messages based of the idoc number.

Thanks

Raju

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
587

Hi,

u can get the status for the idoc in the table EDIDS.Pass the idoc number,it will give u the status.

Regards,

Nagaraj

Read only

Former Member
0 Likes
587

HI,

I know that from EDIDS we get the status.. but i want to get the status text, not the status number. |f we go to EDIDS table i will get only '& must have length &' but i want 'Postal code should have length 7'. How to get ''Postal code should have length 7'. Please help

Thanks,

Raju

Read only

0 Likes
587

in the table u have fields <b>stapa1</b> <b>stapa2</b> <b>stapa3</b> <b>stapa4</b>...

Replace <b>&</b> with the values in these fields..

Thanks.

Read only

Former Member
0 Likes
587

Got it...

its through FM IDOC_GET_MESSAGE_ATTRIBUTE