2013 Sep 25 8:41 PM
Hi There,
I am looking for a BAPI to read an Accounting Document Details from ECC system. I checked the BAPI transaction code under the component 'Accounting - General' but couldnt find a suitable one. All I see are BAPIs for Check and Post functionality. Could you please pass on the BAPI name if you have it?
Thanks,
Chan
2013 Sep 26 8:39 AM
Hi,
it's no BAPI but you can try fm FI_DOCUMENT_READ.
Regards,
Klaus
2013 Sep 25 8:54 PM
Hi Chan,
Check this FM: BAPI_ACC_DOCUMENT_DISPLAY.
Thanks,
Shree
2013 Sep 25 9:02 PM
Hi Shreekant,
The BAPI you mentioned is a Dialog one. I need a BAPI which should export details in Tables/Exporting parameters.
Thanks,
Chan
2013 Sep 26 8:06 AM
2013 Sep 26 8:14 AM
Hi Shreekant,
please see bapi - BAPI_ACC_DOCUMENT_CHECK
it might help you..
thks nilesh.
2013 Sep 26 8:25 AM
2013 Sep 26 8:39 AM
Hi,
it's no BAPI but you can try fm FI_DOCUMENT_READ.
Regards,
Klaus
2013 Sep 26 8:51 AM
BAPI is usually used for posting transaction, you should use FM as Klaus's suggestion.
2013 Sep 26 9:05 AM
As not GET_DETAIL/GET8LIST BAPI available, the RFC enabled FM suggested by Klaus is a good option.
Regards,
Raymond
2013 Sep 26 2:57 PM
Thanks everyone for your input. I found a lot of POST and CHECK BAPIs but they will not solve my purpose. My document is already posted in the system and I want to read it. As Klaus suggested, I will use the RFC enabled function module.
2013 Sep 26 3:02 PM
Hi
If you need to read FI document from remote system probably FI_DOCUMENT_READ is the best fm just as Klaus has suggested you...I don't believe there's a specific BAPI, there are several BAPI to get the details of Items, but not for a single document.
...but you can create a your own BAPI of course
Max