Material view from Info Record
Hi. When our purchasing dept. goes into the info record of a material to do a price change, from the General Data screen they navigate Environment > Material so they can check the Lab Office. The problem is, the default Material Master display is "Purchasing". They want it to default to "Basic Data 1" (where the Lab Office displays). The program for all this is SAPMM06I, but it's nothing more than a listing of "Includes" in German (of course). I am unable to display any further information. Is anyone familiar with this kind of program display? Thank you.
************************************************************************
* *
* Modulpool Einkaufsinfoabwicklung *
* *
************************************************************************
*----------------------------------------------------------------------*
* Datenteil *
*----------------------------------------------------------------------*
INCLUDE MM06ITOP.
*----------------------------------------------------------------------*
* PBO-Routinen *
*----------------------------------------------------------------------*
INCLUDE MM06IO01. "PBO-Routinen Module Infosatz
*NCLUDE MM06IO02. "PBO-Routinen Module Orderbuch
*----------------------------------------------------------------------*
* PAI-Routinen *
*----------------------------------------------------------------------*
INCLUDE MM06II01. "PAI-Routinen Module Infosatz
*----------------------------------------------------------------------*
* Allg. Unterroutinen *
*----------------------------------------------------------------------*
INCLUDE MM06IF01. "Unterroutinen Info Teil 1
INCLUDE MM06IF02. "Unterroutinen Info Teil 2
INCLUDE MM06IF03. "Unterroutinen Info Teil 3
INCLUDE MM06IFTE. "Unterroutinen Textverarbeitung
INCLUDE MM06IFKO. "Unterroutinen Konditionspflege
*NCLUDE MM06IFOR. "Unterroutinen Orderbuch übergr.
INCLUDE MM06IFIA. "Unterroutinen Integrierte Art.
*----------------------------------------------------------------------*
* Externe Funktionen
*----------------------------------------------------------------------*
INCLUDE FM06ICDC. "Aufruf für Änderungsbeleg Infosatz
*NCLUDE FM06WCDC. "Aufruf für Änderungsbelege Orderbuch
*----------------------------------------------------------------------*
* Temporär
*----------------------------------------------------------------------*
INCLUDE M06IRETN. "Rückkehr ins Menu
Surely someone is familiar with includes. But I am not one of them, sorry.
Leave the program alone.
Go to info record. Enter your data for material. Click select views button.
Highlight the tab you want as the default.
Tick view selection on request only.
Save default values.
Do you mean at the material master level? I tried that, and unfortunately that doesn't affect the link between the info record and the material master. I still end up at the Purchasing tab, navigating from the info record.
Let me ask this: Does anyone have a suggestion regarding a change to the GUI status of the info record screen? Could I hypothetically (sp?) add a new navigation that would take you to the Basic Data 1 screen of the MM? Thanks in advance!
I've answered my own question (well, sort of). I've gone to the ABAP Workbench > Menu Painter > entered "Program" SAPMM06I > selected "Menu Bars" > Display. Then to the "Environment" drop-down, and the first selection "Material" which takes me to MM03. Wonderful. Now how do I point it to the Basic Data 1 tab and/or why does it default to the Purchasing tab? Thanks!