‎2008 Oct 22 10:37 AM
Hi,
I have requirement to save screen filed data as variants. I have a module pool screen designed as selection screen, now for this screen I wana save the screen input field data that the user has put in.
To meet this requirement I am trying to find a way to create and save variants for this selection screen. I tried CALL FUNCTION 'RS_VARIANT_SAVE_FROM_SELSCREEN' but with this am not able to create variant. I get a message "'0100' screen doesn't contain object". Let me know if the FM am using is correct FM to create variants in module pool screen. If there is another possibility of doing this, please advice.
Please do the needful.
Thanks in advance.
Narasimha Rao.
‎2008 Oct 22 11:09 AM
Hi,
You may try with transaction variant(SHD0). You can attach screen variants along with the transaction variant for saving field values also.
Regards,
Renjith.
Edited by: Renjith Michael on Oct 22, 2008 3:43 PM
‎2008 Oct 22 11:42 AM
Hi Renjith,
Can you explain how it is useful (SHD0) t.code for my Requirement. that is for Transaction varinat and screen variant.
Best Regards,
Narasimha Rao.
‎2008 Oct 22 11:48 AM
Hi,
Please refer to the document http://help.sap.com/saphelp_nw70/helpdata/en/7d/f63a0a015111d396480000e82de14a/content.htm
Regards,
Renjith
‎2008 Oct 22 11:27 AM
Hi,
you can't maintain variant for module pool prg.so you have to maintain the values your own table.
‎2008 Oct 22 12:40 PM
‎2008 Oct 23 10:02 AM
Hi Vijay,
I gone through your program , but iam getting some error message i.e " selection screen 0100 contains no objects".
Thanks in advance
Best Regards,
Narasimha Rao.
‎2008 Oct 23 12:20 PM
‎2008 Oct 23 11:58 AM
There is a variant like facility available for module pool in for of HOLD DATA & SET DATA
Fill in the field in a module pool screen. In menu click System->User Profile->Hold data
Data entered in the screen will be held. When you want to retrieve data, navigate thro same path and click SET DATA
‎2008 Nov 05 9:14 AM
‎2009 Jan 05 8:33 AM
‎2009 Feb 17 10:53 AM
HI Narayanadas ,
I am also facing same pb..Plz Let me know how u Solve that pb
‎2013 Apr 01 11:42 AM
Hi Narasimha ,
Please , can you share how you solved the problem ?