cancel
Showing results for 
Search instead for 
Did you mean: 

MDG-S Relation between partner and change request

Former Member
0 Kudos

Hello,

I use MDG-S for create supplier. Is there a table where partner and change request is related?

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

henk_verdaasdonk4
Active Participant
0 Kudos

Hi,

Not directly. In table USMD1213 you can find the BP_HEADER technical key.

Then in report USMD_DATA_MODEL you can should look for the BP_HEADER mapping table with logical name TMX_BP_BP_HEADER. Then in the Physical name column is the name of the table  which related the techical BP_HEADER key to the BP Name.

If you want to get the Physical table name of the BP_HEADER mapping table with ABAP code you can use class method cl_usmd_adapter_provider-->if_usmd_model_gen_adapter~get_generated_objects

Cheers,

Henk.

Answers (1)

Answers (1)

Former Member
0 Kudos

In USMD1213 table ( Input Change request no)  - Fetch BP Technical key

From MDG generated check table for BP header  (Input BP Technical key) - Fetch BP number

Former Member
0 Kudos

Hello,

Thank you! I use USMD1213 table.

Best regards!