SAP Reports / Programs | Media Product | SAP Media | Media Product(IS-M-MD-PR-MP) SAP IS

MJPC1F02 SAP ABAP INCLUDE - Forms for PBO







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


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 MJPC1F02. "Basic submit
SUBMIT MJPC1F02 AND RETURN. "Return to original report after report execution complete
SUBMIT MJPC1F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms for PBO


INCLUDES used within this REPORT MJPC1F02

No INCLUDES are used within this REPORT code!


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:

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 = .



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