SAP Reports / Programs

RIMODMOD SAP ABAP Report - Change Integration Models







RIMODMOD 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 RIMODMOD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CFM6 - Modify Integration Model


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 RIMODMOD. "Basic submit
SUBMIT RIMODMOD AND RETURN. "Return to original report after report execution complete
SUBMIT RIMODMOD 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: SO_MODID = Model
Selection Text: SO_LSYS = Logical System
Selection Text: SO_CRUSR = Created by
Selection Text: SO_CRTIM = Time Created
Selection Text: SO_CRDAT = Created on
Selection Text: SO_APPL = Application
Selection Text: I_ACTIVE = Only Active Models
Title: Change Integration Models
Text Symbol: 218 = Class Type
Text Symbol: 219 = Class
Text Symbol: 220 = Char.
Text Symbol: 221 = Type
Text Symbol: 222 = Material
Text Symbol: 223 = Plant
Text Symbol: 224 = PVers
Text Symbol: 225 = Key Date
Text Symbol: 226 = PlType
Text Symbol: 227 = PlGrp
Text Symbol: 228 = GrpCr
Text Symbol: 229 = BOMAlt.
Text Symbol: 230 = BOM Use
Text Symbol: 231 = PPM Type
Text Symbol: 232 = Cat
Text Symbol: 233 = Pool:
Text Symbol: 234 = WrkCtr
Text Symbol: 217 = Info Structure
Text Symbol: 216 = Procedure
Text Symbol: 215 = Vendor Number
Text Symbol: 214 = Customer Number
Text Symbol: 213 = Plant
Text Symbol: 212 = Capacity ID
Text Symbol: 211 = Type
Text Symbol: 210 = Project Plan
Text Symbol: 209 = Item No. of SD Document
Text Symbol: 208 = SD Document No.
Text Symbol: 207 = Customer Number
Text Symbol: 206 = Vendor Number
Text Symbol: 205 = Special Stock Ind.





Text Symbol: 204 = Batch
Text Symbol: 203 = Stor.Loc
Text Symbol: 202 = Plant
Text Symbol: 201 = Material
Text Symbol: 200 = No.
Text Symbol: 235 = Work Center/Pool Cap.
Text Symbol: TER = Scheduling Horizon
Text Symbol: SEL = Selection Criteria
Text Symbol: ACT = Special CIF Settings
Text Symbol: 414 = Valid for All Sources of Supply
Text Symbol: 413 = Contracts
Text Symbol: 412 = Scheduling Agreements
Text Symbol: 411 = Info Records
Text Symbol: 410 = Desired Selection
Text Symbol: 409 = Consignment
Text Symbol: 408 = Pipeline
Text Symbol: 407 = Subcontracting
Text Symbol: 406 = Normal
Text Symbol: 405 = Category of Info Record
Text Symbol: 404 = Contracts Without Plant
Text Symbol: 403 = Purchasing Info Record
Text Symbol: 402 = Scheduling Agreement
Text Symbol: 401 = Contract
Text Symbol: 400 = Sources of Supply
Text Symbol: 316 = Inactive
Text Symbol: 315 = After
Text Symbol: 314 = Before
Text Symbol: 313 = Only Active Models
Text Symbol: 311 = ATP Customizing
Text Symbol: 310 = Availability Check
Text Symbol: 305 = Objects to be Found
Text Symbol: 304 = Mode of Initial Data Supply
Text Symbol: 303 = Transfer All Objects
Text Symbol: 302 = Only Transfer New Objects
Text Symbol: 301 = Activate/Deactivate Version
Text Symbol: 300 = Include in Integration Model
Text Symbol: 240 = VC Config.
Text Symbol: 239 = CDP
Text Symbol: 238 = APO Default





Text Symbol: 237 = Not Spec.
Text Symbol: 236 = Class. System
Text Symbol: 039 = MRP Areas
Text Symbol: 038 = Quotas
Text Symbol: 037 = Stock in Transit
Text Symbol: 036 = Product Allocation
Text Symbol: 035 = Product Allocation Customizing
Text Symbol: 034 = Project Stocks
Text Symbol: 033 = Special Stocks with Vendor
Text Symbol: 032 = Special Stocks with Customer
Text Symbol: 031 = Sales Order Stocks
Text Symbol: 030 = Storage Location Stocks
Text Symbol: 029 = Production Campaigns
Text Symbol: 028 = Repetitive Manufacturing
Text Symbol: 027 = Planned Independent Requirements
Text Symbol: 026 = Production Process Models
Text Symbol: 025 = Manual Reservations
Text Symbol: 024 = Vendors
Text Symbol: 023 = Customers
Text Symbol: 022 = Plants
Text Symbol: 021 = Production/Process Orders
Text Symbol: 020 = Sales Orders
Text Symbol: 019 = Planned Orders
Text Symbol: 018 = POs and PReqs
Text Symbol: 017 = Stocks
Text Symbol: 016 = Batches
Text Symbol: 015 = Stock Types
Text Symbol: 014 = Classes and Characteristics
Text Symbol: 013 = Work Centers
Text Symbol: 012 = Material Masters
Text Symbol: 011 = Selections
Text Symbol: 010 = Relevant Materials
Text Symbol: 009 = Release:
Text Symbol: 008 = Scheduling Horizon
Text Symbol: 007 = Created
Text Symbol: 006 = Active
Text Symbol: 005 = Set to Active
Text Symbol: 004 = User
Text Symbol: 003 = Application



