SAP Reports / Programs

CKMLDUVACT_RECORD SAP ABAP Report - Program CKMLDUVACT_RECORD_NEW







CKMLDUVACT_RECORD 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 CKMLDUVACT_RECORD 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

CKMDUVREC - Enter Activity Differences


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 CKMLDUVACT_RECORD. "Basic submit
SUBMIT CKMLDUVACT_RECORD AND RETURN. "Return to original report after report execution complete
SUBMIT CKMLDUVACT_RECORD 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: SO_PR = D Business Process
Selection Text: SO_LA = D Activity Type
Selection Text: SO_CC = D Cost Center
Selection Text: P_SDAT = D Start Date
Selection Text: P_PRSET = D Business Process Group
Selection Text: P_LASET = D Activity Type Group
Selection Text: P_EDAT = D End Date
Selection Text: P_CCSET = D Cost Center Group
Selection Text: P_ADD = D Add Up Quantities
Title: Program CKMLDUVACT_RECORD_NEW
Text Symbol: S01 = No. of Records Saved:
Text Symbol: M04 = Save changes?
Text Symbol: 001 = Organizational Data
Text Symbol: 002 = Cost Center/Activity Type
Text Symbol: 003 = Business Proc.
Text Symbol: 101 = Last Counter Readg
Text Symbol: 600 = Cost Center
Text Symbol: 601 = Activity Type
Text Symbol: I06 = Error
Text Symbol: I07 = Check Entries
Text Symbol: I08 = And Change
Text Symbol: M01 = The end date is earlier than the start date
Text Symbol: M02 = Unit cannot be translated
Text Symbol: M03 = Save changes?


INCLUDES used within this REPORT CKMLDUVACT_RECORD

INCLUDE CKMLDUVACT_RECORD_C01.


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:

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'MAIN1000' tables p_exclude = gt_extab.

K_KOKRS_READ call function 'K_KOKRS_READ' exporting kokrs = ld_kokrs importing e_tka01 = lw_tka01 exceptions not_found = 1 not_found_gjahr = 2 others = 3.

K_GROUP_SELECT call function 'K_GROUP_SELECT' exporting field_name = 'KOSTL ' table = 'CCSS ' importing setid = p_setn1 set_name = p_ccset exceptions no_set_picked = 02.

K_GROUP_SELECT call function 'K_GROUP_SELECT' exporting field_name = 'LSTAR ' table = 'CCSS ' importing setid = p_setn2 set_name = p_laset exceptions no_set_picked = 02.

K_GROUP_SELECT call function 'K_GROUP_SELECT' exporting class = '0H' field_name = 'PRZNR' cruser = '*' searchfld = ld_search searchfld_input = ' ' table = 'CCSS' typelist = 'BS' upduser = '*' importing set_name = p_prset exceptions no_set_picked = 01.

BAPI_COSTCENTER_GETLIST1 call function 'BAPI_COSTCENTER_GETLIST1' exporting controllingarea = ld_kokrs costcentergroup = p_ccset tables costcenterlist = gt_cc_group return = gt_return.



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