cancel
Showing results for 
Search instead for 
Did you mean: 

How to obtain the timestamp of a schedule for which I get the details?

Former Member
0 Kudos

Please find below the extract from documentation showing the syntax of XML returned by the Web Services call. What is missing for me, is the timestamp. I wonder if you guys encountered this and have any idea how to obtain this (timestamp) information about the schedule via RESTFUL web services ?


<schedule>

<id>9439</id>

<name>GC-now-schedule</name>

<format type="webi"/>

<status>Completed</status>

</schedule>

Accepted Solutions (1)

Accepted Solutions (1)

former_member197386
Active Contributor
0 Kudos

Hi Jacek,

Which version are you running?

Regards,

Anthony

Former Member
0 Kudos

SAP BO 4.1 Supp pack 3 patch 1

former_member197386
Active Contributor
0 Kudos

Thanks Jacek. Starting SP5, you will get all the possible details on a particular schedule (even the underlysing error message if the scheduling has failed).

Best regards,

Anthony

Former Member
0 Kudos

Thx Anthony.

Is it stated officially somewhere ?

daniel_paulsen
Active Contributor
Former Member
0 Kudos

How do you access docs for particular SP ?

daniel_paulsen
Active Contributor
0 Kudos

http://help.sap.com --> Analytics --> Business Intelligence

from there you can go to BI 4.1 or directly to Webil and then jump down to the Development section.

Each SP that had a document updated is listed.  Since features have been added to the SDK with each release, the SP05 documentation for Webi Restful has a quick reference table that shows which SP that each specific API released in.

Former Member
0 Kudos

Is there any other API instead of RESTful one, that will make it possible for me ?

daniel_paulsen
Active Contributor
0 Kudos

Hi Jacek,

There is also the BIPlatform .Net SDK, the Java SDK and the SOAP DSWS web services which have both Java and .NET consumers.

you can find various samples for common workflows here: http://scn.sap.com/docs/DOC-51445

that may help.

Answers (1)

Answers (1)

Former Member
0 Kudos