MK23BF30_GET_PAOBJNR 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 MK23BF30_GET_PAOBJNR 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COPA_PROFITABILITY_SEGMENT CALL FUNCTION 'COPA_PROFITABILITY_SEGMENT' "Begin "ALRK010434 EXPORTING ANZEIGE = FLG_ANZGE DIALOG = flg_dialog "P9CK054937 SPARSE = 'D' "n 378690 I_COBL = GP_COBL IMPORTING E_COBL = GP_COBL * TABLES * t_copadata = EXCEPTIONS ABNORMAL_LEAVE = 1 OTHERS = 2.
COPA_SEND_ERGEBNISOBJECT * CALL FUNCTION 'COPA_SEND_ERGEBNISOBJECT' * EXPORTING * anzeige = flg_anzge * dialog = 'X' * i_cobl = gp_cobl * IMPORTING * e_cobl = gp_cobl * TABLES * t_copadata = * exceptions * abnormal_leave = 1. "End "ALRK010434
K_BUSINESS_SEGMENT_READ call function 'K_BUSINESS_SEGMENT_READ' exporting i_kokrs = TKA01-KOKRS i_paobjnr = ld_paobjnr I_GJAHR = pd_gjahr importing e_coiob = ls_coiob e_meinh = ld_meinh exceptions OTHERS = 4.
K_BUSINESS_SEGMENT_READ call function 'K_BUSINESS_SEGMENT_READ' exporting i_kokrs = tka01-kokrs i_paobjnr = ld_paobjnr i_gjahr = pd_gjahr importing e_coiob = ls_coiob exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MK23BF30_GET_PAOBJNR - MK23BF30GETPAOBJNR MK23BF30_GET_OBJNR_KL - MK23BF30GETOBJNRKL MK23BF30_GET_MATERIAL_DATA - MK23BF30GETMATERIALDATA MK23BF30_GET_KOSTL_FROM_AUFK - MK23BF30GETKOSTLFROMAUFK MK23BF30_GET_KOKRS_FROM_BUKRS - MK23BF30GETKOKRSFROMBUKRS MK23BF30_GET_EQUITY_GROUP - MK23BF30GETEQUITYGROUP