SAP Reports / Programs | Financial Services | Value Adjustment(FS-RBD) SAP FS

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







/IBS/MRB_VERTV_CONVERSION 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_VERTV_CONVERSION 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_VERTV_CONVERSION. "Basic submit
SUBMIT /IBS/MRB_VERTV_CONVERSION AND RETURN. "Return to original report after report execution complete
SUBMIT /IBS/MRB_VERTV_CONVERSION 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_LAY_P = Variant ALV - Planned Records
Selection Text: P_LAY_AH = Variant ALV- Act. Records Hist
Selection Text: P_LAY_AC = Variant ALV - RBD Account
Selection Text: P_LAY_A = Variant ALV - Actual Records
Selection Text: %RB_WRI = List Output
Selection Text: %RB_ALV = ALV Display
Title: RBD: Update of Contract/Account Number - Source System
Text Symbol: R07 = Data saved in table /IBS/TRB_UE_HIST successfully
Text Symbol: R08 = Error when writing to table /IBS/TRB_KTO
Text Symbol: R09 = Data saved in table /IBS/TRB_KTO successfully
Text Symbol: R10 = Print List
Text Symbol: S01 = Error reading from cluster table INDX with ID:
Text Symbol: S02 = Error writing to table with ID:
Text Symbol: S03 = Processing error: Recommence processing
Text Symbol: S04 = Processing Completed
Text Symbol: TLV = ALV - Variants
Text Symbol: TVA = ALV - Variant
Text Symbol: U70 = Itemizations
Text Symbol: U71 = History Itemizations
Text Symbol: U72 = Contracts Srce Sys
Text Symbol: U73 = RBD - Acct
Text Symbol: X01 = Domain /IBS/O_REF100 already contains an alpha conversion
Text Symbol: X02 = Check conversion based on database table /IBS/TRB_KTO
Text Symbol: 001 = Processing: Turnover Individual Documents
Text Symbol: 002 = Processing: Individual Documents History
Text Symbol: 003 = Processing: RBD Account with Reference Number
Text Symbol: 004 = Processing: Assignment of Source System Contracts to RBD Account
Text Symbol: 005 = Processing: RBD Account Data
Text Symbol: 006 = RBDID
Text Symbol: 007 = Account No.
Text Symbol: 008 = Ind. No.
Text Symbol: 009 = Comp. ID
Text Symbol: 010 = LIBUE
Text Symbol: 011 = Contract/Account No. in Source System
Text Symbol: 012 = Variant ALV Act. Recs.
Text Symbol: 013 = Variant ALV RBD Account
Text Symbol: 014 = Variant ALV- Act. Records Hist





Text Symbol: 015 = Variant ALV Plan Recs.
Text Symbol: A01 = Simulation Run -> Data Records After Successful Conversion:
Text Symbol: ALV = Type of Output
Text Symbol: E01 = The following account could not be transformed:
Text Symbol: R01 = Incorrect records must be postprocessed manually - print list
Text Symbol: R02 = Error writing to table /IBS/TRB_KVV
Text Symbol: R03 = Data saved in table /IBS/TRB_KVV successfully:
Text Symbol: R04 = Error writing to table /IBS/TRB_UE
Text Symbol: R05 = Data saved in table /IBS/TRB_UE successfully
Text Symbol: R06 = Error writing to table /IBS/TRB_UE_HIST


INCLUDES used within this REPORT /IBS/MRB_VERTV_CONVERSION

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:

/IBS/RB_GLOBAL_GET_LIST CALL FUNCTION '/IBS/RB_GLOBAL_GET_LIST' EXPORTING mandant = sy-mandt IMPORTING te_global = i_global EXCEPTIONS data_error = 1 OTHERS = 2.

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'.

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

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

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

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

/IBS/DBM_RB_KVV CALL FUNCTION '/IBS/DBM_RB_KVV' TABLES tabelle_alt = i_kvv_old tabelle_neu = i_kvv_new.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_kvv-vertv IMPORTING output = wa_kvv-vertv.

/IBS/DBM_RB_KVV CALL FUNCTION '/IBS/DBM_RB_KVV' TABLES tabelle_alt = i_kvv_re_old tabelle_neu = i_kvv_re_new.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_kvv-vertv IMPORTING output = wa_kvv-vertv.






DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_ue_hist-vertv IMPORTING output = wa_ue_hist-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_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' 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'.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_kto-refnr IMPORTING output = wa_kto-refnr.

/IBS/DBS_RB_KTO CALL FUNCTION '/IBS/DBS_RB_KTO' EXPORTING db_aktion = c_db_action satz = wa_kto satz_alt = wa_kto_old.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.

/IBS/DBS_RB_KTO CALL FUNCTION '/IBS/DBS_RB_KTO' EXPORTING db_aktion = c_db_action satz = wa_kto satz_alt = wa_kto_old.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_kto-refnr IMPORTING output = wa_kto-refnr.

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