on 2023 Dec 04 6:13 AM
Hi, experts. We have converted our system SAP to SAP S4HANA we are facing issue to print any samrtform. Facing error "FEATURE_NOT_SUPPORTED".
CALL METHOD CL_GUI_FRONTEND_SERVICES=>CHECK_GUI_SUPPORT
EXPORTING
COMPONENT = 'saphtml'
FEATURE_NAME = 'EdgeCOMAccess'
RECEIVING
RESULT = GUISupportBit
EXCEPTIONS
CNTL_ERROR = 1
ERROR_NO_GUI = 2
WRONG_PARAMETER = 3
NOT_SUPPORTED_BY_GUI = 4
UNKNOWN_ERROR = 5
others = 6.
IF GUISupportBit IS INITIAL.
RAISE FEATURE_NOT_SUPPORTED.
ENDIF.
Please Help me to resolve this issue.
Solution has been found we need to install 7.7 version with patch level 14
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Kashif,
Are you using latest GUI?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.