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 - ACC_DOCUMENT

Abie
Explorer
0 Likes
8,212

Hi Friends,

I am posting an accounting document via IDOC - ACC_DOCUMENT.Can someone help me with a transaction (other than WE02) where I can view the accounting document posted.I am looking for a transaction similar to WPER where we can view all the POS IDOCs and their errors if any.

Regards,

Abie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,523

Hi,

look into header segment E1BPACHE09 of your idoc. There should be a field obj_key.

Take this value und put in into awkey for search in se16 table bkpf.

take values for document number, company code and year from se16 hit and enter it in transaction FB03 to see the FI document.

Another option you can use in case the field E1BPACHE09-REF_DOC_NO is filled.

Than you can input this in FB03 directly as reference number.

Regards

Michael

3 REPLIES 3
Read only

Former Member
0 Likes
4,523

Hello Abie,

You can use below transaction codes.

BD87 - Status Monitor For ALE Message

WE05 -  IDOC List

WE09 - IDOC Search For Business Content

Regards,

Rahul

Read only

Former Member
0 Likes
4,523

Hi Abie,

Please try the tcode SLG1, which will display Date/time/user,application log and message text.

(say,

Call transaction SLG1 with object CAPI and sub-object CAPI_LOG, then check all log entries.)

Read only

Former Member
0 Likes
4,524

Hi,

look into header segment E1BPACHE09 of your idoc. There should be a field obj_key.

Take this value und put in into awkey for search in se16 table bkpf.

take values for document number, company code and year from se16 hit and enter it in transaction FB03 to see the FI document.

Another option you can use in case the field E1BPACHE09-REF_DOC_NO is filled.

Than you can input this in FB03 directly as reference number.

Regards

Michael