‎2012 Jun 19 5:22 PM
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
‎2012 Jun 19 5:32 PM
Well, what does the system log say??
This looks like a basis issue, not an ABAP one.
Rob
‎2012 Jun 19 5:32 PM
Well, what does the system log say??
This looks like a basis issue, not an ABAP one.
Rob
‎2012 Jun 20 2:41 AM
‎2012 Jun 20 4:24 AM
‎2012 Jun 20 6:20 AM
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
‎2012 Jun 20 2:08 PM
Like I saaid, this is a basis problem, not an ABAP one. Give it to your basis administrator.
Rob
‎2012 Jun 21 4:24 AM
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.
‎2012 Jun 21 6:28 AM
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