Application Development 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: 

multiple of default authorization for transaction that configured on su24

Former Member
0 Kudos

hi

we created a new object that contain two authorization fields: text and number.

and i want to put the two defferent defult values for the object through the su24 transaction....

first value:

text = zness

number = 100

second value:

text = znew

number = 200

and i dont want that the value will mixed up, that zness will get the number 200 (only 100)

i didnt find any solution for that till now, can anybody help me?

tnx

oren

2 REPLIES 2

Bernhard_SAP
Employee
Employee
0 Kudos

Hi,

unfortunately this is not possible. For each authorization object only 1 proposal can exist. Workaround: create a second object, add the appropriate authority-check in the coding and add this second proposal then in su24.

b.rgds,Bernhard

Former Member
0 Kudos

Tnx

Oren