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 question

Former Member
0 Kudos

Hi experts,

I am trying to do BDC for MIRO transaction by double-clicking on the amount in the first line and updating the condition charges there. (I actually tried first 'BAPI_INCOMINGINVOICE_CREATE' but as for my understanding, I can't process condition costs based on entry sheet for this bapi).

When I am doing recording, I am not getting any messages. But when I simulate the recording from shdb transaction and testing, it gives me information message 'Position the cursor on the invoice item' !!!

Please help tackle this problem.

Thanks a lot!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes, when you run MIRO transaction you need to select the line item and then you have to do changes. But you need not code bdc for information messages.

thanks,

sksingh

2 REPLIES 2

Former Member
0 Kudos

Hi,

Yes, when you run MIRO transaction you need to select the line item and then you have to do changes. But you need not code bdc for information messages.

thanks,

sksingh

0 Kudos

Thank you. But the BDC is not succesfully updating the condition charges in real time. When I checked the message table, it says 'Position cursor of an invoice item' of type 'I' and hence it is not sucessfully able to double-click on the amount and update the condition rates.

But it worked perfectly fine when I created BDC. Only now, it is showing all these messages. I tried processing in background, still no luck in updating rates. The message is blocking the BDC to chose the right line.

Please give your input and help in this.

Thanks,