SAP Reports / Programs

REABILLCORR SAP ABAP Report - Bill Correction







REABILLCORR 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 REABILLCORR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EABICO - Bill Correction


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 REABILLCORR. "Basic submit
SUBMIT REABILLCORR AND RETURN. "Return to original report after report execution complete
SUBMIT REABILLCORR 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: OPBEL = D Print Document Number
Title: Bill Correction


INCLUDES used within this REPORT REABILLCORR

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:

EECIC_FRWLAYOUT_PBO CALL FUNCTION 'EECIC_FRWLAYOUT_PBO' EXPORTING x_handle = ls_hid-handle x_set_mode = abap_true x_tit = '0400' x_tit_prog = 'SAPLEABILL_CORR' * X_TIT_V1 = * X_TIT_V2 = * X_TIT_V3 = * X_TIT_V4 = x_pf_stat = '0400_BASE' x_pf_prog = 'SAPLEABILL_CORR' * X_PF_EXCL = EXCEPTIONS OTHERS = 0.

CCM_APPL_AREA1_EV_CONF CALL FUNCTION 'CCM_APPL_AREA1_EV_CONF' EXPORTING handle = ls_vis-handle x_explicit = abap_true x_profile = 'EABILL_COR' EXCEPTIONS * INVALID_HANDLE = 1 OTHERS = 0.

CRM_CIC_NAV_AREA_EV_CONFMOD CALL FUNCTION 'CRM_CIC_NAV_AREA_EV_CONFMOD' EXPORTING handle = ls_vis-handle x_explicit = abap_true x_profile = 'EABILL_COR' EXCEPTIONS * INVALID_HANDLE = 1 OTHERS = 0.

CIC_EVENT_RAISE CALL FUNCTION 'CIC_EVENT_RAISE' EXPORTING event = 'EABILL_CORR_OPBEL' p1 = opbel * P2 = * P3 = * P4 = * P5 means no close for workspace p5 = abap_true * MESSAGE_REQUESTED = * MESSAGE_ID = * MESSAGE_TYPE = * MESSAGE_NUMBER = * TABLES * EVENT_ERRORS = * T1 = * T2 = * T3 = * T4 = * T5 = EXCEPTIONS * EVENT_CURRENTLY_ACTIVE = 1 * EVENT_HANDLER_FAILED = 2 OTHERS = 0.

CIC_EVENT_RAISE CALL FUNCTION 'CIC_EVENT_RAISE' EXPORTING event = 'SEARCH_TARGET_FOUND' p1 = gs_erdk-partner p2 = 'ISUPARTNER' * P3 = * P4 = * P5 = * MESSAGE_REQUESTED = * MESSAGE_ID = * MESSAGE_TYPE = * MESSAGE_NUMBER = TABLES * EVENT_ERRORS = t1 = lt_add_sels * T2 = * T3 = * T4 = * T5 = EXCEPTIONS * EVENT_CURRENTLY_ACTIVE = 1 * EVENT_HANDLER_FAILED = 2 OTHERS = 0.



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