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

Selection Screen Validation In ABAP Queries

Former Member
0 Likes
354

Hello all,

I have created a selection screen field in the Infoset by EXTRAS --> Create Field.

Now i want the values entered in this field at the selection screen to be available

at the event Record Processing.

The values entered at the selection screen are getting stored in some system generated varaible

SP** .i am not able to read from this field.

Please let me know ur inputs.

Regards,

Najam

Hello all,

I have created a selection screen field in the Infoset by EXTRAS --> Create Field.

Now i want the values entered in this field at the selection screen to be available

at the event Record Processing.

The values entered at the selection screen are getting stored in some system generated varaible

SP** .i am not able to read from this field.

Please let me know ur inputs.

Regards,

Najam

1 REPLY 1
Read only

Former Member
0 Likes
314

Hi,

Try declaring some global variable in the data delclaration event, and pass the values these variable at selection screen, and use them wherever required.

Regards,

Santhosh.