Skip to Content
0
Jun 02, 2020 at 01:06 AM

SAP ECTR Long Text attributes not transferring to DIR

132 Views Last edit Jun 02, 2020 at 01:08 AM 2 rev

We are in the final days of an ECTR implementation for both AutoCad and Solidworks. We have fully configured the CAD attributes to and from. We can;t get good results for the long text- we have multiple lines. We can get either "to SAP" or "to CAD", but we can't get bi-directional.

Even checking the session "metainf.xml" file I can see the other attribute, but not the Long Text values for the additional lines

Here is an example of the same configuration that is working for other attributes in the attributes-to-SAP file.

Any ideas? Or is there a BADI we could use to do the same in some custom way?

<!-- Start Longtext -->

<DIR field="LONGTEXT" language="EN" row="1" transfer_empty_value="false">
<APPL_ATTRIBUTE name="DRAWING_NUMBER" />
</DIR>

<DIR field="LONGTEXT" language="EN" row="2" transfer_empty_value="false">
<APPL_ATTRIBUTE name="DESCRIPTION" />
</DIR>
<DIR field="LONGTEXT" language="EN" row="3" transfer_empty_value="false">
<APPL_ATTRIBUTE name="DESCRIPTION_1" />
</DIR>

<!-- End Longtext -->