FA02SCDC 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 FA02SCDC into the relevant SAP transactions such as SE38 or SE80
SUBMIT FA02SCDC. "Basic submit
SUBMIT FA02SCDC AND RETURN. "Return to original report after report execution complete
SUBMIT FA02SCDC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
See more syntax options for the ABAP SUBMIT statement
No INCLUDES are used within this REPORT code!
NO SAP DATABASE TABLES are accessed within this REPORT code!
SWE_REQUESTER_TO_UPDATE CALL FUNCTION 'SWE_REQUESTER_TO_UPDATE'.
ANLA_WRITE_DOCUMENT CALL FUNCTION 'ANLA_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 ANEP UPD_ANEP = UPD_ANEP * workaera_old of ANLA O_ANLA = *ANLA * workaera_new of ANLA N_ANLA = ANLA * refaera_old of W001 O_W001 = *W001 * refaera_new of W001 N_W001 = W001 * updateflag of ANLA UPD_ANLA = UPD_ANLA * updateflag of ANLB UPD_ANLB = UPD_ANLB * updateflag of ANLBZA UPD_ANLBZA = UPD_ANLBZA * updateflag of ANLC UPD_ANLC = UPD_ANLC * workaera_old of ANLH O_ANLH = *ANLH * workaera_new of ANLH N_ANLH = ANLH * updateflag of ANLH UPD_ANLH = UPD_ANLH * workaera_old of ANLI O_ANLI = *ANLI * workaera_new of ANLI N_ANLI = ANLI * updateflag of ANLI UPD_ANLI = UPD_ANLI * workaera_old of ANLT O_ANLT = *ANLT * workaera_new of ANLT N_ANLT = ANLT * updateflag of ANLT UPD_ANLT = UPD_ANLT * workaera_old of ANLU O_ANLU = *ANLU * workaera_new of ANLU N_ANLU = ANLU * updateflag of ANLU UPD_ANLU = UPD_ANLU * updateflag of ANLV UPD_ANLV = UPD_ANLV * updateflag of ANLZ UPD_ANLZ = UPD_ANLZ TABLES XANEP = XANEP YANEP = YANEP XANLB = XANLB YANLB = YANLB XANLBZA = XANLBZA YANLBZA = YANLBZA XANLC = XANLC YANLC = YANLC XANLV = XANLV YANLV = YANLV XANLZ = XANLZ YANLZ = YANLZ .