SAP Reports / Programs | Project System | Information System | Accounting(PS-IS-REP-ACC) SAP PS

RCNCCF20 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' exporting I_KOKRS = it_tpik3-kokrs POPUP = '0'.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = '0102' "cost element group SHORTNAME = LD_SETNR KOKRS = IT_TPIK3-KOKRS IMPORTING SETID = LD_SETID EXCEPTIONS NO_CO_AREA_SPECIFIED = 1 ILLEGAL_SETCLASS = 2.

G_SET_TREE_IMPORT CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING NO_DESCRIPTIONS = 'X' NO_RW_INFO = 'X' SETID = LD_SETID TABLES SET_VALUES = LT_SET_VALUES EXCEPTIONS SET_NOT_FOUND = 1 ILLEGAL_FIELD_REPLACEMENT = 2 ILLEGAL_TABLE_REPLACEMENT = 3 OTHERS = 4.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = 1 UNIT_IN = IT_CSKB-MSEHI UNIT_OUT = VS_TPIR2-MEINH IMPORTING OUTPUT = LD_OUTPUT EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.

RK_KSTAR_READ CALL FUNCTION 'RK_KSTAR_READ' EXPORTING DATUM = IT_CSKB-DATBI KOKRS = VS_TPIK3-KOKRS KSTAR = IT_CSKB-KSTAR IMPORTING V_CSKB = LS_CSKBV.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' TABLES NODETAB = GT_TREE EXCEPTIONS TREE_FAILURE = 1 ID_NOT_FOUND = 2 WRONG_RELATIONSHIP = 3 OTHERS = 4.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = gt_tree-id ALL = 'X' * LIST_SCROLL = * DEPTH = 1 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .

RS_TREE_PUSH CALL FUNCTION 'RS_TREE_PUSH'.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'RCNCC020' CALLBACK_USER_COMMAND = 'USER_COMMAND' * CALLBACK_TEXT_DISPLAY = * CALLBACK_MOREINFO_DISPLAY = * CALLBACK_COLOR_DISPLAY = * CALLBACK_TOP_OF_PAGE = * CALLBACK_GUI_STATUS = STATUS = 'OWN' "'IMPLICIT' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * COLOR_OF_LINK = '1' * COLOR_OF_MATCH = '5' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' * LAYOUT_MODE = ' ' * USE_CONTROL = 'F' * IMPORTING * F15 = .

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = 1 UNIT_IN = IT_CSKB-MSEHI UNIT_OUT = VS_TPIR2-MEINH IMPORTING OUTPUT = LD_OUTPUT EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.

RK_KSTAR_READ CALL FUNCTION 'RK_KSTAR_READ' EXPORTING DATUM = IT_CSKB-DATBI KOKRS = VS_TPIK3-KOKRS KSTAR = IT_CSKB-KSTAR IMPORTING V_CSKB = LS_CSKBV.

RK_KSTAR_READ CALL FUNCTION 'RK_KSTAR_READ' " read cost element EXPORTING DATUM = IT_CSKB-DATBI KOKRS = IS_TKA01-KOKRS KSTAR = IT_CSKB-KSTAR IMPORTING V_CSKB = LS_CSKBV.

RK_KSTAR_READ CALL FUNCTION 'RK_KSTAR_READ' " read cost element EXPORTING DATUM = IT_CSKB-DATBI KOKRS = IS_TKA01-KOKRS KSTAR = IT_CSKB-KSTAR IMPORTING V_CSKB = LS_CSKBV.

FM_FIPOS_READ_MULTIPLE CALL FUNCTION 'FM_FIPOS_READ_MULTIPLE' "TS240402 EXPORTING "TS240402 I_FIKRS = -FIKRS "TS240402 TABLES "TS240402 T_FMFPO = LT_FMFPO[] "TS240402 T_FMFPOT = LT_FMFPOT[] "TS240402 EXCEPTIONS "TS240402 INPUT_ERROR = 1 "TS240402 MASTER_DATA_NOT_FOUND = 2 "TS240402 OTHERS = 3. "TS240402

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = 1 UNIT_IN = IT_TKA03-MSEHI UNIT_OUT = VS_TPIR2-MEINH IMPORTING OUTPUT = LD_OUTPUT EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = LS_HELP_INFO TABLES DYNPSELECT = LT_DSELC DYNPVALUETAB = LT_DVAL EXCEPTIONS OTHERS = 1.



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