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 ip01, data upload in table control

Former Member
0 Likes
555

I was working on a bdc for ip01 . there is a table control - whose 5 rows are visible and I need to fill data upto 6 row . 6th row get filled by scrolling . will scrolling get captured in recording . whether this is possible or not sir . If yes then how?

Sir please help me.

With regards,

I was working on a bdc for ip01 . there is a table control - whose 5 rows are visible and I need to fill data upto 6 row . 6th row get filled by scrolling . will scrolling get captured in recording . whether this is possible or not sir . If yes then how?

Sir please help me.

With regards,

3 REPLIES 3
Read only

Former Member
0 Likes
484

Better use FM MAINTENANCE_PLAN_POST instead of BDC for ip01.

I faced the same problem in other transaction, MIRO, there it was impossible to scroll a specific table control with BDC.

Read only

Former Member
0 Likes
484

Hi

Scrolling does not get recorded while recording. You can achieve it by having ok_code to p+ or p++.

Refer the following link for detailed description.

http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInputFAQ#BatchInputFAQ-Howtoscrollatablecontrol%3F

Hope this helps you.

Regards

Vinodh

Read only

0 Likes
484

thanx 4 help

it solved