SAP Reports / Programs | Training and Event Management(PE) SAP PE

RHBELNRFIX SAP ABAP Report - Check Documents in Training and Event Management







RHBELNRFIX 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 RHBELNRFIX 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 RHBELNRFIX. "Basic submit
SUBMIT RHBELNRFIX AND RETURN. "Return to original report after report execution complete
SUBMIT RHBELNRFIX 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_TEST = Test Run
Title: Check Documents in Training and Event Management
Text Symbol: TST = Test Run
Text Symbol: TIM = Selection Period
Text Symbol: STA = Status
Text Symbol: REF = Existence Reference Document (PAD25<->T77REFDOC)
Text Symbol: OLD = Old Doc. Number
Text Symbol: NOS = Release not supported
Text Symbol: NEW = New Doc. Number
Text Symbol: NDB = No Database Changes
Text Symbol: KOM = Comment
Text Symbol: FAK = Billing Document = SD Document
Text Symbol: CHK = Check
Text Symbol: 003 = Reference document was not found -> Reference document deleted
Text Symbol: 002 = Original Document Different -> Reconcile
Text Symbol: 001 = Document OK


INCLUDES used within this REPORT RHBELNRFIX

INCLUDE: RHALVINC.


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_REFDOC_READ CALL FUNCTION 'RH_REFDOC_READ' EXPORTING in_posted_entries_only = ' ' in_dbase_read = 'X' TABLES in_refdocnotab = gt_refdocrange out_refdoctab = gt_refdoc EXCEPTIONS refdocno_not_found = 1 OTHERS = 2.

RH_CONDITION_BUILD CALL FUNCTION 'RH_CONDITION_BUILD' EXPORTING infty = '1001' IMPORTING condition = lv_condition TABLES condtab = lt_condtab EXCEPTIONS empty_condtab = 1 no_db_field = 2 unknown_infty_db = 3 wrong_condition = 4 unknown_pad_db = 5 OTHERS = 6.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING * subty = gv_parta "BGO653592 * begda = pchbegda "BGO653592 * endda = pchendda "BGO653592 extend = 'D' "BGO653592 condition = lv_condition "BGO653592 TABLES i1001 = ct_1001 OBJECTS = lt_objects EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.

RH_CONDITION_DELETE CALL FUNCTION 'RH_CONDITION_DELETE' EXPORTING condition = lv_condition.

ALE_BAPI_GET_UNIQUE_RECEIVER CALL FUNCTION 'ALE_BAPI_GET_UNIQUE_RECEIVER' EXPORTING object = 'VBRK' method = 'ISCANCELLED' IMPORTING receiver = ls_receiver TABLES filterobjects_values = lt_values EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 not_unique_receiver = 3 no_rfc_destination_maintained = 4 OTHERS = 5.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION ls_receiver-rfc_dest IMPORTING rfcsi_export = ls_rfcsi EXCEPTIONS system_failure = 1 communication_failure = 2.

BAPI_BILLINGDOC_GETLIST CALL FUNCTION 'BAPI_BILLINGDOC_GETLIST' DESTINATION ls_receiver-rfc_dest EXPORTING refdocrange = lr_refdocrange IMPORTING return = lv_return TABLES success = lt_success billingdocumentdetail = lt_billdocdetail EXCEPTIONS OTHERS = 0.

RH_REFDOC_UPDATE CALL FUNCTION 'RH_REFDOC_UPDATE' EXPORTING in_vtask = 'C' TABLES in_refdoctab = ct_refdoc EXCEPTIONS invalid_vtask = 1 no_data_to_process = 2 key_data_initial = 3 admin_data_initial = 4 refdoc_update_error = 5 OTHERS = 6.

RH_UPDATE_INFTY CALL FUNCTION 'RH_UPDATE_INFTY' EXPORTING vtask = 'D' TABLES innnn = ct_1001 EXCEPTIONS error_during_update = 1 no_authorization = 2 repid_form_initial = 3 corr_exit = 4 OTHERS = 5.



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