2008 Apr 21 7:42 AM
Hi,
I have a requirement in travel management where when manager rejects a trip or if there is no response from manager , then the status of trip will be changed to " not modifiable". I want to change the status to open .
Any body could help me . I tried with BAPI_TRIP_CHANGE_STATUS , but it is not working .
Thanks and Regards
ravi
2008 Apr 21 12:29 PM
HI Ravi,
Did you use BAPI_TRANSACTION_COMMIT after calling BAPI_TRIP_CHANGE_STATUS. If you didn't use then the data will not get updated to the database.
It is mandatory that we call BAPI_TRANSACTION_COMMIT after every BAPI call to have the changes reflected in the database.
Try it and then let me know whether it worked or not. I'll try to solve.
Reward if useful.
Thanks and Regards,
Maddineni Bharath.
2008 Apr 21 12:53 PM