‎2009 May 08 10:29 AM
Hi Guru's,
I have done code for displaying purchase data,when the user click the purchase order no.it will directly goto the transaction ME23N.
SET PARAMETER ID 'BES' FIELD '4500001086'.
CALL TRANSACTION ME23N AND SKIP FIRST SCREEN.
This code working fine but my requirement is after opened Purchase order, PO history tab should be displayed as Default..
Please help on this issue..
Thanks & Regards
P.Senthil Kumar
‎2009 May 08 10:36 AM
Check it once.
As per your code it one shows PO History Tab as default
‎2009 May 08 11:08 AM
Hi,
For displaying the PO History tab as default,try using the statement CALL SCREEN screennumber as follows
SET PARAMETER ID 'BES' FIELD '470004640'.
CALL TRANSACTION ME23N AND SKIP FIRST SCREEN.
CALL SCREEN '0014'.
‎2009 May 08 11:18 AM
Hi Divya Venkat,
I tried based on your code.but its not working..Please some suggestion.???
Regards
P.Senthil Kumar
‎2009 May 08 12:37 PM
Hi,
I tried using the same code in a sample program and it worked fine.The PO History tab will be set as default if we have Goods Receipt or Invoice.Could you please provide the PO Number and the piece of code u tried.