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

Problems with ME2M

Former Member
0 Likes
464

Hi Everyone:

I got a requirement to make a copy of transaction ME2M and add two fields to both ALV and BEST layout reports.

I have copied program RM06EM00 into a Z version...However, when I execute it using the ALV layout it keeps me showing me the BEST layout...

How can I fix this??? I have copy all includes....But no luck...Hope someone can help -;)

Greetings,

Blag.

1 REPLY 1
Read only

Former Member
0 Likes
349

Ok....I fix it -;)


AT SELECTION-SCREEN ON listu.
  SY-CPROG = 'RM06EM00'.
  PERFORM listumfang(sapfm06l) USING listu.

My Z copy wasn't registered....So I'm passing the name of the original report....No the more elegant solution...But at least it works for me -:D

Greetings,

Blag.