‎2009 Dec 23 2:52 AM
Hi,All
I want to find for one BAPI interface which tables is the BAPI data come from ?
Is there a mapping list can supply to me?
BAPI function module: BAPI_GLX_GETDOCITEMS Data from table: A , B
thanks
‎2009 Dec 23 6:28 AM
‎2009 Dec 23 6:43 PM
Hi Kenny,
I would like to help but could not understand your question properly.
Can you rephrase the question please??
‎2009 Dec 24 1:58 AM
I mean for each BAPI that has a function module created, for example BAPI_GLX_GETDOCITEMS to get GL line item data, so what i want is to get know from which table does the data come from for each BAPI , for BAPI_GLX_GETDOCITEMS , the data is got from table GLFLEXT
Should i only get the table that data come from through source code?
‎2009 Dec 24 8:04 AM
go to SE80
open function group for example 1028 for Function module BAPI_GLX_GETDOCITEMS
under the object list you will find the dictionary structures you will get the tables
‎2009 Dec 25 2:36 AM
In se80 can got the result
for example funciton group method:BAPI_PO_GETDETAIL1 it generate data from table EKKO EKPO EKPA EKBE EKBZ STXH STXL NAST
but in direct structure no these tables
‎2009 Dec 24 8:23 AM
Hi,
goto Se37 give your bapi and select the object list button in application tool bar then it will take you se80 .
there you can see the Function group 1028 and select the dictionary structures there you can see the number of tables used.
~linganna
‎2009 Dec 24 9:43 AM
Hello,
Go to transaction BDBG
Provide object name and method
click on the display Interface option to view all the generated interfaces
BR/Yogesh
‎2009 Dec 25 2:37 AM
what i mean is not to see the generated interface , but from which table the data from
‎2010 Jan 05 6:33 AM
Hi,
If u run a Transaction code of any module the data will sit in different tables in will not cum from Single table.ask ur functional cionsultant the table and fields you want to fetch.
If you are experienced ABAPER u urself can go to the T code and find the tables
as u said for PO ekko,ekpo etc.
REgards
‎2010 Jan 05 7:50 AM
I find the easiest way to see which tables are being accessed by any bapi or transaction, is to set a trace in transaction ST05, execute the bapi or transactions, and then look at the trace created. This will show all tables being read or written to.