‎2007 Oct 05 11:25 AM
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..
‎2007 Oct 05 12:36 PM
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.