‎2007 Jun 05 4:40 AM
Hi,all
How get help values of Status inclusive & Status exclusive in transaction 'IW39'? ugent! and who can give me the answer.
Thanks allllllllllllllllllllllllllllllllllllot
‎2007 Jun 05 4:43 AM
Hi Razer ,
I my system help is already there for both the feild , the search help in both the case is I_STATUS.
Regards
Arun
‎2007 Jun 05 4:43 AM
Hi Razer ,
I my system help is already there for both the feild , the search help in both the case is I_STATUS.
Regards
Arun
‎2007 Jun 05 4:50 AM
Thanks Arun,
i know this help '', but if you run se11>I_STATUS,it doesn't work, and i want to know how the system gets these values.
‎2007 Jun 05 5:38 AM
Hi Razer ,
Yes that is a valid observation , if you look at the search help it is a collective search help , with two elementary search helps I_STATUS_SYS and I_STATUS_USR , and each of these have a search help exit assocaited with it IMCH_STATUS_SYS_EXIT and IMCH_STATUS_USR_EXIT . inside these FM i.e. search help exits is the data being retreived.
Hope this resolves your queries.
Regards
Arun
‎2007 Jun 05 4:55 AM
Hi,
If the values are given in domain range values..Then use the function module GET_DOMAIN_VALUES
Thanks,
Naren
‎2007 Jun 05 6:03 AM
Thanks Arun, can you tell me how to use these 2 search help exit . sample code will be better.
null
‎2007 Jun 05 6:23 AM
Hi Razer,
Search help exits are basically used to enhance or modify your search help , when you create a search help there is a provision to add search help exit , which is a FM , the FM must have the same parameter as the FM F4IF_SHLP_EXIT_EXAMPLE.
Please go through the FM , it tells the purpose and the function of each event in the search help exit , and how to use them.
Regards
Arun