cancel
Showing results for 
Search instead for 
Did you mean: 

Exit in BAPI_REQUISITION_CREATE

Former Member
0 Kudos
681

Hello experts!

Well, I have a very basic doubt...

I would like to create a code in an Exit in BAPI_REQUISITION_CREATE (when the shopping cart is generating a requisition in R3 side). I think to use the EXIT_SAPLEBND_004.

In some conditions I would like to "record" some messages, so that I can check later in case of errors. How can I do this?

Thanks a lot!

Cristiana

View Entire Topic
Former Member
0 Kudos

Hi,

In bapi BAPI_REQUISITION_CREATE there is a call to EXIT_SAPLMEWQ_001.You can use that.

IF you are on ECC 6.0,try ME_PROCESS_REQ_CUST badi.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi people,

thanks a lot for your answers!

But my problem is:

I would like to record a message when some conditions are false.

Something like "message"... but I have to read it after it occurs.

Any ideas?

Thanks!

Former Member
0 Kudos

Hi,

In the exit you can store the messages in a y-table and retrieve from the table when required.