are all BAPI S are autocommited? if not what should we do?
Answers were Sorted based on User's Feedback
Answer / mohan
No we need to call BAPI_TRANSACTION_COMMIT. to commit our
changes.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / sandeep
Yes Mahan, but when you manually want to execute the BAPI using SE37 sometimes you have to use BAPI_TRANSACTION_COMMIT in execution sequence of FM.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raju
No, for commit, we need to use BAPI_COMMIT function module
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / mahan
the above first answer is not correct...no need to use any
bapi_commit fm.....just use the COMMIT WORK command......
Is This Answer Correct ? | 3 Yes | 5 No |
Why is smart form more preferred printing utility than sap script ?
What is a subroutine?
how to edit text in script?and how to migrate scripts into smart forms?
What is the SD Flow in SAP.Can you explain with Transaction codes...
What are the different types of views and their definition?
How Group 10 sets of records per group of Internal Table in ABAP. Good Afternoon All, I have one internal table which have 400 records ,i need to group these records in set of 10 records . for example: ID value 2 100 1 95 3 90 4 85 6 80 7 75 8 70 10 65 9 60 ---------------------------------- Total : 720---------------------------------------1st group ------------------------------- 11 59 13 58 12 55 14 54 15 52 18 51 16 50 17 49 19 40 20 39 ------------------------------- Total : 507 -----------------------2nd Group ------------------------------ .......... .......... ........ please help me ....how i get this in abap. Thanks
When writing BDC for MM01 how do you take care of views?
Hi To all ABAP Guru's while transporting any report program do we need to trasnport the text elements seprately or not reuired ? if it is so how do u transport the text elemtns ? Thanks in Advance for ur answers
table to be buffered or not?
I wrote one script program,Now i want to transfer this program from development to production system so that output is displayed correct in production.please give me the steps.In development showing correct output but whereas in production somewhat difference.So what is the problem?
How do you retrieve the data for repetitive structures ? : abap hr
What abap statement will trigger list generation?