cancel
Showing results for 
Search instead for 
Did you mean: 

FM GRAC_IDM_USR_ACCS_REQ_SERVICES / custom_fields_val

Former Member
0 Kudos

Hello,

I'm trying to create one authorization request via FM GRAC_IDM_USR_ACCS_REQ_SERVICES and use the badis GRFN_API_CUSTOMFIELD or GRPC_API_CUSTOMFIELD for the saving some data custom_fields_val to our Z* Tables. Some of them on the request_id level, some on the item level of the request. There is no need to retrieve the data to show them in the access request.

The links in wiki is not available - https://wiki.wdf.sap.corp/wiki/display/SAPGRC/GRC+2010+Custom+Fields

The note 1243085 could not help also.

Where can I find documentation?

Regards,

Elmira

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Elmira,

I also came across similar requirement where in i need to show custom fields in standard request screen and also i need to display those values back in the request screen.

For those custom fields, i have added few custom fields( as per requirement) in include of the structure : GRAC_S_API_REQ_DATA as shown below.

And in exporting parameter : CUSTOM_FIELDS_VAL of FM :

GRAC_IDM_USR_ACCS_REQ_SERVICES, i'm passing those custom fields values.

And finally the above mentioned FM will store custom fields values in table : GRACREQ as shown in below snapshot.

Hope this will resolve your issue.

Thanks

KH