cancel
Showing results for 
Search instead for 
Did you mean: 

Initial setup for IDOC communication at ECC end for SAP PO 7.5

0 Kudos

Hi Experts,

I am working on ECC to PO IDoc configuration in which first step is to create T type connection in SM59 at ECC end.

As per document provided by SAP, I have maintained Program ID as 'XI_IDOC_DEFAULT_PID' along with Gateway Host and Service of PO System (which is same as in PO > NWA > Configuration > Infrastructure > Application Resources > inboundRA > Program ID / GatewayServer / GatewayService).

But unfortunately I am getting ERROR : Transaction program not registered RETURN CODE : 679 when I go for connection test.

My doubts are do we need to run this 'XI_IDOC_DEFAULT_PID' program at OS Level? and where I can check exact logs for this issue?

Thanks and Regards,

Ajinkya

Accepted Solutions (0)

Answers (4)

Answers (4)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Ajinkya,

Gateway host and port should be the value of the system where your PID is registered .

If you have registered in ECC system:

  1. Gateway host and port should be of ECC system which you can find in SMGW . And set local = false
  2. And in Type T RFC destination set as "Default Gateway" Don't provide any server or port here.

If you have registered in PO system:

  • Gateway host and port should be of PO system which you can find in SLD/NWA . And set local = true
  • And in Type T RFC destination and provide ECC system details.

And try to restart the inboundRa adapter once.

Br,

Manoj

former_member186851
Active Contributor
0 Kudos

Did you run the scenario end-end once?

0 Kudos

Hi Raghu,

No, I am focusing on this connection test, once it is successful I will check end to end scenario.

former_member186851
Active Contributor
0 Kudos

Ok Ajinkya.

check if the note-1480644 helps.

PriyankaAnagani
Active Contributor
0 Kudos

Have you created the Idoc sender communication channel.?

Create the channel and restart it.. If you are still getting the error, try to perform channel ping and check the error. You can also check the NWA logs to troubleshoot further.

---Priyanka

0 Kudos

Hi Priyanka,

Currently I am concern about this connection test, once connection test working fine I will create port, partner profile and check for end to end scenario.

GauravKant
Contributor
0 Kudos

Hi Ajinkya,

You have to register the server program. PFB blogs it might help you for this.

https://wiki.scn.sap.com/wiki/display/ABAPConn/CPIC+Return+Code+679+-+Transaction+Program+not+Regist...

Regards,

Gaurav

0 Kudos

Hi Gaurav,

Thanks for inputs.

Is it needed in case of PO Single Stack to register program at ECC end?

Also earlier we have registered this program at ECC end that time connection test was working fine. but after restarting ECC we again face this issue.