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

Relationship between ACC_DOCUMENT02 Idoc and FI Document

Former Member
0 Likes
1,190

Hi All,

i'm using the BAPI_ACC_DOCUMENT_POST to create a FI document with a ACC_DOCUMENT02 idoc. Everything works fine, but i can't get the link between the created FI document and the idoc number (button service relationships in FB03). How can i link the FI document to the idoc number?

Thanks in advance

Dirk

Hi All,

i'm using the BAPI_ACC_DOCUMENT_POST to create a FI document with a ACC_DOCUMENT02 idoc. Everything works fine, but i can't get the link between the created FI document and the idoc number (button service relationships in FB03). How can i link the FI document to the idoc number?

Thanks in advance

Dirk

4 REPLIES 4
Read only

Former Member
0 Likes
816

Hi!

We are using WE09 transaction for searching the IDocs by the IDoc's contents.

You might give it a shot.

Regards

Tamá

Read only

0 Likes
816

Hi Tamás,

thank you for trying, but i need the link in the FI document. When you are using FB01 with a batch input you'll get the link. I wasn't able to find the coding in FB01 where this link is built.

Dirk

Read only

0 Likes
816

When using FB01 with batch input what link are you getting.

Read only

0 Likes
816

With FB01 and batch input a have two links in FB03:

Service: Relationships

...

Role Document Type Description

Controlling Document 00010100001112

Incoming Idoc IDoc IDoc: 00000....

with the Bapi mentioned above, i get only the first entry and the second is missing.