Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help! Help! Help!

Former Member
0 Likes
834

Hi,all

How get help values of Status inclusive & Status exclusive in transaction 'IW39'? ugent! and who can give me the answer.

Thanks allllllllllllllllllllllllllllllllllllot

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
784

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

6 REPLIES 6
Read only

Former Member
0 Likes
785

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

Read only

Former Member
0 Likes
784

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.

Read only

0 Likes
784

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

Read only

Former Member
0 Likes
784

Hi,

If the values are given in domain range values..Then use the function module GET_DOMAIN_VALUES

Thanks,

Naren

Read only

Former Member
0 Likes
784

Thanks Arun, can you tell me how to use these 2 search help exit . sample code will be better.

null

Read only

0 Likes
784

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