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: 

adding new parameter in ME28 selection screen

former_member505773
Active Participant
0 Kudos

Hi All,

Did anyone know how to add in a new parameter(select-options) in ME28 selection screen?

I'm only able found one enhancement for this requirement.

In program

i create a new implementation for ENHANCEMENT-POINT RM06EF00_02 and write the

For eg:

PARAMETERS:     p_matnr LIKE mara-matnr.

The new parameter displayed in ME28.

Anyhow, i'm not able to change the selection text from p_matnr to "Material Number" as there is no enhancement in INITIALIZATION for me to set the text dynamically. (i'm not able to change the text element via goto->text elements->selection texts as its standard sap).

Can someone please share if you've done this enhancement before?

Really appreciate your input and advise.

Thanks.

Regards,

Sham.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sham,

I have founded out the way to add parameter in me28.

Double click on include selopt_cnt_call and implement the implicit enhancement.

Regards,

Quddus.

5 REPLIES 5

former_member223238
Discoverer
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Sham,

I copy standard program of me28(RM06EF00) and implement the code.

Regards,

Quddus.

0 Kudos

Hi Quddus,

Thanks for your reply.

Is there alternative way instead of creating another new Z program?

Our project tend to minimize the Z program and try to utilize user-exit/badi/enhancement point if there is possible solution given by SAP.

Anyhow, just a quick update. I've search every single enhancement (SMOD) for package ME. Not even one give me a stop when running this report. This means that, i will need to create another new implementation on ENHANCEMENT-POINT RM06EF00_03 to filter the itab with the newly created parameter.

Regards,

Sham.

Former Member
0 Kudos

Hi Sham,

I have founded out the way to add parameter in me28.

Double click on include selopt_cnt_call and implement the implicit enhancement.

Regards,

Quddus.

0 Kudos

Hi Quddus,

Really appreciate your help, It solve the problem!

Now i just need to add the code for filtering the itab with the new added parameter p_matnr in enhancement point

"ENHANCEMENT-POINT RM06EF00_03 SPOTS ES_RM06EF00".

Thanks~

Regards,

Sham.