SAPPLCO_INV_LOC_MATQR_INVSEL is an SAP Structure so does not store data like a database table does but can be used to process "Proxy Structure (Generated)" 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_SAPPLCO_INV_LOC_MATQR_INVSEL TYPE SAPPLCO_INV_LOC_MATQR_INVSEL .
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 |
CONTROLLER | PRXCTRLTAB | TTYP | Control Flags for Fields of a Structure | |||
MAIN_INVENTORY_INDICATORS | SAPPLCO_INVLOCMATQR_MAIN_IND | STRU | Proxy Structure (Generated) | |||
SPECIAL_INVENTORY_INDICATORS | SAPPLCO_INVLOCMATQR_SPEC_IND | STRU | Proxy Structure (Generated) | |||
EXPECTED_INVENTORY_CHANGE_IND | SAPPLCO_INVLOCMATQR_EXPCHG_IND | STRU | Proxy Structure (Generated) | |||
MATERIAL | SAPPLCO_INVLOCMATQR_MAT_TTY | TTYP | Proxy Table Type (Generated) | |||
LOCATION | SAPPLCO_INVLOCMATQR_LOC_TTY | TTYP | Proxy Table Type (Generated) | |||
PARTY | SAPPLCO_INVLOCMATQR_PARTY_ST | STRU | Proxy Structure (Generated) | |||
SALES_ORDER_ID | SAPPLCO_SALES_ORDER_TTY | TTYP | Proxy Table Type (Generated) | |||
PROJECT_WORK_BREAKDOWN_STRUCT | SAPPLCO_PROJECT_WORK_BREAK_TTY | TTYP | Proxy Table Type (Generated) |
Key field | |
Non-key field |
SAPPLCO_INV_LOC_MATQR_INVSEL - Proxy Structure (Generated) SAPPLCO_INV_ITM_HIERARCHY_REL - IDT, Hierarchy Relationship SAPPLCO_INV_ERPCONF_PAY_FORM - IDT, Payment Form SAPPLCO_INV_BEFOR_GI_TYPE_CODE - Proxy Structure (Generated) SAPPLCO_INV_ACC_CODBLK_ASSGN - IDT, Accounting Coding Block Assignment SAPPLCO_INVOICE_VERIFICATION_1 - Proxy Structure (generated)