简体   繁体   中英

TCODE to Table mapping

I am experimenting with BDC. I am inserting data for TCODE: MM01 I want to find out which tables my BDC inserts data into for TCODE MM01.

In other words, If I have a TCODE MM01. How do I know which all tables this TCODE inserts data into.

I know MM01 enters data into MARA table.

Here is how I am checking for this: I check table TSTC, and find out that TCODE: MM01 uses program SAPMMG01. However SAPMMG01 enters data into table RMMG1, not MARA as expected. Here are the screenshots.

在此处输入图片说明 在此处输入图片说明

If you want to know which tables are involved in this process I recommend that you use transaction 'ST05' to trace the transaction and then run 'MM01' and save your material. Then stop the trace and check what happened. With that information you can be sure what tables are involved in this process.

Check this link regarding on transaction ST05 for more information.

BDC is a high level abstraction used in SAP to record the steps to automate programs, so, at this level you are more likely to see the GUI elements and structures that are used to achieve the task.

By the way, 'RMMG1' is an structure and not a table.

Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM