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

Problem with BDC control

Former Member
0 Likes
559

Hi,

I am working on TK11 to create conditions using BDC. This BDC is using table control.

I am uploading excel file and reading the records. For 1 header record there exist 34 item level records.

I tried to achieve this functionality using:

1. Looping at item level table. In loop all records are getting read but in BDC recording, only 19 records are updated and other remains blank.

2. Using page down. In this case as well only 19 records gets updated. Others remain blank.

3. Using scroll. Same results here as well.

In all these cases, scroll/ page down are not working. So, records visible in only initial screen i.e. 19 records are getting updated.

Please help me with this issues.

Thanks,

Archana

3 REPLIES 3
Read only

amelia_li3
Explorer
0 Likes
479

See thread

Also I did upload pricing condition VK11 using function modules:

'RV_CONDITION_RESET'

'RV_CONDITION_COPY'

'RV_CONDITION_SAVE'

The IDOC solution will call the same function modules as listed above.

Thanks

Read only

Former Member
0 Likes
479

Hi,

Problem is solved. While doing the recording, select the option POSITION instead of pagedown. For any table control you have an option at the botton called POSITION, using which you can be able to locate a record the table control. These can be captured in the recording, which will ease your BDC for handling optios like pagedown.

Thansk,

Archana

Read only

Former Member
0 Likes
479

Problem solved.