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: 

Queue Error in BDC_CLOSE_GROUP while creating session

Former Member
0 Kudos

Hi Experts,

I am facing an error when creating the BDC session, which is queue error in our production system, which is not coming in other boxes. The psudo code of the whole process if as below.

loop file entries.

call transaction pa20.

if sy-subrc ne 0.

if first time.

BDC_OPEN_GROUP.

endif.

BDC_INSERT on pa20.

endif.

endloop.

BDC_CLOSE_GROUP.

I am also enclosing the screen shot of it in the attached document.

Request you to please provide your valuable inputs.

Thanks & Regards,

Murthy

1 ACCEPTED SOLUTION

Former Member

Well, what does the system log say??

This looks like a basis issue, not an ABAP one.

Rob

7 REPLIES 7

Former Member

Well, what does the system log say??

This looks like a basis issue, not an ABAP one.

Rob

0 Kudos

Kindly find the screen shot of the log message it shows

0 Kudos

Hi Murthy,

Did you check the log.

Regards,

Madhu.

0 Kudos

HI Madhu,

I did check the log in SM21, I have attached the screen shot of the message shown in my previous post.

Please click on the image you will be able to see it in detail.

Many Thanks,

Murthy

0 Kudos

Like I saaid, this is a basis problem, not an ABAP one. Give it to your basis administrator.

Rob

Former Member
0 Kudos

The close group call appears to be outside your if...then....else logic.  Set a flag to indicate that group open occurred...do group close only if you can determine that group open occurred.

0 Kudos

Hi,

Thank you very much for your reply

I did apply the condition, you suggested, but still the problem exists.

I will ask my Basis team to look into this issue.

I will have a tough time convincing them that there is an issue at their end......

Regards,

Murthy