‎2006 Oct 31 12:58 PM
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.
‎2006 Oct 31 1:02 PM
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.
‎2006 Oct 31 1:02 PM
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.
‎2006 Oct 31 1:09 PM
‎2006 Oct 31 1:10 PM
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