‎2008 Jun 13 10:17 AM
after getting selection-screen i had selected table vbak from the list it is going to se16 but i need vbak to display there in se16
plzzzzzzzzzzzz its very urgent
‎2008 Jun 13 10:19 AM
‎2008 Jun 13 10:23 AM
my object is i have to select vbak and vbap from the list in selection-screen for that i used vrm and i did that one but when i select vbak from the list and press execute button it should go to se16 and display the table name i.e vbak
plz help me.
‎2008 Jun 13 10:31 AM
HI,
write like this
set PARAMETER ID 'DTB' FIELD <list box name>.
call TRANSACTION 'SE16' AND SKIP FIRST SCREEN.
rgds,
bharat.
‎2008 Jun 13 10:55 AM
Hmm.
Simply don't know what you want.
If you want to use transaction SE16, you may do so.
Regards,
Clemens
‎2008 Jun 13 10:41 AM
HI,
set the paramter value to parameter id DTB,
SET PARAMETER ID 'DTB' FIELD 'VBRK'.
CALL TRANSACTION 'SE16' AND SKIP FIRST SCREEN.
‎2008 Jun 13 10:44 AM
HI,
You can do the following. It mite help you
set PARAMETER ID 'DTB' FIELD <list box name>.
call TRANSACTION 'SE16' AND SKIP FIRST SCREEN.
Reward if helpful
rishika