SAP Reports / Programs | Portioning and scheduling | SAP Utilities | Portioning and scheduling(IS-U-BF-PS) SAP IS

READYSC2 SAP ABAP Report - Display/Change Dynamic Schedule Records







READYSC2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display/change schedule records Depending on the selections you have made, the report displays either all schedule records, or only the dynamic schedule records for portions and their allocated meter reading units...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter READYSC2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

E2DY - Change/Display Dyn. Schedule Records


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT READYSC2. "Basic submit
SUBMIT READYSC2 AND RETURN. "Return to original report after report execution complete
SUBMIT READYSC2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: IDENT = Factory Calendar
Selection Text: DYP_FROM = Start (MM.YYYY) Dynam. Year
Selection Text: DYN_PORT = Dynamic portions only
Selection Text: ABRVORG = Billing Transaction
Title: Display/Change Dynamic Schedule Records
Text Symbol: T13 = Day
Text Symbol: S25 = Cancel Processing
Text Symbol: S24 = Exit dynamic scheduling
Text Symbol: S23 = Factory Calendar
Text Symbol: S22 = Change Successor
Text Symbol: S21 = December
Text Symbol: S20 = November
Text Symbol: S19 = October
Text Symbol: S18 = Septemb.
Text Symbol: S17 = August
Text Symbol: S16 = July
Text Symbol: S15 = June
Text Symbol: S14 = May
Text Symbol: S13 = April
Text Symbol: S12 = March
Text Symbol: S11 = February
Text Symbol: S10 = January
Text Symbol: S08 = Portion
Text Symbol: S07 = Schedule records
Text Symbol: S06 = General monitoring data
Text Symbol: S05 = Tgt Date
Text Symbol: S03 = Act.Date
Text Symbol: 002 = Do You Want To Cancel?
Text Symbol: 001 = Do You Want to Save Before Exiting?


INCLUDES used within this REPORT READYSC2

READYSC2_TOP,
READYSC2_D0101_FORMS,
READYSC2_D0100_FORMS,
READYSC2_D0101_HANDLE,
READYSC2_D0100_HANDLE.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'ABRVORG' value = f_domvalue_l langu = sy-langu IMPORTING dd07v_wa = w_dd07v EXCEPTIONS OTHERS = 1.

ISU_DB_TE416_SINGLE CALL FUNCTION 'ISU_DB_TE416_SINGLE' EXPORTING x_actual = space IMPORTING y_te416 = w_te416 EXCEPTIONS not_found = 1 OTHERS = 2.

ISU_TIMESLICE_DATE CALL FUNCTION 'ISU_TIMESLICE_DATE' EXPORTING x_ab = abr_from x_bis = abr_to IMPORTING y_ab = abr_from y_bis = abr_to EXCEPTIONS bisdat_lt_abdat = 1 abdate_incorrect = 2 OTHERS = 3.

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING date = f_termtdat IMPORTING day = f_weekday EXCEPTIONS OTHERS = 1.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING * CORRECT_OPTION = '+' date = f_termtdat factory_calendar_id = ident IMPORTING * DATE = * FACTORYDATE = workingday_indicator = f_workingday EXCEPTIONS calendar_buffer_not_loadable = 1 correct_option_invalid = 2 date_after_range = 3 date_before_range = 4 date_invalid = 5 factory_calendar_not_found = 6 OTHERS = 7.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING * CORRECT_OPTION = '+' date = f_termtdat factory_calendar_id = ident IMPORTING * DATE = * FACTORYDATE = workingday_indicator = f_workingday EXCEPTIONS calendar_buffer_not_loadable = 1 correct_option_invalid = 2 date_after_range = 3 date_before_range = 4 date_invalid = 5 factory_calendar_not_found = 6 OTHERS = 7.

CONVERT_DATE_TO_EXTERNAL * CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' * EXPORTING * date_internal = f_date_actual_int * EXCEPTIONS * date_internal_is_invalid = 1 * OTHERS = 2.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * textline1 = text-001 * titel = text-s24 * IMPORTING * answer = f_answer.

