cancel
Showing results for 
Search instead for 
Did you mean: 

Testing my ECC 6 interface using a JCO

Former Member
0 Kudos

I'm working with a ECC 6.0 that in development and I'm simply wanting to do a "hello world" type of test.

Does anybody know of a good standard RFC that I can call to simple get an acknowledgement that I'm connected? I'm simply wanting to "ping" the server and get a "pong" back.

Sounds basic but with a new ECC 6 install and there's nothing really in it right now.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks, actually i've already done that. Mostly I was looking for response from and RFD directly. I get a list of BAPI"s so I know I'm connected. This is mostly an exercise in making the customer happy by saying "Hey look I can get data from a RFC!"

Former Member
0 Kudos

A very simple one could be BAPI_MATERIAL_GETLIST.

Just input MAXROWS, and for the TABLES supply values for PLANTSELECTION & MATNRSELECTION.

I am sure you would see something in the response.(Check the Table MATNRLIST)

jcgood25
Active Contributor
0 Kudos

Doug,

You could also download some of the templates on SDN that are organized by module and pick one that is relevant.

Here is the link to the location of the xMII templates on SDN: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloads">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloads</a> just look for the Manufacturing hyperlink and you will find them under the "SAP xApp Manufacturing Integration and Intelligence (xMII) Templates" section.

Regards,

Jeremy Good

Former Member
0 Kudos

Hi Doug,

You could simply create a BLS transaction with one action block (JCO). Point the action block to your ECC server and browse the list of BAPIs. If you get a response you are connected.