RGRC_LOG 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 RGRC_LOG into the relevant SAP transactions such as SE38 or SE80
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: P_VBELN = Sales Document Number
Selection Text: P_VALU = Valuation View
Selection Text: P_VAL2 = Profit Center Valuation (2)
Selection Text: P_VAL1 = Group Valuation (1)
Selection Text: P_VAL0 = Legal Valuation (0)
Selection Text: P_POSNR = Item Number
Selection Text: P_OKALK = Only the Error Log
Selection Text: P_MKALK = Display with Costing Data
Title: Display Error Log for Goods Receipt Costing
Text Symbol: VAL = Valuation View
Text Symbol: 100 = Log for Cost Est Material & in Plant &
Text Symbol: 001 = or
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CK_F_KEKOKEY_SD_POS_READ call function 'CK_F_KEKOKEY_SD_POS_READ' exporting vbeln = p_vbeln posnr = p_posnr valuation = l_valuation exceptions sd_pos_not_found = 1 kalk_not_found = 2 others = 3.
GRC01_SD_KEKOKEY_MEMORY call function 'GRC01_SD_KEKOKEY_MEMORY' importing imp_sd_kekokey = f_sd_kekokey.
CM_F_INITIALIZE_AND_LOAD call function 'CM_F_INITIALIZE_AND_LOAD' exporting aplid = 'CK' cmf_nr = f_keko-cmf_nr ocs_activ = y_x exceptions others = 1.
CK37_COSTING_LOG_DISPLAY call function 'CK37_COSTING_LOG_DISPLAY' exporting aplid = 'CK' headline = h_headline skip_info_screen = y_x grid_display = y_x.
CK_F_KEKOKEY_SD_POS_READ call function 'CK_F_KEKOKEY_SD_POS_READ' exporting vbeln = f_sd_kekokey-vbeln posnr = f_sd_kekokey-posnr valuation = f_sd_kekokey-valuation importing kekokey = f_kekokey exceptions sd_pos_not_found = 1 kalk_not_found = 2 others = 3.
CK_F_KEKO_KEPH_DIRECT_READ call function 'CK_F_KEKO_KEPH_DIRECT_READ' exporting f_kekokey = f_kekokey read_keph = space importing f_keko = f_keko exceptions data_not_found = 1 others = 2.
CK_F_K_KEKO_AUTHORITY_CHECK call function 'CK_F_K_KEKO_AUTHORITY_CHECK' exporting i_werks = f_keko-werks i_klvar = f_keko-klvar i_actvt = '03'.
CM_F_LOG_ON_DB_INFO call function 'CM_F_LOG_ON_DB_INFO' exporting aplid = 'CK' cmf_nr = f_keko-cmf_nr exceptions not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGRC_LOG - Display Error Log for Goods Receipt Costing RGRC_LOG - Display Error Log for Goods Receipt Costing RGRCUA01 - Report Writer: CUA Interface of the Edition RGRCUA01 - Report Writer: CUA Interface of the Edition RGRCUA00 - Report Writer: CUA Interface of the Edit RGRCUA00 - Report Writer: CUA Interface of the Edit