FERCF100 is a standard ABAP INCLUDE 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 FERCF100 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Common ALV Forms for Drill Down Reports
Text Symbol: H01 = Source object
Text Symbol: H02 = Summarization object
Text Symbol: H03 = Natural account
Text Symbol: H04 = Regulatory account
Text Symbol: H05 = Period
Text Symbol: H07 = Actual
Text Symbol: H08 = Plan
Text Symbol: H09 = Version
Text Symbol: H10 = Reporting period(s)
Text Symbol: H11 = Comparison period(s)
Text Symbol: H12 = Final object
Text Symbol: SUM = Small amounts summarized
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting I_LIST_TYPE = 0 importing ET_EVENTS = RT_EVENTS.
OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting OBJNR = STATUS-ACT_SRC_COOBJ NO_BUKRS = 'X' NO_ERKRS = 'X' NO_KOKRS = 'X' TEXT_WANTED = 'X' importing E_TEXT = SY-MSGLI IDENTIFICATION = SY-MSGV1 exceptions others = 0.
OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting OBJNR = STATUS-ACT_FIN_COOBJ NO_BUKRS = 'X' NO_ERKRS = 'X' NO_KOKRS = 'X' TEXT_WANTED = 'X' importing E_TEXT = SY-MSGLI IDENTIFICATION = SY-MSGV1 exceptions others = 0.
OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting OBJNR = STATUS-ACT_FIN_COOBJ NO_BUKRS = 'X' NO_ERKRS = 'X' NO_KOKRS = 'X' * text_wanted = 'X' importing * E_IONRA = * e_text = sy-msgli IDENTIFICATION = SY-MSGV1 exceptions others = 0.
K_KOKRS_READ call function 'K_KOKRS_READ' exporting KOKRS = RS_STATUS-KOKRS importing E_TKA01 = TKA01.
G_POSTING_DATE_OF_PERIOD_GET call function 'G_POSTING_DATE_OF_PERIOD_GET' exporting PERIOD = RS_STATUS-R_PERIO YEAR = RS_STATUS-R_YEAR VARIANT = TKA01-LMONA importing FROM_DATE = LS_DATE-FROM TO_DATE = LS_DATE-TO.
G_POSTING_DATE_OF_PERIOD_GET call function 'G_POSTING_DATE_OF_PERIOD_GET' exporting PERIOD = PERIO YEAR = RS_STATUS-R_YEAR VARIANT = TKA01-LMONA importing TO_DATE = LS_DATE-TO.
G_POSTING_DATE_OF_PERIOD_GET call function 'G_POSTING_DATE_OF_PERIOD_GET' exporting PERIOD = RS_STATUS-C_PERIO YEAR = RS_STATUS-C_YEAR VARIANT = TKA01-LMONA importing FROM_DATE = LS_DATE-FROM TO_DATE = LS_DATE-TO.
G_POSTING_DATE_OF_PERIOD_GET call function 'G_POSTING_DATE_OF_PERIOD_GET' exporting PERIOD = PERIO YEAR = RS_STATUS-C_YEAR VARIANT = TKA01-LMONA importing TO_DATE = LS_DATE-TO.
FERC_OBJECT_MASTER_SHOW call function 'FERC_OBJECT_MASTER_SHOW' exporting OBJNR = R_OBJNR DATE_FROM = LS_DATE-FROM DATE_TO = LS_DATE-TO.
K_COSTELEMENT_SHOW call function 'K_COSTELEMENT_SHOW' exporting KOKRS = RS_STATUS-KOKRS KSTAR = R_SAKNR DATAB = LS_DATE-FROM DATBI = LS_DATE-TO.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FERCF100 - Common ALV Forms for Drill Down Reports FERCF100 - Common ALV Forms for Drill Down Reports FERCF000 - Common Include for Regulatory Procedures at Event AT SELECTION-SCREEN FERCD200 - Common Data Include for Drill Down Reports FERCD110 - Common Data Include for Drill Down Reports FERCD100 - Data definitions for general list viewer function module