Проблема в следующем: пытаюсь пакетом загрузить остатки через MIGO.
Создал шаблончик в LSMW, в зрячем режиме - все получается, но если отправить выполнение в Background Mode - Ничего не выходит. Система ругается следующим:
Цитата:
Control Framework: фатальная ошибка, обращение к GUI невозможно !
№ сообщения DC006
Diagnosis
When the Control Framework is started, the system checks whether the installed GUI supports frontend components such as controls. This check failed; the causes may be as follows:
1.) The program is running in the background
2.) A transaction was called using CALL TRANSACTION ... STARTING IN BACKGROUND TASK.
Procedure
Programs that run in the background cannot address controls on the frontend. In this case, the application must either include a fallback that does not depend on the user interface, or the program or transaction must detect for itself that is running in the background and terminate itself.
после чего появляется:
Цитата:
Возникла динамическая обшика RAISE_EXCEPTION.
A RAISE statement in the program "CL_GUI_CUSTOM_CONTAINER=======CP" raised the
exception
condition "CNTL_ERROR".
То есть как я понимаю, в фоновом режиме не находятся какие то GUI контролы. Как быть?
Транзакция mb1c в половине случаев успешно работает, но мне нужно как то указыать вид оценки, который эта транзакция спрашивает, но как то невнятно, и поэтому сделать шаблон с mb1c не получилось.
Встречался ли кто то с подобной ошибкой и как с ней бороться ?