Application Development 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: 

Get the current status of IDOC

Former Member
0 Kudos

Hi,

I want the current status of IDOC.

Is there any function module through which i can get the current status of IDOC?

1 ACCEPTED SOLUTION

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Check FM : CATT_IDOC_STATUS_CHECK

7 REPLIES 7

Former Member
0 Kudos

Hi,

You can check status of IDoc from WE02 Tcode..

0 Kudos

I am creating one report program where i have to display the current status of the IDOC.

0 Kudos

Nilam,

check this fm ISU_IDOC_GET_STATUS_ICON

Thanks

Bala Duvvuri

0 Kudos

You can use EDIDS table.

Also check FM EDI_DOCUMENT_READ_LAST_STATUS.

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Check FM : CATT_IDOC_STATUS_CHECK

Former Member
0 Kudos

Hi,

Use function module "FTR_IDOC_READ", Output structure "PE_IDOC_STATUS" holds the current status of IDOC number

Regards

Vinod

Former Member
0 Kudos

use GET_STATUS_FROM_IDOCNR.

put the idoc number and you'll get the status.