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: 

When calling from ALV gris list, BD87 first screen to be skipped Its Urgent

Former Member
0 Kudos

Hi Gurus,

I have developed an ALV grid report in which I will pull idoc numbers, and assigned a user command to the grid.

As soon as I double click on the row, I made a call to the TCODE BD87, here it is going to the first screen.

my requirement is it should take the idoc number from the ALV grid and it should submit this IDOC number in the first screen of BD87 and it should automatically go to the second screen of BD87.

Please let me know the procedure.

Thanks in Advance.

Sagar.

3 REPLIES 3

Former Member
0 Kudos

hi,

write the following code

call transaction/... and skip first screen.

rewards if useful

regards,

sree

0 Kudos

Hi sree,

I did exactly, but it is not skipping the first screen.

Former Member
0 Kudos

hi,

u can do that by

set parameter id '<name of parameter id>' field t_idoc.

call transaction 'BD87' and skip first screen.

here ur selected idoc number will come in t_idoc.

but problem is that idoc number doesnt have parameter id.