2012 Jan 13 10:31 AM
We need to develop a selection screen which will be configurable . i.e from a custom table field values ( TAB name , Field Name ) will directly be avilable in the selection criteria of the selection screen. Any change in custom table field ( add , deletion of entries ) will directly impact the selection screen without doing any code change.
Based on the selection screen input , dynamic select statements needs to be generated and output needs to be shown accordingly with maximum available fields,
Please help us with the design process.
moderator note - thread locked, rules violation - multiple postings in multiple forums
Edited by: William Eastman on Feb 1, 2012 5:44 PM
2012 Jan 13 1:02 PM
Hi,
You wrote in wrong sub forum.
About your question. In general this is not possible. At least not without using SAP internal commands like GENERATE REPORT. You can see this for example in transaction SE16 when you add/delete fields.
The only solution that I can think of is to write report that will show table with 2 columns (ALV or table control). First column with parameter name and second with value. First column could be filled automatically. Maybe this will help you somehow.
Best regards
Marcin Cholewczuk