SAP Reports / Programs | Personnel Categories | Defense Forces and Public Security | Personnel Categories(IS-DFS-OF-PER) SAP IS

MP080640 SAP ABAP INCLUDE - Include LV51PF0C







MP080640 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 MP080640 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 MP080640. "Basic submit
SUBMIT MP080640 AND RETURN. "Return to original report after report execution complete
SUBMIT MP080640 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 MP080640

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TPROG_ID' value_org = 'S' TABLES value_tab = itab_tprog_id EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FUNCT_ID' value_org = 'S' TABLES value_tab = itab_funct_id EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'STATUS_ID' value_org = 'S' TABLES value_tab = itab_status_id EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AFUNCT_ID' value_org = 'S' TABLES value_tab = itab_afunct_id EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p0806-pernr infty = '0806' begda = itab_train_plan_val-begda endda = chk_dt "p0806-endda * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0806_cum EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p0806-pernr infty = '0806' begda = itab_train_plan_val-begda endda = chk_dt "p0806-endda * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0806_cum EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-ext * DIAGNOSE_OBJECT = ' ' text_question = text-qst text_button_1 = text-001 " 'Ok'(001) icon_button_1 = 'ICON_OKAY' text_button_2 = text-002 " 'Cancel'(002) icon_button_2 = 'ICON_CANCEL' * DEFAULT_BUTTON = '1' display_cancel_button = space "'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_WARNING' * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = p_resp * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

/ISDFPS/LM_FLIGHT_GET_DETAIL CALL FUNCTION '/ISDFPS/LM_FLIGHT_GET_DETAIL' EXPORTING orderid = p0806-order_id IMPORTING flight_header = flt_hdr TABLES return = lt_return.

BAPI_ALM_ORDER_GET_DETAIL CALL FUNCTION 'BAPI_ALM_ORDER_GET_DETAIL' EXPORTING number = p0806-order_id TABLES et_partner = et_part return = lt_return.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TRAIN' value_org = 'S' TABLES value_tab = itab_train_id EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'AUFNR' * DYNPPROG = 'MP080600' * DYNPNR = '2000' * DYNPROFIELD = 'ORDER_ID' * value_org = 'S' * TABLES * value_tab = itab_order_id * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.



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