RCIFIMDL_OLD 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 RCIFIMDL_OLD into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_REMV = Delete Unused Filter Objects
Selection Text: P_DISPL = Display Unused Filter Objects
Selection Text: LV_MAXR = Objects for Obj. Type Together
Selection Text: LV_LOG = Log of Deleted Filter Objects
Selection Text: LV_LGDSP = Log also Without Deletion
Selection Text: LT_IMTYP = Filter Object Types
Title: Deletion of Superfluous Filter Object Keys in CIF_IM* Tables
Text Symbol: 220 = Char.
Text Symbol: 221 = Ty
Text Symbol: 222 = Material
Text Symbol: 223 = Plnt
Text Symbol: 224 = PVers
Text Symbol: 225 = Key Date
Text Symbol: 226 = PlTy.
Text Symbol: 227 = PlGrp
Text Symbol: 228 = GrpCr
Text Symbol: 229 = BOMAlt.
Text Symbol: 230 = BOM Use
Text Symbol: 231 = Type
Text Symbol: 232 = Ty.
Text Symbol: 233 = Pool:
Text Symbol: 234 = WrkCtr
Text Symbol: 235 = Work Center/Pool Cap.
Text Symbol: 236 = Class System
Text Symbol: 219 = Class
Text Symbol: 218 = Class Type
Text Symbol: 217 = Info Struct.
Text Symbol: 216 = Proc.
Text Symbol: 215 = Vendor Number
Text Symbol: 214 = Customer No.
Text Symbol: 213 = Plnt
Text Symbol: 212 = Capacity ID
Text Symbol: 211 = Ty
Text Symbol: 210 = Proj. Plan
Text Symbol: 209 = Item No. of SD Doc.
Text Symbol: 208 = SD Doc. No.
Text Symbol: 207 = Customer No.
Text Symbol: 206 = Vendor Number
INCLUDE CIFUCTLS.
INCLUDE RIMODGLB.
INCLUDE LCMODF01.
INCLUDE LCADCF01.
INCLUDE CIFIMFRM.
INCLUDE RIMODF4.
INCLUDE RIMTYPF4.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'XC' msgty = 'I' msgv1 = gt_genkeyvalue-imtyp msgv2 = gt_genkeyvalue-genkey txtnr = '113' EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'XC' msgty = 'I' msgv1 = lv_maxrows msgv2 = lv_unused_size txtnr = '114' EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'XC' msgty = 'I' msgv1 = gt_genkeyvalue-imtyp * msgv2 = txtnr = '116' EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.
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 RCIFIMDL_OLD or its description.
RCIFIMDL_OLD - Deletion of Superfluous Filter Object Keys in CIF_IM* Tables RCIFIMDL_OLD - Deletion of Superfluous Filter Object Keys in CIF_IM* Tables RCIFIMDL - Deletion of Superfluous Filter Object Keys in CIF_IM* Tables RCIFIMDL - Deletion of Superfluous Filter Object Keys in CIF_IM* Tables RCIFIMAX_OLD - Generate and reconcile the runtime version of active models RCIFIMAX_OLD - Generate and reconcile the runtime version of active models