Hi all,
I am doing some analysing to find out why some data in SAP are wrong.
Data are coming from an external system to sap using the .Net Connector, RFC. A field in SAP has a wrong content. I have been told to check the BAPI BAPI_ACC_DOCUMENT_POST or BAPI_ACC_DOCUMENT_CHECK.We are writing our own BAPI using the existing one in them. I have found that the table "accountgl" has not been changed anywhere in any of theses BAPIs. My questions are:
- how does the transfer of data with BAPI actually work?
- Where should I look? I have not found any report in our sap system where data mapping have been done for this purpose, to fill the BAPI table? I think I need better understanding of how the connection with BAPI work. A few sentences to give me an idea will be fine. I have created a BAPI before just to learn how to create it. I have never connected 2 Systems.
Please help.