cancel
Showing results for 
Search instead for 
Did you mean: 

How to get security requirement information of a web service

eric_jiang
Explorer
0 Kudos

Hi experts,

In runtime, I need to get the security requirement information of a web service ("Standard" or "SSL") in my abap code. Is  there any function module or method which encapuslates such function (input the service name and path, output "Standard" or "SSL") ? Thanks.

Best regards,

Eric

Accepted Solutions (0)

Answers (1)

Answers (1)

jitendra_it
Active Contributor
0 Kudos

Hi Eric,

You can find this info in field PROTSEC of table ICFSERVICE ,

PS : you  have to input service name in upper case in field ICF_NAME.

Many Thanks,

Jitendra

eric_jiang
Explorer
0 Kudos

Hi Jitendra,

Thanks for help. In fact, I know this table and in fact the service nodes are stored in tree structure in this table so I don't think just searching the entry by ICF_NAME is a secure way but should use the node path to search from the root to the specified node. However, I wonder if there is existing function module which provide the fetch function by just inputting the service path and service name because I don't want to create a duplicated wheel. Anyway, thanks for you information very much.

Best regards,

Eric Jiang