2007 May 09 5:54 AM
Hi,
Iam doing project on railway reservation system. I have one issue regarding the booking of tickets for the particular date. <b>I dont want to book tickets for the previous date</b>. Can anybody help me .
Please reply me ASAP.
Thanks,
Shiva shekar k
2007 May 09 6:00 AM
Hi,
try logic:
if booking_date < sy-datum. "Current date
"Show error: not allowed for previous date.
else.
perform book_ticket.
endif.
Hi,
Iam doing project on railway reservation system. I have one issue regarding the booking of tickets for the particular date. <b>I dont want to book tickets for the previous date</b>. Can anybody help me .
Please reply me ASAP.
Thanks,
Shiva shekar k
2007 May 09 5:57 AM
Shiva,
Do they have SAP? If so, I would like to know who implemented SAP for Indian Raliways?
K.Kiran.
2007 May 09 6:00 AM
Hi,
try logic:
if booking_date < sy-datum. "Current date
"Show error: not allowed for previous date.
else.
perform book_ticket.
endif.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |