Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

ITS SDK

Former Member
0 Likes
1,147

Hi Experts,

we have requirement where we need to bring the standard sap t-code functionalities to third party. which will later provide the same to user who will dont have any SAP access

through abap it could be very difficult so we tried and created the  ITS service it is able to diplay the tcode fuctionality on the IE..

but this service not consumable by the third party

so i need know about the possibility  of he ITS service :

can we create WSDL file for ITS service?

is there any SDK available which third can directly downloaded and make change according to their requirement

Thanks & Regards,

Mahesh

9 REPLIES 9
Read only

Former Member
0 Likes
1,116

No you can't create a WDSL for a ITS service. You will have to be more specific about the requirement and the restrictions imposed by your landscape and the 3rd party in order for someone to help you. Assuming your AS ABAP is running NetWeaver 7.0 or newer, you can create a Web Service which the 3rd party can then call.

Read only

0 Likes
1,116

Hi samuli Kaski,

we have R/3 6.0 system,

we want to provide the VA01 functunalities over web....

here we want  third party call the SAP webservice for sending the req and provide the response.

for this requirement is there any work around by using ABAP classes with out SAP PI involvment

we found the webtransport API which used to get the request from ITS and send to SAP and getting response and pass to ITS...

can we create a class where we can use this web transport API to process third party request and provide the SAP response to third party.

becasue we create webservice from class so third party easyly consume thaid party....

please let me know the can the above process  done...?

Read only

0 Likes
1,116

Sure you can create a Web Service for your ABAP class, without PI. See the attached link for details.

http://help.sap.com/saphelp_nw70/helpdata/old/en/e5/a68d10f4eb894087fc9c1c3f9ae433/frameset.htm

Read only

0 Likes
1,116

hI samuli kaski,

can you please let me know which part of the "web transaction API(include avwrtcxm)"  we can use for receiving the input from the third party and and processing the that input and provide the result back to third party....

there are so many macro are availble in this include ... i am confused which one i need to use for receving the input and which one i need to use for the output

thanks

Read only

0 Likes
1,116

None, there is no connection to the UI what so ever when you are dealing with Web Services. Just implement the VA01 functionality using BAPIs. There should be usable examples on SCN on how to implement Web Services that call BAPIs.

Read only

0 Likes
1,116

hi

as per my understading  "webtrasnport API" act as mediator between ITS server and the SAP

for accepting request from ITS server and processing the response to ITS server

SAP <-----req----------WebtransactionAPI<-------req----------ITS

         ----resp----------->                           ------resp------------>

here wat i want know about possiblities is

1) our third party not able to consume the ITS URL for the perticular T-code rather just excuting

2) so we just want to add the same api in class later then will make it as webservice which will consumeble by any third party.

please let weather it is possible...

we have another req where we dont find the any BAPI for that thar is CU50

here we have left this option only

thanks

mahesh

Read only

0 Likes
1,116

No, you can't write a Web Service on top of the ITS API. The only way to use ITS API is through ITS.

Read only

0 Likes
1,116

thanks samuli kaski

i think i need to check the another way....

Read only

0 Likes
1,116

If you share the details as of why the 3rd party was unable to utilize the SAP ITS based solution, maybe someone here can advice another solution. If it is due to the complexity of the Web UI, you might want to have a look at ITSmobile as an alternative. See the attached link for details.

http://wiki.sdn.sap.com/wiki/x/cr8