cancel
Showing results for 
Search instead for 
Did you mean: 

SAP R/3 4.7 and IDoc AAE connection

Former Member
0 Kudos

Hello all,

     My project have to use SAP PI 7.3 for link SAP R/3 4.7 and non SAP application.

     My scenario is IDoc -> WS and we need to use IDoc AAE for IDoc connection.

     But after configure follow this document :


     http://scn.sap.com/people/william.li/blog/2011/05/04/configuring-pi-730-java-idoc-adapter


     http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/21/pixi-pi-73-new-java-based-idoc-ad...

     We have error from connection testing RFC Distention in SAP R/3 4.7

     Error Description :

    

ERROR               program <ProgramID> not registered

LOCATION          SAP-Gateway on host <OurHostName> / <OurGatewayService>

DETAIL               TP <ProgramID> not registered

COMPONENT     SAP-Gateway

COUNTER          418

MODULE            gwr3cpic.c

LINE                   1806

RETURN CODE   679

SUBRC               0

RELEASE           720

TIME                   Mon Mar 25 17:25:54 2013

VERSION            2

Could you suggest me how I can solve this issue? Can SAP R/3 4.7 use IDoc AAE to connect to SAP PI 7.3

     

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

>>Can SAP R/3 4.7 use IDoc AAE to connect to SAP PI 7.3

Yes.I think issue is not related to SAP ECC version.

Make sure that the  programID maintained in PI and SAP ECC(SM59/RFC Destination) were same.

Please go through below link for steps .

http://scn.sap.com/docs/DOC-31398

Regards

Venkat



Former Member
0 Kudos

Hello Venkat,

     Thank you for your help and i try to configure follow that step but it's still has error message.

     I'm sure that program ID in SAP R/3 and SAP PI are same (include case sensitive).

     How about infrastructure configuration? Dose it has any configuration that require to do first?

Regards

Songphon L.

smavachee
Active Contributor
0 Kudos

Nothing to do with Infrastructure configuration, it seems to be configuration issue at ECC end only.

Cross check your configuration once again..refer reply from Santhosh here..

Configuration in ECC and 4.7

Hope it helps.!

Regards,

Sunil

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello All,

     This issue is solve!!!

     Because SAP 4.7 will call ProgramID by using 16 first characters only!!!

     So, from my case SAP 4.7 will call ProgramID "XI_IDOC_DEFAULT_" that not match in PI 7.3

     For solve this issue, we will change program name into 16 characters.

Thank you for all help!!!

Former Member
0 Kudos

Congrats Dude