Supply Chain Management Blogs by SAP
Expand your SAP SCM knowledge and stay informed about supply chain management technology and solutions with blog posts by SAP. Follow and stay connected.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member186731
Active Contributor

Back from baby-break, today just a quick snippet about a maybe not so well known feature for SAP TM: Enriching (some) master data objects without enhancements.

Background: SAP TM is using some general available master data from the SCM Basis layer like Locations and Products. Ofter in customer projects there is a need to add some additional information to these objects, but it seems to be very complicated to add it to the 'old-style' SAP GUI, get it into the database and then through all layers until it finally is available in TM ready to be used. But there is a feature making it possible to add additional attributes to these objects without needing to enhance anything.

Within the customizing, under the path TM->SCM Basis->Master Data you can find the activity 'Maintain Freely-Definable Attributes'. Checking out the activity documentation, it tells you that you need to enter a field, the corresponding table to store the data, a field label and then you are ready to go.

IMG Path

Definition of freely definable attributes

After doing so - for example for the Location - and entering the location maintenance transaction /SCMTMS/LOC3 via the menu, you will notice a new tab 'Addit.' which had not been there before. Clicking on this tab, you can see the field you have just added ready to be maintained. This field is available on the database (in case of location /SAPAPO/LOC) and also passed through the access layer. Within SAP TM, these fields are available using the TM Business Object with standard queries and retrieves. This way the information can be added to any UI or used within customer coding.

Location Master Data - additional tab

Product Master Data - additional section for freely definable attributes

Well, the feature is limited as it only allows 5 fields with pretty limited length. Also, from a programmers perspective these fields are just text without any validation.


Relevant note: https://service.sap.com/sap/support/notes/1638456


Hope this helps a bit.