SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MP50JFBL SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MP50JFBL

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:

SEO_CLASS_EXISTENCE_CHECK CALL FUNCTION 'SEO_CLASS_EXISTENCE_CHECK' EXPORTING clskey = clskey EXCEPTIONS not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 OTHERS = 6.

SEO_CLASS_CREATE_COMPLETE CALL FUNCTION 'SEO_CLASS_CREATE_COMPLETE' EXPORTING corrnr = g_corrnum devclass = rp50i-bldevclass version = seoc_version_active authority_check = seox_true overwrite = seox_false suppress_method_generation = seox_false genflag = seox_false CHANGING class = wa_vseoclass inheritance = wa_vseoextend EXCEPTIONS existing = 1 is_interface = 2 db_error = 3 component_error = 4 no_access = 5 other = 6 OTHERS = 7.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = systemtype.

SEO_CLASS_EXISTENCE_CHECK CALL FUNCTION 'SEO_CLASS_EXISTENCE_CHECK' EXPORTING clskey = clskey EXCEPTIONS not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 OTHERS = 6.

SEO_CLASS_EXISTENCE_CHECK CALL FUNCTION 'SEO_CLASS_EXISTENCE_CHECK' EXPORTING clskey = clsname EXCEPTIONS not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 OTHERS = 6.

SEO_CLASS_READ CALL FUNCTION 'SEO_CLASS_READ' EXPORTING clskey = clsname IMPORTING class = class.

SEO_CLASS_EXISTENCE_CHECK CALL FUNCTION 'SEO_CLASS_EXISTENCE_CHECK' EXPORTING clskey = clsname EXCEPTIONS not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 OTHERS = 6.

SEO_CLASS_DELETE_COMPLETE CALL FUNCTION 'SEO_CLASS_DELETE_COMPLETE' EXPORTING clskey = clsname.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = systemtype.

SEO_CLASS_EXISTENCE_CHECK CALL FUNCTION 'SEO_CLASS_EXISTENCE_CHECK' EXPORTING clskey = clsname EXCEPTIONS not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 OTHERS = 6.

TRINT_TADIR_POPUP CALL FUNCTION 'TRINT_TADIR_POPUP' EXPORTING wi_existence_check = 'X' wi_message_enter_devclass = 'X' wi_read_only = ' ' wi_tadir = w_tadir wi_no_tadir = 'X' wi_no_tdevc = 'X' wi_no_delete_function = 'X' IMPORTING we_tadir_new = w_tadir EXCEPTIONS exit = 1 OTHERS = 2.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = systemtype.

SEO_CLASS_EXISTENCE_CHECK CALL FUNCTION 'SEO_CLASS_EXISTENCE_CHECK' EXPORTING clskey = clskey EXCEPTIONS not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 OTHERS = 6.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Checkklasse anlegen'(ccc) * DIAGNOSE_OBJECT = ' ' text_question = l_text text_button_1 = 'Anlegen '(anl) icon_button_1 = 'ICON_CREATE' text_button_2 = 'Überspringen'(sip) icon_button_2 = 'ICON_CANCEL' * DEFAULT_BUTTON = '1' display_cancel_button = '' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer "1/2 = Ja/Nein * TABLES * PARAMETER = EXCEPTIONS text_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 MP50JFBL or its description.