SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RK2FINCF SAP ABAP INCLUDE - RKD_VARIABLE_NAME_CHECK







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


INCLUDES used within this REPORT RK2FINCF

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:

RSTS_SET_CHECK CALL FUNCTION 'RSTS_SET_CHECK' EXPORTING NAME = ISETID EXCEPTIONS NOT_FOUND = 01.

RSTS_SET_TEXT_GET CALL FUNCTION 'RSTS_SET_TEXT_GET' EXPORTING NAME = ISETID IMPORTING TEXT = ITEXT TEXT_L = ITEXT_L EXCEPTIONS OTHERS = 1.

RSTS_INTERVAL_CHECK CALL FUNCTION 'RSTS_INTERVAL_CHECK' EXPORTING NAME = IINTRV EXCEPTIONS NOT_FOUND = 01.

RSTS_INTERVAL_TEXT_GET CALL FUNCTION 'RSTS_INTERVAL_TEXT_GET' EXPORTING NAME = IINTRV IMPORTING TEXT = ITEXT TEXT_L = ITEXT_L EXCEPTIONS OTHERS = 1.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING APPLCLASS = APPLCLASS I_RKB1X = RKB1X IMPORTING E_RKB1X = RKB1X PERIV = IPERIV TIME = CFTIME ANZBP = IANZBP ANZSP = IANZSP EXCEPTIONS VERSO_ERROR = 1 OTHERS = 2.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING APPLCLASS = APPLCLASS I_RKB1X = RKB1X IMPORTING E_RKB1X = RKB1X PERIV = IPERIV TIME = CFTIME ANZBP = IANZBP ANZSP = IANZSP EXCEPTIONS VERSO_ERROR = 1 OTHERS = 2.

GET_PERIOD_TEXTS CALL FUNCTION 'GET_PERIOD_TEXTS' EXPORTING I_POPER = IPERDE I_PERIV = IPERIV I_BDATJ = IGJAHR I_SPRAS = LANGU IMPORTING E_LTEXT = L_TEXT EXCEPTIONS OTHERS = 1 .

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING APPLCLASS = APPLCLASS I_RKB1X = RKB1X IMPORTING E_RKB1X = RKB1X PERIV = IPERIV TIME = CFTIME ANZBP = IANZBP ANZSP = IANZSP EXCEPTIONS VERSO_ERROR = 1 OTHERS = 2.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING APPLCLASS = APPLCLASS I_RKB1X = RKB1X IMPORTING E_RKB1X = RKB1X PERIV = IPERIV TIME = CFTIME ANZBP = IANZBP ANZSP = IANZSP EXCEPTIONS VERSO_ERROR = 1 OTHERS = 2.

GET_PERIOD_TEXTS CALL FUNCTION 'GET_PERIOD_TEXTS' EXPORTING I_POPER = FIELD I_PERIV = IPERIV I_BDATJ = L_FYEAR I_SPRAS = LANGU IMPORTING E_LTEXT = L_TEXT EXCEPTIONS OTHERS = 1 .

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = F1 OTYPE = F2 OBJID = F3 IMPORTING SHORT = STEXT STEXT = LTEXT EXCEPTIONS NOT_FOUND = 4.

RKE_GET_FIRST_DAY_IN_PERIOD CALL FUNCTION 'RKE_GET_FIRST_DAY_IN_PERIOD' EXPORTING PERIO = I_PERIO PERIV = I_PERIV IMPORTING DATE = L_DATE1 EXCEPTIONS OTHERS = 8.

RKE_GET_LAST_DAY_IN_PERIOD CALL FUNCTION 'RKE_GET_LAST_DAY_IN_PERIOD' EXPORTING PERIO = I_PERIO PERIV = I_PERIV IMPORTING DATE = L_DATE2 EXCEPTIONS OTHERS = 8.



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