SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

DBPCHE15 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT DBPCHE15

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:

RH_BASE_AUTHORITY_CHECK CALL FUNCTION 'RH_BASE_AUTHORITY_CHECK' EXPORTING fcode = ritu_fcode plvar = ritu_object-plvar otype = ritu_object-otype infty = '1000' subty = space istat = $ritu_istat EXCEPTIONS no_base_authority = 4.

RH_BASE_AUTHORITY_CHECK CALL FUNCTION 'RH_BASE_AUTHORITY_CHECK' EXPORTING fcode = ritu_fcode plvar = ritu_object-plvar otype = ritu_object-otype infty = '1001' subty = space istat = $ritu_istat EXCEPTIONS no_base_authority = 4.

RH_STRU_AUTHORITY_CHECK CALL FUNCTION 'RH_STRU_AUTHORITY_CHECK' EXPORTING * FCODE = 'DISP' "??? alte Version fcode = ritu_fcode plvar = ritu_object-plvar otype = ritu_object-otype objid = ritu_object-objid EXCEPTIONS OTHERS = 4.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING authority = ritu_fcode inftb = $ritu_inftb infty = $ritu_infty istat = $ritu_istat extend = space via_t777d = $ritu_via_t777d TABLES innnn = ritu_table objects = ritu_object EXCEPTIONS OTHERS = 0.

RH_READ_INFTY_1001_EXT CALL FUNCTION 'RH_READ_INFTY_1001_EXT' EXPORTING authority = ritu_fcode istat = $ritu_istat extend = space TABLES i1001 = ritu_i1001 objects = ritu_sobid EXCEPTIONS OTHERS = 0.

RHEO_GET_EXT_INFTY CALL FUNCTION 'RHEO_GET_EXT_INFTY' "GG61 EXPORTING otype = ritu_otype iname = ritu_infty infty = ritu_infty objec = ritu_objec TABLES itname = ritu_table EXCEPTIONS illegal_otype = 1 method_not_supported = 2 OTHERS = 3.

RH_BASE_AUTHORITY_CHECK CALL FUNCTION 'RH_BASE_AUTHORITY_CHECK' EXPORTING fcode = 'DISP' plvar = $rie_plvar otype = $rie_otype infty = $rie_infty subty = $rie_subty istat = $rie_istat EXCEPTIONS no_base_authority = 4.

RH_STRU_AUTHORITY_CHECK CALL FUNCTION 'RH_STRU_AUTHORITY_CHECK' EXPORTING fcode = 'DISP' plvar = $rie_plvar otype = $rie_otype objid = rie_objid EXCEPTIONS OTHERS = 4.

RH_BASE_READ_INFTY_1001 CALL FUNCTION 'RH_BASE_READ_INFTY_1001' EXPORTING plvar = $rie_plvar istat = $rie_istat extend = 'X' subty = $rie_subty begda = $rie_begda endda = $rie_endda TABLES i1001 = rie_table range = rie_range EXCEPTIONS OTHERS = 0.

RH_BASE_READ_INFTY_1000 CALL FUNCTION 'RH_BASE_READ_INFTY_1000' EXPORTING plvar = $rie_plvar istat = $rie_istat extend = 'X' begda = $rie_begda endda = $rie_endda TABLES i1000 = rie_table range = rie_range EXCEPTIONS OTHERS = 0.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING infty = $rie_infty istat = $rie_istat extend = 'X' subty = $rie_subty begda = $rie_begda endda = $rie_endda inftb = $pch$-inftb TABLES innnn = rie_table objects = rie_object EXCEPTIONS OTHERS = 0.

RH_BASE_READ_INFTY_NNNN CALL FUNCTION 'RH_BASE_READ_INFTY_NNNN' EXPORTING plvar = $rie_plvar infty = $rie_infty istat = $rie_istat extend = 'X' subty = $rie_subty begda = $rie_begda endda = $rie_endda inftb = $pch$-inftb TABLES innnn = rie_table range = rie_range EXCEPTIONS OTHERS = 0.

RH_READ_INFTY_1001_EXT CALL FUNCTION 'RH_READ_INFTY_1001_EXT' EXPORTING istat = $rie_istat extend = 'X' subty = $rie_subty begda = $rie_begda endda = $rie_endda TABLES i1001 = rie_i1001 objects = rie_sobid EXCEPTIONS OTHERS = 0.

RHEO_GET_EXT_INFTY CALL FUNCTION 'RHEO_GET_EXT_INFTY' "GG61 EXPORTING otype = rie_otype iname = rie_infty infty = rie_infty objec = rie_objec TABLES itname = rie_table EXCEPTIONS illegal_otype = 1 method_not_supported = 2 OTHERS = 3.



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