cancel
Showing results for 
Search instead for 
Did you mean: 

Form Settings with DIAPI server

former_member746980
Participant
0 Kudos

Hi all,

From where can I get the details for Form settings being made per user in Database.

I want to have the name of the document visible per user.

Also how to get the same details from DI Server Services?

Regards

Sonil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sonil,

You may check CPRF table first.

Thanks,

Gordon

Former Member
0 Kudos

HI Gordon,

Thanks for you reply..

But I am trying to get Main menu items through DI Server Service for login user. it is not returning any response without any error message .

Using this :-

<?xml version="1.0" encoding="UTF-16UCS-4"?>

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">

<env:Header>

<SessionID>1F6C7E11-CC5B-A5F3-0206-D1F4A8B9D84A</SessionID>

</env:Header>

<env:Body>

<dis:GetCurrentUserMenu xmlns:dis="http://www.sap.com/SBO/DIS">

<Service>UserMenuService</Service>

</dis:GetCurrentUserMenu>

</env:Body>

</env:Envelope>

please suggest :