on 2014 Apr 10 9:47 PM
I am trying to set up a batch job process through autosys to cost new materials that are created in a specific plant. The nature of this plant's business is that they create new custom materials each day, so this is not a typical environment where we just cost annually. We also need to cost this volume of new materials each day so they can be produced the next day. I can't find a program that can run in the background that will create the costing run header details. I'm basically looking for a way to do what transaction CK41 does. The program for transaction CK41 is not an executable program, so that won't work. I need to create a new costing run each day because the costing date from will need to change each day to the current date.
Any advice on this would be very helpful. I was not able to find other SCN forum answers or SAP notes that addressed the creation of a costing run in a background job.
Tanya,
very good question longtime i have been looking for something like this too.
I can not think of one which automates the whole process as it requires dynamically create a Costing Run name and i doubt if we can achieve that through Coding or any sort of customization
I may be wrong but i just never seen where we can automate this process. The max is we can schedule background jobs for Costing run as you know this already.
raise and OSS to SAP and see whats their take on this.Please update if you are able to do this
May be Experts can answer this better.
Thanks
Hrusikesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tanya.
This is a quite common requirement and i dont know why SAP dont create a program for CK41 that accept background job and variable parameters. Lots of companies run Standard Cost daily with alternative versions. CK41 is a pool program so its not executable.
Doit in abap its quite simple. Create a Batch Input (SHDB) for CK41 and create a Zprogram that call the batch . Dinamically change the run/date. Your abap spend less than 1/2 hour doing all the process.
PS. OSS 314528 - CO-OM, CO-PC: batch input in Release 4.6 states that you can do the batch input with this tcode.
I guess you know how dinamically change the parameters for the background job.
Arturo.
User | Count |
---|---|
88 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.