RXPDSCHED is an SAP Structure so does not store data like a database table does but can be used to process "Data for Scheduling Events" 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_RXPDSCHED TYPE RXPDSCHED .
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 |
PROFILE | EXP_PROFILE | CHAR | 6 |
* | Progress Tracking Profile | |
BASELINE | EXP_XBASE | CHAR | 1 | Baseline Dates | ||
PLANNED | EXP_XPLAN | CHAR | 1 | Planned dates | ||
FORECAST | EXP_XFORC | CHAR | 1 | Forecast dates | ||
BACKWARD | EXP_BW | CHAR | 1 | Backward scheduling | ||
FORWARD | EXP_FW | CHAR | 1 | Forward scheduling | ||
BACK_FORW | EXP_BWFW | CHAR | 1 | Backward Scheduling Then Forward Scheduling | ||
FORW_BACK | EXP_FWBW | CHAR | 1 | Forward, the Backwards Scheduling | ||
NO_DISPLAY | EXP_NO_DISP | CHAR | 1 | Do Not Display Settings | ||
COL_PGTB | COL_PGTB | NUMC | 1 | Color for variance of planned date from baseline | ||
COL_FGTB | COL_EGTB | NUMC | 1 | Color of variance of forecast date from baseline | ||
COL_AGTB | COL_AGTB | NUMC | 1 | Color for variance of actual date/today's date from baseline | ||
COL_FGTP | COL_EGTP | NUMC | 1 | Color for variance of forecast date from planned date | ||
COL_AGTP | COL_AGTP | NUMC | 1 | Color for variance of actual/today's date from planned date | ||
BASE_DISP | EXP_XBASE | CHAR | 1 | Baseline Dates | ||
PLAN_DISP | EXP_XPLAN | CHAR | 1 | Planned dates | ||
FORC_DISP | EXP_XFORC | CHAR | 1 | Forecast dates | ||
ACT_DISP | EXP_XACT | CHAR | 1 | Actual Dates |
Key field | |
Non-key field |