‎2011 Feb 02 8:37 AM
Hi Colleagues,
For automating business scenarios which has SAP GUI as the user interface, i have to consider all the fields associated with a particular business transaction.But normally all the U. I. elements(table controls,ALV grids and fields) are not exposed on the screens and we need to do many customization settings to display them , and moreover these customizations are different for different transactions.
Is there any specific and generic way in ABAP U.I. design technology with which we can expose all the screen elements associated with a particular business transaction on the U. I.
Regards,
Sabyasachi
‎2011 Feb 04 6:42 AM
Hi,
Are you talking about Custom transaction Or standard transaction.
IF custom then either create the elements on screen and display all of them.
you want to change display at runtime.
you need to code.
check out loop at screen in SDN/Google.
In standard you have to look for the enhancement point and code accordingly.
‎2011 Feb 04 10:27 AM
For classic dynpros TRUE generic programming with all classic controls + GUI controls will be either very troublesome or impossible.
You can play around with switching different subscreen etc, but this would require lots of coding and no quarantee you will achieve truely generic programs for different business cases.
For Web Dynpro you have much more flexibility in hands in this regard. Still lots of troubles though.
The best is to develop your screens separately for each application. The maintenance efford drastically decreases. Even if you developed a whole framework for this, which I believe such approach would require, imagine how complex would that be in order to forseen any changes that might come together with new business transactions. Flexibility of such framework would have to be on really advance level. With only one guy in team I don't think it's feasible to complete this in reasonable timeframes.
Regards
Marcin