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

Queue Error in BDC_CLOSE_GROUP while creating session

Former Member
0 Likes
2,501

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
Read only

Former Member
1,916

Well, what does the system log say??

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

Rob

7 REPLIES 7
Read only

Former Member
1,917

Well, what does the system log say??

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

Rob

Read only

0 Likes
1,916

Kindly find the screen shot of the log message it shows

Read only

0 Likes
1,916

Hi Murthy,

Did you check the log.

Regards,

Madhu.

Read only

0 Likes
1,916

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

Read only

0 Likes
1,916

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

Rob

Read only

Former Member
0 Likes
1,916

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.

Read only

0 Likes
1,916

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