cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture item details grid in Nomination creation Tcode

indranilbiswas
Advisor
Advisor
0 Kudos

I am capturing a page of Nomination creation in SAP GUI ( tcode – O4NCN ). This page has both header and item part. Captured the header part with 3 fields :

  1. Nomination Type
  2. Trans System
  3. Nomination No

And then if I press enter, then below grid( Blue marked area) for item should enable and there I should enter few more data in item level :

How do I capture that grid for item section ?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

In order to capture the full grid for the item section, you'll need to capture it row by row. To do so, you can capture the first one. Then, by using the "occurs" technology, you'll be able to recognize all of them.

Here is the course related to the advanced declaration of page element :

https://open.sap.com/courses/rpa2-1

In week 2 of the course, you'll see examples and demos to explain you how to use it.

Best Regards,

Allan