Hello Guru's.
I have to make changes in the working flow of F110. payment run/ payment proposal
To achieve this i made a copy of F110 to ZF110.
I copied the program's of F110 (SAPF110V) to a z-version ZSAPF110V which is called by trx ZF110
in that ZSAPF110V i call a new batch program.Z_SAPF110S
SUBMIT Z_SAPF110S AND RETURN
USER SY-UNAME
VIA JOB JOBNAME NUMBER JOBCOUNT
WITH PARLAUFD = F110V-LAUFD
WITH PARLAUFI = F110V-LAUFI
WITH PARXVORL = XVORL
WITH online = 'X'.
The programms are exact copies of eacht other. So i expect that the result of F110 would be equal
to the result of ZF110.
But that is NOT..
There is a difference between them. The grouping (as set in trx obap) is only working in F110 and not in ZF110.
Has anyone an explanation of such a difference.
And my second question is. How can i debug it. I have set XDEBUG to X and i do a call with parameter online = 'X'.
How of what do i have to do to debug this?
Thanx in advance.