cancel
Showing results for 
Search instead for 
Did you mean: 

ERP system details in Third party

Former Member
0 Kudos

Hello experts,

I have a set up , in which PI connects between Java application ( through SOAP adapter) and ERP.

As any applications, it has Help -> About, which lists the details of the build, etc.

We were thinking to add the the ERP system it communicates to, when we select Help -> about.

Can I achieve it without new interface developement?

FYI, they have end points of PI system to call.

Has someone handled similar situation?

is hardcoding ERP sys name and cllient , the only solution?

Thanks,

Venkat.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>We were thinking to add the the ERP system it communicates to, when we select Help -> about.

Can I achieve it without new interface developement?

you want to add an interface for help->about field ???

I believe the question is not clear - please try to rephrase it so

we can undersdant it a little better and then we may try to help you

Regards,

Michal Krawczyk

Former Member
0 Kudos

Sorry for not being clear.

ERP - PI - Third party application.

When we select Help menu from the third party system( to which PI is transferring the data to... from ERP system ), it will give...

Appl name

Appl Version

Server URL

IP address of Appl

Along with above fields, we would like to add a field...

ERP system : ERP - 002 ( ERP is SID of the ERP system, from which PI sends data to third party system and 002 is its client no )

So, when the user / super user select About from Help menu, then it should display ERP system details along with the above info.

Is it possible?

Hope I made it clear this time

Regards,

Venkat.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>Along with above fields, we would like to add a field...

ERP system : ERP - 002 ( ERP is SID of the ERP system, from which PI sends data to third party system and 002 is its client no )

So, when the user / super user select About from Help menu, then it should display ERP system details along with the above info.

Is it possible?

>>Hope I made it clear this time

not it's clear - I wouldn't do it with an interface

this info is available in SLD so I'd suggest calling SLD each time

someone selects About from Help and this way the info will be the same as in SLD (and in SLD you have all the details about your ERP system)

Regards,

Michal KRawczyk

Former Member
0 Kudos

Michal,

Thanks for your response.

this info is available in SLD so I'd suggest calling SLD each time 

how does this III party system get details about ERP system from SLD?

It is declared as Web as Java....

I checked Business system, it has details about its technical system, related Integration server(PI), its LS name, installed products.

how do I get ERP system details it is receiving data from?

Please guide me.

Thanks,

Venkat.

Former Member
0 Kudos

Guys,

taking this forward, can someone explain me how can we call SLD details from a third party system?

Regards,

Venkat.

prateek
Active Contributor
0 Kudos

I am not sure I have fully understood your case, but let me try.

You have a third party application communication using soap adapter. Therefore when you said you want an additional field, I guess that field should be added in the soap message structure of receiver. If it could be, and if you could perform ERP communication using some idoc, then you may map the data from Idoc Control record to get the SID.

Not sure how it went

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

I suggested the same solution but now III party dev team has come up with a new solution.

They suggested us to create a new scenario which will generate only when connections are lost between III party - PI .

As long as the connection exists, the details are picked from III party DB.

Now I am looking for a way to access the ERP and PI system details from SLD.

Else I have only one way to use the standard RFC s to get the system details.

Appreciate your response

Regards,

Venkat.

Answers (0)