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

Batch Input ME47 - Get Item position error

Former Member
0 Likes
755

I'm doing BDC to ME47 passing header and several positions in a RFC. The functional wants the RFC inform which position

caused the error. In the message table of the call transaction doesn't show any info of the position.

I think it can't be done but any help will be appreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
624

Hi,

When you do the same steps manually you would be getting an error message. Are you able to interpret the item position number based on the error message ?

If not, then it wont be possible to do so in the RFC as well. You may have to build some custom logic if you are able to intrepret it.

Thanks,

Best regards,

Prashant

3 REPLIES 3
Read only

Former Member
0 Likes
625

Hi,

When you do the same steps manually you would be getting an error message. Are you able to interpret the item position number based on the error message ?

If not, then it wont be possible to do so in the RFC as well. You may have to build some custom logic if you are able to intrepret it.

Thanks,

Best regards,

Prashant

Read only

Former Member
0 Likes
624

No, the message table doesn't explain in which position the error occurs.

I think i'll be making the validation before the bdc.

Thanks!

Read only

0 Likes
624

When the transaction is executed manually, can the user get that information?

Rob