SAP Reports / Programs

/IBS/MRB_AGGREGATION_INI SAP ABAP Report - RBD: Update of Contract/Account Number - Source System







/IBS/MRB_AGGREGATION_INI 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 /IBS/MRB_AGGREGATION_INI 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 /IBS/MRB_AGGREGATION_INI. "Basic submit
SUBMIT /IBS/MRB_AGGREGATION_INI AND RETURN. "Return to original report after report execution complete
SUBMIT /IBS/MRB_AGGREGATION_INI 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_SIMU = Simulation
Selection Text: P_RB_WRI = List Output
Selection Text: P_RB_ALV = ALV Display
Selection Text: P_LAY_IN = Variant: Itemization
Selection Text: P_LAY_IH = Variant: Itemization Hist.
Title: RBD: Update of Contract/Account Number - Source System
Text Symbol: TVA = Variants
Text Symbol: TIS = Processing: Turnover Itemization - Simulation Run
Text Symbol: TIH = Processing: Itemization History - Simulation Run
Text Symbol: S04 = Processing Completed
Text Symbol: S03 = Processing error: Recommence processing
Text Symbol: S02 = Error writing to table with ID:
Text Symbol: S01 = Error reading from cluster table INDX with ID:
Text Symbol: R07 = Data saved in table /IBS/TRB_UE_HIST successfully
Text Symbol: R06 = Error writing to table /IBS/TRB_UE_HIST
Text Symbol: R05 = Data saved in table /IBS/TRB_UE successfully
Text Symbol: R04 = Error writing to table /IBS/TRB_UE
Text Symbol: R01 = Incorrect records must be postprocessed manually - print list
Text Symbol: ALV = Type of Output
Text Symbol: A01 = Simulation Run -> Data Records After Successful Conversion:
Text Symbol: 010 = Print List
Text Symbol: 005 = RBD: Update Contract/Account Number Source System
Text Symbol: 004 = Variant: Itemization
Text Symbol: 003 = Variant: Itemization Hist.
Text Symbol: 002 = Processing: Individual Documents History
Text Symbol: 001 = Processing: Turnover Individual Documents


INCLUDES used within this REPORT /IBS/MRB_AGGREGATION_INI

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:

PRINT_SELECTIONS CALL FUNCTION 'PRINT_SELECTIONS' EXPORTING rname = sy-cprog rvariante = $h_variante mode = 'TABLE' TABLES infotab = $i_selections.

/IBS/DBM_RB_UE CALL FUNCTION '/IBS/DBM_RB_UE' TABLES tabelle_alt = i_ue_old tabelle_neu = i_ue_new.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

/IBS/DBM_RB_UE CALL FUNCTION '/IBS/DBM_RB_UE' TABLES tabelle_alt = i_ue_re_old tabelle_neu = i_ue_re_new.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_ue-vertv IMPORTING output = wa_ue-vertv.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_ue-vertv IMPORTING output = wa_ue-vertv.

/IBS/DBM_RB_UE_HIST CALL FUNCTION '/IBS/DBM_RB_UE_HIST' TABLES tabelle_alt = i_ue_hist_re_old tabelle_neu = i_ue_hist_re_new.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_ue_hist-vertv IMPORTING output = wa_ue_hist-vertv.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_ue_hist-vertv IMPORTING output = wa_ue_hist-vertv.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

/IBS/DBM_RB_UE_HIST CALL FUNCTION '/IBS/DBM_RB_UE_HIST' TABLES tabelle_alt = i_ue_hist_old tabelle_neu = i_ue_hist_new.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

/IBS/RB_BA_APPL_LOG_CREATE CALL FUNCTION '/IBS/RB_BA_APPL_LOG_CREATE' EXPORTING i_logtxt = h_logtext i_object = c_log_object i_subobj = c_log_subobj_migrati i_refresh = c_no CHANGING c_log_handle = h_log_handle.

/IBS/RB_BA_APPL_LOG_MSG_ADD CALL FUNCTION '/IBS/RB_BA_APPL_LOG_MSG_ADD' EXPORTING i_probl = c_yes TABLES ti_msg = it_mesg.

/IBS/RB_BA_APPL_LOG_MSG_POPUP * CALL FUNCTION '/IBS/RB_BA_APPL_LOG_MSG_POPUP' * EXPORTING * i_report = sy-repid * i_refresh = c_no.

/IBS/RB_BA_APPL_LOG_MSG_SAVE CALL FUNCTION '/IBS/RB_BA_APPL_LOG_MSG_SAVE' EXPORTING i_refresh = c_yes IMPORTING te_lognumbers = i_lognumbers * EXCEPTIONS * DATA_ERROR = 1 * PARAMETER_ERROR = 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 /IBS/MRB_AGGREGATION_INI or its description.