SAP Reports / Programs | Real Estate Management(RE) SAP RE

FVIGECDC SAP ABAP INCLUDE - Form routines for RFVIDOPO








FVIGECDC 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 FVIGECDC into the relevant SAP transactions such as SE38 or SE80

ABAP code to call this SAP report using the submit statement

SUBMIT FVIGECDC. "Basic submit

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

SUBMIT FVIGECDC 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 FVIGECDC 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 FVIGECDC 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:

SWE_REQUESTER_TO_UPDATE CALL FUNCTION 'SWE_REQUESTER_TO_UPDATE'.

GEBAUDE_WRITE_DOCUMENT CALL FUNCTION 'GEBAUDE_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 VIEIGE UPD_VIEIGE = UPD_VIEIGE * workaera_old of VIOB03 O_VIOB03 = *VIOB03 * workaera_new of VIOB03 N_VIOB03 = VIOB03 * updateflag of VIOB03 UPD_VIOB03 = UPD_VIOB03 * updateflag of VIOB04 UPD_VIOB04 = UPD_VIOB04 * updateflag of VIOB05 UPD_VIOB05 = UPD_VIOB05 * updateflag of VIOB20 UPD_VIOB20 = UPD_VIOB20 * updateflag of VIOB24 UPD_VIOB24 = UPD_VIOB24 * updateflag of VIOB27 UPD_VIOB27 = UPD_VIOB27 * updateflag of VIOB37 UPD_VIOB37 = UPD_VIOB37 * updateflag of VIOB38 UPD_VIOB38 = UPD_VIOB38 * updateflag of VIOB39 UPD_VIOB39 = UPD_VIOB39 * updateflag of VIOB41 UPD_VIOB41 = UPD_VIOB41 * updateflag of VZGPO UPD_VZGPO = UPD_VZGPO * workaera_old of VZSORT O_VZSORT = *VZSORT * workaera_new of VZSORT N_VZSORT = VZSORT * updateflag of VZSORT UPD_VZSORT = UPD_VZSORT TABLES XVIEIGE = XVIEIGE YVIEIGE = YVIEIGE XVIOB04 = XVIOB04 YVIOB04 = YVIOB04 XVIOB05 = XVIOB05 YVIOB05 = YVIOB05 XVIOB20 = XVIOB20 YVIOB20 = YVIOB20 XVIOB24 = XVIOB24 YVIOB24 = YVIOB24 XVIOB27 = XVIOB27 YVIOB27 = YVIOB27 XVIOB37 = XVIOB37 YVIOB37 = YVIOB37 XVIOB38 = XVIOB38 YVIOB38 = YVIOB38 XVIOB39 = XVIOB39 YVIOB39 = YVIOB39 XVIOB41 = XVIOB41 YVIOB41 = YVIOB41 XVZGPO = XVZGPO YVZGPO = YVZGPO .