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

ABAP Query - Selection Screen Values Usage

Former Member
0 Likes
404

Hi,

I have created an ABAP Query. For one of the selection-screen fields (CAUFV-FTRMI)

which is select-options, I want to use the values during coding (in the where clause of a select query)

in Extras section under the event "record processing". Please suggest how to make the the selection-screen values

available during record processing event. Thanks in advance.

Regards,

Tejas Savla

2 REPLIES 2
Read only

Former Member
0 Likes
344

Hi,

What type of coding logic you want to use? What is the actual requirement?

Please give more details.

Regards

Karthik D

Read only

Former Member
0 Likes
344

Hi Kartik,

I need to fetch data from some table KEKO depending on the values entered on the selection-screen for the field CAUFV-FTRMI. So, I need to find a way by which the selection-screen input values are available in the record processing event. The values are available in some variable SP$00002 of the automatically generated report program. But, this variable cannot be used in the Coding section of the ABAP QUERY. Please advise.

Thanks & Regards,

Tejas Savla