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

clarification for bdc

Former Member
0 Likes
400

hi,

here is my requirement.

iam using transaction 'o4f2'

initially we have to enter shipment no in the first screen and if we press enter it will take to the second screen.

in second screen there are tabs and in that tab we have to select 'vehicles' tab.

it will display records with vehicles numbers.

now we have to select the required vehicle number.

<u><b>what is the code required to select the particular vehicle number</b></u>

after selecting the required vehicle we can press delete and the record will be deleted.

all this to be done using bdc only.

please help me.

thanks in advance.

hi,

here is my requirement.

iam using transaction 'o4f2'

initially we have to enter shipment no in the first screen and if we press enter it will take to the second screen.

in second screen there are tabs and in that tab we have to select 'vehicles' tab.

it will display records with vehicles numbers.

now we have to select the required vehicle number.

<u><b>what is the code required to select the particular vehicle number</b></u>

after selecting the required vehicle we can press delete and the record will be deleted.

all this to be done using bdc only.

please help me.

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
376

Hi,

See you have to see on screen , if any button is avaialble to check/select the record no.

Once you get that , you can record that button, which will select desired row.

Reward if useful!