RV56BPGI 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 RV56BPGI 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: P_DEST = D Output Device
Selection Text: P_HOST = Target computer
Selection Text: P_IMMD = D Print immediately
Selection Text: P_SPOOL = Delete after output
Selection Text: P_TKNUM = Shipment number
Selection Text: P_WTIST = Goods issue date
Text Symbol: 001 = Shipment parameters
Text Symbol: 002 = Job parameters
Text Symbol: 003 = Start immediately
Text Symbol: 004 = Start at time
Text Symbol: 005 = Start on event
Text Symbol: 006 = Start on operation mode
Text Symbol: 007 = Start job
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = 'BTCTGTSYS' CALLED_BY_PROGRAM = GD_REPID CALLED_BY_DYNP = SY-DYNNR CALLED_FOR_FIELD = 'P_HOST' CALLED_FOR_TAB_FLD_BTCH_INPUT = 'P_HOST' CALLED_BY_CUASTAT = SY-PFKEY TABLES LINKS = LINKS EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = JOBNAME JOBGROUP = JOBGROUP IMPORTING JOBCOUNT = JOBCOUNT.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBNAME = jobname JOBCOUNT = jobcount STRTIMMED = l_start_immed SDLSTRTDT = l_start_date SDLSTRTTM = l_start_time AT_OPMODE = l_start_mode EVENT_ID = l_start_event TARGETSYSTEM = cj_host EXCEPTIONS INVALID_STARTDATE = 1 JOBNAME_MISSING = 2 JOB_CLOSE_FAILED = 3 JOB_NOSTEPS = 4 JOB_NOTEX = 5 LOCK_FAILED = 6 OTHERS = 99.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = SYS_TABL EXCEPTIONS OTHERS = 99.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING TABNAME = FIELD_TBL-TABNAME FIELDNAME = FIELD_TBL-FIELDNAME IMPORTING SELECT_VALUE = SELECTED_SYSTEM TABLES FIELDS = FIELD_TBL VALUETAB = BTC_SYS_HOST_TBL EXCEPTIONS OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV56BPGI - documentation and ABAP source code RV56BPGI - documentation and ABAP source code RV56ATXT - Data for texts in shipment processing RV56ARCHS - documentation and ABAP source code RV56ARCH - General Data Declarations and FORM routines for Archiving Shipments RV56ALVI - Type and Data Declaration for General List Viewer