SAP Reports / Programs | Contract Billing | SAP Utilities | Contract Billing(IS-U-BI) SAP IS

IBREPROT SAP ABAP INCLUDE - Log Access for Billing Reduction Engine







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


Text pool values


Title: Log Access for Billing Reduction Engine


INCLUDES used within this REPORT IBREPROT

INCLUDE IBRECONST.
INCLUDE IBREMACI.


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:

ISU_DB_ERPL_SELECT CALL FUNCTION 'ISU_DB_ERPL_SELECT' EXPORTING X_LAUFD = X_LAUFD X_LAUFI = X_LAUFI X_AKTYP = X_AKTYP TABLES YT_ERPL = XY_ERPL EXCEPTIONS NOT_FOUND = 1 NOT_QUALIFIED = 2 SYSTEM_ERROR = 3 OTHERS = 4.

ISU_DB_BALHDR_SELECT_ERROR CALL FUNCTION 'ISU_DB_BALHDR_SELECT_ERROR' EXPORTING X_OBJECT = OBJECT X_SUBOBJECT = 'ERROR' X_EXTNUMBER = WERPL-EXTNUMBER TABLES Y_BALHDR = IBALHDR EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2.

ISU_NUMBER_GET CALL FUNCTION 'ISU_NUMBER_GET' EXPORTING NR_RANGE_NUMBER = NR OBJECT = OBJECT_ISU_DGEN IMPORTING NUMBER = RUNID EXCEPTIONS NO_RANGE_NUMBER_FOUND = 1 NUMBER_NOT_IN_INTERVALL = 2 INTERVAL_NOT_FOUND = 3 QUANTITY_IS_0 = 4 INTERVAL_TE009_INCONSISTENT = 5 OTHERS = 6.

ISU_DB_ERREXTR_SELECT CALL FUNCTION 'ISU_DB_ERREXTR_SELECT' EXPORTING X_ACTCAT = CO_ZACTCAT_BILL X_SETNO = X_SETNO TABLES YT_ERREXTR = I_ERREXTR_BI EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES LOGNUMBERS = I_LOGNUMBERS MESSAGES = I_BALM.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = W_BALM-MSGV1 IMPORTING OUTPUT = ANLAGE.

ISU_DB_ISU_BALHDR_UPDATE CALL FUNCTION 'ISU_DB_ISU_BALHDR_UPDATE' EXPORTING X_W_ISU_BALHDR = L_ISU_BALHDR X_UPD_MODE = CO_UPD_INSERT X_NO_MESSAGE = CO_NO_MESSAGE EXCEPTIONS UPD_SIGN = 1 OTHERS = 2.

ISU_DB_ISU_BALHDR_UPDATE CALL FUNCTION 'ISU_DB_ISU_BALHDR_UPDATE' EXPORTING X_W_ISU_BALHDR = L_ISU_BALHDR X_UPD_MODE = CO_UPD_INSERT X_NO_MESSAGE = CO_NO_MESSAGE EXCEPTIONS UPD_SIGN = 1 OTHERS = 2.

ISU_DB_ISU_PROC_LOG_UPDATE CALL FUNCTION 'ISU_DB_ISU_PROC_LOG_UPDATE' EXPORTING X_W_ISU_PROC_LOG = W_ISU_PROC_LOG X_UPD_MODE = CO_UPD_INSERT X_NO_MESSAGE = 'X' EXCEPTIONS UPD_SIGN = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 80 TEXT = TEXT-037.

ISU_DB_ISU_ERREXTR_BI_UPDATE CALL FUNCTION 'ISU_DB_ISU_ERREXTR_BI_UPDATE' EXPORTING X_W_ISU_ERREXTR_BI = W_ERREXTR_BI X_UPD_MODE = CO_UPD_INSERT X_NO_MESSAGE = CO_NO_MESSAGE EXCEPTIONS UPD_SIGN = 1 OTHERS = 2.

ISU_DB_SOLPATH_SELECT CALL FUNCTION 'ISU_DB_SOLPATH_SELECT' TABLES YT_SOLPATH = I_ISU_SOLPATH EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_SOLMODULES_SINGLE CALL FUNCTION 'ISU_DB_SOLMODULES_SINGLE' EXPORTING X_SOLUTION = -SOLUTION IMPORTING Y_SOLMODULES = W_ISU_SOLMODULES EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_ISU_DGEN_LOGS_UPDATE CALL FUNCTION 'ISU_DB_ISU_DGEN_LOGS_UPDATE' EXPORTING X_UPD_MODE = CO_UPD_MODIFY TABLES T_ISU_DGEN_LOGS = I_ISU_DGEN_LOGS.

ISU_DB_ISU_SGEN_LOGS_UPDATE CALL FUNCTION 'ISU_DB_ISU_SGEN_LOGS_UPDATE' EXPORTING X_UPD_MODE = CO_UPD_MODIFY TABLES T_ISU_SGEN_LOGS = I_ISU_DGEN_LOGS.



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