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

Drill down report - Problem

Former Member
0 Likes
708

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

4 REPLIES 4
Read only

Former Member
0 Likes
685

Check it once.

As per your code it one shows PO History Tab as default

Read only

Former Member
0 Likes
685

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'.

Read only

0 Likes
685

Hi Divya Venkat,

I tried based on your code.but its not working..Please some suggestion.???

Regards

P.Senthil Kumar

Read only

0 Likes
685

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.