How to list Backed out Element with API and Exit
search cancel

How to list Backed out Element with API and Exit

book

Article ID: 136136

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction


Documentation says that a backed out element is flagged in MCF. 

What is the name of this field in the API. Is there a field? 

Could not find it in the Cobol Structure ECHALELM.


Environment


Release : All

Component : CA Endevor Software Change Manager


Resolution


The information about element back-out flag is actually reported in the API output, but only indirectly. 


The CSV output is constructed based on API fields as follows;


The element backout flag in CSV output is set to " " (blank) if: 

ALELM_RS_SPKG_ID = ALELM_RS_OPKG_ID 

and 

ALELM_RS_SPKG_DATE = ALELM_RS_OPKG_DATE 

and 

ALELM_RS_SPKG_TIME = ALELM_RS_OPKG_TIME 

Otherwise, it will be set to "Y". 


In exits, the test would be: 

ELMSPKG=ELMOPKG 

and 

ELMSPKGT=ELMOPKGT