SAP Reports / Programs

SAPRCK44 SAP ABAP Report - Delete Costing Run







SAPRCK44 is a standard Executable ABAP Report 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 SAPRCK44 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CK44 - Delete Costing Run


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


Text pool values


Selection Text: KALAID = Costing Run
Selection Text: KALADAT = Costing Run Date
Selection Text: BACKGR = D Background Processing
Title: Delete Costing Run
Text Symbol: 122 = Delete Costing Run
Text Symbol: 121 = Of Which Mat. Components
Text Symbol: 120 = Materials :
Text Symbol: 115 = Costing Variant(s)
Text Symbol: 114 = Valuation Date
Text Symbol: 113 = Qty Structure Date
Text Symbol: 112 = to
Text Symbol: 111 = Costing Date From
Text Symbol: 110 = Costing Dates
Text Symbol: 108 = Controlling Area :
Text Symbol: 107 = Name :
Text Symbol: 106 = Status :
Text Symbol: 105 = Created on :
Text Symbol: 104 = Created by :
Text Symbol: 103 = Company Code :
Text Symbol: 102 = Costing Run Date :
Text Symbol: 101 = Costing Run :
Text Symbol: 011 = DELETE
Text Symbol: 010 = Processing Opts


INCLUDES used within this REPORT SAPRCK44

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:

DEQUEUE_ECKALA CALL FUNCTION 'DEQUEUE_ECKALA' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT.

ENQUEUE_ECKALA CALL FUNCTION 'ENQUEUE_ECKALA' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT. "E40WDXVER

CK_F_COSTINGRUN_HEADER_READ CALL FUNCTION 'CK_F_COSTINGRUN_HEADER_READ' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT IMPORTING KLVAR = F_TCK03-KLVAR F_KALA = KALA KALA_FOUND = S_KALA_FOUND KALS_FOUND = S_KALD_FOUND KALF_FOUND = S_KALF_FOUND KALV_FOUND = S_KALV_FOUND KALV_ERROR = S_KALV_ERROR TABLES T_KALST_EXP = T_DISST T_KALF_EXP = T_KALF.

DEQUEUE_ECKALA CALL FUNCTION 'DEQUEUE_ECKALA' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT. "E40WDXVER

CK_F_K_KEKO_AUTHORITY_CHECK CALL FUNCTION 'CK_F_K_KEKO_AUTHORITY_CHECK' EXPORTING I_BUKRS = KALA-BUKRS I_KOKRS = KALA-KOKRS "SBe I_KLVAR = F_TCK03-KLVAR I_ACTVT = '16'.

CK_F_KALA_DELETE CALL FUNCTION 'CK_F_KALA_DELETE' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT TVERS = KALA-TVERS.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING * ARCHIVE_ID = E01 * ARCHIVE_INFO = E02 * ARCHIVE_MODE = E03 * ARCHIVE_TEXT = E04 * AR_OBJECT = E05 * AUTHORITY = E06 COPIES = SY-PRCOP COVER_PAGE = SY-PRBIG DATA_SET = SY-PRDSN DEPARTMENT = SY-PRABT DESTINATION = SY-PDEST EXPIRATION = SY-PEXPI IMMEDIATELY = SY-PRIMM * IN_ARCHIVE_PARAMETERS = E14 * IN_PARAMETERS = E15 LAYOUT = SY-PAART * LINE_COUNT = E17 * LINE_SIZE = E18 LIST_NAME = SY-PLIST LIST_TEXT = SY-PRTXT MODE = SY-CALLR NEW_LIST_ID = SY-PRNEW NO_DIALOG = 'X' RECEIVER = SY-PRREC RELEASE = SY-PRREL * SAP_COVER_PAGE = E26 * SAP_OBJECT = E27 * TYPE = E28 IMPORTING * OUT_ARCHIVE_PARAMETERS = I01 OUT_PARAMETERS = F_PRI_PARAMS.

DEQUEUE_ECKALA * CALL FUNCTION 'DEQUEUE_ECKALA' * EXPORTING * KALAID = KALA-KALAID * KALADAT = KALA-KALADAT * TVERS = KALA-TVERS.

CK_F_TCK03_HIERARCHY_READING CALL FUNCTION 'CK_F_TCK03_HIERARCHY_READING' EXPORTING P_KLVAR = F_TCK03-KLVAR IMPORTING F_TCK04 = F_TCK04 EXCEPTIONS OTHERS = 0.

CK_PROCESS_IN_BACKGROUND CALL FUNCTION 'CK_PROCESS_IN_BACKGROUND' EXPORTING i_program = p_program i_variant = sy-slset i_kalaid = p_kalaid i_kaladat = p_kaladat i_process = p_process I_RFC_GROUP = p_rfc_group .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = xt_eventtab_list EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = gv_repid I_CALLBACK_PF_STATUS_SET = gc_pf_status I_CALLBACK_USER_COMMAND = gc_user_command IS_LAYOUT = gs_layout_list IS_PRINT = gs_print IT_FIELDCAT = gt_fieldcat_list IT_EVENTS = gt_eventtab_list TABLES T_OUTTAB = EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = gv_repid I_INTERNAL_TABNAME = gv_structure I_INCLNAME = gv_repid CHANGING CT_FIELDCAT = xt_fieldcat[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_list.

CK_F_KALA_DELETE CALL FUNCTION 'CK_F_KALA_DELETE' IN UPDATE TASK EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT TVERS = KALA-TVERS.

DEQUEUE_ECKALA CALL FUNCTION 'DEQUEUE_ECKALA' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT.

DEQUEUE_ECKALA CALL FUNCTION 'DEQUEUE_ECKALA' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT.

DEQUEUE_ECKALA CALL FUNCTION 'DEQUEUE_ECKALA' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT.



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