SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

FSSO2E03 SAP ABAP INCLUDE - SAPoffice: External Performs for Address Management Access







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


Text pool values


Title: SAPoffice: External Performs for Address Management Access


INCLUDES used within this REPORT FSSO2E03

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_INSERT CALL FUNCTION 'ADDRESS_INSERT' EXPORTING ENTRY_COMPANY = COMPANY_ADDRESS ENTRY_KIND_OF_ADDR = 'C' ENTRY_PERSONAL = PERS_ADDRESS IMPORTING EX_ADRNR = ADRNR * RTCODE = TABLES CS1_TAB = CS1_TAB CS2_TAB = CS2_TAB CS3_TAB = CS3_TAB CS4_TAB = CS4_TAB CS5_TAB = CS5_TAB EDI_TAB = EDI_TAB FAX_TAB = FAX_TAB RML_TAB = RML_TAB SSW_TAB = SSW_TAB TEL_TAB = TEL_TAB TLX_TAB = TLX_TAB TTX_TAB = TTX_TAB X40_TAB = X40_TAB EXCEPTIONS ADDR_EXIST = 01 ADDR_NUMBER_OVERFLOW = 02 DEFAULT_COMMU_NR_MISSING = 03 DEFAULT_COMMU_SYS_MISSING = 04 PERS_COMP_RELATION_NOT_OK = 05 WRONG_HEAD_DATA = 06 WRONG_PARAMETER = 07 WRONG_POSN_DATA = 08.

SO_ADDRESS_GET CALL FUNCTION 'SO_ADDRESS_GET' EXPORTING ADRNR = ADRNO * SNDART = ' ' * LFDNR = ' ' NO_ADDRESS = F_NO_ADDRESS NO_NAME = ON * GET_DATA = ' ' USE_HOME_ADDRESS = ON "TR150299 Regard to distributed " systems IMPORTING ADDRESS = ADDRESS SNDART = COM_ART LFDNR = LFDNR EXCEPTIONS ADDRESS_NOT_EXIST = 1 X_ERROR = 2 OTHERS = 3.

SO_ADDRESS_GET CALL FUNCTION 'SO_ADDRESS_GET' EXPORTING ADRNR = ADRNO NO_ADDRESS = OFF NO_NAME = ON USE_HOME_ADDRESS = ON "TR150299 Regard to " distributed systems IMPORTING ADDRESS = ADDRESS EXCEPTIONS ADDRESS_NOT_EXIST = 1 X_ERROR = 2 OTHERS = 3.

ADDRESS_GET_COM CALL FUNCTION 'ADDRESS_GET_COM' EXPORTING ENTRY_ADRNR = ADRNO ENTRY_COM_ART = ' ' ENTRY_LFDNR = ' ' ENTRY_VERSION = ' ' IMPORTING EX_COM_ART = COM_ART EX_LFDNR = LFDNO EX_NUMBER = NUMBER EXCEPTIONS ADDR_NOT_EXIST = 01 DATA_NOT_FOUND = 02 WRONG_DATA = 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 FSSO2E03 or its description.