SAP Reports / Programs

RK2FFPPC SAP ABAP INCLUDE - documentation and ABAP source code







RK2FFPPC 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 RK2FFPPC 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 RK2FFPPC. "Basic submit
SUBMIT RK2FFPPC AND RETURN. "Return to original report after report execution complete
SUBMIT RK2FFPPC 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 RK2FFPPC

INCLUDE RK2FFTPC.
INCLUDE RK2FINC1.
INCLUDE RK2FINCF.


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:

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = rkb1x-kokrs IMPORTING e_tka01 = pca_tka01.

COPCA_HOART_TEXT CALL FUNCTION 'COPCA_HOART_TEXT' EXPORTING hoart = hoart * IMPORTING * TEXT = EXCEPTIONS OTHERS = 1.

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = t001k-bukrs IMPORTING e_kokrs = kokrs EXCEPTIONS no_kokrs_found = 1 OTHERS = 2.

KE_PROFIT_CENTER_READ_TEXT CALL FUNCTION 'KE_PROFIT_CENTER_READ_TEXT' EXPORTING * datum = sy-datum "wa30D datum = sy-datlo "wa30D prctr = field sprache = langu kokrs = rkb1x-kokrs IMPORTING text_wa = text_wa EXCEPTIONS text_not_found = 01.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = rkb1x-kokrs IMPORTING e_tka01 = pca_tka01.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = rkb1x-ktopl sachkonto = field sprache = langu IMPORTING text_wa = text_wa EXCEPTIONS OTHERS = 1.

COPCA_HOART_TEXT CALL FUNCTION 'COPCA_HOART_TEXT' EXPORTING hoart = field IMPORTING text = i_char_tab-text EXCEPTIONS OTHERS = 1.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = domname text = 'X' IMPORTING rc = subrc TABLES dd07v_tab = t_dd07v.



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