cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Size/Dimension in master data from documents

DM-kiko
Explorer
664

Hi Experts,

I have a question about some dimensions in master data "basic data 1"view.

In attributes-to-sap.xml for Inventor on ECTR1.1 we have this code in the xml.

<MA field="NET_WEIGHT"
transfer_empty_values="false"> 
<APPL_ATTRIBUTE name="PP-MassValue" hidden="false" /> 
.....
.....
<MA field="SIZE_DIM"
transfer_empty_values="false" neutral="true"> 
<XFORMAT outputFormat="{0}x{1}x{2} {3}"> 
<FIRSTNONEMPTY> 
<APPL_ATTRIBUTE name="UDP-G_LENGTH" /> 
<APPL_ATTRIBUTE name="UDP-G_L" /> 
</FIRSTNONEMPTY> 
<APPL_ATTRIBUTE name="UDP-G_W" /> 
<APPL_ATTRIBUTE name="UDP-G_H" /> 
<APPL_ATTRIBUTE name="PP-CenterOfMassUnit" /> 
</XFORMAT> 
</MA>

Now I am wondering where the Field = SIZE_DIM appears in the material master, because it is empty. All classifications we made after this (for me) standard start of attributes-to-sap.xml are transferred as expected.

I should expect this data in the material master view "basic data 1: field Size/Dimension, but it is not filled in there. Picture:

If this is not there, where can it be found then?

View Entire Topic
f_holz4pfel
Discoverer

Dear Mr Motshagen,
unfortunately I have to inform you that the field name "SIZE_DIM" is not processed with SAP ECTR, this was an error in our old documentation. This has already been corrected in our documentation.

If you want to fill the SAP GUI field "Size/dimension", please use it's technical name "MARA-GROES".

With kind regards
Frank Holzapfel

DM-kiko
Explorer
0 Kudos

Thank you, now it works as expected!