SAP Reports / Programs

RV56BPGI SAP ABAP Report - documentation and ABAP source code







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


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 RV56BPGI. "Basic submit
SUBMIT RV56BPGI AND RETURN. "Return to original report after report execution complete
SUBMIT RV56BPGI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RV56BPGI

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:

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.



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 RV56BPGI or its description.