SAP Reports / Programs | Controlling | Overhead Cost Controlling | Activity-Based Costing(CO-OM-ABC) SAP CO

CKSACF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 DISPLAY = ' ' I_KOKRS = KOKRS POPUP = ' ' "1 => Popup wird auf jeden Fall angezeigt IMPORTING E_KOKRS = KOKRS E_ACTION = LD_ACTION EXCEPTIONS NOT_FOUND = 01.

RKE_CHANGE_ERKRS CALL FUNCTION 'RKE_CHANGE_ERKRS' EXPORTING FCODE = 'AE' I_ERKRS = ERKRS * I_PA_TYPE = IMPORTING E_ERKRS = ERKRS OK_CODE = LD_OKCODE.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING FIELD = LD_FIELDNAME "ALRK007686 LANGU = SY-LANGU TAB = LD_TABNAME "ALRK007686 WITH_DOTS = ' ' IMPORTING EX_KDFIT = LS_KDFIT.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = KOKRS POPUP = '1' IMPORTING E_KOKRS = KOKRS E_ACTION = LD_ACTION EXCEPTIONS NOT_FOUND = 01.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING * DISPLAY = ' ' FIELDNAME = 'KOKRS' * INPUT_VALUE = ' ' TABNAME = 'TKA01'.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING * DISPLAY = ' ' FIELDNAME = 'ERKRS' * INPUT_VALUE = ' ' TABNAME = 'TKEB' IMPORTING SELECT_VALUE = V_T811IA-CYCLE.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING * DISPLAY = ' ' FIELDNAME = 'RLDNR' * INPUT_VALUE = ' ' TABNAME = 'T881' IMPORTING SELECT_VALUE = V_T811IA-CYCLE.

RKE_CHECK_GENERATION CALL FUNCTION 'RKE_CHECK_GENERATION' EXPORTING ERKRS = ERKRS.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 TITEL = TEXT-003 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANTWORT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING FIELD = 'ALART' LANGU = SY-LANGU TAB = 'T811IA' WITH_DOTS = ' ' IMPORTING EX_KDFIT = LS_KDFIT.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING * CUCOL = 0 * CUROW = 0 DISPLAY = 'X' FIELDNAME = 'DDTEXT ' TABNAME = 'DD07V ' * TITLE_IN_VALUES_LIST = LS_KDFIT-SCRTEXT_L * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SHRINKING = ' ' TITEL = LS_KDFIT-SCRTEXT_L * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * IMPORTING * INDEX = * SELECT_VALUE = TABLES FIELDS = LT_FIELDS SELECT_VALUES = LT_SELECT_VALUES VALUETAB = LT_DDTEXT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING FIELD = 'IPKNZ' LANGU = SY-LANGU TAB = 'T811IA' WITH_DOTS = ' ' IMPORTING EX_KDFIT = LS_KDFIT.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING * CUCOL = 0 * CUROW = 0 DISPLAY = 'X' FIELDNAME = 'DDTEXT ' TABNAME = 'DD07V ' * TITLE_IN_VALUES_LIST = LS_KDFIT-SCRTEXT_L * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SHRINKING = ' ' TITEL = LS_KDFIT-SCRTEXT_L * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * IMPORTING * INDEX = * SELECT_VALUE = TABLES FIELDS = LT_FIELDS SELECT_VALUES = LT_SELECT_VALUES VALUETAB = LT_DDTEXT.

HELPSCREEN_CREATE CALL FUNCTION 'HELPSCREEN_CREATE' EXPORTING DOKU_ID = 'DE' DOKU_OBJEKT = 'CO_FLD_TXT' DYNPRO = SY-DYNNR HEADERTEXT = TEXT-200 LANGU = SY-LANGU PFKEY = SY-PFKEY PROGRAMM = SY-REPID TITEL = SY-TITLE.

HELPSCREEN_CREATE CALL FUNCTION 'HELPSCREEN_CREATE' EXPORTING DOKU_ID = 'DE' DOKU_OBJEKT = 'IPKNZ' DYNPRO = SY-DYNNR HEADERTEXT = TEXT-202 LANGU = SY-LANGU PFKEY = SY-PFKEY PROGRAMM = SY-REPID TITEL = SY-TITLE.

HELPSCREEN_CREATE CALL FUNCTION 'HELPSCREEN_CREATE' EXPORTING DOKU_ID = 'DE' DOKU_OBJEKT = 'ALART' DYNPRO = SY-DYNNR HEADERTEXT = TEXT-201 LANGU = SY-LANGU PFKEY = SY-PFKEY PROGRAMM = SY-REPID TITEL = SY-TITLE.



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