SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

MAM_ACTION SAP ABAP INCLUDE - MAMACTION







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

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENTAGE_PROCESSED TEXT = DISPLAY_TEXT EXCEPTIONS OTHERS = 1.

ENQUEUE_EMMARAE CALL FUNCTION 'ENQUEUE_EMMARAE' EXPORTING * MODE_MARA = 'E' * MANDT = SY-MANDT MATNR = PI_MATNR * X_MATNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EMMARAE CALL FUNCTION 'DEQUEUE_EMMARAE' EXPORTING * MODE_MARA = 'E' * MANDT = SY-MANDT MATNR = PI_MATNR * X_MATNR = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

WTAD_POST_IWTADDI CALL FUNCTION 'WTAD_POST_IWTADDI' * EXPORTING * CHECK_FLAG = ' ' TABLES IWTADDI_INS = PIT_WTADDI_INS IWTADDI_UPD = PIT_WTADDI_UPD IWTADDI_UPD_OLD = PIT_WTADDI_UPD_OLD IWTADDI_DEL = PIT_WTADDI_DEL EXCEPTIONS DB_FAILURE = 1 CHECK_FAILURE = 2 OTHERS = 3.

K_KKB_LIST_LAYOUT_INFO_GET CALL FUNCTION 'K_KKB_LIST_LAYOUT_INFO_GET' IMPORTING et_filtered_entries = lt_filtered_entries et_filtered_entries_item = lt_filtered_entries_item EXCEPTIONS no_infos = 1 OTHERS = 2.

WTAD_DESCRIBE_IWTADDI * call function 'WTAD_DESCRIBE_IWTADDI' * tables * iwtaddi_edit = iwtaddi_edit * exceptions * others = 0.

WTAD_GET_NEXT_MTXID CALL FUNCTION 'WTAD_GET_NEXT_MTXID' EXPORTING CURRENT_MTXID = '' * MIN_MTXID = ADDI_ET_MTXID_MIN * MAX_MTXID = ADDI_ET_MTXID_MAX IMPORTING NEXT_MTXID = MTXID TABLES IWTADDI_EDIT = IWTADDI_EDIT EXCEPTIONS NO_FREE_NUMBER = 1 OTHERS = 2.

WTAD_EDIT_EXTRA_TEXT CALL FUNCTION 'WTAD_EDIT_EXTRA_TEXT' EXPORTING STATUS = PI_EDIT_STATUS MTXID = MTXID IWTADDI_ET = IWTADDI_EDIT_DYN TABLES IMAMT = IMAMT EXCEPTIONS OTHERS = 0.

OPEN_FI_PERFORM_00001270_E CALL FUNCTION 'OPEN_FI_PERFORM_00001270_E' EXPORTING UPD_MAMT = UPD_DMAMT TABLES T_MAMT_NEW = XDMAMT T_MAMT_OLD = YDMAMT.

OPEN_FI_PERFORM_00001270_E CALL FUNCTION 'OPEN_FI_PERFORM_00001270_E' EXPORTING UPD_MAMT = UPD_DMAMT TABLES T_MAMT_NEW = XDMAMT T_MAMT_OLD = YDMAMT.

OPEN_FI_PERFORM_00001270_E CALL FUNCTION 'OPEN_FI_PERFORM_00001270_E' EXPORTING UPD_MAMT = UPD_DMAMT TABLES T_MAMT_NEW = XDMAMT T_MAMT_OLD = YDMAMT.



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