SAP Reports / Programs

FERCF100 SAP ABAP INCLUDE - Common ALV Forms for Drill Down Reports







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


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 FERCF100. "Basic submit
SUBMIT FERCF100 AND RETURN. "Return to original report after report execution complete
SUBMIT FERCF100 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FERCF100

No INCLUDES are used within this REPORT code!


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:

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.



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 FERCF100 or its description.