Text Symbol: 002 = Target System
Text Symbol: 001 = Model Name
Text Symbol: 050 = Storage Loc. Stock
Text Symbol: 133 = Characteristics
Text Symbol: 132 = Organizational Areas
Text Symbol: 131 = Number
Text Symbol: 130 = Filter Object
Text Symbol: 120 = Save
Text Symbol: 119 = Production Campaign
Text Symbol: 117 = Consumption Data
Text Symbol: 116 = Planned Indep. Requirements
Text Symbol: 115 = Production Process Model
Text Symbol: 114 = Classes and Characteristics
Text Symbol: 113 = Reservation
Text Symbol: 112 = ATP Check
Text Symbol: 111 = Product Allocation Procedure
Text Symbol: 110 = Product Allocation Information
Text Symbol: 109 = Vendor
Text Symbol: 108 = Customer
Text Symbol: 107 = Plant
Text Symbol: 106 = Production/Process Order
Text Symbol: 105 = Sales Order
Text Symbol: 104 = Planned Order
Text Symbol: 103 = Purchase Order
Text Symbol: 102 = Stock
Text Symbol: 101 = Capacity
Text Symbol: 100 = Material
Text Symbol: 066 = Characteristics
Text Symbol: 065 = Classes
Text Symbol: 063 = Rate-Based Planning
Text Symbol: 062 = Detailed Planning
Text Symbol: 061 = For Maintenance Task Lists
Text Symbol: 060 = For Production Plans
Text Symbol: 059 = Service Plans
Text Symbol: 058 = Consumption Data
Text Symbol: 057 = Classes and Characteristics
Text Symbol: 056 = Project Stock
Text Symbol: 055 = Special Vendor Stock
Text Symbol: 054 = Special Cust. Stock
Text Symbol: 053 = Sales Order Stock
Text Symbol: 052 = Consignment Stock
Text Symbol: 051 = Batch Stock


INCLUDES used within this REPORT RIMODMOD

INCLUDE RIMODGLB.


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CFM6' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.

CIF_IMODEL_INTERNAL_FILTER CALL FUNCTION 'CIF_IMODEL_INTERNAL_FILTER' TABLES iot_cif_imod = lt_cif_imod.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mat TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MAT CALL FUNCTION 'CIF_IMOD_MAP_MAT' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mat = lt_cif_immatk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_ppm TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_PPM CALL FUNCTION 'CIF_IMOD_MAP_PPM' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_ppm = lt_cif_imppmk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_res TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_RES CALL FUNCTION 'CIF_IMOD_MAP_RES' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_res = lt_cif_imresk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_plt TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_PLANT CALL FUNCTION 'CIF_IMOD_MAP_PLANT' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_plt = lt_cif_impltk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_cus TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_CUS CALL FUNCTION 'CIF_IMOD_MAP_CUS' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_cus = lt_cif_imcusk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_ven TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_VEN CALL FUNCTION 'CIF_IMOD_MAP_VEN' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_ven = lt_cif_imvenk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mard TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MARD CALL FUNCTION 'CIF_IMOD_MAP_MARD' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mard = lt_cif_imardx EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_marc TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MARC CALL FUNCTION 'CIF_IMOD_MAP_MARC' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_marc = lt_cif_imarcx EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mchb TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MCHB CALL FUNCTION 'CIF_IMOD_MAP_MCHB' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mchb = lt_cif_imchbx EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mkol TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MKOL CALL FUNCTION 'CIF_IMOD_MAP_MKOL' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mkol = lt_cif_imkolx EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mska TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MSKA CALL FUNCTION 'CIF_IMOD_MAP_MSKA' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mska = lt_cif_imskax EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_msku TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MSKU CALL FUNCTION 'CIF_IMOD_MAP_MSKU' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_msku = lt_cif_imskux EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mslb TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MSLB CALL FUNCTION 'CIF_IMOD_MAP_MSLB' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mslb = lt_cif_imslbx EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_mspr TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_MSPR CALL FUNCTION 'CIF_IMOD_MAP_MSPR' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_mspr = lt_cif_imsprx EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_po TABLES ot_cif_segpos = lt_cif_segpos EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.

