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: 

fill_bapireturn

vladimir_culic
Explorer
0 Kudos

How to correct return error in

BAPI_REQUISITION_RELEASE

Bapi uses FM fill_bapireturn

Someone knows if there is note to correct error or I am doing something wrong?

1 ACCEPTED SOLUTION

vladimir_culic
Explorer
0 Kudos

Thank you for answers and comments, but I already find solution. Problem was my assumption. As a return structure by default I put structure type bapiret2 and I didn't get any warning or error. I did not thought it is possible. Correct structure for return table is BAPIRETURN.

4 REPLIES 4

vladimir_culic
Explorer
0 Kudos

One more picture

This is where return structure with 9 fields is appended to return table with 14 fields.

Sandra_Rossi
Active Contributor

We don't speak your language. Could you please translate the message? Shouldn't the question be posted to the MM forum?

NTeunckens
Active Contributor

Why not just Check via trx. "SE91" where the Message is raised?

This also clarifies the following : "W5104" Message indicates 'Purchase requisition & & already released'

So that would state the obvious : the PR is already released, even before executing the BAPI ...

vladimir_culic
Explorer
0 Kudos

Thank you for answers and comments, but I already find solution. Problem was my assumption. As a return structure by default I put structure type bapiret2 and I didn't get any warning or error. I did not thought it is possible. Correct structure for return table is BAPIRETURN.