MDIFF_LIPS is an SAP Structure so does not store data like a database table does but can be used to process "Help Structure for Quantity Difference Handling in BORGR" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_MDIFF_LIPS TYPE MDIFF_LIPS .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
VBELN | VBELN | CHAR | 10 |
* | Sales and Distribution Document Number | ALPHA |
POSNR | POSNR | NUMC | 6 |
* | Item number of the SD document | |
PSTYV | PSTYV_VL | CHAR | 4 |
* | Delivery item category | |
BUDAT | BUDAT | DATS | 8 | Posting Date in the Document | ||
BLDAT | BLDAT | DATS | 8 | Document Date in Document | ||
BWART | BWART | CHAR | 3 |
* | Movement Type (Inventory Management) | |
BWART_NEXT | BWART_NEXT | CHAR | 3 |
* | Subsequent Movement Type (Inventory Management) | |
MATNR | MATNR | CHAR | 18 |
* | Material Number | MATN1 |
MAKTX | MAKTX | CHAR | 40 | Material Description (Short Text) | ||
CHARG | CHARG_D | CHAR | 10 |
* | Batch Number | |
WERKS | WERKS_D | CHAR | 4 |
* | Plant | |
LGORT | LGORT_D | CHAR | 4 |
* | Storage Location | |
LFIMG | LFIMG | QUAN | 13(3) | Actual quantity delivered (in sales units) | ||
MEINS | MEINS | UNIT | 3 |
* | Base Unit of Measure | CUNIT |
VRKME | VRKME | UNIT | 3 |
* | Sales unit | CUNIT |
GRUND | MB_GRBEW | NUMC | 4 |
* | Reason for Movement | |
EBUMG | EBUMG | QUAN | 13(3) | Quantity to Book In in SUn (Sales Unit) | ||
VBUMGX | VBUMG | QUAN | 13(3) | GR-Posted Quantity in SUn | ||
COMPL_MARK | COMPL_MARK | CHAR | 1 | Completed indicator | ||
FZGLS_MARK | FZGLS | CHAR | 1 | Do Not Adjust Cumulative Received Quantity | ||
ETANP_MARK | ETANP | CHAR | 1 | Adjust Open Quantity in Scheduling Agreement Item | ||
XDELIV_MARK | XDELIV | CHAR | 1 | Create Delivery (Shipping) | ||
POPUP_MARK | POPUP | CHAR | 1 | Display Dialog Box | ||
NOWAB | NOWAB | CHAR | 1 | Indicator: Item Not Relevant for Goods Movements |
Key field | |
Non-key field |
MDIFF_LIPS - Help Structure for Quantity Difference Handling in BORGR MDIE - Index table of MDEZX MDHY - Evaluation MPS: reference DELKZ --> line evaluation MDHS - Cluster Table BOMs Explosion (Shared Buffer) MDHI - MPS evaluation: join T457H and T457T MDHEADER - Header Information for External List Display MD05