cancel
Showing results for 
Search instead for 
Did you mean: 

Integration framework DI Api - SetDefaultReport

10-18-2022 9:25 AM
253 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

Hello,

I have problem with a "SetDefaultReport" method by DI Api on IF


<Envelope> <Header> <Action DIServiceName="ReportLayoutsService" get="GetReportLayout" update="SetDefaultReport">update</Action> </Header> <Body> <BS> <GetOrDelete> <ReportLayoutParams> <LayoutCode>INV20010</LayoutCode> </ReportLayoutParams> </GetOrDelete> <InsertOrUpdate> <DefaultReportParams> <LayoutCode>INV20010</LayoutCode> <ReportCode>INV2</ReportCode> <UserID>1</UserID> </DefaultReportParams> </InsertOrUpdate> </BS> </Body></Envelope>
I used this section on my scenario. the get action works fine but the update action generate a error

0 Likes

Accepted Solutions (0)

Answers (0)