cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Internet Service in SRM

Former Member
0 Kudos

I created one Interface program in SRM System. I want to execute this program through on-line. So I created one Internet Service for that. Now I can able to execute this program through on-line. But now my result is look like a back-end system, not in HTML format. How do I get the result from ABAP Program and display in HTML Format in web?

How to control the ABAP program result and display in the HTML Format?

Can you please any one suggest me how to solve this.

Regards,

Senthil

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks for your suggestion.

Yes I created the HTML Template. In the HTML Template i wrote my logic to call the report program. But how to catch the result of the report program and displayed in the HTML format.

Regards,

Senthil.

Former Member
0 Kudos

Hi,

If you are using Integrated ITS then you need to remove the parameter ~WEBTRANSACTIONTYPE = EWT in the service settings. Hope this helps.

BR,

Disha.

PLs reward points for helpful answers.

Former Member
0 Kudos

Hi Masa,

Thanks Masa,

This is simple Report Program and I created one T-Code for this.

I used Internet Service for this.

This is my code:

<Form Action="`wgateURL()`" Method="POST">

<table width="100%">

<tr>

<td class="boxLabel">

&nbsp;

Offline Shopping Cart

</td>

</tr>

</table>

<table bgcolor="#DBDBDB" width="100%">

<tr>

<td >

&nbsp;

</td>

</tr>

<tr colspan="2">

<td class="label">&nbsp;

File Path And Name

`P_FILE.label`

<Input Type="file" Name="P_FILE" VALUE="`P_FILE`" size="80">&nbsp;&nbsp;

<Input Type="Submit" class="buttonSubmit" Name="~OkCode(ONLI)" Value="Upload">

</td>

</tr>

</table>

</Form>

Can you please suggest me how to display the result in HTML Format.

now i am getting the result like back-end in web browser.

Thanks

Senthil.

Former Member
0 Kudos

Hi,

I suppose you are just calling the transaction for ur program from the Internet Service?

Have you Created an HTML template for the ITS service?

BR,

Disha.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

..

Message was edited by: Masayuki Sekihara

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Senthil,

There are several technologies.

- WebDynpro

- BSP

- Portal iView

- ITS, Internet service

- WebGUI

- etc...

Is it simple report ? or complex transaction ?

Regards,

Masa