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
Below is a list of transaction codes which are relevant to this SAP report
CKMDUVREC - Enter Activity Differences
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.
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?
INCLUDE CKMLDUVACT_RECORD_C01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKMLDUVACT_RECORD - Program CKMLDUVACT_RECORD_NEW CKMLDUVACT_RECORD - Program CKMLDUVACT_RECORD_NEW CKMLDUVACT_POST_DIST - Include CKMLDUVACT_POST_DIST CKMLDUVACT_POST_DIST - Include CKMLDUVACT_POST_DIST CKMLDUVACT_CREATE_DIST - Program for Creating a Distribution CKMLDUVACT_CREATE_DIST - Program for Creating a Distribution