2010 Mar 19 10:45 AM
Hi friends,
I have been cleaning up our ABAP Add-on code lately and I need to replace all Kernel calls by Function modules or reports etc.
I have been unable to find a replacement for 'GET_ACCESS_INFO"., which is used as follows:
CALL 'GET_ACCESS_INFO' ID 'CODE' FIELD hkcode
ID 'HWKEY' FIELD EX_HWKEY.
Does anyone have any suggestions of FM's that I can replace this with?
Thanks for your help.
Neeraj.
Hi friends,
I have been cleaning up our ABAP Add-on code lately and I need to replace all Kernel calls by Function modules or reports etc.
I have been unable to find a replacement for 'GET_ACCESS_INFO"., which is used as follows:
CALL 'GET_ACCESS_INFO' ID 'CODE' FIELD hkcode
ID 'HWKEY' FIELD EX_HWKEY.
Does anyone have any suggestions of FM's that I can replace this with?
Thanks for your help.
Neeraj.
2010 Mar 19 2:17 PM
Hello,
You can use Function Module : MS_GET_HARDWARE_ID
This will also return you the system's current hardware key.
Success.
Wim
2010 Mar 19 2:24 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |