Skip to Content
0
Former Member
Apr 22, 2014 at 08:29 AM

Ecatt related issue

46 Views


Hi All,

I am facing one issue with eCATT automation.

can we pass combination of 'hard coded value' & 'value from some local variable' to the some specific position to a textbox togather?

Detail are as given blowe->

I recorder certain t-code using SAPGUI, and i entered few value in a 'multipul line text box'

for example this is the data which i have entered

'

*************************

material name -> '****'

*************************

quantity -2

type- raw

*************************

End detail

*************************

'

which is comming properly in a 'Value-> Text 'section of the structure editor of the eCATT command.

Now when ever i executes this script 'multipul line text box' filled up with the same value, which is completly fine.

But in above given value i want to update material name value also which will come from some Import ecatt varible and may change also evrytime.

For exampel , in below example i am passing valie as Furniture which will come from varilable.

'

*************************

material name -> Furniture

*************************

quantity -2

type- raw

*************************

End detail

*************************

'

I could have done some concatination operations but it can not be done as i can not pass complet value using eCATT parameters.

In my example

'

*************************

material name -> '****'

*************************

quantity -2

type- raw

*************************

End detail

*************************

'

this complete structure kind of value should be hardcoded but material name value (dipicted as **** )sould come from Variable.

Could anyone tell me how it can be done or is it possible also or not?

Kindly have a look.