2007 Jan 24 7:36 AM
Can anybody suggest me the way to put a scrolling in a table control while uploading the data?
2007 Jan 24 7:39 AM
hi Satish,
Check out this thread
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Santosh
Can anybody suggest me the way to put a scrolling in a table control while uploading the data?
2007 Jan 24 7:39 AM
hi Satish,
Check out this thread
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Santosh
2007 Jan 24 7:42 AM
Hi satish,
IF w_count GE 1.
PERFORM bdc_dynpro USING 'SAPMV45A' '4001'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=POAN'.
w_count = 2.
ENDIF.
2007 Jan 24 7:43 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |