cancel
Showing results for 
Search instead for 
Did you mean: 

How is SLD data supplier defined on J2EE side?

Former Member
0 Kudos

Hi, all:

Need some help on understand how is SLD data supplier defined on J2EE side.

I understand that on the ABAP side, It is done either via RFC or CCMS way. For the RFC way, it is implemented via: (1) (automatically) create RFC destination in RZ70; (2) call the data supplier bridge which is registered on the gateway

What about on the J2EE side? How is the SLD data supplier deployed and started? Automatically and no need to define/start manually? What is the name of this SLD data supplier component on J2EE side? or because it is automatically set up then we do not care about the name?

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

The J2EE-based data supplier uses HTTP to send data to the SLD bridge by means of an HTTP servlet.

See this

http://help.sap.com/saphelp_nw04/helpdata/en/c9/dc37520bdf4b48bb8f6d4329f073d5/frameset.htm

To setup

http://help.sap.com/saphelp_nw04s/helpdata/en/ea/cd2e807e0e45bf9da67354f452fc05/frameset.htm

Regards,

Prateek

Former Member
0 Kudos