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 facilitate navigation form o/p screen to me23n screen

Former Member
0 Kudos

Hi ,

I have created a customized report which give in the o/p those po number whose movt '103' is done but '105' not .now user want to have the facility so that when he click the one particular po number on o/p screen he could navigate to screen where he could see that PO display on me23n screen.

How I can achieve this navigation facility .

Thanks and Regards ,

Shikha Singh Chauhan .

3 REPLIES 3

former_member320332
Contributor
0 Kudos

Hi Shikha,

You can do this as

SET PARAMETER ID 'BES' FIELD (variable containing PO Number).

CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.

Thanks,

Pawan Gore

0 Kudos

hi ,

i have used

SET PARAMETER ID 'BES' FIELD (variable containing PO Number).

CALL TRANSACTION 'ME23' AND SKIP FIRST SCREEN.

to open po as in place of me23n becoz i m not able to open desire po by tcode me23n .

can any one plz tell me how to open p using tcode me23n

thanks and regards ,

shikha

0 Kudos

HI,

Write a BDC for ME23N till u enter the PO no and press enter . This will work

Regards,

Madhukar Shetty