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

How to Implement Authorization Checks

Former Member
0 Likes
1,008

I have a custom upload progam (local to SAP) which performs matching and settlement and must be authorized for the following objects:

S_TCODE: Transaction Code Check at Transaction Start

F_T_TRANsB: Treasury Transaction Authorization

T_DEAL_PD: Authorization for Product/Transaction Types

T_DEAL_PF: Portfolio Authorization

T_DEAL_AG: Authorization for an Authorization Group

How to do this? Do I need to do this in the custom program? Thanks in advance.

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
862

Hi Marc, please search the forum.. this question has been answered many times before.

Read only

Former Member
0 Likes
862

call function module AUTHORITY_CHECK_TCODE inside your code.

Read only

Former Member
0 Likes
862

hi,

check the below link

Read only

Former Member
0 Likes
862

Hi,

Transaction for the same is su21

go through this link, it will give u sum idea

http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/frameset.htm

Regards,

Manish

Read only

Former Member
0 Likes
862

hi,

You can program authorization check usin AUTHORITY-CHECK

you check this link

http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/frameset.htm

AUTHORITY-CHECK OBJECT object

ID name1 FIELD f1

ID name2 FIELD f2

...

...

thanks