2008 Oct 20 7:09 AM
hi,
i want to write a interactive report to display vk18 if the customer part number is double clicked. any one tell me how to set paramete id for the field KOTABNR with paramete id 'KON'.
bcoz it only display the firat screen or the key combination screen. it shpuld directly go to the display screen.
please advice.
thanks
2008 Oct 20 7:16 AM
Hello Madhu,
We can set the parameter id just folow the below example
AT LINE-SELECTION.
SET PARAMETER ID: 'KON' Field KOTABNR ie (Vlaue of the KOTABNR)
CALL TRANSACTION 'VK18' .
Try this it will work definetly... .......................
2008 Oct 20 7:21 AM
hi Santhos,
this is not an ordinary issue. an special issue i tried it before but no value pass to that field.
if you have system please try it out
thanks