Application Development and Automation 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: 
Read only

after selection-screen

Akhil_Sun
Participant
0 Likes
586

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

6 REPLIES 6
Read only

Former Member
0 Likes
567

Hi,

Could you please elaborate your query?

Thanks,

Sriram Ponna.

Read only

0 Likes
567

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.

Read only

0 Likes
567

HI,

write like this


set PARAMETER ID 'DTB' FIELD <list box name>.
call TRANSACTION 'SE16' AND SKIP FIRST SCREEN.

rgds,

bharat.

Read only

0 Likes
567

Hmm.

Simply don't know what you want.

If you want to use transaction SE16, you may do so.

Regards,

Clemens

Read only

Former Member
0 Likes
567

HI,

set the paramter value to parameter id DTB,

SET PARAMETER ID 'DTB' FIELD 'VBRK'.
        CALL TRANSACTION 'SE16' AND SKIP FIRST SCREEN.

Read only

Former Member
0 Likes
567

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