cancel
Showing results for 
Search instead for 
Did you mean: 

ECTR send custom attribute to application

former_member610891
Discoverer
0 Kudos
373

Hi ,

I am triying to send attributes from ECTR to Autocad so I configured 'attributes-from-sap.xml' file . I can send standard fields for example ; DOCUMENTNUMBER, DOCUMENTTYPE etc ...

How can I send custom fields to application ? I want to send a value that is stored in 'ZTEST' field in sap and I want to bind this value to Autocad attribute.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ali,

to use additional fields in the attributes-from-sap.xml please see here:

SAP Wiki - How to provide additional attributes for attribute exchange from SAP

To configure this for AutoCAD see AutoCAD Configuration manual chapter Mapping of properties.

Regards

Rene

former_member610891
Discoverer
0 Kudos

Hi Rene ,

Thanks for replying. I had already done this configuration in Sap Badi . I think , I am wrong at XML file configuration .

For 2. example in the link that you send above , I configure my XML file like this ;

Path : C:\Program Files (x86)\SAP\ECTR\applications\acd\customize\config

<APPL_ATTRIBUTE name="SAP_DESCRIPTION" hidden="false">

<DIR field="TB_WEIGHT"/>

</APPL_ATTRIBUTE>

Is this true ? Do I need to do something more ?