lsatenstein
29th August 2002, 22:32
We have a job in which one middle step (a standard baan session for which we have no source) requires some range changes (sales order numbers), etc, once a month.

In order to not revise the job monthly, the idea I had was to write a session to modify the job input table to permit changing the form variables. That way, just before we run the job for the night, we can invoke our little session to update the appropriate string of text in the ttaad503 table

Has anyone done this before? If you succeeded, can you tell me about the success or problems that you ran into? Can you share the code?

Thanks in advance.

Leslie

lsatenstein
30th August 2002, 21:55
Hi Gordon

I like your solution. I am on a 4 day sabatical from work, to enjoy the labor day weekend, and will implement same when I return to the office.

Were I to make any changes, I would use alloc.mem() to get the 2k bytes of space, and a mem.free() at the end. That would save some trivial amount of disk space.

Thanks a lot

Leslie