Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Help me to find Function Module for ABAP PUBLIC logon group..

Former Member
0 Kudos

Hi all,

i am a java developer.I have no idea with the SAP function modules.Can anybody help me out to find the function module that creates the public ABAPlogon group .

I have to do a task which is as mentioned below:

Our BI configuration assumes that an ABAP logon group with the name “PUBLIC” exists. However,after A1S installation no such logon group is present. So, my task is to find out, how we can create such a logon group (this means finding the right ABAP Function Module or BAPI)

Kindly reply as soon as possible

Thanks and Regards

Neeta

5 REPLIES 5

Former Member
0 Kudos

Can this fm help you?

SYSTEM_GET_LOGON_GROUP_INFO

0 Kudos

Hi

I dont think this the function module that i need.

I would once again explain my task

When we go to the transaction smlg we see a screen with different logon groups.There we can create new logon groups too.What my task is to automate this for that i need to know the function module which performs this task.

hope you are clear .Kindly help me out if you can.I ma badly in need of the solution.:-((

Thanks

neeta

Former Member
0 Kudos

There's not ONE single function module for doing this.

It's a bunch of code actually.

Basic program: SAPMSMLG

Function group involved: KKBL

So it'll be programming or a batch input with whom you will be able to do the process in background I guess.

Christoph

0 Kudos

Hi Christoph

I agree with you that its not a single function which performs the task,but what about smlg_modify do you feel it will be the right one ..

Thanks and Regards

Neeta

Former Member
0 Kudos

Dear Neeta,

Try to Use SMLG_MODIFY to Crate/Change/Delete Logon Group.

Probably you can check in these function group for more information:- SMLG.

If you feel this info as usefull, Please provide Points.

Thanks & Regards,

Lijo Joseph