cancel
Showing results for 
Search instead for 
Did you mean: 

product hierarchy sap table fields

Former Member
0 Kudos

Hi All

I am trying to map the sap transparent table listed fields for the loc-product hierarchy in APO.Can anyone help me in getting the list of tables from se11 for the product hierarchy fields for APO, in the tcode: /n /SAPAPO/RELHSHOW.

Accepted Solutions (0)

Answers (1)

Answers (1)

thamizhchelvan_gunasekara
Active Participant
0 Kudos

Hi,

Look for the below tables

/SAPAPO/RELDHBOD               Edges in Location Hierarchies

/SAPAPO/RELDHLOC               Edges in Location Hierarchies

/SAPAPO/RELDHMAT               Edges in Product Hierarchies

/SAPAPO/RELDHMKA               Edges in Product Hierarchies for Aggr. Pla

/SAPAPO/RELDHML                Edges in Location Product Hierarchy

/SAPAPO/RELDHMLA               Edges in Location Product Hierarchy for Ag

/SAPAPO/RELDHPDS               Edges in PDS Hierarchies

/SAPAPO/RELDHPPM               Edges in PPM Hierachies

/SAPAPO/RELDHRES               Edges in Resource Hierarchies

/SAPAPO/RELDHRGP               Edges in Location Hierarchies

/SAPAPO/RELDHZON               Edges in transportation zone hierarchies

BR

Thamizh

Former Member
0 Kudos

those are not the required tables, I got tr tables for some fields but as of now I need tr. table for these fields:

RELAPHASORT

RELHNODENAME

RELHLEVELT

Santanu

Former Member
0 Kudos

Santanu,

These fields are not assigned to any tables; they only exist in structure /SAPAPO/RELHTC.  The data that you may see in a structure can come from non-table sources, and it typically not stored permanently.  Structure fields are populated at runtime.

Speak to your local ABAPer, who can explain to you the difference between tables and structures.

Using the tables mentioned by expert Thamizh, a capable ABAPer can re-create in a custom report just about any output that is available in //RELHSHOW.

Best Regards,

DB49

satish_waghmare3
Active Contributor
0 Kudos

Hello Santanu

Please refer this thread. It provides details about BAPI which can be used.

Hope this will help.

Thank you

Satish Waghmare