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

Customer exit in BAPI

Former Member
0 Likes
630

Hi,

They are using 'BAPI_PRODORDCONF_CREATE_TT' to cofirm prod orders.

requirement is to restrict some orders by reading systam staus of the order..CAUFVD-STTXT . if it contains some specified text..the order shuld not be confirmed..

I have searched for customer exits in BAPI ..icould not find plz let me know the possibility of getting it done..

thanks in advance..

1 REPLY 1
Read only

Former Member
0 Likes
423

Hi,

in ECC 6.0 you have some enhancement spots in this BAPI but I suppose you have an older release. I'm not aware of exits in releases like 4.6C. So I would consider 2 options:

1. There might be an interface program calling this BAPI in your scenario. Make the checks before the call and remove the entries in table TIMETICKETS.

2. Write a wrapper function module and use it in your interface. Make the checks and changes in the wrapper and call the SAP BAPI afterwards.