WRF_POTB_POT_BUFFER_STY is an SAP Structure so does not store data like a database table does but can be used to process "Buffer for Simulation of OTB Procurement" 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_WRF_POTB_POT_BUFFER_STY TYPE WRF_POTB_POT_BUFFER_STY .
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 |
| OTB_POT_ID | WRF_BUDG_KEY_ID | NUMC | 16 | Unique Number of Budget | ||
| BUDG_TYPE | WRF_BUDG_TYPE | CHAR | 2 | Budget Type | ||
| ENQUEUED | WRF_POTB_POT_ENQUEUED | CHAR | 1 | Budget Is Locked | ||
| PLAN_POT | WRF_BUDG_POTB_STY | STRU | Buffer for Simulation of OTB Procurement | |||
| ACT_POT | WRF_BUDG_AOTB_STY | STRU | Buffer for Simulation of OTB Procurement |
| Key field | |
| Non-key field |
WRF_POTB_POT_BUFFER_STY - Buffer for Simulation of OTB Procurement WRF_POTB_POT_AUX_STY - Additional Fields for an Operational OTB Bucket WRF_POTB_POTX_AUX_STY - Additional Fields for an Operational OTB Bucket WRF_POTB_PODATE_STY - OTB Purchasing Document Data WRF_POTB_PLAN1_STY - Structure Data Target Buckets without Currency Field WRF_POTB_PERCENT_RSTY - Range Structure for Percentage Value