Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

display material in subscreen

Former Member
0 Likes
679

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

5 REPLIES 5
Read only

Former Member
0 Likes
654

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

Read only

0 Likes
654

i need to show Purchasing data

Read only

0 Likes
654

Hi

There are several subscreens there:

SAPLMGMM 1001, SAPLMGD1 2301, SAPLMGD1 2302, SAPLMGD1 2313

but what you really need to do?

Max

Read only

0 Likes
654

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?

Read only

0 Likes
654

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