cancel
Showing results for 
Search instead for 
Did you mean: 

Output Function Module into a View

marc_volpers
Discoverer
0 Kudos

Hi,

we use an external tool which can only access SAP via tables and views and I need to access data that is stored encrypted inside a cluster table.

This data can be read and decrypted by call of the function module HR_READ_INFTY_NOTE and I need access to this on a regular basis so a one time extraction is not sufficient.

Is there a way to embed this function module inside or behind a view and access it that way?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Create a z version of HR_READ_INFTY_NOTE and make it remote-enabled module in attribute.

Regards

Aj

marc_volpers
Discoverer
0 Kudos

That would work if I had a way to access an SAP RFC but the tool uses a plugin that can only access tables and views directly. Therefor I am looking for a solution that outputs into a View in SAP.