SAP List of Inactive Objects
SAP table DWINACTIV
SAP table DWINACTIV
You can set a default value on search-help fields, but these are set as EQ values. If you like to set default with other operation like LE, GE etc then you would have to implement search help exit and write code there.
Code snippet in form of class method to read standard text into string.
Convert xstring to string variable using method in SAP ABAP.
This is how you can close a Portal Window from Web Dynpro. There are however some restrictions on when a portal window can be close which you can read at link Restrictions in CLOSE WINDOW Functions In my example window W_MAIN is loaded on the …