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

How can we get a Scrolling in Table Control while data uploading?.

Former Member
0 Likes
561

Can anybody suggest me the way to put a scrolling in a table control while uploading the data?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

hi Satish,

Check out this thread

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Regards,

Santosh

hi Satish,

Check out this thread

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Regards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
535

hi Satish,

Check out this thread

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Regards,

Santosh

Read only

Former Member
0 Likes
534

Hi satish,

IF w_count GE 1.

PERFORM bdc_dynpro USING 'SAPMV45A' '4001'.

PERFORM bdc_field USING 'BDC_OKCODE'

'=POAN'.

w_count = 2.

ENDIF.

Read only

Former Member
0 Likes
534

Hello,

I dont think it is possible, anyways dont do it. It will make the program perfomance very bad. There is an indicator (little watch on the left hand side), that you can use, but it is better to dont do it. As I have told you the perfomance will be very bad.

CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'

EXPORTING

percentage = 20

text = 'Uploading data'.

THAT IS THE FM. Use it after and before the upload.

Hope this helps

Gabriel