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

Selection Screen Inputs

Former Member
0 Likes
576

Hi All,

Please let me know whether it is possible to extract inputs used in selection screen for a program executed in foreground on a particular date.

With Regards,

Gandhi Subramani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi ,

You will not be able to get to extract inputs used in selection screen for a program executed from any database table , as they are not stored in the same.

Hope this helps you.

5 REPLIES 5
Read only

Former Member
0 Likes
547

Hi,

1. Check for the variant.

2. Check for the output of program, assuming you have stored that output either in application server, or had a print out, or a spreadsheet.

Regards

Mohinder

Read only

SureshRa
Active Participant
0 Likes
547

Hi,

Selection screen values reside in program's session memory and not stored in the database. They can not be retrieved. However you can enable trace for particular program and try.

If you are intended to capture selection screen values for a specific program, you can incorporate custom logic in your program to log user's inputs. You can identify foreground by checking SY-BATCH <> 'X'.

Cheers

Suresh

Read only

Former Member
0 Likes
548

Hi ,

You will not be able to get to extract inputs used in selection screen for a program executed from any database table , as they are not stored in the same.

Hope this helps you.

Read only

0 Likes
547

Hi,

Whether it is possible to find the variant used when program is executed in foreground?.

With Regards,

Gandhi Subramani

Read only

0 Likes
547

I had this link for a reference.

It will provide the solution for you i think

link:[http://wiki.sdn.sap.com/wiki/display/ABAP/Howtogetthevariantforwhich+areportwentto+Dump]