SAP Reports / Programs | Logistics - General | Logistics Basic Data | Customer Master(LO-MD-BP-CM) SAP LO

MF02DFC0 SAP ABAP INCLUDE - Customer Master: Form Routines C*







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


Text pool values


Title: Customer Master: Form Routines C*


INCLUDES used within this REPORT MF02DFC0

INCLUDE FF02DCDC.


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:

CHECK_CHANGES_BANK_ADDRESS CALL FUNCTION 'CHECK_CHANGES_BANK_ADDRESS' IMPORTING CHANGES = CHAR1 TABLES BNKTAB = BNKTAB.

LOCATION_DEPARTMENT_CHECK CALL FUNCTION 'LOCATION_DEPARTMENT_CHECK' TABLES I_XWRF4 = I_XWRF4 I_YWRF4 = I_YWRF4 CHANGING O_WRFX_CHNG = UPD_WRF4.

LOCATION_MATERIAL_GROUP_CHECK CALL FUNCTION 'LOCATION_MATERIAL_GROUP_CHECK' TABLES I_XWRF6 = I_XWRF6 I_YWRF6 = I_YWRF6 CHANGING O_WRFX_CHNG = UPD_WRF6.

LOCATION_RECEIPTION_CHECK CALL FUNCTION 'LOCATION_RECEIPTION_CHECK' TABLES I_XWRF12 = I_XWRF12 I_YWRF12 = I_YWRF12 CHANGING O_WRFX_CHNG = UPD_WRF12.

SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING OBJTYPE = P_OBJTYPE OBJKEY = P_OBJKEY METHOD = P_METHOD EXCEPTIONS OBJTYPE_NOT_FOUND = 1 OTHERS = 2.

SWU_OBJECT_RESTORE CALL FUNCTION 'SWU_OBJECT_RESTORE' EXPORTING OBJTYPE = P_OBJTYPE OBJKEY = P_OBJKEY.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '225' I_VAR01 = KNA1-KUNNR.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '227' I_VAR01 = KNA1-KUNNR I_VAR02 = KNB1-BUKRS.

FI_CM_CHECK_COMP_CONTROLAREA CALL FUNCTION 'FI_CM_CHECK_COMP_CONTROLAREA' EXPORTING I_BUKRS = BUCHUNGSKREIS I_KKBER = KNVV-KKBER EXCEPTIONS NOT_ALLOWED = 1.

POSTAL_CODE_CHECK CALL FUNCTION 'POSTAL_CODE_CHECK' EXPORTING COUNTRY = KNA1-LAND1 ONE_TIME_ACCOUNT = IS_ONE_TIME_CUSTOMER POSTAL_CODE = KNA1-PSTLZ IMPORTING POSTAL_CODE = KNA1-PSTLZ EXCEPTIONS NOT_VALID = 4 ERROR_MESSAGE = 5.

POSTAL_CODE_CHECK CALL FUNCTION 'POSTAL_CODE_CHECK' EXPORTING COUNTRY = KNA1-LAND1 ONE_TIME_ACCOUNT = IS_ONE_TIME_CUSTOMER PO_BOX = KNA1-PFACH POSTAL_CODE_PO_BOX = KNA1-PSTL2 EXCEPTIONS NOT_VALID = 4 ERROR_MESSAGE = 5.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = '-' I_MSGNR = '145' IMPORTING E_MSGTY = MESSAGE_TYPE.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'I' I_MSGNR = '145'.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING SHLPNAME = 'DEBIX' IMPORTING SHLP = SHLP.

CLEAR_F4_FLAG CALL FUNCTION 'CLEAR_F4_FLAG'.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING SHLP = SHLP * DISPONLY = ' ' * MAXRECORDS = 500 * MULTISEL = ' ' * CUCOL = SY-CUCOL * CUROW = SY-CUROW IMPORTING RC = RC TABLES RETURN_VALUES = RETURN_VALUES.

UPDATE_IBAN CALL FUNCTION 'UPDATE_IBAN' EXPORTING EXECUTE_IN_UPDATE_TASK = ' ' TEST_MODE = 'X' IMPORTING E_CHANGED = DEBI-XCHNG.

CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING CURRENCY = LOC_CURR DATE = LOC_DATE OBJECT = LOC_OBJECT * bukrs = loc_bukrs IMPORTING CURRENCY_NEW = LOC_CURR_NEW EXCEPTIONS WARNING_OCCURRED = 1 ERROR_OCCURRED = 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 MF02DFC0 or its description.