‎2007 Aug 10 10:32 AM
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?
‎2007 Aug 10 1:37 PM
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
‎2007 Aug 10 1:33 PM
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.
‎2007 Aug 10 1:37 PM
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
‎2007 Aug 10 1:37 PM