MCVGIHB is an SAP Structure so does not store data like a database table does but can be used to process "Process with cancellation flag" 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_MCVGIHB TYPE MCVGIHB .
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 |
ROCANCEL | ROCANCEL | CHAR | 1 | Indicator: Cancel Data Record | ||
.INCLUDE | MCVGIH | Order process PM/CS | ||||
.INCLUDE | MCVGIH_CHAR | Comm. structure: Order - characteristics (general) | ||||
AUFPL | CO_AUFPL | NUMC | 10 | Routing number of operations in the order | ||
APLZL | CO_APLZL | NUMC | 8 |
* | General counter for order | |
VORNR | VORNR | CHAR | 4 | Operation/Activity Number | NUMCV | |
OBJNR | J_OBJNR | CHAR | 22 | ONR00 | Object number | |
PM_OBJTY | PM_OBJTY | CHAR | 2 | Object Type of CIM Resources for Work Center | ||
ARBID | LGWID | NUMC | 8 |
* | Object ID of the Work Center | |
ARBPL | ARBPL | CHAR | 8 | Work center | ||
WERKS | QARBPWERKS | CHAR | 4 | T001W | Plant for Work Center | |
STEUS | STEUS | CHAR | 4 |
* | Control key | |
ISTRU | ISTRU | CHAR | 18 |
* | Assembly | MATN1 |
LARNT | LSTAR | CHAR | 6 |
* | Activity Type | |
RUECK | CO_RUECK | NUMC | 10 | Completion confirmation number for the operation | ||
SAKTO | KSTAR | CHAR | 10 |
* | Cost Element | ALPHA |
MATKL | MATKL | CHAR | 9 |
* | Material Group | |
WEMPF | WEMPF | CHAR | 12 | Goods Recipient/Ship-To Party | ||
ABLAD | ABLAD | CHAR | 25 | Unloading Point | ||
BANFN | CO_BANFN | CHAR | 10 | Purchase requisition number | ALPHA | |
SUMNR | SUMKNTNR | NUMC | 8 | Node number of the superior operation | ||
UVORN | UVORN | CHAR | 4 | Suboperation | NUMCV | |
.INCLUDE | MCVGIH_KEY | Comm. structure: Order process - key figures | ||||
ARBEH | ARBEITE | UNIT | 3 |
* | Unit for work | CUNIT |
ARBEI | ARBEIT | QUAN | 7(1) | Work involved in the activity | ||
ISMNW | CO_ISMNW | QUAN | 13(3) | Actual work | ||
LOSVG | CX_LOSVG | QUAN | 13(3) | Operation quantity in order unit of measure | ||
LOSME | MEINS | UNIT | 3 |
* | Base Unit of Measure | CUNIT |
PREIS | PREIS | CURR | 11(2) | Price | ||
WAERS | WAERS | CUKY | 5 |
* | Currency Key | |
PERNR | CO_PERNR | NUMC | 8 | Personnel number |
Key field | |
Non-key field |