Problem in Cancelling a Trip thro' pr05/pr01
Hi All,
I couldn't not Change the Trip Status to Cancel thro' PR05/PR01.
First Stage of cancelling the Trip is to change the Settlement to 'Open', which is working fine. But the next stage when i am trying to cancel , it popup an information message as ,
'Delete trips in status 'open', 'to be accounted'
(Do not cancel them)
Just 10 days before we applyed patched from 15 to 99 in Dev Server.
But when i tryed to stimulate in QA, Cancellation is working fine.
How can i solve this problem? Please help me on this case.
Thanks in Advance.
Regards,
Vani.
Hi all,
I am also facing the same problem. Have you found the solution for that. We are doing patch from 16 - 99. Now we are getting the same error what ur getting.
if u have solution pelase send me mail in hello5875@yahoo.com
Hi vani,
this is what i received from SAP they have changes. Go through the note it will help u.
"The behaviour that you have reported is correct. This has been
change. Please kindly refer to the note 354983 as it explains this
changes.
In this case if the trip data has a status 'to be settled' or 'open'
then it is not possible to 'cancel' this trip, but need to 'Delete'.
You will see this in the coding under the Inlcude MP56TF10:
FORM TRIP_CANCEL
* begin WBGK028673;
ELSEIF ( statu-abrec = ' ' ) OR ( statu-abrec = '1' )
OR ( statu-abrec = '2' ) "QIZK005251
OR ( statu-abrec = '0' ). "WBGK004905
MESSAGE i874.
PERFORM leave_screen USING wa_head-schem.
* end WBGK028673;
Here is a check for the status of the trip data.
I hope this helps you to clarify the standard behaviour in your release."
subbash
can reach me
hello5875@yahoo.com
Hi Subbash,
Thanks for Your Reply. We too Got the Same solution from SAP.
I am facing a error message in UAT testing while submitting a TRIP as,
'No entry in table T706K for key 4170'. Have You gone thro' this.
But In Dev. it is working good. Can You Please Help on this Case.
Thanks in Advance.
Regards,
Vani
Hi,
Is the Deleted Trip is stored in any Table. User needs a History about 'Cancelled' Trip.
Thanks in Advance.
Regards,
Vani
Hi vani,
We never faced problem in Dev. We had the problem in QA testing now it has gone to SAP germany for further clarification regarding the issue. Let u know when i get the solution. There is no more cancel of trip its only delete the trip. Business logic got changed.