SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

FHD03CDC SAP ABAP INCLUDE - Forms for View and View Cluster Maintenance








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

ABAP code to call this SAP report using the submit statement

SUBMIT FHD03CDC. "Basic submit

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

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

MATERIAL_H_WRITE_DOCUMENT CALL FUNCTION 'MATERIAL_H_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 DGESV UPD_DGESV = UPD_DGESV * updateflag of DMAKT UPD_DMAKT = UPD_DMAKT * updateflag of DMARM UPD_DMARM = UPD_DMARM * updateflag of DMEAN UPD_DMEAN = UPD_DMEAN * updateflag of DMKAL UPD_DMKAL = UPD_DMKAL * updateflag of DMLAN UPD_DMLAN = UPD_DMLAN * updateflag of DPROW UPD_DPROW = UPD_DPROW * updateflag of DUNGV UPD_DUNGV = UPD_DUNGV * workarea_old of MARA O_MARA = *MARA * workarea_new of MARA N_MARA = MARA * updateflag of MARA UPD_MARA = UPD_MARA * workarea_old of MARC O_MARC = *MARC * workarea_new of MARC N_MARC = MARC * refarea_old of MARE O_MARE = *MARE * refarea_new of MARE N_MARE = MARE * updateflag of MARC UPD_MARC = UPD_MARC * workarea_old of MARD O_MARD = *MARD * workarea_new of MARD N_MARD = MARD * updateflag of MARD UPD_MARD = UPD_MARD * workarea_old of MBEW O_MBEW = *MBEW * workarea_new of MBEW N_MBEW = MBEW * updateflag of MBEW UPD_MBEW = UPD_MBEW * workarea_old of MFHM O_MFHM = *MFHM * workarea_new of MFHM N_MFHM = MFHM * updateflag of MFHM UPD_MFHM = UPD_MFHM * workarea_old of MLGN O_MLGN = *MLGN * workarea_new of MLGN N_MLGN = MLGN * updateflag of MLGN UPD_MLGN = UPD_MLGN * workarea_old of MLGT O_MLGT = *MLGT * workarea_new of MLGT N_MLGT = MLGT * updateflag of MLGT UPD_MLGT = UPD_MLGT * workarea_old of MPGD O_MPGD = *MPGD * workarea_new of MPGD N_MPGD = MPGD * updateflag of MPGD UPD_MPGD = UPD_MPGD * workarea_old of MPOP O_MPOP = *MPOP * workarea_new of MPOP N_MPOP = MPOP * updateflag of MPOP UPD_MPOP = UPD_MPOP * workarea_old of MVKE O_MVKE = *MVKE * workarea_new of MVKE N_MVKE = MVKE * updateflag of MVKE UPD_MVKE = UPD_MVKE UPD_ICDTXT_MATERIAL_H = UPD_ICDTXT_MATERIAL_H TABLES ICDTXT_MATERIAL_H = ICDTXT_MATERIAL_H XDGESV = XDGESV YDGESV = YDGESV XDMAKT = XDMAKT YDMAKT = YDMAKT XDMARM = XDMARM YDMARM = YDMARM XDMEAN = XDMEAN YDMEAN = YDMEAN XDMKAL = XDMKAL YDMKAL = YDMKAL XDMLAN = XDMLAN YDMLAN = YDMLAN XDPROW = XDPROW YDPROW = YDPROW XDUNGV = XDUNGV YDUNGV = YDUNGV .