‎2010 Jan 06 1:04 AM
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
‎2010 Jan 06 3:50 AM
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.
‎2010 Jan 06 3:43 AM
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
‎2010 Jan 06 3:47 AM
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
‎2010 Jan 06 3:50 AM
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.
‎2010 Jan 07 6:38 PM
Hi,
Whether it is possible to find the variant used when program is executed in foreground?.
With Regards,
Gandhi Subramani
‎2010 Jan 07 6:45 PM
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]