2013 Jun 05 6:53 AM
Hai,
Can u help For below Problem
I need to find whether user logined through Ecc Or EP In Sap ,Based on that i need to put some validations. Because same application using in ECC and EP based on that In ECC user have some validations and EP user also have some validations .I tried but i did not get any difference .
Thanks.
Hai,
Can u help For below Problem
I need to find whether user logined through Ecc Or EP In Sap ,Based on that i need to put some validations. Because same application using in ECC and EP based on that In ECC user have some validations and EP user also have some validations .I tried but i did not get any difference .
Thanks.
2013 Jun 05 7:24 AM
Hi,
Please check the table USR01 in ECC and UME_STRINGS table for EP.
-Sowmya
2013 Jun 05 7:32 AM
If same user exist in both ECC and EP,
how to find whether he entered to application through ECC or EP .
2013 Jun 05 9:09 AM
The difference can be seen in transaction SM04 - User list.
For SAP GUI login, type of user is GUI.
For EP login, type could be RFC or Plugin HTTP.
2013 Jun 05 9:37 AM
2013 Jun 05 11:29 AM
I need to find the difference at Runtime in application,not in transaction level
and i tried with
cl_gui_control=>www_active method at Ep level its not returning any value
and
cl_gui_control=>gui_is_running at ECC level its not returning any value .
2013 Jun 05 1:20 PM
I found Temporary Solution that is while user login through EP
Then Sy-cprog conatins HTTP
so If SY-CPROG CS 'HTTP . "user logined from EP
else."user logined from ECC
endif.
if any one find other sol.for this Problem please Post it here .
Thanks.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |