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: 

How to call ME1P from ME23N

Former Member
0 Kudos

Dear Experts,

From Me23N, I want to call the report ME1P (PO Price History), for the selected material.

I have tried the user exits and enhancements available for ME23N as far i know, but not able to succeed.

I have searched the forum also and not able to find any answers.

Can you please tell me the way to do it.

Thanks in advance.

Thanks and Regards,

James.R.M

9 REPLIES 9

Former Member
0 Kudos

Hi

U can active the screen-exit at item level where u can place a pushbutton to navigate to that report

See enhancement MM06E005 or BADIs ME_PROCESS_PO_CUST and ME_GUI_PO_CUST

Max

0 Kudos

Hi,

Thanks for your immd. reply.

Can you be little specific on how to go ahead. I have written only coding in user exits and not done, adding objects and events to that so far.

Wud be more helpful , if you can share this.

Thanks,

James.R.M

0 Kudos

Hi

U need to implement all the PAI of your screen-exit: here u can place an user-command module where you can submit your report if the user presses the pushbutton.

Max

0 Kudos

Hi max,

Thanks, and sorry for asking again.

Can you please explain, how to add the push button in a standard Screen (ME23N) as i have not done before.

The rest I will try and let u know.

Thanks,

James.R.M

0 Kudos

Hi

Which solution u want to apply: BADI or user-exit?

Max

0 Kudos

Hi Max,

User exit.

Thanks,

James.

0 Kudos

Ok

So run trx CMOD and crate a new project and assign enhancement MM06E005 to it.

Then go to enhancement componen and active:

- EXIT_SAPMM06E_016

- EXIT_SAPMM06E_017

The exit 016 and 017 are for export data from standard screen to exit: probably u need only one but I'm not sure which is, so try both exit

The u should see the screen-exit area, do a double click on 0111 in order to create it: it's a subscreen, here u can insert your button

Max

0 Kudos

Hi Max,

Thank U very much. I will try and let u know the feedback. Hope I cud complete with this inputs.

Thanks again,

James.R,M

0 Kudos

Hi max,

Sorry, I have taken some other priority job, and will take time to contiue this enhancements.

Anyway , thanks for your support and closing this thread as i have go the answers. If needed will revert back.

Thanx,

James.R.M