SAP /LIME/CL_SRV_DISPA_MMIM OO Class - Distribution of LIME Documents in R/3 MM-IM
/LIME/CL_SRV_DISPA_MMIM is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /LIME/CL_SRV_DISPA_MMIM including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /LIME/CL_SRV_DISPA_MMIM SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| FILL_ACC_DATA | Fills the Account Assignment Fields | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_ACC_DATA...more details | ||
| FILL_BAPI_GM_CODE | Fills the GM_CODE | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_BAPI_GM_CODE...more details | ||
| FILL_BAPI_GM_DOC | Fills the Document Structure and Collection Assignment Table | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_BAPI_GM_DOC...more details | ||
| FILL_BAPI_GM_HEAD | Fills the Header Structure | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_BAPI_GM_HEAD...more details | ||
| FILL_BAPI_GM_ITEM_CREATE | Fills an Item | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_BAPI_GM_ITEM_CREATE...more details | ||
| FILL_BAPI_GM_ITEM_WITH_COLL | Fills the Items and GUID_COLL | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_BAPI_GM_ITEM_WITH_COLL...more details | ||
|
| ||
| FILL_BAPI_GM_SERIALNUMBER | Delivers the Serial Numbers for the Current Collection | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_BAPI_GM_SERIALNUMBER...more details | ||
| FILL_ITEM_GROUP | Fills the Line Group Within a Document | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_ITEM_GROUP...more details | ||
| FILL_MOVE_TYPE | Fills the Movement Type | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_MOVE_TYPE...more details | ||
| FILL_MVT_IND | Fills the Movement Indicator | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_MVT_IND...more details | ||
| FILL_OTHER_DATA | Fills Additional Data | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_OTHER_DATA...more details | ||
| FILL_QUANTITY_VALUE | Fills Quantity and Value Fields | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_QUANTITY_VALUE...more details | ||
| FILL_REF_DOC | Fills the Reference Documents | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_REF_DOC...more details | ||
| FILL_SPECIAL_STOCK | Fills Special Stock Data (+Vendor, Customer) | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_SPECIAL_STOCK...more details | ||
| FILL_STOCK_IDENTIFIER | Fills Stock Identifiers | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_STOCK_IDENTIFIER...more details | ||
| FILL_STOCK_TYPE | Fills the Stock Type | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_STOCK_TYPE...more details | ||
| FILL_TECHNICAL_DATA | Fills the Technical Data | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_TECHNICAL_DATA...more details | ||
| FILL_TRANSFER_DATA | Fills the Stock Transfer Fields | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_TRANSFER_DATA...more details | ||
| FILL_WM_DATA | Fills the WM Data | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_WM_DATA...more details | ||
| FILL_XSTOB | Fills the Reversal Movement Types Indicator | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>FILL_XSTOB...more details | ||
| GET_COLL_DISPATCHED_EXEC | Collection Records that Can Be Transferred Successfully | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>GET_COLL_DISPATCHED_EXEC...more details | ||
| SET_COLLECTION_EXEC | Structure of Data to Be Distributed | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>SET_COLLECTION_EXEC...more details | ||
| SET_COLL_DISPATCHED | Sets Collection as Processed Successfully | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>SET_COLL_DISPATCHED...more details | ||
| SET_DISPATCH_EXT_DOC_EXEC | Specifies the Document Number to Be Dispatched | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>SET_DISPATCH_EXT_DOC_EXEC...more details | ||
| SET_DISPATCH_IMMEDIATELY_EXEC | Specifies Whether the Dispatcher is Called Immediately | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>SET_DISPATCH_IMMEDIATELY_EXEC...more details | ||
| SET_MAX_ITEM_NUMBER | Maximum Number of Document Lines per Document | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>SET_MAX_ITEM_NUMBER...more details | ||
| TAKE_NO_FROM_NORANGE_EXEC | Take a Document Number ? | Protected |
| CALL METHOD /lime/cl_srv_dispa_mmim=>TAKE_NO_FROM_NORANGE_EXEC...more details | ||
/LIME/CL_SRV_DISPA_MMIM attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_BAPI_GM_DOC | Instance Attribute | Table for Material Document Header and Items | LIKE /LIME/T_BAPI_GM_DOC | Protected | |
| MT_COLL_DISPATCHED | Instance Attribute | Information About Successfully Distributed Collections | LIKE /LIME/T_COLL_DISPATCHED | Protected | |
| MT_COLL_MMIM | Instance Attribute | Collection for R/3 Inventory Management | LIKE /LIME/T_COLL_MMIM | Protected | |
| M_DISPATCH_EXT_DOC | Instance Attribute | Document Number for Transfer to Subsequent Applications | LIKE /LIME/DISPATCH_EXT_DOC | Protected | |
| M_DISPATCH_IMMEDIATELY | Instance Attribute | Call Dispatcher Immediately | LIKE /LIME/DISPATCH_IMMEDIATELY | Protected | |
| M_MAX_ITEM_NUMBER | Instance Attribute | Max. Number of Items per Document When Calling R/3 MMIM | LIKE /LIME/BAPI_MAX_ITEM_NUMBER | Protected | |
| M_REFO_ITEM_USID | Instance Attribute | Serial No. LIME Document Items | LIKE /LIME/IF_ITEM_USID | Protected |
Links to Related Class(s)
/LIME/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects