‎2006 Oct 18 9:10 AM
Hi all,
I made a project report global variable of type 3 (User Exit) and I develop the related code in enhancement KKDR0001 component EXIT_SAPLKYP1_003. In this code I need the value of project definition that user entered on selection screen.
Does anybody know how can I get this data?
Thanks!
‎2006 Oct 18 1:19 PM
Hi,
Please check the memory parameter used for that variable & get the value by using "Get Parameter ID Key... " command.
Please reward some points according to your satisfaction.
regards
Prem
‎2006 Oct 18 12:53 PM
Hi,
You can do the following for getting project in Earlier screen
Data: l_string(20) type c
Field-symbols: <fs> type any.
l_string = '(Screen)variable name'.
assign l_string to <FS>.
Just try above...
‎2006 Oct 18 1:19 PM
Hi,
Please check the memory parameter used for that variable & get the value by using "Get Parameter ID Key... " command.
Please reward some points according to your satisfaction.
regards
Prem
‎2006 Oct 18 1:31 PM