CIF_IMOD_MAP_PO CALL FUNCTION 'CIF_IMOD_MAP_PO' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_po = lt_cif_impok EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_msl TABLES ot_cif_segpos = lt_cif_segpos EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.

CIF_IMOD_MAP_MSL CALL FUNCTION 'CIF_IMOD_MAP_MSL' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_msl = lt_cif_immslk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_pir TABLES ot_cif_segpos = lt_cif_segpos EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.

CIF_IMOD_MAP_PIR CALL FUNCTION 'CIF_IMOD_MAP_PIR' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_pir = lt_cif_impirk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_plo TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_PLO CALL FUNCTION 'CIF_IMOD_MAP_PLO' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_plo = lt_cif_implok EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_sls TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_SLS CALL FUNCTION 'CIF_IMOD_MAP_SLS' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_sls = lt_cif_imslsk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_rsv TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_RSV CALL FUNCTION 'CIF_IMOD_MAP_RSV' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_rsv = lt_cif_imrsvk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_pcm TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_ord TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_ORD CALL FUNCTION 'CIF_IMOD_MAP_ORD' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_ord = lt_cif_imordk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_gst TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_GSTRU CALL FUNCTION 'CIF_IMOD_MAP_GSTRU' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_gst = lt_cif_imgstk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_ksc TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_KOSCH CALL FUNCTION 'CIF_IMOD_MAP_KOSCH' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_ksc = lt_cif_imksck EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = lt_cif_imod-modelname iv_logsys = lt_cif_imod-logsys iv_apoapp = lt_cif_imod-apoapp iv_crdate = lt_cif_imod-crdate iv_crtime = lt_cif_imod-crtime iv_imtyp = gc_imtyp-t_atpcheck TABLES ot_cif_segpos = lt_cif_segpos.

CIF_IMOD_MAP_ATPCHECK CALL FUNCTION 'CIF_IMOD_MAP_ATPCHECK' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_atpchk = lt_cif_imatpk EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = ls_cif_imod-modelname iv_logsys = ls_cif_imod-logsys iv_apoapp = ls_cif_imod-apoapp iv_crdate = ls_cif_imod-crdate iv_crtime = ls_cif_imod-crtime iv_imtyp = gc_imtyp-t_atpcust TABLES ot_cif_segpos = lt_cif_segpos EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.

CIF_GET_REL_AND_CLASSSYSTEM CALL FUNCTION 'CIF_GET_REL_AND_CLASSSYSTEM' EXPORTING is_ctrlparams = ls_ctrlparams iv_appl = 'M' IMPORTING ev_clasys = lv_cdp EXCEPTIONS OTHERS = 0.

CIF_IMODEL_GETENTRIES CALL FUNCTION 'CIF_IMODEL_GETENTRIES' EXPORTING iv_modelname = ls_cif_imod-modelname iv_logsys = ls_cif_imod-logsys iv_apoapp = ls_cif_imod-apoapp iv_crdate = ls_cif_imod-crdate iv_crtime = ls_cif_imod-crtime iv_imtyp = gc_imtyp-t_char TABLES ot_cif_segpos = lt_cif_segpos EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.

CIF_IMOD_MAP_CHAR CALL FUNCTION 'CIF_IMOD_MAP_CHAR' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_char = lt_cif_clchar EXCEPTIONS OTHERS = 0.

CIF_IMOD_RETRIEVE_GENKEY CALL FUNCTION 'CIF_IMOD_RETRIEVE_GENKEY' EXPORTING iv_modelname = ls_cif_imod-modelname iv_logsys = ls_cif_imod-logsys iv_apoapp = ls_cif_imod-apoapp iv_crdate = ls_cif_imod-crdate iv_crtime = ls_cif_imod-crtime iv_imtyp = gt_cifobjinfo-imtyp TABLES ot_genkey = lt_key_generic EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.

CIF_IMOD_RETRIEVE_PPM CALL FUNCTION 'CIF_IMOD_RETRIEVE_PPM' EXPORTING iv_modelname = ls_cif_imod-modelname iv_logsys = ls_cif_imod-logsys iv_apoapp = ls_cif_imod-apoapp iv_crdate = ls_cif_imod-crdate iv_crtime = ls_cif_imod-crtime TABLES ot_ppm_key = lt_ppm_key EXCEPTIONS error_unknown_imtyp = 0 OTHERS = 0.



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