cancel
Showing results for 
Search instead for 
Did you mean: 

output determination of mass billing documents

Former Member
0 Kudos

Hello All,

my problem is, i have a custom output type ZRD0 and it has a output determination requirement routine 910 associated with it.

when output determination is carried out for 1 billing document, it is OK

but when output determination is carried out in BULK though batch job, even if the requirement 910 fails, the output type gets determined.

Since the problem is only when many documents are processed through batch job,

I am not able to debug the routine to see what is happening.

Could you please tell me a way to debug the requirement routine 910 kobed_910 when mass billing documents are being processed ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186385
Active Contributor
0 Kudos

Hi,

Check the program for Mass determination of Output in the JOB, you can get in SM37

put debugging point in that program and test

regards,

santosh

Former Member
0 Kudos

hi,

Thanks for your reply.

i tried to debug the batch job by using JDBG but the breakpoint does not stop at the output determination requirement routine 910 komed_910.

please tell me a way, by which i can debug the requirement routine.

thanks