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

BDC for MIR7

Former Member
0 Likes
1,185

Hello,

I have written a BDC for T code MIR7. Its working fine while executing in foreground but its giving following dump while executing in bckground,

GUI cannot be reached, RAISE_EXCEPTION Exception condition "CNTL_ERROR" raised.

I am facing this problem for both call session and call transaction method.

Please help.

Hello,

I have written a BDC for T code MIR7. Its working fine while executing in foreground but its giving following dump while executing in bckground,

GUI cannot be reached, RAISE_EXCEPTION Exception condition "CNTL_ERROR" raised.

I am facing this problem for both call session and call transaction method.

Please help.

5 REPLIES 5
Read only

Former Member
0 Likes
951

hi,

BDC have these kind of problem better use bapi try this bapis

BAPI_INCOMINGINVOICE_PARK

BAPI_INCOMINGINVOICE_CREATE

Thanks,

Gaurav

Read only

0 Likes
951

Hai ,

GUI front end services will not work in the back ground . instead you can use the bai : BAPI_INCOMINGINVOICE_PARK

Regards,

K.Vinaykumar

Read only

Former Member
0 Likes
951

Thanks for the reply.

But I want to park the invoice against Delivery Note.

But I dont know whether both these Bapi's are meant for Parking the invoice against Delivery Note.

can yoy please tell me how to use this Bapi to park the invoice against Delivery Note.

Read only

0 Likes
951

hi juheb,

i think u can use first one for further clarification see:

http://64.85.28.48/Fmods/ShowFm.aspx?SID=GZhZkXhUekUThimPcYPE&SPRAS=E&FMKEY=05TK&;

Read only

Former Member
0 Likes
951

Hello Gaurav,

Thanks for your reply again. But I didnt find anything related to Delivery Note in that Link.

Can you please check and tell me how to use this bapi to park the invoice against delivery Note.