Application Development 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: 

Can any one please explain me , how would i know which subscreen belongs to header and which is belongs to item for ME21N

Former Member
0 Kudos

Hi ,

By the exit MM06E005 ,  which is responsible to add screen in me22n both in header and item .

SAPMM06E 0111 CUSTSCR1 0111 for adding tab in Header and

SAPMM06E 0211 CUSTSCR1 0211 for adding tab in item

I want to know , how will i identify that so an so program and corresponding subscreen is responsible to add screen in so and area  . 

Thanks

SN Das

5 REPLIES 5

pavanm592
Contributor
0 Kudos

Hi SN Das,

Can you be more specific about your requirement .

as the subreens are clearly described as SAPLXM06 101 screen is displayed in SAPMM06E        0101,

similarly po Item Tab SAPLXM06        0111 is called from main screen SAPMM06E        0111

Regards,

Pavan

Former Member
0 Kudos

Hi Pavan ,

Thanks for reply But i want to ask ,

How to know

a). SAPLXM06 101 screen is specified for header and

      SAPLXM06        0111 is specified for Item .

b). when i debug ME22N , include SAPLXM06 and subscreen(0111) is called from calling program SAPLMEGUI and screen 1318 ,not from INCLUDE SAPMM06E where call customer-subscreen CUSTSCR1 include 'SAPLXM06 '  '0111' is written , which is supposed to call the screen exit .

Thanks

SN Das

0 Kudos

Hi SN Das,

a). SAPLXM06 101 screen is specified for header and

      SAPLXM06        0111 is specified for Item .


This can be found in the documentation clearly specifying that

o   SAPLXM06    0101    Sub screen header purchase order

o   SAPLXM06    0111    Sub screen item purchase order


b). when i debug ME22N , include SAPLXM06 and subscreen(0111) is called from calling program SAPLMEGUI and screen 1318 ,not from INCLUDE SAPMM06E where call customer-subscreen CUSTSCR1 include 'SAPLXM06 '  '0111' is written , which is supposed to call the screen exit .


Yes it is called from  main screen 1318 of SAPLMEGUI but the actual sub screens is placed on the screen SAPLXM06    0101 and SAPLXM06    0111 for header and item screen .


Regards,

Pavan





Former Member
0 Kudos

Hi Pavan ,

Then what is the role of INCLUDE SAPMM06E and it's screen 0111 .

when this INCLUDE SAPMM06E and it's screen 0111 comes into picture . 

when this INCLUDE SAPMM06E is being called .

Thanks

SN Das

raymond_giuseppi
Active Contributor
0 Kudos

Reading the documentation of MM06E005 with SMOD transaction.

Regards,

Raymond