Application Development 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: 

IAC application

Former Member
0 Kudos
303

Hi folks,

I have an IAC application (HTML template) that I have modified and I need to activate it. This is the template that goes through the ITS and display as a web page.

How can I activate it? Is there a Tcode for it?

Thanks,

skmysore

9 REPLIES 9

former_member181962
Active Contributor
0 Kudos
141

Hi,

Go to se80 and choose the program type as ITS application.

Give your program name and there is a button for something called Publishing(Not activating in this context). If you publish it, it is available for the end user.

Regards,

Ravi

0 Kudos
141

Hi,

Thanks guys for the info. I figured that out on the screen, but an message popped up on the screen below, that 'No ITS Server was selected for publication'. This made me to research further to find out that I need the 'ITS Login' to be installed on my system. what other tools do I need to work on ITS? Or if it installed how can i find out?

I also learnt that I need a 'ITS Debugg' to debug the process. Any thoughts or leads would be really helpful.

Thanks for the info.

- sk

0 Kudos
141

which version of SAP system are you using? are you using Standloe ITS or Integrated ITS

for publishing , in se80 to to utilities->setting->ITS->publish set the ITS server details here.

Raja

0 Kudos
141

Hi,

Thanks for the reply,

I got the ITS Debugger installed on my system. The SAP version I am using is 4.6C and when I ran the 'Publish' to activate the HTML templates. I got this error.

RFC error: program IACOR_sapdevits_ADM_ITS not registered / CPI-C error

CM_ALLOCATE_FAILURE_RETRY.

Any thoughts?

Thanks,

sk

0 Kudos
141

Hi,

I am using the Standalone ITS. Am I missing some step to process that is leading to the runtime error?

Thanks,

Sk

0 Kudos
141

check sm59, you should have two RFC destinations starting with IACOR* if not some issue with installation.

Former Member
0 Kudos
141

Hi,

I want to know that how to register the program ID in SAP R/3 and what is its significance while TCP/IP connection?

I am getting the same error " program Test not registered. CPI-C error CM_ALLOCATE_FAILURE_RETRY".

Can u help me in this??

Regards

Sumit

0 Kudos
141

<i><b>Hi Sumit,</b></i>

Please do the following steps.

1) In your SAP EP Server go to the following path and double click the IacorAdmin.exe file

<Drive where you install ITS>:/Program Files\SAP\ITS\6.20\programs\IacorAdmin.exe

2) Click on "New" button and fill the following details

3) ITS Instance = Select your Instance name from Drop down list

4) Host = Fully qualified domain name of your SAP R3 Server (Ex:- sapdev.sysadmin.com.my)

5) Service = sapgw00 (00 is your instance number)

6) Click "OK" button. Then it will open another window fill the following details in this screen

7) Application Server = (your R3 Server IP Ex:- 10.10.3.65)

😎 System Number = 00

9) Client = 200 (R3 Client Number)

10) User = J2EE (Create this user in SAP R3 before you fill this screen and assign SAP_ALL roles)

11) Password = (Type your J2EE User password)

12) Language = EN

13) Then click "OK" button Twice

It will create the IACOR Connection with SAP R3

Now goto SAP R3. Logged in with J2EE User

Goto T-Code = SM59

Expand the "TCP/IP Connections"

you can see the IACOR_* Connections.

If you want to test Double click the IACOR_* Service and it will open another screen. In this screen you can click the "Test Connection" button to test whether the connection is ok or not.

Then you can see the connection with no errors.

<i><b>

Note:- Don't forget to assign the points.</b></i>

<i><b>Thanks,

Mohammed Abdul Hadi.</b></i>