If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
1934Post New Infosys SAP ABAP Interview Questions
What is an acyclic graph?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is risk impact and probability?
What is html renderaction?
Is ntlm supported for authorization against the proxy server?
Define cluster sampling?
Explain Data Locality in Hadoop?
A building has 100 floors. Given 2 identical eggs, how can you use them to find the threshold floor? The egg will break from any particular floor above floor N, including floor N itself.
What's the purpose of using break in each case of switch statement?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
Which browsers support HTML5?
If Inventory Is Understated At The End Of The Year, What Is The Effect On Net Income?
What is jdbc databasemetadata interface?
can u send me the supporting issues in oracle apps scm functional such as inventory,purchasing and order management
What does $0 mean in shell script?