cancel
Showing results for 
Search instead for 
Did you mean: 

Passing of Dynamic Variable within the URI of CBTA script

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Colleague,

I have a requirement of passing dynamic variable into the uri where the row number exists, currently ROW number within the uri is static number which needs to be replaced with dynamic variable retrieved from the previous CBTA component.

eg:

Uri

ails; type=GuiButton; id=wnd[0]/usr/subINCLUDE1XX:SAPMM61R:0750/tblSAPMM61RTC_EZ/btnMDEZ-DETAIL_ICON[0,24]

Here i need to replace 24 with a variable for exampel ROW_ID, please let me know the syntax of passing the ROW_ID within the URI where its replaced with its value.

Thanks,

Aj

Accepted Solutions (0)

Answers (1)

Answers (1)

vijayjeethuri
Participant
0 Kudos

Hi Ajay,

You can try this method,

First store your URI in one component ie: CBTA_A_SETINEXECUTIONCTXT

Name : URI

The Value : label=ZA00; popupId=1; id=C26_W83_V84_proctype_table[%ROW_ID%].process_type

where %ROW_ID% takes your row number from your previous step or component.

After this Give %URI% in your URI text box

Thanks & Regards,

Vijay Jeethuri