MJPC1F02 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 MJPC1F02 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.
Title: Forms for PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MAKT_SINGLE_READ call function 'MAKT_SINGLE_READ' exporting * KZRFB = ' ' * MAXTZ = 0 matnr = rjpc1-matref spras = sy-langu importing wmakt = ls_makt exceptions wrong_call = 0 not_found = 0 .
CJPN_GET_WBS_ELEMENT call function 'CJPN_GET_WBS_ELEMENT' exporting * I_INDEX = 1 * I_OBJNR = ' ' i_posid = rjpc1-wbsel * I_PSPNR = '00000000' * NO_BUFFER = ' ' * NO_MESG_COLLECT = ' ' importing E_PRPS = ls_prps ktext = rjpc1-wbsel_ktx * OBJNR_EXP = * E_PSPHI = * E_PSPRI = * E_PSPNR = * E_GRPKZ = exceptions input_error = 0 not_found = 0 .
K_VERSN_READ call function 'K_VERSN_READ' exporting * I_GJAHR = '0000' i_kokrs = ls_prps-pkokr i_versn = rjpc1-coversion * BYPASSING_BUFFER = * I_ACTVT = IMPORTING * E_TKA09 = * E_TKA07 = E_TKT09 = ls_tkt09 EXCEPTIONS NOT_FOUND = 0 NOT_FOUND_GJAHR = 0 NO_AUTHORITY = 0 OTHERS = 0 .
FI_COMPANY_CODE_DATA call function 'FI_COMPANY_CODE_DATA' exporting i_bukrs = rjpc1-bukrs importing e_t001 = ls_t001 exceptions system_error = 0 .
T001W_SINGLE_READ call function 'T001W_SINGLE_READ' exporting * KZRFB = ' ' t001w_werks = rjpc1-werks importing wt001w = ls_t001w exceptions not_found = 0 .
MAKT_SINGLE_READ call function 'MAKT_SINGLE_READ' exporting * KZRFB = ' ' * MAXTZ = 0 matnr = rjpc4-matref spras = sy-langu importing wmakt = ls_makt exceptions wrong_call = 0 not_found = 0 .
ISMPD_GET_VAL_CUST CALL FUNCTION 'ISMPD_GET_VAL_CUST' IMPORTING PVE_VALAREA_BUKRS = lv_valarea_bukrs PVE_SPLIT_VAL_ALLOWED = lv_split_val_allowed PVE_VAL_UNITCOSTS = lv_val_unitcosts .
ISMPD_GET_MULT_COVERS_ALLOWED CALL function 'ISMPD_GET_MULT_COVERS_ALLOWED' * EXPORTING * PVI_KKRS = IMPORTING PVE_COVERSION_ALLOWED = lv_coversion_allowed * PVE_COVERS_KOKRS_ALLOWED = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.