cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute FROM SAP via ECTR attributes-from-sap.xml

0 Kudos

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

         <DIR field="STATUSINTERN"/>

</APPL_ATTRIBUTE>

ECTR will return the tecnical status Name for Example "IW". I need to extract the equivalent Description "In Work"

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

         <DIR field="?????????????????"/>

</APPL_ATTRIBUTE>

Witch is the  DIR Field valtue to extract the DocStatus Description / "STATUS TEXT"?????

Accepted Solutions (1)

Accepted Solutions (1)

GerhardHimmelsb
Advisor
Advisor
0 Kudos

Hi Consultant Application,

the language dependent field "Status-Description" cannot be synched currently.

We have collected this as improvement idea.

Hope this helps.

Regards,

Gerhard Himmelsbach

Answers (1)

Answers (1)

se_kie
Explorer
0 Kudos

You can use the BAdI /DSCSAG/DOCUMENT_02 => DOC_GET_ATTRIBS_AFTER to read this specific attribute. See Operations Guide chapter 7.5 for a list of BAdIs and Configuration Guide chapter 12.2 for an example of DOC_GET_ATTRIBS_AFTER.

0 Kudos


Fine Thanks, I'll follow the configuration Guide to try to resolve my request.