cancel
Showing results for 
Search instead for 
Did you mean: 

How Ep system uses SLD at run time

Former Member
0 Kudos

Hello Experts,

                    Could any one tell me how the EP system uses SLD at run time.

Regards,

Pra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SLD is system landscape directory , which will have all the details about the connected systems.

and JCo details.

All the webdynpro applications uses the JCos to  connect to the backend, when an EP applications calls a JCo , it will search for the system details in SLD and connect to the backend system.

2nd is , When a software component for EP need to build and move using CMS, It should be defined in SLD with all supporting components.

Hope soon i will more points here. Thanks and reward me Points it this helps.

junwu
Active Contributor
0 Kudos
i think for those two cases sld is only used at design time.
you need sld to create jco destination(design time), runtime no need
Former Member
0 Kudos

Thnks for your informaton

Former Member
0 Kudos

in design time all the JCOs and its related information will be saved in SLD.  During run time , when user call a Jco , it will get the respective system details from SLD. Even if you want to change any Jco parameter, we can do that change in SLD ( Like userid update / password update ..etc ). Please let ms know we are on same thoughts.  Thank you.