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

ecatt sapgui issue

Former Member
0 Likes
549

Hi,

I am trying to record co60 transaction thro ecatt sapgui mode.

I have issue while specifying batch number, qty on the main cockpit sheet. Scripting is not recognizing the actual fields on the PI sheet. Anyone faced this issue ,kindly share your thoughts.

Thanks in advance

Giridhar

Hi,

I am trying to record co60 transaction thro ecatt sapgui mode.

I have issue while specifying batch number, qty on the main cockpit sheet. Scripting is not recognizing the actual fields on the PI sheet. Anyone faced this issue ,kindly share your thoughts.

Thanks in advance

Giridhar

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
524

Hello Giridhar

The PI sheet is a quite old-fashioned report with editable fields that, unfortunately, escape the eCATT recording.

However, there might be trick how to record these fields nevertheless. For example:

- The field "QUANTITY" is (on our system) located within a block "Phase". The line begin with the phrase "Control Instruction" which occurs several times on the PI sheet but this is the last occurrence.

 Phase          : 0952 / Instruction no.: 0010
 Control Instruction            :               QUANTITY :
 Text could not be read                         ORDER COMPLETE?

So, if you can navigate unambigously to the line where you want to modify values using the SEARCH button (Ctrl+F) you are halfway through. Let us assume that you could navigate to the line begin with "Control Instruction". How do you get to the editable "QUANTITY" field? By moving the cursor with the "Right-Arrow" button. The distance between the beginning of the line and the editable field should be fixed.

I know it sound a bit weird but I have used this workaround already to get to specific nodes of old-fashioned trees (RS_TREE_...).

Good luck.

Regards

Uwe

Read only

0 Likes
524

Hellow Uwe,

Thanks for reply.

Whether it is possible to use TCD record to work on this recording.

Thanks

Giridhar

Read only

uwe_schieferstein
Active Contributor
0 Likes
524

Hello Giridhar

I don't think the TCD (Record) will work because the recorder wants to know the field names yet on the PI sheet we have only these editable parts.

Regards

Uwe