‎2007 Jun 03 8:29 PM
hi friends ,
is there any option to create a variant in the module pool.like function modules
‎2007 Jun 04 4:18 AM
Hi,
Checkout this weblog on SDN.
/people/alvaro.tejadagalindo/blog/2007/05/22/save-a-variant-from-a-dynpro-screen
Hope it helps.
Regards,
Sonika
‎2007 Jun 04 4:43 AM
Hi Premraj,
Screen Variants and Transaction Variants can be used to store screen values in Module Pool program. Screen Variants are for individual screens and a Transaction Variant is a group of screen variants. Using Transaction Variants you can control the flow of the screens as well.
http://help.sap.com/saphelp_nw04s/helpdata/en/7d/f63a10015111d396480000e82de14a/content.htm
Do let me know if I can be of further help on this and Do reward points if useful.
Regards,
Ram
‎2007 Jun 04 4:51 AM
‎2007 Jun 04 4:54 AM
hi
good
when you r designing a module pool program you are calling that particular screen in your abap program using the call screen sctatement,so while executing your abap report that screen also called and that time you can create a variant for that particular screen,module pool programming is itself not a executable program so you can't just simply create a varint for a module pool screen
thanks
mrutyun^
‎2008 Apr 11 9:28 AM
Saving of VARIANT works for REPORT and not for MODULE POOL!!!!.
But there is a indirect way to have a variant for Module Pool. ie using SUBMIT stmt. pls check..it works