cancel
Showing results for 
Search instead for 
Did you mean: 

I have set 'Trigger immediately' ,But the idoc stay in status 64.

Former Member
0 Kudos

Hello,

I am using idoc tech to receive file from parnters.

I create a file port to import the file on my server,then

CALL FUNCTION 'EDI_DATA_INCOMING'

EXPORTING

PATHNAME = '/home/file/doc5.txt'

PORT = 'ZPORT5'.

I have set 'Trigger immediately' option on the partner profiles .

But the idoc stay in status 64.

When I execute BD20, the idoc status became 53(OK).

I have set 'Trigger immediately' ,Why?

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Harry,

If you choose background program check box,then status will have 64 ,then we need run manually by using RBDAPP01 program to get status 53.

So change this accordingly and retest it.

Regards,

---Satish

Former Member
0 Kudos

I did not choose background program check box . I choose 'Trigger immediately' ,but the idoc stay in status 64.

When I execute BD20(RBDAPP01), the idoc status became 53(OK). Why?

Former Member
0 Kudos

Harry,

Please see rainers comment in this thread and see whether it helps in your case:

Regards,

---Satish

Former Member
0 Kudos

I call BD20 forwarding status 64 to 53. Now it is OK.

.....

CALL FUNCTION 'EDI_DATA_INCOMING'

EXPORTING

....

CALL TRANSACTION 'BD20' USING BDC_TAB MODE 'N' MESSAGES INTO MESSTAB.

.....

Former Member
0 Kudos

Please schedule the program RBDINPUT in your processing system