ISU_DETERMINE_ENDVOPER * CALL FUNCTION 'ISU_DETERMINE_ENDVOPER' * TABLES * tx_te417_old = t_te417_old * txy_te417_new = t_te417_new * tx_te417_new_old = t_te417_new_old * txy_te417_change = t_te417_change * tx_te418_old = t_te418_old * txy_te418_new = t_te418_new * tx_te418_new_old = t_te418_new_old * txy_te418_change = t_te418_change.

ISU_UPDATE_DYNAMIC_SCHEDULE * CALL FUNCTION 'ISU_UPDATE_DYNAMIC_SCHEDULE' * TABLES * tx_te417_old = t_te417_old * tx_te417_new = t_te417_new * tx_te417_change = t_te417_change * tx_te418_old = t_te418_old * tx_te418_new = t_te418_new * tx_te418_change = t_te418_change * tx_te423_old = t_te423_old * tx_te423_new = t_te423_new.

POPUP_TO_CONFIRM_LOSS_OF_DATA * CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * EXPORTING * textline1 = text-002 * titel = text-s25 * IMPORTING * answer = f_answer.

CONVERT_DATE_TO_INTERNAL * CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' * EXPORTING * date_external = f_date_should_ext * IMPORTING * date_internal = f_date_should_int * EXCEPTIONS * date_external_is_invalid = 1 * OTHERS = 2.

ISU_CREATE_DYNAMIC_SCHEDULE * CALL FUNCTION 'ISU_CREATE_DYNAMIC_SCHEDULE' * EXPORTING * x_date_from = f_date_actual_int * x_date_to = abr_to * x_ident = ident * x_date_should = f_date_should_int * x_initial = ' ' ** X_PORTION = ** X_ABLEINH = * x_change_successor = f_change_successor * x_actual = f_actual * TABLES * tx_te417 = t_te417_temp * ty_te417_old = t_te417_old_temp * ty_te417_new = t_te417_new_temp * ty_te417_new_old = t_te417_new_old_temp * ty_te418_old = t_te418_old_temp * ty_te418_new = t_te418_new_temp * ty_te418_new_old = t_te418_new_old_temp * ty_te423_old = t_te423_old_temp * ty_te423_new = t_te423_new_temp * EXCEPTIONS * not_found = 1 * foreign_lock = 2 * input_error = 3 * system_error = 4 * OTHERS = 5.

ISU_DETERMINE_ENDVOPER * CALL FUNCTION 'ISU_DETERMINE_ENDVOPER' * TABLES * tx_te417_old = t_te417_old_temp * txy_te417_new = t_te417_new_temp * tx_te417_new_old = t_te417_new_old_temp * txy_te417_change = t_te417_change * tx_te418_old = t_te418_old_temp * txy_te418_new = t_te418_new_temp * tx_te418_new_old = t_te418_new_old_temp * txy_te418_change = t_te418_change.

ISU_UPDATE_DYNAMIC_SCHEDULE * CALL FUNCTION 'ISU_UPDATE_DYNAMIC_SCHEDULE' * TABLES * tx_te417_old = t_te417_old_temp * tx_te417_new = t_te417_new_temp * tx_te417_change = t_te417_change * tx_te418_old = t_te418_old_temp * tx_te418_new = t_te418_new_temp * tx_te418_change = t_te418_change * tx_te423_old = t_te423_old_temp * tx_te423_new = t_te423_new_temp.

ISU_DETERMINE_ENDVOPER * CALL FUNCTION 'ISU_DETERMINE_ENDVOPER' * TABLES * tx_te417_old = t_te417_old * txy_te417_new = t_te417_new * tx_te417_new_old = t_te417_new_old * txy_te417_change = t_te417_change * tx_te418_old = t_te418_old * txy_te418_new = t_te418_new * tx_te418_new_old = t_te418_new_old * txy_te418_change = t_te418_change.

ISU_UPDATE_DYNAMIC_SCHEDULE * CALL FUNCTION 'ISU_UPDATE_DYNAMIC_SCHEDULE' * TABLES * tx_te417_old = t_te417_old * tx_te417_new = t_te417_new * tx_te417_change = t_te417_change * tx_te418_old = t_te418_old * tx_te418_new = t_te418_new * tx_te418_change = t_te418_change * tx_te423_old = t_te423_old * tx_te423_new = t_te423_new.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name READYSC2 or its description.