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

/ISDFPS/MAT_ASSIGNMENTF02 SAP ABAP INCLUDE - /ISDFPS/MATASSIGNMENTF02







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

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:

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = text-500.

RH_GET_PLVAR CALL FUNCTION 'RH_GET_PLVAR' IMPORTING plvar = lv_plvar EXCEPTIONS no_plvar = 1 OTHERS = 2.

RH_READ_INFTY_NNNN * CALL FUNCTION 'RH_READ_INFTY_NNNN' * EXPORTING * plvar = lv_plvar * otype = 'P' * objid = pernr-pernr * infty = '0748' * istat = '1' * subty = lv_subty * begda = pn-begda * endda = pn-endda * TABLES * innnn = lt_0748 * EXCEPTIONS * nothing_found = 1 * wrong_condition = 2 * infotyp_not_supported = 3 * wrong_parameters = 4 * OTHERS = 5.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = p_matnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

POPUP_GET_VALUES_USER_BUTTONS CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS' EXPORTING formname = 'CHECK_OK_CODES' programname = c_repid popup_title = header ok_pushbuttontext = '' icon_ok_push = ld_icon_okay quickinfo_button_1 = ld_text start_column = '25' start_row = '7' IMPORTING returncode = p_returncode TABLES fields = int_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

POPUP_GET_VALUES_USER_BUTTONS CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS' EXPORTING formname = 'CHECK_OK_CODES' programname = c_repid popup_title = header ok_pushbuttontext = '' icon_ok_push = ld_icon_okay quickinfo_button_1 = ld_text start_column = '25' start_row = '7' IMPORTING returncode = p_returncode TABLES fields = int_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

BAPI_GOODSMVT_GETDETAIL CALL FUNCTION 'BAPI_GOODSMVT_GETDETAIL' EXPORTING materialdocument = p_imatdoc matdocumentyear = l_year IMPORTING goodsmvt_header = l_goodsmvt_header TABLES goodsmvt_items = lt_goodsmvt_items return = lt_messages.

/ISDFPS/MCC_CHECK_CODE CALL FUNCTION '/ISDFPS/MCC_CHECK_CODE' EXPORTING i_charg = l_goodsmvt_item-batch i_bncom = ls_bncom IMPORTING e_not_allowed = l_not_allowed EXCEPTIONS OTHERS = 1.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = ld_tabname varkey = ld_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = lv_tabname varkey = .

RH_READ_INFTY_1001_EXT CALL FUNCTION 'RH_READ_INFTY_1001_EXT' EXPORTING authority = 'DISP' with_stru_auth = 'X' istat = '1' extend = 'X' subty = lv_subty begda = is_pernr_display-valid_from endda = is_pernr_display-valid_to with_ev_for_int = 'X' with_ev_for_ext = 'X' adata = 'X' TABLES i1001 = lt_i1001 OBJECTS = lt_object EXCEPTIONS nothing_found = 1 wrong_condition = 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 /ISDFPS/MAT_ASSIGNMENTF02 or its description.