SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Address Management/Business Address(BC-SRV-ADR) SAP BC

MSAD0F10 SAP ABAP INCLUDE - Address Administration: Subroutines for Address Admin. via Transaction







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


Text pool values


Title: Address Administration: Subroutines for Address Admin. via Transaction


INCLUDES used within this REPORT MSAD0F10

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:

ADDRESS_MAINTAIN_NEW CALL FUNCTION 'ADDRESS_MAINTAIN_NEW' EXPORTING * GUI_STATUS = E01 * GUI_TITLE = E02 KEY_ADRNR = KEY_ADRNR KEY_NATIO = KEY_NATIO PROC_ADRTY = PROC_ADRTY "C/P/' ' PROC_ENTRY = PROC_ENTRY "ADRFullscreen PROC_STATUS = PROC_STATUS "M/D * SADRP_IN = E08 * SADR_IN = E09 SAVE_INTERN = SAVE_INTERN "X/' ' TAB_FIELD = TAB_FIELD "ADRNR TAB_KEY = TAB_KEY"Key-adrnr TAB_NAME = TAB_NAME "SADR IMPORTING FCODE = FCODE KEY_ADRNR = KEY_ADRNR KEY_NATIO = KEY_NATIO MODIFY_FLAG = MODIFY_FLAG * SADRP_OUT = I05 * SADR_OUT = I06 EXCEPTIONS ADDRESS_NOT_FOUND = 01 OTHERS = 02.

ADDRESS_MAINTAIN_SO CALL FUNCTION 'ADDRESS_MAINTAIN_SO' EXPORTING ADRNR = KEY_ADRNR ADRTYP = PROC_ADRTY CHANGE_COMP_ADR = CHANGE_COMP_ADR "'X DELETE_ALLOWED = DELETE_ALLOWED "'X' IN_COMSYS = P_COMSYS IN_LFDNR = P_LFDNR NATIO = KEY_NATIO PROCESSING_STATUS = PROC_STATUS "M/D/A/S SADRP_IN = SADRP_IN SADR_IN = SADR_IN USED_TSADC_FIELD = P_USED_TSADC IMPORTING CREATED_ADRNR = KEY_ADRNR *" EX_COMSYS LIKE SADR-STDCOM *" EX_LFDNR LIKE SADR2-LFDNR *" UPDATE_FLAG EXCEPTIONS ADDRESS_NOT_EXIST = 01 COMPANY_ADR_NOT_EXIST = 02 INVALID_STATUS = 03 PARAMETER_ERROR = 04 OTHERS = 99.

ADDRESS_SEARCH CALL FUNCTION 'ADDRESS_SEARCH' IMPORTING ADDR_NUMBER = KEY_ADRNR ADDR_VERSION = KEY_NATIO RET_CODE = H_RTCODE.

ADDRESS_GET_NATIO CALL FUNCTION 'ADDRESS_GET_NATIO' EXPORTING KIND_OF_ACTION = KIND_OF_ACTION LANGU_PARAM = SY-LANGU NATIO_PARAM = SADRL-NATIO IMPORTING EX_NATIO = SADRL-NATIO EX_TXT12 = TSAVT-TXT12 * EX_txt60 = not used RTCODE = H_RTCODE EXCEPTIONS NATIO_NOT_FOUND = 01 NO_DATA_IN_TSAVT = 02 OTHERS = 03.



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