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

Skip the selection screen using BDCTAB call transaction

Former Member
0 Likes
576

Hi experts,

I am using BDCTAB for call transaction SWI1 I need to skip the selection screen. Can you please tell me how to skip the selection screen using BDC call transaction?

Thank you in advance.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

hi,

the first step is to pass some values to the selection screen, at least Date From and Date To; otherwise, it´ll take a long time. The second step is to emulate the Execute button, which is done with '/08'.

PERFORM fields USING 'BDC_OKCODE' '/08'.

Third step is to catch the programme and screen number.

Hi experts,

I am using BDCTAB for call transaction SWI1 I need to skip the selection screen. Can you please tell me how to skip the selection screen using BDC call transaction?

Thank you in advance.....

1 REPLY 1
Read only

Former Member
0 Likes
490

hi,

the first step is to pass some values to the selection screen, at least Date From and Date To; otherwise, it´ll take a long time. The second step is to emulate the Execute button, which is done with '/08'.

PERFORM fields USING 'BDC_OKCODE' '/08'.

Third step is to catch the programme and screen number.