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 for VBO2 Tcode

Former Member
0 Likes
794

Dear All,

I am trying to write a bdc for tcode VBO2 (Agreement). in this i have ti give agreement number and then on second screen i have to select the PAY push button for clearing the amount.

In this i am not able to catch the pay table control as to on which index i have to pass my records.

Regards

Amit

3 REPLIES 3
Read only

Former Member
0 Likes
703

anyone.

Regards

Read only

0 Likes
703

Hi,

You can change the Index (row number) by specifying the index in brackets.

E.G. perform bdc_field using 'BDC_CURSOR' '<tablename>-<fieldname(05)'. "Update field at 5 row.

Regards,

Jovito

Read only

0 Likes
703

Dear,

I know this but teh problem is i have 2 tables in my bdc one is xkonp where i get the value i.e. mpwrt whereever i get this value means i have to update the same value in bzwrt field. but in xkonp i have all the data. but in PAy tab when we go table control fills up from knopd table where as i also have xvake table in my program where the index is not updated. so means in xkonp wherever i get mpwrt take knumh of that row and check in xvake table you will get the exact row of table control where that value needs to be updated in bdc. in xvake i am not getting the indexes. any help on this.

Regards

Amit