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

BDC

former_member778253
Active Participant
0 Likes
447

Hi,

In Purchase Order, item details screen, there are 4 tabs, now i want to

run this BDC program in Background, but i want to skip Tab1 and Tab2 and the

control must go to Tab3. How can i do this using Table Control?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Hi,

While recording click on the extreme right icon. this will give you a list of tab in the screen. select the tab you want. it wil take it to your tab.

Save the recording and find the fields.

Regards,

Niyaz

3 REPLIES 3
Read only

Former Member
0 Likes
419

Hi,

In BDC coding,

PERFORM bdc_field USING 'BDC_OKCODE'

'=ANTA'. // I assumed this =ANTA is Tab3

PERFORM bdc_field USING 'BDC_OKCODE'

'/00'. // Enter

Use this method to select the tab3 and enter, now control goes to the tab3.

thanks

Nisar.

Read only

Former Member
0 Likes
420

Hi,

While recording click on the extreme right icon. this will give you a list of tab in the screen. select the tab you want. it wil take it to your tab.

Save the recording and find the fields.

Regards,

Niyaz

Read only

Former Member
0 Likes
419

Hi,

try SHDB.

Regards, Dieter