Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need input for error caused while trggering a output type

0 Likes
691

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........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

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........

3 REPLIES 3
Read only

Former Member
0 Likes
565

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.

Read only

0 Likes
564

thanks

Read only

Former Member
0 Likes
564

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....