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

ME21

Former Member
0 Likes
504

hi friends,

how can we Develop a report to display retroactive purchase orders based on selection screen criteria, and provide drill down to the transactions ME21 an ME23N.

regards,

siri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

Hi sireesha,

1. for me23 we can use

2.

set parameter id 'BES' field '4500000112'.

call transaction 'ME23' and skip first screen.

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
475

Hi sireesha,

1. for me23 we can use

2.

set parameter id 'BES' field '4500000112'.

call transaction 'ME23' and skip first screen.

regards,

amit m.

Read only

0 Likes
474

thanx Amit,

any thing more clearly

regards,

siri.

Read only

Former Member
0 Likes
474

Hi,

you can navigate to Me22n or me23n.

using set parameter

in the user command double click , you have to do the below code.

SET PRAMETER ID 'BES' FIELD itab-ebeln.

CALL TRANSACTION 'ME22N' AND SKIP FIRST SCREEN.

Regards

vijay