cancel
Showing results for 
Search instead for 
Did you mean: 

Giving different inputs for different rows in a table using CBTA loops

0 Kudos

Hi,

I want to give different inputs in different rows of a table using loops.

How do i get the different inputs and how do i set it using loops?

Accepted Solutions (0)

Answers (4)

Answers (4)

TDC will not work in this case as in a single script in a single run i want to update 5 different line items in a sales order.

Is there any other solution?

jatorrest
Discoverer
0 Kudos

Hello All,

I know this post takes a while, have you had any progress on this?

AjayHS
Advisor
Advisor
0 Kudos

Hello Mohamed,

How do you assign the value in TDC to Test Configuration. As the parameters in the Test Configuration are the once created in the CBTA test script which can take single value. There is no structure concept in CBTA.

Have you tried this in CBTA ?

Thanks,

Aj

0 Kudos

Hi Tammana,

Can you be more specific about your requirement with more details of Transaction.

example from my assumption; Sales Order creation, may be if you want to enter two Line items, the solution is as below:

Set a Counter value - rcount

Using this counter value, you can customize the URI value for each line item.

label=Tablecell_Material(0); type=GuiCTextField; id=wnd[0]/usr/VBAK-MATNR[1,$rcount$]

[1,0] -> [ColumnNo, RowNo]

The values to be entered should come from the TDC with different Parameters for each row.

Thanks and regards,

Mohamed Ziavudeen