Dear fellow,
Anybody know the FM to get status background job in CRM whether it's active/cancelled/finished/schedules?
If you have that function and don't mind; could you share it to me? And explain to me how i fill the parameter & how i use it well.
Because if seek; i found parameter named JOBCOUNT; and really i don't know how i fill that parameter..
many thanks for ur attention.
best regards,
Daniel N.
available points for appraisal..
hi Niel,
for knowing the job status, you can used function modul '/BDL/_READ_JOB_STATUS'
to used this function modul, you must the job name and job number
for example :
call function '/BDL/_READ_JOB_STATUS'
exporting
jobname = 'ZCRM001F'
jobnumber = 03004710
importing
jobnameout = <...>
jobnumberout = <...>
jobstatus = <...>
hopes it helps
regards
please award points if the answer helps
Add a comment