cancel
Showing results for 
Search instead for 
Did you mean: 

User Parameter-ID (SU01) and SAP-Script (SE71)

Joerg_S
Participant
0 Kudos

Hi all,

is it possible to check Users Parameter-ID with SAP-Script command?

Example:

CASE & USRxx-PARAMETER &

WHEN 'X'

...

WHEN ' '

...

ENDCASE

I know that it's possible via PERFORM "X" in Pogramm Z ... but i like to do "smarter" ...

Thanx for any answer.

regards

Jörg

Accepted Solutions (0)

Answers (1)

Answers (1)

antony_paul2
Active Participant
0 Kudos

I guess it should work.

But if it dose'nt you can always depend on


/: IF
*
/: ELSEIF
*
/:ELSEIF
*
/:ENDIF

Joerg_S
Participant
0 Kudos

OK ... i wrote "any answer" ... but question has focus on PARAMATER-ID

other example: I like to distinguish between two users

a) user works in plant 1000

b) user works in plant 2000

in SU3 (SU01), tab parameter ... the parameter WRK is filled (a = 1000 / b = 2000)

This values i like to check in SAP-Script ...

(if CASE or IF doesnt' matter)

regards

Jörg

Edited by: Jörg Sauterleute on Feb 9, 2010 4:02 PM