SAP Reports / Programs

SAPMOLVI SAP ABAP dialog Program - CS Selection Menus for MM-WM - Customizing







SAPMOLVI is a standard Module pool for a dialog screen ABAP Program 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 SAPMOLVI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OMM2 - Haz.Material Stock Placement
OMM1 - Storage Bin Type Search
OMM3 - Stock Placement Strat.for Pallets
OMLZ - Storage Section Search
OMLY - Storage Type Search
OMLX - Confirmation
OMM4 - Putaway Strategy for Bulk Storage
OMLW - Number Ranges for Whse Management
OMLV - Print Control for Whse Management
OMM8 - Stock Removal Strat. Stringent FIFO
OMM9 - Stock Removal Strat. Large/Small
OMLA - Putaway Near Picking Bin
OML9 - Customizing MOB Interface
OMKZ - Automatic Transfer Orders
OMMB - Inventory No.Ranges for Whse Mgmt
OMKY - Link to External System via ALE
OMMP - Decentralized Warehouse Management
OMNJ - Link to Warehouse Control Unit
OMNU - Print Control with SU Management
OMKX - Automatic Transfer Orders
OMKW - Stock removal strategy "SLED"
OMNV - Number Range Intervals for Whse Mgmt
OMK7 - Batch WM..... (will be deleted)
OMK2 - Customer exits for strategies
OMK1 - Batch search method for Whse Mgmt
OMK0 - Link to PP interface


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 SAPMOLVI. "Basic submit
SUBMIT SAPMOLVI AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMOLVI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CS Selection Menus for MM-WM - Customizing
Text Symbol: A35 = Activate
Text Symbol: A36 = Communication Documents
Text Symbol: A37 = Define Search Method
Text Symbol: A38 = Assign Recipient
Text Symbol: A39 = Activate
Text Symbol: A40 = Define
Text Symbol: A41 = Assign
Text Symbol: A42 = Individual Processing
Text Symbol: A43 = Multiple Processing
Text Symbol: A44 = Printer Pool
Text Symbol: A45 = Sort Profile/Coll.Proc.
Text Symbol: A46 = Warehouse Movement
Text Symbol: A47 = Difference Indicators
Text Symbol: A48 = Storage Bin Types
Text Symbol: A49 = Storage Unit Types
Text Symbol: A50 = Storage Type
Text Symbol: A51 = Define
Text Symbol: A52 = Bulk Storage Indicators
Text Symbol: A53 = Block Structures
Text Symbol: A54 = For Quant
Text Symbol: A55 = For Reference Number
Text Symbol: A56 = Maintain
Text Symbol: A57 = General
Text Symbol: A58 = Production Order Profiles
Text Symbol: A59 = Process Order Profiles
Text Symbol: A60 = Movement Types
Text Symbol: A61 = Assign Profile
Text Symbol: A62 = Assign Bar Code Types
Text Symbol: A63 = Define
Text Symbol: A64 = Processed
Text Symbol: A65 = Check
Text Symbol: A66 = Generate
Text Symbol: 001 = Documentation for Customizing for PDC in Whse Logistics
Text Symbol: 002 = Maintained
Text Symbol: A01 = Display values ;;
Text Symbol: A02 = Data is blocked by & ;;
Text Symbol: A03 = and can therefore only ;;





Text Symbol: A04 = be displayed . ;;
Text Symbol: A05 = Do you want to display ;;
Text Symbol: A06 = locked data? ;;
Text Symbol: A10 = Display values
Text Symbol: A11 = Your user master record specifies ;;
Text Symbol: A12 = that you are only authorized ;;
Text Symbol: A13 = to display data. ;;
Text Symbol: A14 = Do you want to display ;;
Text Symbol: A15 = the data? ;;
Text Symbol: A16 = Spool Code
Text Symbol: A17 = Printer Pool / Labels
Text Symbol: A18 = Sort Profile/Coll.Proc.
Text Symbol: A19 = Print Indicator
Text Symbol: A20 = Warehouse Movement
Text Symbol: A21 = Picking Area
Text Symbol: A22 = Storage Type
Text Symbol: A23 = Movement Type
Text Symbol: A24 = Warehouse Number
Text Symbol: A25 = Collective Processing
Text Symbol: A26 = Analyze
Text Symbol: A27 = Number Ranges
Text Symbol: A28 = For Transfer Requirement
Text Symbol: A29 = For Transfer Order
Text Symbol: A30 = For Quant
Text Symbol: A31 = For Posting Change Notice
Text Symbol: A32 = For Group
Text Symbol: A33 = For Storage Unit
Text Symbol: A34 = Storage Unit Number


INCLUDES used within this REPORT SAPMOLVI

INCLUDE MLLVSKON.
INCLUDE MOLVIF01.


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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-001 START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'SIMG_XXMENUOLML2MOB'. "Plege über SE61

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = ACTION SHOW_SELECTION_POPUP = SUBFIELD VIEW_NAME = VNAME TABLES DBA_SELLIST = DBA_TAB EXCL_CUA_FUNCT = FU_TO_EXCL.

VIEW_ENQUEUE * call function 'VIEW_ENQUEUE' * exporting * view_name = vname * action = 'E' * enqueue_mode = 'E' * exceptions * foreign_lock = 1 * system_failure = 2 * no_tvdir_entry = 3 * view_not_found = 5 * client_reference = 7.

DEQUEUE_ALL





* call function 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING TITEL = TITEL DIAGNOSETEXT1 = TEXT1 DIAGNOSETEXT2 = TEXT2 DIAGNOSETEXT3 = TEXT3 TEXTLINE1 = TEXT4 TEXTLINE2 = TEXT5 DEFAULTOPTION = YES IMPORTING ANSWER = ANSWER.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING TITEL = TITEL DIAGNOSETEXT1 = TEXT1 DIAGNOSETEXT2 = TEXT2 DIAGNOSETEXT3 = TEXT3 TEXTLINE1 = TEXT4 TEXTLINE2 = TEXT5 DEFAULTOPTION = YES IMPORTING ANSWER = ANSWER.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = ICON_NAME info = TEXT-A64 IMPORTING RESULT = ICON_NAME EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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