Hi Experts,
I have a job which runs daily on production.
It ran well yesterday. But today it failed and went to Cancelled status.
When I checked the Log, I see the following:
- Job started
- Step 001 started (program Z_********, variant ****....
- ABAP/4 processor: SYNTAX_ERROR
- Job cancelled
Analysing the runtime error, I get this :
..............
Termination occurred in the ABAP program "SAPLBD20" - in
"IDOCS_PASS_TO_APPLICATION".
................
397
===== CALL FUNCTION pif_event_info-funcname
399 EXPORTING
400 input_method = pi_input_method
.........................
This appeared very strange as this ran successfully yesterday but terminated in a sntax error today.
Experts any clue why this could happend? Am i missing some SAP NOTES here?
Edited by: Vimal Vidyadharan on Jun 23, 2010 2:34 PM
Edited by: Rob Burbank on Jun 23, 2010 1:54 PM