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

Call transaction from progress rate indication

Former Member
0 Likes
529

BDC from the program call transaction execution hour it wants showing a progress rate at the screen.

It is executed a sub-program and and at the screen only the sandglass it is visible.

There is not a possibility of knowing a progress ratio.

This possible cold region bedspread of this..?

"BDC Part of program

form create_bdc_data.

"header data(Header the data is one)

...

"Item data(Item data is above 1000)

loop at itab.

" bcd data create

perform dynpro~~~~

...

endloop.

"When bdc the data store is completed, bdc execution.

CALL TRANSACTION 'va01' USING gt_bdcdata

OPTIONS FROM g_ctu_params

MESSAGES INTO gt_messtab.

if sy-bubrc ne 0.

...

endif.

endform.

Thank you.

best regards.

- Kim -

3 REPLIES 3
Read only

Former Member
0 Likes
488

Hi

Learn more about progress indicator FM here...

<a href=" https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/l... ">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1c3331af-0401-0010-03b8-e0fd700e58da</a>

You can simply use FM 'SAPGUI_PROGRESS_INDICATOR'.

Regards

Raj

Message was edited by:

Rajasekhar Dinavahi

Read only

Former Member
0 Likes
488

Hi,

you can use the function module SAPGUI_PROGRESS_INDICATOR

Thanks

Naren

Read only

Former Member
0 Likes
488

Reply it gives and from it is grateful.

If call transaction code is inside the loop paragraph and it is possible.

But, like source call transaction code is outside the loop paragraph.

There is not a possibility of decreasing a value in the Percentage of the SAPGUI_PROGRESS_INDICATOR.

The bedspread which probably is good method?

All thanks it gives.

best regards.

- kim -