Application Development 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: 

Display VK18 in interactive report

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

0 Kudos

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