SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Groups(LO-MD-MG) SAP LO

MWWG3F10 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ENQUEUE_ECKSSKXE CALL FUNCTION 'ENQUEUE_ECKSSKXE' EXPORTING KLART = KLART CLASS = CLASS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING ECCIN = XCCIN FLG_DISPLAY = STATUS IMPORTING ADATUV = RMCLF-DATUV1.

CUOB_GET_NUMBER CALL FUNCTION 'CUOB_GET_NUMBER' EXPORTING CLASS_TYPE = RMCLF-KLART OBJECT_ID = RMCLF-OBJEK TABLE = SOBTAB IMPORTING OBJECT_NUMBER = INOBJ EXCEPTIONS LOCK_PROBLEM = 01 OBJECT_NOT_FOUND = 02.

CLCA_PROCESS_CLASSTYPE CALL FUNCTION 'CLCA_PROCESS_CLASSTYPE' EXPORTING CLASSTYPE = RMCLF-KLART DYNPROS = KREUZ MULTI_CLASSIF = MULTI_CLASS MODE = MODUS IMPORTING CLASSTYPE = RMCLF-KLART TYPETEXT = RMCLF-ARTXT MULTI_CLASSIF = MULTI_CLASS TABLE = SOBTAB PTABLE = POBTAB NO_CL_TRANS = NO_CLASS IMPTCLA = TCLA EXCEPTIONS NO_AUTH_KLART = 02.

CTMS_CLASS_OBJECT_DDB CALL FUNCTION 'CTMS_CLASS_OBJECT_DDB' EXPORTING CLASS = SPACE CLASSTYPE = RMCLF-KLART OBJECTID = SOBTAB OBJECT = RMCLF-OBJEK KEY_DATE = RMCLF-DATUV1 EXCEPTIONS NOT_FOUND = 1 NO_ALLOCATION_TO_CLASSES = 2 OTHERS = 3.

CLLA_CHANGE_DOC_CLASSIFICATION CALL FUNCTION 'CLLA_CHANGE_DOC_CLASSIFICATION' EXPORTING OBJECT = RMCLF-OBJEK CLASSTYPE = RMCLF-KLART OBJECT_TYPE = TAB EXCEPTIONS NO_DATA = 1 OTHERS = 2.

CUOB_DELETE_OBJECT CALL FUNCTION 'CUOB_DELETE_OBJECT' EXPORTING OBJECT_ID = DELCL-CUOBJ ON_COMMIT = SPACE EXCEPTIONS LOCKED = 01.

CLVF_VB_DELETE_CLASSIFICATION CALL FUNCTION 'CLVF_VB_DELETE_CLASSIFICATION' IN UPDATE TASK EXPORTING CHANGE_SERVICE_NUMBER = RMCLF-AENNR1 DATE_OF_CHANGE = RMCLF-DATUV1 TABLE = SOBTAB TABLES DELETETAB = DELCL.

CLAP_DDB_INIT_CLASSIFICATION CALL FUNCTION 'CLAP_DDB_INIT_CLASSIFICATION'.

DEQUEUE_ECKSSKKSE CALL FUNCTION 'DEQUEUE_ECKSSKKSE' EXPORTING KLART = KLASART KREUZ = KREUZ.

CUOB_COMMIT_WORK CALL FUNCTION 'CUOB_COMMIT_WORK' EXPORTING ON_COMMIT = SPACE.

CLVF_VB_INSERT_CLASSIFICATION CALL FUNCTION 'CLVF_VB_INSERT_CLASSIFICATION' IN UPDATE TASK EXPORTING OBJECT = OBJEKT TABLE = SOBTAB CALLED_FROM_CL = TRANSCL DATE_OF_CHANGE = RMCLF-DATUV1 CHANGE_SERVICE_NUMBER = RMCLF-AENNR1 TABLES KSSKTAB = ALLKSSK AUSPTAB = ALLAUSP.

CLAP_DDB_INIT_CLASSIFICATION CALL FUNCTION 'CLAP_DDB_INIT_CLASSIFICATION'.

CLSA_STRUCTURE_RECURSION CALL FUNCTION 'CLSA_STRUCTURE_RECURSION' EXPORTING HEADCLASS = HEADCLASS CLASS = SOHNCLASS CLASSTYPE = RMCLF-KLART REFRESH = KREUZ MODE = ' ' EXCEPTIONS ERR_REKURSIV = 1 ERR_NO_SUBCLASS = 2 ERR_OVERFLOW = 3 ERR_INKONSISTENT = 4.

ENQUEUE_ECKSSKXE CALL FUNCTION 'ENQUEUE_ECKSSKXE' EXPORTING KLART = KLART CLASS = CLASS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

ENQUEUE_ECKSSKKSE CALL FUNCTION 'ENQUEUE_ECKSSKKSE' EXPORTING KLART = KLASART KREUZ = KREUZ EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.



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