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

Search help with condition

Former Member
0 Likes
607

Hey guys,

I have a dtab with time-dependent datas (begda, endda). And for one field on a screen I want to do a search help, but I don't wanna show all the datas, just those, where is the endda EQ '99991231'. How to do it, pls?

I'm a part-time ABAP developer and I can't figure it out. Searched all over the internet but did not find.

Thank you.

P.S. Sorry for my english.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hi Rert,

Get the data into an internal table where endda is 99991231. Then pass the data to FM  F4IF_INT_TABLE_VALUE_REQUEST and call it in your F4 event.

Regards,

Shravan

Hey guys,

I have a dtab with time-dependent datas (begda, endda). And for one field on a screen I want to do a search help, but I don't wanna show all the datas, just those, where is the endda EQ '99991231'. How to do it, pls?

I'm a part-time ABAP developer and I can't figure it out. Searched all over the internet but did not find.

Thank you.

P.S. Sorry for my english.

1 REPLY 1
Read only

Former Member
0 Likes
519

Hi Rert,

Get the data into an internal table where endda is 99991231. Then pass the data to FM  F4IF_INT_TABLE_VALUE_REQUEST and call it in your F4 event.

Regards,

Shravan