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: 

Skip the selection screen using BDCTAB call transaction

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

1 REPLY 1

Former Member
0 Kudos

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.