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

credit release authorisation

Former Member
0 Likes
735

Hi All

I made a Z transaction for the second release of the sales documents for credit check. Now requirement is that an authorisation needs to be made for the users on the basis of the sales office. for e-g A person from X location should be able to release documents created from that location and not others.

Can anyone give some valuable suggestions?

Thanks in Advance

Hi All

I made a Z transaction for the second release of the sales documents for credit check. Now requirement is that an authorisation needs to be made for the users on the basis of the sales office. for e-g A person from X location should be able to release documents created from that location and not others.

Can anyone give some valuable suggestions?

Thanks in Advance

5 REPLIES 5
Read only

Peter_Inotai
Active Contributor
0 Likes
692

Probable the easiest would be to build a z table for authorized persons. Then make a select in your Z program on this table.

Other option is built a custom authorization object for this, and put it in a profile. Only assigned to persons, who need it.

Peter

Read only

0 Likes
692

hello peter

i already think abt that...

but main problem is i want to give authorization on the basis of sales office...

eg.

user from x place not release the sales order make by user who is in y place.. it is possible that there are more than 1 user in a sales office.

spose i make z table based on sales office and have multiple user in one sales ofice ...

and make extra parameter sales office , on the basis of that parameter it check all the user present in perticular sales office. if user is present in z table than it allow to credit release otherwise not.

im rite or any more thing u want to add....

Read only

0 Likes
692

hello peter

i already think abt that...

but main problem is i want to give authorization on the basis of sales office...

eg.

user from x place not release the sales order make by user who is in y place.. it is possible that there are more than 1 user in a sales office.

spose i make z table based on sales office and have multiple user in one sales ofice ...

and make extra parameter sales office , on the basis of that parameter it check all the user present in perticular sales office. if user is present in z table than it allow to credit release otherwise not.

im rite or any more thing u want to add....

Read only

Former Member
0 Likes
692

YOU can use the lock object ECOP_VKBUR.

Regards,

Ravi

Read only

0 Likes
692

I don't think lock object would be relevant for authorization related issues:-)

Peter