cancel
Showing results for 
Search instead for 
Did you mean: 

T.code

Former Member
0 Kudos

What is the T.code to check the ABAP and Java port on xi and what is the functionality of ABAP and Java ports in xi server?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

T code for checking your ABAP and Java ports is SMICM.

Then select GOTO --> Parameters --> Find the parameter given below for ABAP port.

icm/server_port_0 = PROT=HTTP,PORT=8000,TIMEOUT=30,PROCTIMEOUT=600

Java Port:

icm/j2ee_0 gives you Java port.

Why we need ports?

Ans: In layman Language we can compare the ports as doors in our houses .They alloows the data to ba passed from there to move out.

So, we need the ports.

IF information is relevant, please reward points.

Thanks & Regards,

Anurag Garg

Answers (4)

Answers (4)

VijayKonam
Active Contributor
0 Kudos

In the Integration builder url.. whatever the number u see after the servername: is the java port. The abap port is mostly 8000 or 8080 depending on your organization principles. SMICM would be the right place to check for these.

I assume you are not asking about the IDOC ports.

ABAP and JAVA engines communicate through TCP/IP protocol. They both use two different ports for communication with each other.

VJ

agasthuri_doss
Active Contributor
0 Kudos

Hi,

In SAP XI - T code IDX1

In SAP- ABAP - T Code - WE21

> what is the functionality of ABAP and Java ports in xi server?

For Communication Purpose the Port is essential

Regards

Sangeetha

Former Member
0 Kudos

Hi,

ABAP port: T-code: SMICM and press Shift+F1

Java port: sumup 50000+(system number*100)

Regards,

Gourav

---

Reward points if it helps you

Former Member
0 Kudos

Hi Suresh,

The tcode to create ports in XI is IDX1.

Regards,

Divija.