cancel
Showing results for 
Search instead for 
Did you mean: 

MBXA and layout document.

Former Member
0 Kudos

Hi,

I posted a question about what are related tables in trx MBXA.

Tables are MSEG and MKPF.

For a new layout document I can use the above tables.

The problem are the fields contained in trx MBXA (buyer, transport information and sender).

I can't find the tables where the above fields are stored.

Is necessary for printing tell to abaper tables or in this case is also possible

tell him what is the related structure (MXABK) and fields?

Best regards

Accepted Solutions (1)

Accepted Solutions (1)

naimesh_patel
Active Contributor
0 Kudos

You can find out the tables by doing the ST05 (SQL trace).

1. Go to MBXA. input your data...

2. Create one more session. Start ST05 in new session. Start the SQL trace for your user wtih help of the button "Trace on with filters)

3. Come to first session, process the tranasaction. Reach the screen where you have these fields (buyer, transport information, sender)

4. in 2nd sesssion stop the trace. Then press button List trace.

5. Now you will have all the tables which were being hit by the transaction MBXA. Check out those tables.

It is good if you provide the ABAP developer tables names, otherwise he has to do all the exercise. Because ultimalty we need the table names and the fields to find out where the actual data sits.

Regards,

Naimesh Patel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

This Buyer and Sendor are the partners related to that transaction

see the MSEG-LIFNR and KUNNR fields

or from the Partner function table EKPA (purchasing) or from VBPA(sales related)

take the related partner based on the partner function and take their addresses from ADRC table and use

Regards

Anji