Hi,
We have a requirement to navigate to a particular tab in a transaction, when we double click on the line item in the oops alv report.
For example, in my report, i am double clicking on the equiplment number on the line item, it takes me to IE02 screen,as I have written the below
code.
CALL TRANSACTION 'IE02' and SKIP FIRST SCREEN.
I am able to go to first tab ( default ) of the equipment IE02 screen. We have added another custom tab.
Is it possible to goto that particular tab in IE02, when I double click on it.
Regards,
Karthik Ganti.