cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I currently have a script recording FB03 Document Display and saving multiple parameters (document date, posting date, currency, etc.) to one variant in one SAP system and comparing these fields with a replicated document in a different SAP system. Since FB03 can display multiple line items and is not always consistent, I want to use CBTA Do Loop functionality to read each line item in document display and saving these to a variant to later compare with replicated document. I have tried using CBTA default component CBTA_GUI_TC_GETCELLDATA to get ROW_ID number, but it seems like this format does not work with FB03 since it is not a table. Is there a CBTA component that I can use to get line item number and use that in my do-while loop?

Thanks in advance.

0 Likes
View Entire Topic
vijayjeethuri
Participant
0 Likes

Hi Cynthia,

You can use findrow and get cell data components for getting row number from specified row.

Regards,

Vijay