Skip to Content
0
Former Member
Dec 26, 2012 at 09:47 AM

ALV help for navigate to co03 -> Go to -> Cost -> Analysis when click on aufnr field

260 Views

Dear Abap'ers,

I have an issue in ALV Report, where the report must navigate CO03 -> Goto -> Cost -> Analysis when clicking the Production Order No. on the Report.

I tried this Code

case ucomm.
when '&IC1'.
case is_selfield-fieldname.
when 'AUFNR'.
set parameter id 'ANR' field is_selfield-value.
call transaction 'CO03' and skip first screen.
endcase.
endcase.

For this I am getting CO03 - Production Order Display: Header Screen for specific field.

Instead, how can i get the menu Goto -> Cost -> Analysis Screen while clicking the Production Order No.

Advance Thanks for your valuble reply.