Application Development 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: 

BDC Session error

Former Member
0 Kudos

Hi,

If i ran BDC through session method(Background mode), I am getting error like 'Internal error: create object g_container'.But when i ran through session method(foreground mode), it is working fine.

Can any body please resolve this problem.

Regards,

S kumar.

5 REPLIES 5

Former Member
0 Kudos

Suresh,

Looks like the screen is using CONTAINERS / CONTROLS, which will NOT work in background mode.

You should write a BDC on a transaction that uses these.

regards,

Ravi

Note : Please mark the helpful answers

Former Member
0 Kudos

Hi !

I'm sure you want to try Call-Transactio or BDC to a transaction that uses GUI-Controls (Enjoy-Transaction).

Bad News... Ther's no way to do BDC / CT to transactions that use GUI-Controls.

What you can do is to look if there is an "old" transaction without GUI-Controls or if ther's a BAPI that can do the work.

Regards

Rainer

Some points would be fine if that helped a bit

Former Member
0 Kudos

Hai Suresh

go through the link that will help your problem

http://www.sappoint.com/abap/bdcconcept.pdf

Thanks & regards

Sreenivasulu P

Former Member
0 Kudos

HI

GOOD

I HOPE THERE MUST BE SOME PROBLEM WHILE PERFORMING THE SESSION METHOD ON THE BACKGROUND ,DID YOU CHECK WITH THE BACKGROUND PROCESSION PROCEDURE PROPERLY.

DID YOU CHECK WITH WHAT IS THE G_CONTAINER.

CHECK ALL THESE THINGS AGAIN AND TRY.

THANKS

MRUTYUN

former_member188685
Active Contributor
0 Kudos

Hi Suresh,

is it a Enjoy transaction, and if that is the case it will fail in Background. and check any relevant BAPI for this Purpose.

Regards

vijay