cancel
Showing results for 
Search instead for 
Did you mean: 

Table/ Function Module to View FI Document through COPA Document

Former Member
0 Kudos

Hi,

We need to find FI document from COPA Document. Is there any function module or any table through which we can see this ?

Eg. Lets say COPA document generated is 110000011, but we need to find the corresponding FI document that got generated.

Your response is awaited.

Regards,

Dhruv

View Entire Topic
ajaycwa1981
Active Contributor
0 Kudos

Hi

Usually the "Reference" field populated in COPA contains the origin document.. Execute KE24 and chekc it once

br, Ajay M

Former Member
0 Kudos

Hi Ajay,

Sorry, but I stand corrected. I need a table or a functional module though which I can Get "COPA Document" from FI doc and not FI doc from COPA.

Regards,

Dhruv

Former Member
0 Kudos

Hi,

check BAPI_ACC_DOCUMENT_RECORD this delivers for a given accounting document the other CO-documents depending on REC_KEY, needless to say that the CO document must exist.

If REC_KEY = COPA its the CO-PA doc. number, COPCA is the profit-center doc. number, COBK is the CO doc. number,...

Best regards, Christian

Former Member
0 Kudos

Hi Christian,

Thanks a lot. The function Module given by you helped us a lot.

Regards,

Dhruv