WRF_POTB_SELECT_CTR_STY is an SAP Structure so does not store data like a database table does but can be used to process "Interface Selection Screen OTB Bucket Controlling" 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_SELECT_CTR_STY TYPE WRF_POTB_SELECT_CTR_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 |
| .INCLUDE | WRF_POTB_RDC_ADMIN_STY | Admin. Structure for Module wrf_potb_data_read_controlling | ||||
| PERIOD | WRF_BUDG_PERIOD_STY | STRU | Interface Selection Screen OTB Bucket Controlling | |||
| SEL_ACT_INACT | WRF_BUDG_SEL_ACT_INACT | CHAR | 1 | Selection Filter for Budget Status | ||
| SEL_BUDG_CONTRACT | WRF_POTB_SEL_BUDG_CONTRACT | CHAR | 1 | Selection Filter for Contract Budget | ||
| SEL_BUDG_RELEASE | WRF_POTB_SEL_BUDG_RELEASE | CHAR | 1 | Selection Filter for Special Release Budget | ||
| SEL_BUDG_TRANSF | WRF_POTB_SEL_BUDG_TRANSF | CHAR | 1 | Selection Filter for Transfer Posting Budget | ||
| SEL_POS_NEGATIV | WRF_POTB_SEL_POS_NEG | CHAR | 1 | Selection Filter for Transfer of Planning Data | ||
| SEL_BUDG_AVAILABLE | WRF_POTB_SEL_BUDG_AVAIL | CHAR | 1 | Selection Filter for Available Budget | ||
| SEL_BUDG_OVERBOOKED | WRF_POTB_SEL_BUDG_OVERBOOK | CHAR | 1 | Selection Filter for Overbooking Amount | ||
| SEL_BY_NUM | WRF_POTB_SEL_NUM_TYPE | CHAR | 1 | Selection Type | ||
| .INCLUDE | WRF_POTB_CALCULATE_SEL_STY | Selection Parameter WOTB2: Availability Calculation | ||||
| CALC_METHOD | WRF_POTB_CALCULATE_SEL | CHAR | 1 | Calculation Method for Available Budget | ||
| CALC_ABSOLUT | WRF_POTB_CALC_ABS_CTR_STY | STRU | Interface Selection Screen OTB Bucket Controlling | |||
| CALR_RELATIV | WRF_POTB_CALC_REL_CTR_STY | STRU | Interface Selection Screen OTB Bucket Controlling | |||
| .INCLUDE | WRF_POTB_RDC_SEL_NUM_STY | Selection Fields for Selection by Numbers | ||||
| KEY_ID_RANGE | WRF_BUDG_KEY_ID_RTTY | TTYP | Table with Budget Numbers | |||
| MATNR | MATNR | CHAR | 18 |
* | Material Number | MATN1 |
| KEY_FIELDS | WRF_POTB_KEY_FIELDS_SEL_TTY | TTYP | Table for Data from Selection by Fields of a Budget Type | |||
| BUDG_TYPES | WRFT_BUDG_TYPE_TTY | TTYP | Budget Type | |||
| BUDG_LEV | WRFT_BUDG_LEV_TTY | TTYP | Budget Level |
| Key field | |
| Non-key field |
WRF_POTB_SELECT_CTR_STY - Interface Selection Screen OTB Bucket Controlling WRF_POTB_SELECT_BDGTYPE_RSTY - Selection Parameters Budget Type OTB Procurement WRF_POTB_SELECT_AC_POT_STY - Selection Data Same Buckets with Different Delivery Periods WRF_POTB_SELECT_AC_POTCTR_STY - Selection Data of Budgets (Monitor) WRF_POTB_SELECT_AC_POSISPR_STY - Selection of Application Function: OTB Special Release Item WRF_POTB_SELECT_AC_POSIPRC_STY - Selection of Item Data for General OTB Procurement