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

GSZACCDC SAP ABAP INCLUDE - documentation and ABAP source code







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

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 UPD_ADCP = UPD_ADCP UPD_ADR10 = UPD_ADR10 UPD_ADR11 = UPD_ADR11 UPD_ADR12 = UPD_ADR12 UPD_ADR13 = UPD_ADR13 UPD_ADR14 = UPD_ADR14 UPD_ADR15 = UPD_ADR15 UPD_ADR16 = UPD_ADR16 UPD_ADR2 = UPD_ADR2 UPD_ADR3 = UPD_ADR3 UPD_ADR4 = UPD_ADR4 UPD_ADR5 = UPD_ADR5 UPD_ADR6 = UPD_ADR6 UPD_ADR7 = UPD_ADR7 UPD_ADR8 = UPD_ADR8 UPD_ADR9 = UPD_ADR9 UPD_ADRP = UPD_ADRP UPD_ADRT = UPD_ADRT 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 .



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