Skip to Content
0
Nov 27, 2006 at 03:19 PM

SAP Query and selection screen fields

36 Views

Hi,

I am currently modifying a Query. I have added a new selection field. The fieldname for this selection field has been autogenerated within the query and I have pasted a bit in here:

SELECT-OPTIONS SP$00015 FOR ZERROR_FLG LOWER CASE.

SELECT-OPTIONS SP$00022 FOR KNA1-ERDAT.

SELECT-OPTIONS SP$00023 FOR KNA1-ERNAM.

SELECT-OPTIONS SP$00027 FOR ZLOEVM LOWER CASE.

SELECT-OPTIONS SP$00030 FOR ZPARTNERNO

NO INTERVALS NO-EXTENSION.

I relation to this select -option, I want to execute a few lines of code that only is executed if the user has filled in a value in teh ZPARTNERNO field. However, no matter if I use the field name ZPARTNERNO or SP$00030 it has no effect.

Any good ideas ?