A Job is scheduled with Three steps. In the event the
second step fails..what happens to the first and third step
of the Job chain?
Answer Posted / raju01_hi
if second step fails, third step will not be executed.
again, it starts from the first step onwards.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is buffering allowed but switched off?
What are the different methods of bdc? : abap bdc
Create any functions? How to go about it?
How to transfer data into line items using batch input session method? : abap bdc
How do you save data in bdc tables? : abap bdc
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
How do you document abap/4 programs? Do you use program documentation menu option?
Write syntax for message error (report)?
Exception handling and how does it transfer from called method to calling method?
What is an update task? : abap modularization
What are different abap/4 editors?
What are domains and data element? : abap hr
How we can retrieve data using secondary index. Explain with simple example?
What is the significance of the memory table ‘screen’?
What is difference between check table and value table ?