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: 

Batch Input ME47 - Get Item position error

Former Member
0 Kudos

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

former_member223537
Active Contributor
0 Kudos

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

former_member223537
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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!

0 Kudos

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

Rob