Hi everyone, I'm getting an error trying to clarify and post a payment position from a payment lot.
I have a program that selects the payment lot positions that I need to post, but before posting I need to change a field (Aditional info in the FPCPL clarifying screen). I haven't found any FM to CHANGE/MODIFY de payment lot so what I'm doing is a SUBMIT to another Z* program via job and in there I change the field by batch input/call transaction.
The problem is that when I execute without the "via job" statement, the clarification goes well, but when I use that statement, the CALL TRANSACTION issues an error with the text "DOCKING_CONTROLS" and "CREATE_ERROR" (message DB304). I have read other similar problems but no solutions. It seems that a screen of the batch input process is no supported by the back job.
I need to do it with "via job" because I want to execute various processes at a time and control all of them.
If somebody has something that may help, please answer. Thanks.