cancel
Showing results for 
Search instead for 
Did you mean: 

Send attribute value from CAD system to SAP

former_member610891
Discoverer
0 Kudos
387

Hi ,

I am working on integration between ECTR and Autocad. I bind a sap directory field to Autocad's title block attribute; like below (attributes-from-sap.xml) ;

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

<DIR field="Description"/>

</APPL_ATTRIBUTE>

Then I can send this attribute to sap classification (attributes-to-sap.xml) ;

<DIR_CLS classtype="017" characteristic="ZFNOTES" >

<APPL_ATTRIBUTE name="SAP_DESCRIPTION"/>

</DIR_CLS>

There is not any problem here . However , when I change the attribute (SAP_DESCRIPTION) in Autocad , this value is not sent to SAP . The mapping that I showed above is not working .

Can anyone help me please ?

Accepted Solutions (0)

Answers (0)