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

FSZACCDC SAP ABAP INCLUDE - Routines for Linking the Old and New Address Structure








FSZACCDC is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Check out the submitted Comments related to this SAP report or see any standard documentation available. Also check out the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. If you would like to execute this report or see the full code listing simply enter FSZACCDC into the relevant SAP transactions such as SE38 or SE80

ABAP code to call this SAP report using the submit statement

SUBMIT FSZACCDC. "Basic submit

SUBMIT FSZACCDC AND RETURN. "Return to original report after report execution complete

SUBMIT FSZACCDC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user

See more syntax options for the ABAP SUBMIT statement

Contribute (Add Comments)
Below is the basic information available for SAP report FSZACCDC and is provided for your convenience to access as and when required. Although the 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 FSZACCDC or its description.

INCLUDES used within this REPORT:

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:

ADRESSE3_WRITE_DOCUMENT CALL FUNCTION 'ADRESSE3_WRITE_DOCUMENT' IN UPDATE TASK EXPORTING OBJECTID = OBJECTID TCODE = TCODE UTIME = UTIME UDATE = UDATE USERNAME = USERNAME PLANNED_CHANGE_NUMBER = PLANNED_CHANGE_NUMBER OBJECT_CHANGE_INDICATOR = CDOC_UPD_OBJECT PLANNED_OR_REAL_CHANGES = CDOC_PLANNED_OR_REAL NO_CHANGE_POINTERS = CDOC_NO_CHANGE_POINTERS * updateflag of ADCP UPD_ADCP = UPD_ADCP * updateflag of ADR10 UPD_ADR10 = UPD_ADR10 * updateflag of ADR11 UPD_ADR11 = UPD_ADR11 * updateflag of ADR12 UPD_ADR12 = UPD_ADR12 * updateflag of ADR13 UPD_ADR13 = UPD_ADR13 * updateflag of ADR14 UPD_ADR14 = UPD_ADR14 * updateflag of ADR15 UPD_ADR15 = UPD_ADR15 * updateflag of ADR16 UPD_ADR16 = UPD_ADR16 * updateflag of ADR2 UPD_ADR2 = UPD_ADR2 * updateflag of ADR3 UPD_ADR3 = UPD_ADR3 * updateflag of ADR4 UPD_ADR4 = UPD_ADR4 * updateflag of ADR5 UPD_ADR5 = UPD_ADR5 * updateflag of ADR6 UPD_ADR6 = UPD_ADR6 * updateflag of ADR7 UPD_ADR7 = UPD_ADR7 * updateflag of ADR8 UPD_ADR8 = UPD_ADR8 * updateflag of ADR9 UPD_ADR9 = UPD_ADR9 * updateflag of ADRP UPD_ADRP = UPD_ADRP * updateflag of ADRT UPD_ADRT = UPD_ADRT * updateflag of ADRU UPD_ADRU = UPD_ADRU TABLES XADCP = XADCP YADCP = YADCP XADR10 = XADR10 YADR10 = YADR10 XADR11 = XADR11 YADR11 = YADR11 XADR12 = XADR12 YADR12 = YADR12 XADR13 = XADR13 YADR13 = YADR13 XADR14 = XADR14 YADR14 = YADR14 XADR15 = XADR15 YADR15 = YADR15 XADR16 = XADR16 YADR16 = YADR16 XADR2 = XADR2 YADR2 = YADR2 XADR3 = XADR3 YADR3 = YADR3 XADR4 = XADR4 YADR4 = YADR4 XADR5 = XADR5 YADR5 = YADR5 XADR6 = XADR6 YADR6 = YADR6 XADR7 = XADR7 YADR7 = YADR7 XADR8 = XADR8 YADR8 = YADR8 XADR9 = XADR9 YADR9 = YADR9 XADRP = XADRP YADRP = YADRP XADRT = XADRT YADRT = YADRT XADRU = XADRU YADRU = YADRU .