RN1GETTRANSP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RN1GETTRANSP into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: R_CLASS = Package
Selection Text: R_DATE = Date
Title: i.s.h.med: Read Objects from Transport Requests
Text Symbol: 001 = No transport requests found.
Text Symbol: 002 = Error: Transport request objects not found in TADIR.
Text Symbol: 003 = PGMID
Text Symbol: 004 = Object
Text Symbol: 005 = OBJ_NAME
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCPR_TR_READ_REQUEST CALL FUNCTION 'SCPR_TR_READ_REQUEST' EXPORTING order_no = ls_e070-trkorr * CATEGORY = ' ' * CLIENT_ADAPT = 'X' * IMPORTING * CLIENTS_CHANGED = TABLES e071 = lt_e071 e071k = lt_e071k EXCEPTIONS empty_request = 1 OTHERS = 2.
APA_OBJECT_PACKAGE_GET CALL FUNCTION 'APA_OBJECT_PACKAGE_GET' CHANGING apa_dc = ls_apa EXCEPTIONS applpack_not_found = 1 object_not_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1GETTRANSP - i.s.h.med: Read Objects from Transport Requests RN1GETTRANSP - i.s.h.med: Read Objects from Transport Requests RN1GEN_LEI_ICPM_KORR1 - Correct Catalog Entries of Procedures RN1GEN_LEI_ICPM_KORR1 - Correct Catalog Entries of Procedures RN1GEN_LEI_ICPM - Generating Procedures for Released Services RN1GEN_LEI_ICPM - Generating Procedures for Released Services