SAPPLCO_PUR_ORD_ERPREQ_V1PR_SP is an SAP Structure so does not store data like a database table does but can be used to process "Purchase Order ERP Price Specification Element Item" 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_PUR_ORD_ERPREQ_V1PR_SP TYPE SAPPLCO_PUR_ORD_ERPREQ_V1PR_SP .
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 | |||
TYPE_CODE | SAPPLCO_PRICE_SPECIFICATION_E1 | STRU | Purchase Order ERP Price Specification Element Item | |||
RATE | SAPPLCO_RATE | STRU | Purchase Order ERP Price Specification Element Item | |||
PERCENT | SAPPLCO_PERCENT | DEC | 16(6) | Proxy Data Element (Generated) | ||
FIXED_AMOUNT | SAPPLCO_AMOUNT | STRU | Purchase Order ERP Price Specification Element Item | |||
ACTION_CODE | SAPPLCO_ACTION_CODE | CHAR | 2 | Proxy Data Element (Generated) |
Key field | |
Non-key field |
SAPPLCO_PUR_ORD_ERPREQ_V1PR_SP - Purchase Order ERP Price Specification Element Item SAPPLCO_PUR_ORD_ERPREQ_V1PR_CO - Purchase Order ERP Price Component SAPPLCO_PUR_ORD_ERPREQ_V1PR_CA - Purchase Order ERP Price Calculation SAPPLCO_PUR_ORD_ERPREQ_V1PROC1 - IDT-Purchase Oreder ERP Request Limits SAPPLCO_PUR_ORD_ERPREQ_V1OVRL1 - IDT-Purchase Order ERP Request Overall Limit SAPPLCO_PUR_ORD_ERPREQ_V1MISC1 - IDT-Purchase Oredr ERP Request Misc partial Limit