Выполняю туториал:
https://www.sdn.sap.com/irj/sdn/nw-deve ... 1a51821b7c
При выполнении пункта 2 раздела
"Creation of an Application Configuration and corresponding Component Configuration"
у меня открывается окно Configuration Editor for Web Dynpro ABAP. Ввожу название Configuration приложения, жму Create и выдаётся ошибка:
Code:
Error when processing your request
What has happened?
The URL http://localhost:8000/sap/bc/webdynpro/sap/configure_application/ was not called due to an error.
Note
The following error text was processed in the system NSP : Screen output without connection to user.
The error occurred on the application server xxx_NSP_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
SYSTEM-EXIT of program SAPLSKEY
Function: TADIR_OBJECT_CHECK of program SAPLSKEY
Function: CHECK_ACCESS_KEYS of program SAPLSKEY
Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
Method: FILL_APPL_CONFIG_CONTEXT of program CL_WD_CONFIGURATION_MODEL=====CP
Method: UPDATE_APPLICATION_TREE of program /1BCWDY/QBX36AEJ6I1RY1ES9KYB==CP
Method: IF_COMPONENTCONTROLLER~UPDATE_APPLICATION_TREE of program /1BCWDY/QBX36AEJ6I1RY1ES9KYB==CP
Method: ONACTIONACTION of program /1BCWDY/QBX36AEJ6I1RY1ES9KYB==CP
Method: ONACTIONACTION of program /1BCWDY/QBX36AEJ6I1RY1ES9KYB==CP
Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/QBX36AEJ6I1RY1ES9KYB==CP
В ST22 написано:
Code:
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSKEY" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Code:
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_SEND_DYNPRO_NO_RECEIVER', was
not caught and
therefore caused a runtime error.
The reason for the exception is:
During background processing, the system attempted to send a
screen to a user.
Current screen: "SAPLSKEY " 1010.
Что с этим можно поделать?