cancel
Showing results for 
Search instead for 
Did you mean: 

processing GRW_T_SELSCREEN_PARAMS

Former Member
0 Kudos

I Need to process GRW_T_SELSCREEN_PARAMS.

I Have a Standard SAP Program which passes this Parameter to a User-Exit. I have a field S_kostl in the Selection Screen.

I need to first get all the values from CSKS which are in the range of the select-option S_kostl.

Then check against a Ztable. If there is an entry from CSKS which is not in Ztable, I have to ignore it out of the selection and send the rest of the kostl back to the standard SAP.

Now, My real Problem:

Let's say I have the Select-options from 100000 to 100010.

And I do not have 100004 and 100007 in the Ztable.

So I have to look only from 100000 to 100003; 100005 to 100006; and 100008 to 100010.

Now, How would i pass these values back to the Standard SAP Program. Does it work if i have Multiple entries for S_kostl in GRW_T_SELSCREEN_PARAMS

Hope i made this query clear.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Transaction: S_ALR_87013611

Program: GP4QLQKH46VZJ3P1A40A23S3HJG100

Exit Occurs at line 1184:

F03_check_selscreen_input(SAPFGRWX)

Include Program: ZXRWAU03.

Former Member
0 Kudos

what is the name of the standard program and which user exit you are using ?

Message was edited by: Amandeep Singh