cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestions needed in test configurations output and input

Former Member
0 Kudos

Hi consultants,

I need your suggestions in this following case.

Problem explanation:

I need to take all the outputs generated from test configuration "A" due to execution

of several variants and fed to another test configuration "B" as input .

Queries:

1.Is it possible to get the output values from configuration "A" and fed as input to

configuration "B"without adding all the transactions available in test configuration "A"?

2.If yes,how we have to do that?

3.Is there any code available or settings that we need to do for getting values of

configuration "A" and using it in configuration "B"?

4.Please provide us some links to get more details?

Regards,

Alex.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alexander,

check out the STORE and RETRIEVE commands in the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm">Help Portal</a>.

STORE allows you to write data to a special section of the log, which another script can collect using RETRIEVE and various selection criteria.

Hint: 2 configurations or 2 variants running under the same execution have the same log number, which you can use to retrieve data (special variable &LOGID).

Answers (0)