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

Duplicate entries generated in SP01.

Former Member
0 Likes
526

While releasing the production order through custom program, SP01 generates duplicate entries instead of single.

I checked the program, there is no problem in it. How to solve this problem?

While releasing the production order through custom program, SP01 generates duplicate entries instead of single.

I checked the program, there is no problem in it. How to solve this problem?

2 REPLIES 2
Read only

Former Member
0 Likes
478

Probable reason could be you might have submitted the standard program within your custom program....

hence it is creating two spools.

dont use return addition in submit statemtn.

Regards,

Lalit Mohan Gupta

Read only

0 Likes
478

I am using "call transaction" in program. calling CO05 transaction.