Mass Seiban costing (CKW1)

At my current client we will be using Seiban costing in order to generate a cost specific for prject stock materials (which will include parameter effectivity).  I know you can use transaction code CKW1 to cost a specific WBS element/material.  My question is does anyone know of a way to perform a mass costing of WBS element/material combinations.  This would be similar to CK55 (mass sales order costing).  I found a list of function modules related to seiban costing, which I was thinking may achieve what I want.  I was curious if anyone has done anything like this in the past.
Seiban costing function modules
CKWB_CHECK_SEIBAN_EXPLOSION
CKWB_LOWER_SEIBAN_FIND
CKWB_SEIBAN_DATA_GET
CKWB_SEIBAN_DATA_SET
CKWB_WBS_ACTIVATE
CKWB_WBS_CALC
CK_F_KEKOKEY_WBS_READ
CK_F_KWBS_DELETE
CK_F_KWBS_RESET
CK_F_WBS_KALNR_INSERT
CK_F_WBS_KALNR_POSTING
CK_F_WBS_KALNR_READ
CK_F_WBS_KALNR_READ_BY_MAT

CJ9K is only for activity, not for unit cost estimate and revaluate....
Another idea?
Thanks, Gustavo.

Similar Messages

  • Way to mass change cost centre in positions

    Hi Experts
    We have a scenario, where the client i srequired to change the cost centre for multiple positions. Is there any report by which this can be done at one go.
    Regards
    Saurav

    First of all, u r talkin abt positions and cost centers....
    i would like to know ... how u mapped ur Costcenters to Positions ?
    did u maintain relationship thru Org Unit ? realtion ship A011 ?
    Then simple change Cost Center of Units accordingly, this would take hardly 10 min.
    Otherwise, use BDC to change the relationship for each position....from the date of effective.
    Option Move in PPOME is very useful for mass changes... like selecting n number of positions together and moving to required units
    Regards
    ...Sadhu

  • How to Mass change cost centers for assets

    Dear All,
    I have change the cost centers for about 1500 assets. I am not sure if there is an easy way to do it. Is there any way to get this list in excel and upload?
    I am using ECC 6.0 (I think CATS could not be used.. but I might be wrong). Thanks in adv for your help.
    SD

    Hi
    I hope the above given suggestions will not fullfill your requirement,
    Do follow the below steps for carrying out mass change of cost centers in asset master data.
    Enter t.code-AR01 - Generate
    Enter your Co.code and the assets numbers for which the cost centers have to be changed and execute.
    In the next screen select Create worklist (CntrlShiftF8)
    Give the worlist a Name and select-Change asset w/o dialog (bulk change) and press enter,from the next pop up select create Substitution,where you will be taken to creation of Substitution rule.
    Write a Substitution as per requirement and assisn the same to your company code.
    Where  you will be prompted with a message "Work queue XXXXXXXX added".
    Now enter into AR31 - Edit and release the woklist and see that your mass change of cost centers is carried out.
    hope this might help you in doing mass change of cost centers in asset master record.
    Good Luck
    Hari

  • How to mass replace Cost Center responsible?

    Good day everyone,
    My problem is that business has just sent me an excel file of 480 people to add/replace as the cost center responsible.
    The format is like this:
    CC     Instead of:     Update
    MX Cost Center Responsible MX11240104     ADD     VERONICA RODRIGUEZ
    MX Cost Center Responsible MX11410001     ADD     PAULA RAMIREZ

    Sorry here is the proper format:
    The format is like this:
    Cost Center: XX Cost Center Responsible XX
    Instead of: Person1
    Update to: Person 2
    ...480 different entries similar to the example above.
    Can this be done automatically so that i will not have to manually update the entries?
    Please help me as 480+ entries if done manually will take up a lot of time

  • Mass product cost estimate

    Hi Guys,
    Is there a way to run cost estimate for a  list of materials by division or  plant.I know CK40N estimates the cost on company code level and I wanted to cost prodcuts only for 1  plant.CK11n is indiviual transaction.Can I use MF30 transaction for standard cost estimate.Thanks
    Regards
    Shaun

    Hi Shaun,
    Pl see the blow link on this issue:
    Re: Cost Run at same time for both the plants
    Regards,
    Pandu

  • Cost element creation

    Hi all,
    I'm exploring ways to create cost elements with batch input.
    In fact I need to generate cost element with category 90.
    Standard CO-settings (OKB2) are made to define a range of cost elements, but it doesn't let me define a range for statistical balance sheet account cost elements, the systems only accepts individual values. OSS note 890228 seems to confirm that OKB2 is not recommended to create cost elements of category 90.
    Because I need to generate a mass of cost elements of this category, I'm looking for another transaction.
    Thanks for your reply.
    Pascal

    Hye
    Upload the data using LSMW

  • Do we have some Tcode to delete shipment cost by batch?

    Do we have any Tcode to delete shipment cost by batch? or any other way?
    thank you

    Hi,
    Are you talking about mass shipment cost deletion..Check
    Mass deletion of shipment document
    Also, you can go for LSMW.
    Thanks
    Neha

  • Change Cost Center for 6000 assets at the backend.

    Hi Gurus,
    Can anyone please explain the process of changing the cost centers for multiple assets at one time? We have to change the CCs for around 6000 assets.
    Thanks,
    Tushar

    Hi
    LSMW is an appropriate solution.
    For more, Please refer these --
    How to Mass change cost centers for assets
    Asset mass change - cost centers.
    Rgds,
    Zub

  • Bridge Cost Optimizer

    So here's a little background.
    I'm making a program that optimizes the cost of a bridge in a bridge designing program, given the length, the compression it has to support, and the tension it has to support.
    Each bar in the bridge (truss bridge design) has two variables you can edit (for the purposes of this program): size (x mm by x mm) and material.
    With each size, each material gets stronger, but the strongest of the size before is weaker than the weakest of the current size. Ex: 120x120 M3 is weaker than 130x130 M1 (M3 being the strongest, M1 being weakest).
    There are 32 somewhat arbitrary sizes which I already put into my program, and three materials that have been also.
    I have also input the 96 values for each of the costs for each cross section of material (all combinations) possible.
    What I have done so far:
    My program will take in any number of members, given their length, compression force, and tensile force, and optimize them individually--that is, make each bar the lowest it can be. I have thoroughly tested this part of the program, and it is very successful. It will correctly output the type of material and size needed to minimize individual costs.
    How it works:
    I have a main class and a Member class. The Member class holds basic information:
    -The size "number" (the sizes are held in an array in the main class, and the Members just hold the index)
    -The needed compression strength
    -The needed tensile strength
    -The length
    -The current material
    The main class iterates through each member (all are stored in one array) with a basic for loop. Inside this loop, there is a while statement that checks if the bar will hold. If not, it makes it the next biggest material, or the next size and the weakest material.
    I am very confident that this part of the program works.
    What I need to do:
    Optimize lowest cost. Now, it sounds like my program already does it, but here's the catch: each unique kind of bar (120x120 M1 and 120x120 M2 are different) costs an extra $1000. What I was originally going to do was to have the program iterate through every single possibility and calculate the cost, giving the lowest cost and the corresponding members. I soon realized that with an average of about 25 members, this would be (32 x 3)^25 possibilities, which would take years to compute. I have never really worked with a program that needs such a high efficiency as this one.
    In addition, 25 "for" loops nested within each other wouldn't be practical, as the number of members can vary greatly.
    So, I'm not asking for help in the form of code. I need someone to help me create an algorithm that would be able to test only a few reasonable possibilities, in addition to making a program that can work for a varying number of members. Don't worry about the specifics, I only need the concepts, as I have much experience coding. I guess I'm just having trouble solving this problem.
    Thanks for your time! (even if you're not going to answer, you still read a lot of my rambling :P)
    P.S.--Putting filters of "has to be higher than the lowest and lower than the highest" don't work, as this still leaves you with 25 nested "for" loops and a long, long time to wait.

    Timbydude wrote:
    With each size, each material gets stronger, but the strongest of the size before is weaker than the weakest of the current size. Ex: 120x120 M3 is weaker than 130x130 M1 (M3 being the strongest, M1 being weakest).Increasing bar size should not affect material strength! And you should use standard bar sizes see the blue book on corus website
    Timbydude wrote:
    I have also input the 96 values for each of the costs for each cross section of material (all combinations) possible.Wrong approach,
    bar volume = C.S.A x bar length
    bar mass = density of steel x volume
    bar cost = mass x cost per kg
    or see blue book for cost per length of each section
    Timbydude wrote:
    -The needed compression strength
    -The needed tensile strengthWhat does this mean, each bar should have an axial force, which is worked out either by stiffness or flexibility method. If this axial fore is negative, the bar is in tension and really only needs to be checked that bar satisfies stress criteria (F/A)
    If axial force is positive, bar needs various checks depending on restraint conditions. For example are assuming your bars to be pinned-pinned or fixed-fixed?
    Timbydude wrote:
    What I need to do:
    Optimize lowest cost. Now, it sounds like my program already does it, but here's the catch: each unique kind of bar (120x120 M1 and 120x120 M2 are different) costs an extra $1000. What I was originally going to do was to have the program iterate through every single possibility and calculate the cost, giving the lowest cost and the corresponding members. I soon realized that with an average of about 25 members, this would be (32 x 3)^25 possibilities, which would take years to compute. I have never really worked with a program that needs such a high efficiency as this one.The minimal weight truss problem has been extensively covered, you really need to read some journals. I would advise you to have a look at JGap, which is a geneitc algorithm framework. It shouldnt take you long to configure.
    Calypso

  • Zen Neeon Batt

    Help PleaseCan anyone tell me how I can get a new battery for my Zen Neeon 6GB, one month after warranty it has crashed and only shows the Creative symbol when connected to the computer (the computer doesnt even recognise it as being connected) and a large?empty battery icon in the middle of the screen when not connected, it wont charge or do anything - Creative want AUD$40.00 to have it serviced - is there anyway this can be done without the massi've cost. I have done all the downloads and upgrades etc, tried other USB...Will never get another Creative again

    Vamp wrote:
    Is there a way to check if your battery is fully charged without disconnecting the usb cable and turning the player on?
    I don't own a Neeon, but is there no onscreen indicator of charging?
    I'm wonder if disconnecting while its charging could harm the battery in any way or stop it from properly charging.
    It won't cause any problems.
    I've also noticed that sometimes even though the usb cable is connected the backlight is not on and the little wave (on the zen screen) doesn't move, there is just a line, at these times does it mean its not charging?
    Ah, it sounds like it does show something. Normally the manual has a list of the charging icons, but if it's a little line with a plug on the end that means with all the other players that it's operating off the mains and has finished charging.

  • Does anyone had done mass adjustment on Asset Cost to the Asset's NBV?

    Hi,
    I want to see if any one had done Asset Cost Revaluation due to acquisition; to Compliance with GAAP accounting rules related to the acquisition of our company. We want to adjust all our Asset Cost to their current NBV and adjust the current Accumulated Depreciation to $0. Then Assets will be depreciated begining on the acquisition date of the company using the existing depreciation useful lives, not the remaining useful life. All the other depreciation conventions and methods will not be changed.
    I can't use the AM Mass Revaluation process as it can only adjust cost by amount or percent. We don't want to do an IUT to the same BU with action of ADD as we don't want to generate any new asset id. Any advice or suggestion will be greatly appreciated.
    Thanks,
    Ali

    Doug,
    I had already started along that path, by removing the Microsoft mouse driver (which didn't fix the problem). However, starting the system in safe mode was a good baseline, as it went to sleep as it should - confirming a software-related issue.
    I figured it would actually be easiest to shoot this bug by starting from scratch with an erase and install. After each tweak (ie, turn firewall on), software add (ie, clamXav), or update to the system, I tested it's sleep ability. And I found the bug/issue.....checking 'enable firewall logging' under the advanced options on the firewall tab, in the sharing preferences pane. No kidding. Stealth mode and UDP can be checked, just not firewall logging. Dunno why, however, the world is now at peace, able to sleep as needed.

  • How to change cost center in asset master data through mass changes

    Hi sap gurus,
    Hi i have 20 assets i have to change the cost center through mass changes provide the solution.
    regards,
    ramanjaneyulu.

    Hi,
    For 20 assets it won't be useful to write a CATT or LSMW. So, either enter it manually or you could correct directly in the tables (ANLZ), though it's generally not recommended.
    Regards,
    Eli

  • How to create cost element in mass

    Hi All
    I want to create cost element in mass. i created to new GLs . and now i want to create there cost elements in more than 60 company codes . is there any way to create it in mass . please suggest with t.code
    Thanks in Advance
    Nikhil

    Yes you can create cost elements in a batch session automatically.
    Please use tcode OKB2 for default settings. 
    Define batch input session - OKb3
    Execute batch session : SM35
    Regards

  • Mass maintnence of shipment cost condition records ( VK32 - Configuration )

    hi all ,
    does any body knows what are the necessary configuration for mass maintenance/view
    of condition records ( trans VK32 ) ?
    ( for instance if i want to search by condition record or SA )
    is there any other pricing reports for shipment cost condition records ?
    im trying to configure with transaction V/LA but i cant add the necessary fields ( SA , shipment route,
    condition record ..) or the necessary condition tables .
    regards ,
    ASA MOKED

    transaction  v12l_a

  • MM-Pricing Condition - Mass Change for Complementary Cost Condition

    Dear Gurus,
    I am using pricing conditions as "complementary costs" category, in the Purchase Order.
    We have to fill in the supplier whenever we use this kind of pricing condition.
    Do you know any way of how I can do it in mass, instead of doing one by one?
    Any sugestion?
    Thanks,
    Maria

    Hi Maria,
    In your condition type for the complementary condition, have you assigned an access sequence.
    You can check this in tcode M/06
    If so, you can maintain the relevant condition records in tcode MEK1. While maintaing the condition record, you can also specify a default vendor in the details sub-screen of MEK1.
    Doing this will automatically populate the vendor code for this complementary condition.
    Please try the same and give feedback.
    Regards
    Prabhu

Maybe you are looking for

  • Save password for several application in one workspace

    Hi, I have several applications in one workspace with custom authentication. How do I set the option to save password (which is same for all apps) , so I would not write password every time when switching from application to application. Thank you

  • How to transfer stock from sample usage to  unrestricted use

    Dear  sir how to transfer stock from sample usage to  unrestricted use

  • Dump Error in MAterial Consumption Report

    Hi all Gurus [1] I need help from your side i am doing one material consumption report in that i did all thing but it is giving me dump error while i was using sort  in to ALV so please any one help me out this ....... [2] I am Printing sum of quanti

  • I want to convert a tag add target  = "_blank"

    Hello My English ability is very poor sorry I want to <a href ="www.yahoo.co.kr"> => <a href ="www.yahoo.co.kr" target="_blank"> <a href ="www.yahoo.co.kr" target="_blank"> => <a href ="www.yahoo.co.kr" target="_blank"> (same) <a href ="www.yahoo.co.

  • Forums server restting TCP connections and performance numbers

    I have a packetsniffer running on my network because I was testing some issues with the webservice interface when I noticed something strange. The server accepted a request and started processing it, then after 72 seconds it suddenly closed the conne