cancel
Showing results for 
Search instead for 
Did you mean: 

VF44- batchjob

Former Member
0 Kudos

i want to run the (SDRRAV01) t-code is vf44 in background job,but i know when i run this report(SDRRAV01), it will update the table vbrevk, when parallel processing the report ,how can i handle this problem? how to the first job has been finished?then i can run the second? i know the table vbreve has a field :sammg ,i don't what's the use of this field?

who can tell me ,thank you

it is very emergency.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ming Song;

As I understand it the issue is you are running the VF44 in background. Simultaneously you are also running it in foreground and you want the second run not to affect the first run. Is this what you are looking for?

If so, this can be controlled by putting a ENQUE/DEQUE check in the program. Pls do take ABAP's help.

Regards,

Mani.