cancel
Showing results for 
Search instead for 
Did you mean: 

Activating ADS in ERP for only ABAP stack is possible???/

Former Member
0 Kudos

Hi frnds,

Our ERP system is standalone ABAP stack only.

is it possible to use ADS in only ABAP Stack????

Regards,

Balu

Accepted Solutions (1)

Accepted Solutions (1)

ChrisSolomon
Active Contributor
0 Kudos

ADS is a service that runs on top of the JAVA stack. The ABAP stack communicate with it on a low level via messaging (SOAP). Therefore, ADS requires a JAVA stack.

However, this is NOT a bad thing. Typically, because:

(1) ADS requires high system and OS resources, you will run it standalone

(2) Running on a separate server (or distributed server) allows you to upgrade ADS/Java stack independently of your other servers if need be

(3) allows for high volume and batch printing/access

Sooooo...you can install a NW AS Java stack by itself and run ADS from there. Once registered in your SLD, your ABAP server can "find" ADS.

Answers (0)