cancel
Showing results for 
Search instead for 
Did you mean: 

regarding table control in bdc

Former Member
0 Kudos

Hi experts,

What are the general problems we will get while handling table control in BDC ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Usually we carry the updation using Recording technique .

When ever we do recording technique header data will be updated without any problem, but problems occurs coming to the item data for which we will be using the table control to update to the database, if we give three records during the recording

then in real time also it updates only three records, but instead we need to update more then three item records for one header record .

where it becomes the problem to update no of item records in the table control .

ex: item records are like bank details in xk01 transcation for vendor creation .

where one vendor can have more then one bank accounts and we need to update his all bank details in the table control .

if it is useful, award me Points

shashikanth.

Answers (1)

Answers (1)

Former Member
0 Kudos

Regarding table controls

1. u need to extend the table control dynamically so that u need to use the function control code '=p+'.

2. cursor control problem will be there so u need to use BDC_cursor

i think thill will be little bit useful for u