Application Development 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: 

SECATT Recording : How to retrieve data ?

Former Member
0 Kudos

Hello,

I want to create a test case define as follows :

1. Handling Unit creation => Tcode MFP1

2. Handling Unit backflush => Tcode MFHU

3. Handling Unit transfer => Tcode ZXXX, customer program

I use recording to create the script but I can not retrieve the HU id after MFP1. Information is not sent back in a message.

Is there a way to do this ?

Thanks,

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You can select the data from the table related to transaction MFP1 using the normal select query.

You need to use the ABAP .. ENDABAP or

Select Pattern

Select ALL in group

and select ABAP in the Command

In this ABAP .. ENDABAP you can select the data from the database as you do in reports.

Regards,

Naimesh Patel