cancel
Showing results for 
Search instead for 
Did you mean: 

Is the logon enhancement supported for ECTR?

fw8791
Advisor
Advisor
0 Kudos
263

In ERP, we created a FM which calls the FM CL_GUI_FRONTEND_SERVICES to get the IP address of the client, then the end user will logon successfully only when the IP/account mapping check is passed.

May I ask does ECTR support such logon enhancement?

Thanks, regards.

Accepted Solutions (1)

Accepted Solutions (1)

se_kie
Advisor
Advisor
0 Kudos

The 1st FM which ECTR is calling is usually the FM /DSCSAG/CHECK_LOGON_DATA. There exists the BAdI /DSCSAG/PLM_01 with method check_logon_data_before().

Here you can check whatever you want. If you like to forbid the logon, just set logon_forbidden = X .

See also:

Best regards,
Sebastian

fw8791
Advisor
Advisor
0 Kudos

Hi Sebastian,

Thanks for your info. May I ask another question?

In ERP, we call 'SYST_LOGOFF' to enforce the user to exit the GUI logon. How about the similar statement for ECTR? Is there the same way for user exit?

Thanks, regards.

Answers (1)

Answers (1)

se_kie
Advisor
Advisor
0 Kudos

> CALL 'SYST_LOGOFF'.

It is not clear to me what the use case related to ECTR should be for this....