WRF_PSCD_SCHEDULING2 is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below is the pattern details for this FM showing its interface including any import and export parameters, exceptions etc as well as any documentation contributions (Comments) specific to the object.
See here to view full function module documentation and code listing, simply by entering the name WRF_PSCD_SCHEDULING2 into the relevant SAP transaction such as SE37 or SE80.
Associated Function Group:
WRF_PSCD_SCHEDULING
Released Date:
Not Released
Processing type: Normal fucntion module
CALL FUNCTION 'WRF_PSCD_SCHEDULING2' "Retail Fashion Scheduling
EXPORTING
it_startdates = " wrf_pscd_startdates_tty Start Dates for Date Calculation
* it_parameters = " wrf_pscd_parameters_tty Transfer Parameters
* i_save_dateline = " xfeld Terminleiste speichern
* i_plausi = " xfeld Plausibilität prüfen
IMPORTING
et_message = " wrf_pbas_msg_tty Error Message Table
et_startdates = " wrf_pscd_startdates_tty Start Dates for Date Calculation
CHANGING
cs_dateline_head_ext = " wrf_pscd_dateline_head_ext_sty Extended Date Line, Header
ct_dateline_item_ext = " wrf_pscd_dateline_item_ext_tty Extended Dateline, Dates
* ct_messages = " wrf_pbas_msg_tty Messages with Structure from Application Log
EXCEPTIONS
ERROR = 1 " Error
PLAUSI_NOT_OK = 2 " Date line is not consistent
. " WRF_PSCD_SCHEDULING2
The ABAP code below is a full code listing to execute function module WRF_PSCD_SCHEDULING2 including all data declarations. The code uses the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the original method of declaring data variables up front. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8).
| ld_et_message | TYPE WRF_PBAS_MSG_TTY , |
| ld_et_startdates | TYPE WRF_PSCD_STARTDATES_TTY . |
The below ABAP code uses the older none in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. It may also be useful if you are using an older version of SAP as some of the newer syntax above, such as the @DATA is not available until 4.70 EHP 8.
DATA:
| ld_cs_dateline_head_ext | TYPE WRF_PSCD_DATELINE_HEAD_EXT_STY , |
| ld_et_message | TYPE WRF_PBAS_MSG_TTY , |
| ld_it_startdates | TYPE WRF_PSCD_STARTDATES_TTY , |
| ld_ct_dateline_item_ext | TYPE WRF_PSCD_DATELINE_ITEM_EXT_TTY , |
| ld_et_startdates | TYPE WRF_PSCD_STARTDATES_TTY , |
| ld_it_parameters | TYPE WRF_PSCD_PARAMETERS_TTY , |
| ld_ct_messages | TYPE WRF_PBAS_MSG_TTY , |
| ld_i_save_dateline | TYPE XFELD , |
| ld_i_plausi | TYPE XFELD . |
Please help keep this info upto date and use the comments section below to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name WRF_PSCD_SCHEDULING2 or its description.
WRF_PSCD_SCHEDULING2 - Retail Fashion Scheduling WRF_PSCD_SCHEDULING - Retail Fashion Scheduling WRF_PSCD_ROUTE_WRITE_DOCUMENT - CHDO WRF_PSCD_ROUTE => Gen. by RSSCD000 WRF_PSCD_READ_TVTRT_DESCR_BUF - Buffered Reading of Calendar Description WRF_PSCD_READ_TRANS_CHAIN - WRF_PSCD_READ_TRANSPORT_CHAIN - Determines Transportation Chain for Vendor