Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MIGO

Former Member
0 Likes
888

Hello all,

I have a BDC program for MIGO and while exceuting, I am getting dump while executing in batch job. The job is created successfully with the error message "Control Framework: Fatal error - GUI cannot be reached Runtime error RAISE_EXCEPTION has occurred "

Please suggest how to execute it as job succesfully.

Thanks in advance.

Vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
816

Vijay,

I don't think you can use BDC for enjoy transaction.

See the oss note 381630.

rgds,

TM.

4 REPLIES 4
Read only

Former Member
0 Likes
816

hi Vijay,

Go to ST22 and open this short dump message in ST22.

When you display this dump message in ST22 you can go to the exact line of source code where the dump is being created.

Then analyse that part of code (Loop, Conditions, Function modules, Query etc)..If any part of code consumes more buffer / execution time, try to optimize (performance) such part of code.

If you face specific issues there let us explain more.

Regards,

Santosh

Read only

Former Member
0 Likes
817

Vijay,

I don't think you can use BDC for enjoy transaction.

See the oss note 381630.

rgds,

TM.

Read only

Former Member
0 Likes
816

Hi,

refer this threads:

rgds,

latheesh

Read only

Former Member
0 Likes
816

Vijay,

You can use the BAPI <b>BAPI_GOODSMVT_CREATE</b> and run it as job.

rgds,

TM