SAP Reports / Programs | Cross-Application Components | Processes and Tools for Enterprise Applications | Process Orchestration for Built-In Processes(CA-EPT-POC) SAP CA

POC_FEDERATION_API_TEST SAP ABAP Report - Example of how to use process access API GET_FEDERATED_PROCESS







POC_FEDERATION_API_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is an example of how to use process access API : CL_POC_PROCESS_ACCESS-->GET_FEDERATED_PROCESS ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter POC_FEDERATION_API_TEST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

POC_FED_API_TEST - Ex. usage process access API class


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT POC_FEDERATION_API_TEST. "Basic submit
SUBMIT POC_FEDERATION_API_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT POC_FEDERATION_API_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


This is a template for reading data using process access API
Selection Text: UNAME = User name
Selection Text: TRNID = Transaction ID
Selection Text: TIMEZONE = Time zone
Selection Text: SORT = Get recently started processes
Selection Text: PRC_STAT = Process system status
Selection Text: PRC_ID = Process instance ID
Selection Text: PRC_DEF = Process definition ID
Selection Text: PRCSTPTY = Process step type ID
Selection Text: PRCSTPID = Process step ID
Selection Text: MAXHITS = Max number of local instances
Selection Text: LOGSYS = Search on ogical system
Selection Text: GETTEXT = Get descriptions
Selection Text: GETKPI = Get KPI details
Selection Text: GETACT = Get process step details
Selection Text: FED = Get federated logs
Selection Text: DATE = process start date
Selection Text: BO_TYPE = Business object type
Selection Text: BO_ID = Business object ID
Selection Text: BA_TYPE = Business activity type
Selection Text: BA_ID = Business activity ID
Title: Example of how to use process access API GET_FEDERATED_PROCESS
Text Symbol: 012 = Additional options
Text Symbol: 011 = Search criteria
Text Symbol: 006 = KPI details
Text Symbol: 005 = List of verified process integration points:
Text Symbol: 004 = List of process step instances:
Text Symbol: 003 = List of process instances:
Text Symbol: 002 = No process instances found


INCLUDES used within this REPORT POC_FEDERATION_API_TEST

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name POC_FEDERATION_API_TEST or its description.