cancel
Showing results for 
Search instead for 
Did you mean: 

SAP program to add and remove Application server to/from Logon Group

Former Member
0 Kudos

Hi,

Is there any standard SAP program which I can use to add and remove an application server to/from a particular logon group? It can be manully done from transaction SMLG. But I want to automate this.

Many Thanks

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

bglobee
Active Participant
0 Kudos

Hi Mahesh,

There is no standard program to automate this.

You can try building a custom program.

One logic that I can think of:

- Function module TH_SERVER_LIST will give you the list of instances (equivalent to SM51 output).

- Try inserting the output of above FM into the table where SMLG data is stored.