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
Below is a list of transaction codes which are relevant to this SAP report
POC_FED_API_TEST - Ex. usage process access API class
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
POC_FEDERATION_API_TEST - Example of how to use process access API GET_FEDERATED_PROCESS POC_FEDERATION_API_TEST - Example of how to use process access API GET_FEDERATED_PROCESS POC_EXTRACTOR_TEST - Test Process Observer Extractors POC_EXTRACTOR_TEST - Test Process Observer Extractors POC_DRB_BOR_RELSHIP - Display Related Business Object Repository Objects POC_DRB_BOR_RELSHIP - Display Related Business Object Repository Objects