SAP Reports / Programs | Payroll | Payroll: General Parts | Forms(PY-XX-FO) SAP PY

MPE51F15 SAP ABAP INCLUDE - Form editor: Misc. subroutines (external, CEDT & TEDT)







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


Text pool values


Title: Form editor: Misc. subroutines (external, CEDT & TEDT)


INCLUDES used within this REPORT MPE51F15

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:

HR_FORMS_FCL_READ CALL FUNCTION 'HR_FORMS_FCL_READ' " WLIPH9K004997 EXPORTING molga = $molga class = $class * SPRSL = SY-LANGU * NO_REFERENCES = ' ' IMPORTING " WLIPH0K001855 i514f = fclass-i514f " WLIPH0K001855 TABLES i514k = fclass-i514k i514s = fclass-i514s i514n = fclass-i514n i514t = fclass-i514t i514b = fclass-i514b i514r = fclass-i514r i514c = fclass-i514c i514u = fclass-i514u * I514X = fclass-i514x EXCEPTIONS read_error = 1 reference_error = 2 OTHERS = 3.

HR_FORMS_GET_CHECKTABLES * call function 'HR_FORMS_GET_CHECKTABLES' * exporting * fmolga = $molga * fclass = $class * fsprsl = sy-langu * get_tablefields = 'X' * get_pagetypes = 'X' * get_conversions = 'X' * tables * x514k = fclass-i514k * x514s = fclass-i514s * x514n = fclass-i514n * x514t = fclass-i514t * x514b = fclass-i514b * x514r = fclass-i514r * x514c = fclass-i514c * x514u = fclass-i514u.

HRDSYS_LOIO_CREATE CALL FUNCTION 'HRDSYS_LOIO_CREATE' EXPORTING molga = $molga oname = $forml otype = c_formtype transportflag = 'X' wi_trkorr = $korrn IMPORTING * LOIO_ID = exist_already = exist we_trkorr = $korrn EXCEPTIONS internal_error = 1 wrong_otype = 2 OTHERS = 3.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING wi_ko200 = wi_ko200 IMPORTING we_order = $korrnum TABLES wt_e071k = wt_e071k EXCEPTIONS cancel_edit_other_error = 35 " WLIPH0K000878 OTHERS = 37.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = wi_ko200 TABLES wt_e071k = wt_e071k EXCEPTIONS show_only_other_error = 2 " WLIPH0K001855 OTHERS = 3. " WLIPH0K001855

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW' EXPORTING iv_category = 'CUST' EXCEPTIONS OTHERS = 0.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'CUST' iv_cli_dep = 'X' IMPORTING ev_order = trans_order ev_task = trans_task EXCEPTIONS OTHERS = 1.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING wi_trkorr = trans_task TABLES wt_e071 = wt_e071 wt_e071k = wt_e071k EXCEPTIONS OTHERS = 1.

HRDSYS_TRANSPORT_DOCU_ALWAYS CALL FUNCTION 'HRDSYS_TRANSPORT_DOCU_ALWAYS' EXPORTING molga = $molga oname = $forml otype = c_formtype wi_trtask = trans_task * FLAG_CUST_OBJECT = ' ' * IMPORTING * WE_TRTASK = EXCEPTIONS OTHERS = 0.

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE' EXCEPTIONS OTHERS = 0.

ENQUEUE_EPT514D CALL FUNCTION 'ENQUEUE_EPT514D' EXPORTING mode_t514d = 'E' mandt = sy-mandt molga = $molga forml = $forml * X_MOLGA = ' ' * X_FORML = ' ' * _scope = '2' * _WAIT = ' ' _collect = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = wlock-tabname varkey = wlock-varkey x_varkey = 'X' _collect = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE' EXCEPTIONS OTHERS = 0.

DEQUEUE_EPT514D CALL FUNCTION 'DEQUEUE_EPT514D' EXPORTING mode_t514d = 'E' mandt = sy-mandt molga = $molga forml = $forml * X_MOLGA = ' ' * X_FORML = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' _collect = 'X' EXCEPTIONS OTHERS = 0.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = wlock-tabname varkey = wlock-varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SYNCHRON = ' ' _collect = 'X' EXCEPTIONS OTHERS = 0.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING objname = objname begin = $begin.

RP_EXIST_DOCU





* CALL FUNCTION 'RP_EXIST_DOCU' * EXPORTING * LVEC = SY-LANGU * ONAME = ONAME * OTYPE = 'FORM' * EXCEPTIONS * NOT_EXIST = 1 * OTHERS = 2.

HRDSYS_EXIST_DOCU CALL FUNCTION 'HRDSYS_EXIST_DOCU' EXPORTING molga = $molga oname = $forml otype = c_formtype EXCEPTIONS not_found = 1 OTHERS = 3.

HRDSYS_EDIT_DOCU CALL FUNCTION 'HRDSYS_EDIT_DOCU' EXPORTING molga = $molga oname = $forml otype = c_formtype first_changemode = chng transportflag = 'X' wi_trkorr = $korrn * IMPORTING * WE_TRKORR = EXCEPTIONS wrong_otype = 1 loio_not_found = 2 internal_error = 3 OTHERS = 7.

HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' EXPORTING molga = $molga oname = $forml otype = c_formtype EXCEPTIONS wrong_otype = 1 loio_not_found = 2 internal_error = 3 OTHERS = 4.

HRDSYS_COPY_DOCU_WITHOUT_EDITO CALL FUNCTION 'HRDSYS_COPY_DOCU_WITHOUT_EDITO' EXPORTING * SCLIENT = SY-MANDT smolga = $molga soname = $forml sotype = c_formtype * TCLIENT = SY-MANDT tmolga = $to_molga toname = $to_forml totype = c_formtype tdescript = $ftext transportflag = 'X' wi_trkorr = $korrnum * IMPORTING * WE_TRKORR = EXCEPTIONS wrong_otype = 0 internal_error = 0 sobj_not_found = 0 tobject_exists = 0 OTHERS = 0.

RP_EXIST_DOCU * CALL FUNCTION 'RP_EXIST_DOCU' * EXPORTING * LVEC = SY-LANGU * ONAME = ONAME * OTYPE = 'FORM' * EXCEPTIONS * NOT_EXIST = 1 * OTHERS = 2.

RP_COPY_DOCU * CALL FUNCTION 'RP_COPY_DOCU' * EXPORTING * APPLI = 'P' * ASPCT = ' ' * LVEC = '*' * ONAME = ONAME * OTYPE = 'FORM' * ZNAME = TO_ONAME * ZSPCT = ' ' * ZTYPE = 'FORM' * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

HRDSYS_DELETE_DOCU_OF_OBJECT CALL FUNCTION 'HRDSYS_DELETE_DOCU_OF_OBJECT' EXPORTING molga = $molga oname = $forml otype = c_formtype transportflag = 'X' wi_trkorr = $korrnum EXCEPTIONS wrong_otype = 0 not_found = 0 internal_error = 0 OTHERS = 0.

RP_DELETE_DOCU * CALL FUNCTION 'RP_DELETE_DOCU' * EXPORTING * APPLI = 'P' * ASPCT = ' ' * LVEC = '*' * ONAME = ONAME * OTYPE = 'FORM' * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.



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