‎2010 Nov 05 3:02 PM
Hello All
I want to dsiplay material data(MM03) in a subscreen
call subscreen zsubscrn including '????????' '????'.
can anyone let me know what program name and screen number, i should use in place of '?'
thanks in advance
best regards
Amar
‎2010 Nov 05 3:54 PM
Hi
But which data do you need?
Anyway I won't be enough to call the subscreen in order to display the material master data
Max
‎2010 Nov 05 4:13 PM
‎2010 Nov 05 4:21 PM
Hi
There are several subscreens there:
SAPLMGMM 1001, SAPLMGD1 2301, SAPLMGD1 2302, SAPLMGD1 2313
but what you really need to do?
Max
‎2010 Nov 05 4:44 PM
Hello Max,
thanks for your replies
I tried calling few subscreens in funtion group MGMM, but they are giving short dump.
I spilt my screen vertically,
left side all materials are shown, after clickng on a material , i have to show material purchasing information on right side pane
'i cant use call tcode 'MM03' because it overwrites full screen, my left pane should always visible, only right side pane changes , based on which material was clicked.
I tried searching if any standard report showing the material in this way, but i could not find any.
I doubt if this solution is possible?
‎2010 Nov 05 5:37 PM
Probably so
MM03 is based for full screen, it can call the subscreens alone, many parameters are set in module of main screen of MM03
I think it needs to change the standard program to do what you need
Max