cancel
Showing results for 
Search instead for 
Did you mean: 

Running R/3 transaction from IE Browser

Former Member
0 Kudos

I created an internet service in the Abap Workbench (txn. SE80) for my Z transaction code zhr_offer to view it on the internet explorer. To do the same I did the following steps :

1. Goto Txn SE80

2. Select "Internet Service"

3. Gave the name of the service : ZAK_OFFER.

4. Double click on the object just created.

5. On the right hand portion of the screen --> Goto TAB "Parameter" and add the following parameters & their values :

Parameter Name Values

~AUTOSCROLL 0

~GENERATEDYNPRO 1

~POPUPS 1

~STYLE DHTML

~TRANSACTION <Your desired txn. code>

6. Save the service.

7. Right click on the Object (Internet service created by you) --> Publish --> Service File

8. Right click on the Object (Internet service created by you) --> Publish --> Complete Service

Now after the above steps when I am going to tcode SICF to activate the service, I didn't find the service there.

What could be the reason.

Please help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Got resolved myself

Former Member
0 Kudos

got resolved myself.

Former Member
0 Kudos

Hi,

You have to define your ITS service on SICF transaction, non on SE80.

Use this parameters:

~webgui = 1

~generatedynpro = 1

~transaction =

After this, verify your service, IE brower will open and show your service properly.

Hope this helps,

Iván.

Former Member
0 Kudos

Hey Ivan,

Thank u very much for the reply.

I tried creating the way u said. It gave me the following error : Template interpretation cancelled, syntax error.

Former Member
0 Kudos

Hi,

Republish all services, using SIAC_PUBLISH_ALL_INTERNAL transaction.

Hope this helps,

Iván.