FERCT000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FERCT000 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FERE - Transport periodic parameters
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.
Selection Text: R_ALL = All regulatory parameters
Selection Text: R_PER = Periodic parameters only
Selection Text: S_GJAHR = D Fiscal year
Selection Text: S_PERIO = D Period
Selection Text: T_GJAHR = D Fiscal year
Selection Text: T_PERIO = D Period
Title: Transport Regulatory Parameters
Text Symbol: ADD = Process with
Text Symbol: OTH = Other client-dependent regulatory parameters
Text Symbol: P10 = Period
Text Symbol: P11 = Fiscal year
Text Symbol: P30 = Actual
Text Symbol: P40 = plan
Text Symbol: P50 = Version
Text Symbol: PER = Period dependent regulatory parameters
Text Symbol: SRC = Period in source system
Text Symbol: TNT = Transport note
Text Symbol: TRG = Period in target system
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FERC_DEFAULT_GET CALL FUNCTION 'FERC_DEFAULT_GET' IMPORTING CONTROLLING_AREA = FERC_R0-KOKRS PERIOD = S_PERIO YEAR = S_GJAHR EXCEPTIONS OTHERS = 4.
FERC_PARAMETERS_INIT CALL FUNCTION 'FERC_PARAMETERS_INIT' EXPORTING CONTROLLING_AREA = FERC_R0-KOKRS YEAR = S_GJAHR PERIOD = S_PERIO RECORD_TYPE = S_RRCTY VERSION = S_VERSN IMPORTING RUN_ID = FERC_R0-RUN_ID READ_FROM_ARCHIVE = SY-DATAR ARCHIVE_SESSION = FERC_R0-ADMI_RUN.
FERC_PARAMETERS_GET CALL FUNCTION 'FERC_PARAMETERS_GET' EXPORTING RUN_ID = FERC_R0-RUN_ID.
FERC_PARAMETERS_INIT CALL FUNCTION 'FERC_PARAMETERS_INIT' EXPORTING CONTROLLING_AREA = FERC_R0-KOKRS YEAR = S_GJAHR PERIOD = S_PERIO RECORD_TYPE = S_RRCTY VERSION = S_VERSN.
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = 'SYST' IV_CLI_DEP = 'X' IMPORTING EV_ORDER = CUST_TASK EV_TASK = E071-TRKORR.
FERC_PARAMETERS_DELETE CALL FUNCTION 'FERC_PARAMETERS_DELETE' EXPORTING RUN_ID = RUN_ID_0000 EXCEPTIONS OTHERS = 1.
FERC_PARAMETERS_COPY CALL FUNCTION 'FERC_PARAMETERS_COPY' EXPORTING RUN_ID = RUN_ID_0000 REF_RUN_ID = FERC_R0-RUN_ID TARGET_PERIOD = T_PERIO TARGET_YEAR = T_GJAHR TARGET_RRCTY = T_RRCTY TARGET_VERSION = T_VERSN EXCEPTIONS PARAMETERS_ALREADY_DEFINED = 1 OTHERS = 2.
TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING PI_KORRNUM = E071-TRKORR WI_E071 = E071 TABLES WT_E071K = INT_E071K.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = 'Transport note'(TNT) START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'FERC_TRANSPORT_WITH_XPRA' EXCEPTIONS TEXT_NOT_FOUND = 01.
TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING PI_KORRNUM = E071-TRKORR WI_E071 = E071 TABLES WT_E071K = INT_E071K.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.