SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWGENIBASE SAP ABAP Report - Create IBASE for the variants of a Retail Generic Material







RWGENIBASE 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 RWGENIBASE 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 RWGENIBASE. "Basic submit
SUBMIT RWGENIBASE AND RETURN. "Return to original report after report execution complete
SUBMIT RWGENIBASE 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 mode
Selection Text: MATNR = Material
Title: Create IBASE for the variants of a Retail Generic Material
Text Symbol: 224 = The following double configurations cannot be deleted from the old storage
Text Symbol: 223 = Configurations contain errors
Text Symbol: 222 = The configuration owner no longer exists
Text Symbol: 221 = The following configurations cannot be converted
Text Symbol: 220 = Entries
Text Symbol: 215 = Datuv
Text Symbol: 214 = Robjec
Text Symbol: 213 = Robtab
Text Symbol: 212 = Objec
Text Symbol: 211 = Obtab
Text Symbol: 210 = Instance
Text Symbol: 203 = No configurations exists that can be converted
Text Symbol: 202 = No errors occurred during conversion
Text Symbol: 200 = Configurations converted successfully
Text Symbol: 112 = * faulty configurations remain in the old storage
Text Symbol: 111 = * consistent configurations are converted to the new storage
Text Symbol: 110 = Update mode is possible even if there are faulty configurations
Text Symbol: 109 = An update is carried out if the Test Mode field is not selected
Text Symbol: 108 = Updates are not carried out in test mode
Text Symbol: 107 = Test mode
Text Symbol: 106 = To improve system performance, limit the number of selected objects
Text Symbol: 101 = Selection of generic materials


INCLUDES used within this REPORT RWGENIBASE

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:

CURA_SWITCH_MODE call function 'CURA_SWITCH_MODE' exporting iv_mode = 'X'.

CUCB_GET_SINGLE_INSTANCE call function 'CUCB_GET_SINGLE_INSTANCE' exporting instance = gs_sel_inob_instance-cuobj importing instance_rec = instance_rec exceptions invalid_instance = 1 others = 2.

CURA_SWITCH_MODE call function 'CURA_SWITCH_MODE' exporting iv_mode = space.

CUCB_CONFIGURATION_TO_DB call function 'CUCB_CONFIGURATION_TO_DB' exporting root_instance = gs_sel_inob_instance-cuobj root_object = instance_rec-owner exceptions invalid_instance = 1 invalid_root_instance = 2 no_changes = 3 already_registered_for_update = 4 others = 5.

CURA_DELETE_CONFIGURATION * call function 'CURA_DELETE_CONFIGURATION' * exporting * root_instance = gs_sel_inob_instance-instance * exceptions * invalid_root_instance = 1 * others = 2.

CUCB_INITIALIZER call function 'CUCB_INITIALIZER'.

CLSE_FREE_MEMORY call function 'CLSE_FREE_MEMORY'.

CUOB_INIT_DATA call function 'CUOB_INIT_DATA'.

CUOWN_GET_CONFIG_OWNER_INFO call function 'CUOWN_GET_CONFIG_OWNER_INFO' exporting i_object_type = lv_object_type i_object_key = lv_object_key exceptions not_found = 1 object_type_not_found = 1 "440863 effectivity_initial = 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 RWGENIBASE or its description.