betterapp
(Daniel Częstki)
1
I am new in UI Path.
I have such table in SAP GUI.
I have dicCADOData variable where I have some data.
I use For Each Activity and look throw data and for example should
enter 3 rows with some columns into this table.
I know that I can use Type Into Activity and send data to cell and ise Tab to go to next field but is there a better solution then this one ?
n-hashimoto
(Naoto Hashimoto)
2
Hi @betterapp
Tcd: KB21N
When performing automatic registration, you can use the UiPath BAPI activity for bulk registration in addition to manual screen input.
BAPI Name:
BAPI_ACC_ACTIVITY_ALLOC_POST or BAPI_ACC_PRIMARY_COSTS_POST
Even for GUI input, KB21N supports Excel range copying, so ForEach is unnecessary.
Anil_G
(Anil Gorthi)
3
@betterapp
you can use sap table scope activity as well
cheers
ashokkarale
(Ashok Karale)
4
@betterapp
You can copy the tabular data to the clipboard and then past at the start cell from clipboard.
This will enter the data faster but remember to add the check point to see if column sequence is as expected or not.
Hi @betterapp
You can use the Table Cell Scope activity, and within it, place a Type Into activity.
Cheers.