cancel
Showing results for 
Search instead for 
Did you mean: 

xml code tables

Former Member
0 Kudos

hi friends

I have posted a thread before asking about the xml code

i have got the answer that you have to go to the table MKPF.

but i wanted to know that if another sceanrio comes and we have to get the details of the company, then invoice, PO and let it be anything how i can know which table to be used...

please give me if there is any documents or list of tables for each BAPI used.

thanks in adavance

AK

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there is an easy way to get all those table names

a) at first you need to know the process: Invoice, PO etc.

b) then you do to TCODE BAPI

c) then you open appropriate process and you can see

all the bapis (like Create, display, getitems etc)

d) click on those bapis and you will see the tables - in many

cases these will be the ones that you have to use

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

You can find each table inside BAPI inside select statements inside the code. Also you can try to run BAPI using SE37 (just fill all input and push execute) and start SQL trace (ST05). Afterwards you will see all used tables by the BAPI.

Regards,

Wojciech