SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

Parameter ID to set tab in MM03



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ММ
View previous topic :: View next topic  
Author Message
vga
Мастер
Мастер


Age: 200
Joined: 04 Oct 2007
Posts: 1218
Location: Санкт-Петербург

PostPosted: Tue May 24, 2011 2:03 pm    Post subject: Parameter ID to set tab in MM03 Reply with quote

Parameter ID to set tab in MM03

While implementing the drill down functionality for MM03 using statement CALL TRANSACTION.. SKIP INITIAL SCREEN you can set the initial tab in MM03 where user will land using parameter id MXX use following code for corresponding tabs.

K Basic Data 1
C Classification
V Sales: Sales Org. Data 1
E Purchasing
D MRP 1
P Forecasting
A Work Scheduling
F Production Resources/Tools
L General Plant Data / Storage 1
S Warehouse Management 1
Q Quality Management
B Accounting 1
G Costing 1
X Plant Stock
Z Storage Location Stock

Note: Check the table T132 for the status of various views. In the above example 'K' is used to define the basic data view

Code:
    SET PARAMETER ID 'MXX' FIELD 'K'.
    SET PARAMETER ID 'MAT' FIELD EKPO-MATNR.
    SET PARAMETER ID 'WRK' FIELD EKPO-WERKS.
    SET PARAMETER ID 'LAG' FIELD EKPO-LGORT.
    CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.

_________________
Молитва - это запрос разработчику на изменение кода программы.
Back to top
View user's profile Send private message Blog Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ММ All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.