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

Problem with Report RSBDCSUB

Former Member
0 Likes
785

The standard report RSBDCSUB is eingentlich for that plays intended by batches briefcases in background. Unfortunately there something seem to be inclined. In the Modud “A” can be played the briefcases and become the data booked.

Perhaps someone can which with this error message begin:

15:32: 13 do not front-end is for the transaction suitably (see full text) MIGO 1 SAPLMIGO 0001 0 S MIGO 017

15:32: 13 control Framework: Fatal error, GUI cannot be addressed! MIGO 1 SAPLMIGO 0001 0 S DC 006

15:32: RAISE_EXCEPTION MIGO 1 arose to 13 the run time error SAPLMIGO 0001 0 A 00,341

But which GUI must be installed. Which Patchlevel???

By Chris

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
712

Hi Christian,

i think you've programmed a batch input for TA MIGO and will start it in background with rsbdcsub - that's not possible, because of the control frameworks. Please try to use bapis.

Andreas

The standard report RSBDCSUB is eingentlich for that plays intended by batches briefcases in background. Unfortunately there something seem to be inclined. In the Modud “A” can be played the briefcases and become the data booked.

Perhaps someone can which with this error message begin:

15:32: 13 do not front-end is for the transaction suitably (see full text) MIGO 1 SAPLMIGO 0001 0 S MIGO 017

15:32: 13 control Framework: Fatal error, GUI cannot be addressed! MIGO 1 SAPLMIGO 0001 0 S DC 006

15:32: RAISE_EXCEPTION MIGO 1 arose to 13 the run time error SAPLMIGO 0001 0 A 00,341

But which GUI must be installed. Which Patchlevel???

By Chris

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
713

Hi Christian,

i think you've programmed a batch input for TA MIGO and will start it in background with rsbdcsub - that's not possible, because of the control frameworks. Please try to use bapis.

Andreas

Read only

Former Member
0 Likes
712

This is enjoy transaction, you can't run it in Background, try to look for some BAPI's or any Directinput Programs.

Regards

vijay

Read only

Former Member
0 Likes
712

This is an Enjoy Transaction. For some screens it requires some GUI instance to execute the BDC. Try not to use those screens (like using/clicking on Tree on left side of MIGO), and you will not get this error.

Regds,

Sandip

Read only

Former Member
0 Likes
712

Hi Christian,

i got the similar problem while i am uploading the data using lsmw with background method, that is also standard sap provided tcode and program

so i put oss message to SAP then they replied that some of the standard sap tcodes or programs (IS-U) will not support background processing

for this i need to proceed with either standard sap provided BAPI's or IDOC's this is the reply i got from them

so i think if u r comfortable u can use no error mode instead of background processing, it also work same as background processing but if u get any error records then the process will stop u need to correct the record n continue the process

other wise u have to use the standard BAPI's and IDOC's

i think it is helpful for u

Regards,

Naveen