F4 search help [title edited]

Question: HI!

I use FM "F4IF_INT_TABLE_VALUE_REQUEST" FOR my selection screen fields , when i get DB records using selects sentence and where-caluse , but my where-caluse look like not to be used ..(my where-caluse is select-option fields , too ) . Why gets all DB records all times ,why ?
anyone can give me a light ? could post some example for using programing F4 help .


Thanks !
_________________
Best regards:Do it better , do it forever !

Answer:
If select-options are empty then all records from the database are returned.

If you are programming input help, why would you want to restrict the values displayed to the user for selection???

Please post your code and briefly describe what you expect it to do... what you have said above doesn't make a lot of sense.
_________________
Kind Regards

Rosie Brent

Please remember to search the forum and check the FAQ before posting questions, thank you.

Tuly Idiot most of the time, part-time Guru

Answer:
RosieBrent ,
thanks !
In fact , I want to get the DB records for input-help ,but restricted by my where-caluse coming from my select-option on my selection-screen.
When I add where-caluse into select-sentence , where-caluse didn't make useful for me , why ?

waitting for your anwsers .
_________________
Best regards:Do it better , do it forever !

Answer:
I think it would still be easier to help you if you could post your code, then I can copy it and use it on our development server to see where your error is.

I am assuming what you are actually attempting is this:

You have more than one select-option on your selection-screen.
The F4 help for select-option B should be further restricted by the contents of select-option A, but when you are selecting details from the DB to pass to the FM you are using for your F4 help display you are unable to restrict the DB access by the contents of select-option A. Is that correct?
_________________
Kind Regards

Rosie Brent

Please remember to search the forum and check the FAQ before posting questions, thank you.

Tuly Idiot most of the time, part-time Guru

Answer:
RosieBrent
yes , it is so as what you said , could you give me some solutions to my problem ?
thanks .
_________________
Best regards:Do it better , do it forever !

Answer:
HI
anyone give me a hand ...?
_________________
Best regards:Do it better , do it forever !

Answer:
Hi ther is a standard function module example
F4IF_SHLP_EXIT_EXAMPLE to restrict the standard dat selection and use your own selection criteria .

just u need to write a exit function with the above function module interface.
just try this
hope this may help you
and you will find the relevant documentaion in the function module itself.

by

Answer:
HI
anyone give me a hand ...?

Hi Ray,

Why don't you do as Rosie asked and post your code? Could it be that there is no code at all because you don't have the faintest idea of what you are doing?

Looking at your previous posts, I can only advice you to buy some good books on ABAP, get training and read the F1 help. And please stop begging for custom built code.

And please don't complain that I am not being nice. Being nice is not my business, ABAP is and I had to learn it myself.
_________________
Oscar.

Answer:
Thanks , everyone ....
I will pay more attention to what you said and adopt your advises .....

But in this process , I expect your hand .
_________________
Best regards:Do it better , do it forever !
Copyright ?2007 - 2008 www.jt77.com