2008 Dec 13 9:18 AM
I had created a custom program and assigned it to a custom output type. while processing this output type through VF01(billing doc) it is generating an error saying commit_in_posting. can anyone suggest in this regard........
2008 Dec 13 5:37 PM
In your custom program, any COMMIT is not allowed, since this terminates the LUW of the transaction. Any database modifications in your program are done by the transaction itself.
I had created a custom program and assigned it to a custom output type. while processing this output type through VF01(billing doc) it is generating an error saying commit_in_posting. can anyone suggest in this regard........
2008 Dec 13 5:37 PM
In your custom program, any COMMIT is not allowed, since this terminates the LUW of the transaction. Any database modifications in your program are done by the transaction itself.
2010 Feb 16 7:33 PM
2008 Dec 14 8:51 AM
1Check for VF01 is there any control routine written for this output type which blocks it from triggering this output.
2. are there any condition records maintained which are creating problems.
3 check the out put poecedures aslo....
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |