CM40- Definition of parameters for mass processing

Dear gurus,
i run the transaction CM40 and i insert in the selection the parameter:
JOB NAME
Overall profile
Redefine selection  x
Dispatch
Excute background job  at once,
but in the sm37 the job is 0 sec but the planned order don't are dispatched.
Are there others setting custimizing ? or activity in the CM40 ?
Thansks a lot
Daniele Pistilli
PP TEAM

ok

Similar Messages

  • Transaction for Mass processing of PM(Plant maintenance) orders

    Hi all,
    Pls let me know if there is any standard tcode for  for Mass processing of PM(Plant maintenance) orders
    I checked for COHV ,but it's appplicable only for produciton orders it seems
    Costing has to be recalculated for all the orders of order type PM02 for financial year 2008-09
    Awaiting eagerly for your reply
    Thanks,
    SVP

    Hello,
    Please try using IW38,IW39
    execute the screen and then you get the option for releaseing , teco etc
    Regards
    gajesh

  • What are the parameters for the processes menu items

    Is there anywhere that lists out what the exact parameters of the process menu items are. i.e "Make Louder, Normalize, Hard Limit, Equalize Volume Levels",
    For instance when you use "Make Louder" you see the dialog box title change from "Analyzing peeks" to "Applying Hard Limit". What exactly is happening when these processes are being applied? I realize that the Hard limiter is being applied, but with what paramaters and what does "Analyzing peeks" really mean and is there a way to do that by its self and if so what can be learned by the results.
    I would also like to know the paramaters for the others as well. It would be helpfull to know, so one could dial up or down the paramaters to achieve a similar result, but with slightly more or less effect.
    Regards,
    Don T

    Nothin?

  • Function or tcode to tick delivery completed in PO item for Mass processing

    Hi All,
    Is there any Function or tcode to tick delivery completed in Mass Processing?
    Appreciate.
    Nies

    Hello,
    Please use transaction MEMASSPO to set delivery completion indicator for several PO lines together.
    Thanks,
    Venu

  • Fetching records in a block(db) for mass processing

    My user interface inputs commit frequency for intermittent commits. We reference this to # of records processed & then issue commit. [whilst processing against millions of records]
    Now, we want to process all records belonging to set of data blocks to avoid contention issues (gc/ other locking issues) & then issue commit.
    So the question is, how do I query records belonging to a particular block OR identify those blocks that hold my data.
    Any pointer is greatly appreciated.
    thanks
    Kiran.

    kkulkarn wrote:
    This is needed for a DW instance wherein we select recordset from a OLTP instance running 4 node RAC. The user then inputs a condition based on which the records are selected.
    We are commiting based on parameters defined by DBA's - the commit frequency. This increases contention especially if the records are stored in contiguous location. Add to this the RAC, the GC traffic is huge.
    So what we want to do is to grab all the records in a particular block & read the whole block & then process to DW. I was looking at a query that can get me the block# involved in this process.
    Could you clarify:
    Is it the OLTP that is on RAC, or the DW, or both ?
    Which type of contention - can you show us the critical wait information - and is this on the OLTP or RAC system, and is it the OLTP or RAC system where the GC traffic is huge ?
    You seem to be asking how you can specify a query in an OLTP system that is going to visit many table blocks - but "pre-sort" the data in some way so that it visits each table block only once, and visits the table blocks in order so that you don't revisit the same table block and run the risk of extra interconnect traffic on the OLTP system. Is this a correct interpretation of your requirement ?
    Does your transfer process do something like:
    counter := 0;
    for r in (select from OLTP system) loop
        insert into DW system values (r.thing....);
        counter := counter + 1;
        if counter = {limit} then
            commit;
            counter := 0;
        end if;
    end loop;
    commit;Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Approach for Mass processing sales orders

    Hi,
    Need pointers on the following:
    >>Can we change/save a sales order with out opening/going to the Sales Order overview page?
    If I try to get the entities using dynamic query object, I will get the result.
    In the same way, Is it possible to get the root/access objects in a custom component.
    This is because, once i get the access objects/entities , I will be able change the relevant properties.
    This should be  done for a set of salesorders  so,  navigating to the overview page for each order has to be skipped.
    The idea is to get an instance of the Root/Access objects and save/modify core accordingly.
    Is this possible?. If yes, pls provide some pointers.
    If this is not possible, the same can be achieved by calling RFC function module and execute the same using crm_order_save. But, this may take more time for processing, which will cause timeout for webui session.
    Also, please correct me if i'm  wrong in any of above assumptions.

    hi,
    ****you get root objects using GUID from get_root_entity method of cl_crm_bol_core class
    for example one order root object you will get like below..
    data: lr_core type ref to cl_crm_bol_core,
              lr_order type ref to cl_crm_bol_entity,
              lr_header type ref to cl_crm_bol_entity.
      lr_core = cl_crm_bol_core=>get_instance( ).
      lr_core->start_up( 'ALL' ).
    lr_order ?= lr_core->get_root_entity( iv_object_name = 'BTOrder'
                                                                    iv_object_guid = <<GUID>> ).
    lr_header ?= lr_order->get_related_entity( 'BTOrderHeader' ).
    <<<<logic comes to change and save the objects>>>>
    regards
    Ismail

  • Save auto-align parameters for batch processing?

    I plan to shoot timelapse with two supposedly identical camera setups and stack images from the two cameras. Unfortunately the two lenses turn out not to be quite identical, so I need to correct/map images from one camera to match the field of view of the other. A test showed that Photoshop's auto-align procedure can do the mapping sufficiently accurate. So now what I want to do is to have Photoshop calculate the mapping parameters once, then apply that projection identically to a batch of images. What I really hope to avoid is for Photoshop to recalculate the mapping separately for every single frame, both because it is a huge waste of time but also because the exact same mapping really should be applied to all images. Is there a way to do this, CS6?
    Thank you,
    Poul

    Thank you Noel. At least that means I can focus my effort elsewhere. If I have to do the transforms manually I will do it in After Effects. I think that will be somewhat easier (applies to whole sequence at once), especially since I will be editing/grading the timelapse sequences in there later anyway. The Photoshop auto-align did a better job than my manual attempt in After Effects though. The two lenses are circular fisheyes so heavy distortion makes it difficult. Another possible option is PanoTools - if I can get that figured out... Thanks again for your input!
    -Poul

  • Mass processing for SOP

    Hi,
    I am able create sale plan through MC87 transaction by selecting the create sale plan through forecasting, when total consumption values are maintained in the material. But I want this to be done by MASS processing function. In other words I want to up date key figure sales in S076 table.
    There is one tcode MPBT which is to create total forecast in background. But this is happening only when unplanned consumption values are maintained in material. Is this behaviour is correct?
    Can u detail the configuration settings required for mass processing of SOP.
    Through help I came to now that mass processing can be done for forecasting. Is this forecasting and creating sales plan are same. Kindly brief.
    Thanks & Regards,
    N. Laxman

    you can refer the below link:
    [http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLISPLN/LOLISPLN.pdf]
    configuration steps for SOP:
    1)Set parameter for Info structure and Key figure
    2)Maintain Transfer Profile
    3)Define Activity
    4)Define Key figure assignment
    5)Define copy profile.
    procedure of Standard SOP:
    1. Create Plan in inactive version
    2. Disaggregate product group plan & Check capacity
    3. Version Management
    4. Transfer Product group to planning
    procedure of Flexible Planning:
    1.Create Plan in inactive version
    2.Convert Plan in to Active Version
    3.Transfer to Demand management
    Master Data in SOP:
    1.Information Structure
    2.Planning Type
    3.Planning Hierarchy
    4.Product Group
    5.Resource
    6.Rough cut planning profile
    It's very helpful link & std procedures for SOP.
    SOP steps have 3 classifications
    1) STD SOP for Material
    2) STD SOP for Product Group
    3) Flexible Planning
    A) Now Let we take STD SOP for Material
    This will takes place in Material and Plant level
    so the charateristics will be Material and Plant
    The key figures are Sales,Production Qty,Targer stock level,.......etc
    Steps
    1) Create Planning for material MC87
    2) Copy to Active Version MC78
    3) Transfer to Demand Mangement MC74
    B) STD sop for Product Group
    Here also the Characteristics are same material->product group
    You have to maintain master data Product group
    steps:
    1) Create Product Group MC84
    2) Create Plan for Product Group MC81
    3) Disaggregate Product Group Plan MC76
    4) Copy to active version MC78
    5) Transfer to Demand Management mc75 for Pg or mc74 for material
    C) FLEIXIBLE PLANNING
    Here you can able to Define your own characteristics and Key figures
    Char like Sales org,Dis chann, Div,......
    Key figures like stock,invoice qty,....
    steps
    1) Create Info structute MC21
    2) Maintain Planning Parametes MC7F
    3) Create Planning Type MC8A
    4) Create Flexible Planning MC93
    5) Copy to active version MC8V
    6) Transfer to Demand managemet
    5) Create Std SOP Planning -MC
    6) Transfer to DM from change mode of Flex Plann with active version MC94
    if you want use the flexible planning info like SIS in std sop after the 4th step of above it will be like
    5) MC87 std sop there Sales data from SIS it will ask for info str and version then you can get it automatically then the std steps like
    6) Copy to Active Version MC78
    7) Transfer to Demand Mangement MC74
    Pls let me know any clarifications.

  • Mass processing Tcode for disaggregation of Prod group plan to Lower levels

    is there a TCode to mass disaggregate the sales plan to FG forecast. I am looking for 'Mass Processing' function of what MC76 can do 'Product Group by Product Group.
    Such processing should blow thro' intermediate level of Product group & then to next level which would be FERT materials.

    is there a TCode to mass disaggregate the sales plan to FG forecast. I am looking for 'Mass Processing' function of what MC76 can do 'Product Group by Product Group.
    Such processing should blow thro' intermediate level of Product group & then to next level which would be FERT materials.

  • Mass Processing for Forecast SOP

    Hi Experts,
    I have one requirement, I have to run Mass Processing for Forecast SOP in background Job based on consumption values updated in Material Master.
    I have followed all instruction give for doing this process (SAP SOP Mass Processing - SAPs'WORD - We SAP For Your Cause) but could not achieve.
    Can any one help to run in background job for Mass Processing for Forecast SOP.
    Thanks in Advance
    V.Sundeep

    Hello,
    Refer KBA    1778072 - Error message MA 653 when running mass processing forecast (program RMCP6BIN)
    Internal condition NOT IPRWA-VGVON IS INITIAL not fulfilled
    Internal condition NOT IPRWA-VGBIS IS INITIAL not fulfilled
    Forecast/historical period cannot be calculated MA 653
    Check your planning type which is used for your batch job. The number of historical periods in planning type (transaction MC8B) must not be smaller than the number of historical periods in forecast profile (transaction MC96). If the number of forecast period is maintained in the forecast profile (transaction MC96) the number of future period in the planning type must not be smaller than the number of forecast period in the forecast profile.
    A not appropriate entry in SOP User Settings (transaction MC79) in Number of periods in the planning horizon can have an effect on this also.
    Best Regards,
    R.Brahmankar

  • Mass processing for forecating in SOP

    Hi all
    I ma able to forecast a material online thru MC87 in standard SOP, but when I try to set up a variant for mass processing in the background the forecasting does not work. Has anybody encountered this issue?
    thanks a lot

    Tajuddin
    Thanks for your reply. I am reading the R/3 documentation and it talks about Mass processing of SOP forecasting ( R/3 documentation verbiage below) I am trying to follow these steps but it does not work. Isn't this mass processing supposed to be for forecasting in mass in background?
    Am i understanding this incorrectly?
    How to Run the Forecast with Mass Processing
    You can use SOP’s mass processing function to run the forecast. In this process:
    You create a forecast profile.
    You create a planning activity and include in it this action (the forecast profile).
    You create a mass processing job for this activity.
    You schedule this mass processing job.
    The results of the forecast will be different if the forecast is run at a high level and the results then disaggregated to the detailed level than if you carry out the forecast at the detailed level.

  • Ho to create Mass Processing and jobs for monthly process

    Hi Gurus,
                I had created all activities and jobs for background run and my question is 1. how to create for mass process ?
    2.Do i need to create process chains for background run for every month ?
    3. How to create parallel processing as well/
    Please let me know and thanks for your answers.
    Regards,
    Raj

    Hi Raj,
               Here is the link to saphelp documentation for <a href="http://help.sap.com/saphelp_scm50/helpdata/en/02/7650d6353611d398290000e8a49608/frameset.htm">mass processing</a>.
    You can use a process chain and it is much easier if you want to repeat that periodically and integrate with the process steps. You have the option of creating parallel processes in process chains as well.
    Here is the link to <a href="http://help.sap.com/saphelp_scm50/helpdata/en/81/ae653fac7ab21ae10000000a114084/frameset.htm">process chains</a>.
    Hope this helps.

  • Mass processing of Workitems in UWL

    Hi, Gurus,
    i configured UWL for mass processing of decision steps, as shown in this blog - Mass/Batch Processing of Work items in UWL
    Now I need to pass some parameters for all selected workitems to workflow container, i need to transfer date to container of each selected wi.
    Standard action  "submitUserDecisions" working good, and before approval it shows window with 'Are u sure?".  I need to replace this window
    with own window, where the user can enter the date, and then pass it to container and complete tasks. Is it possible?
    I'm not familiar with UWL, an have no idea how to do this...
    Maybe I need to add button to view wich starts my WD4Abap application, but how I can pass selected items (items where user select custom attribute - radiobutton) into it? please help....
    Thank you.
    Regard's,
    Mayorov Oleg.

    Hi,
    Interesting question. I am a bit sceptical about that this would work. I see the following things that you should be able to achieve:
    -You need to have your own custom application instead of the standard pop-up (somehow implemented within submitUserDecisions) -> might be difficult/impossible(?)
    -You need to add a new container element to the task that will take the date value -> easy
    -You should be able to transfer the value entered by the user to the container element -> again I see this difficult. Event with standard "single" user decision you don't have this kind of functionality (well you have an option to use a free text box, but you cannot for example define a date field), so I don't understand how SAP would support something like that with this mass approval functionality.
    Not much help, but at least something. Maybe I would start investigating that what happens when you press the mass approval button (probably some function module is executed). Finally I guess that you should somehow be able to build your custom action & action handler, and when you would press that, a web dynpro application would pop-up, etc. I am not sure whether this is even possible. I hope someone else will have better ideas.
    Regards,
    Karri

  • Mass processing of Workorders-Reg

    Hi,
    We are having standard Tcode COHV for mass Processing of Production Order.
    Like that do we have any tcode for mass processing of Workorder.
    The reason behind is instead of having CO99 for closing the order with only one plant(my requirement is multiple plants and multiple order types) ,Is it possible to use IW38 in Background to change the order from TECO to CLSD.
    Because the option is given in IW38(Menu- Program-Execute in Background).If so how to do that?
    Pl throw some light on this.
    Regards
    KRISHNAN

    Krishnan,
    In my 4.7 A&D IS system, we don't even have a menu path starting with Program in IW72 or
    IW38 (Menu- Program-Execute in Background).
    Only Order > Completion > Complete business, but these programs are designed to release, TECO etc all from within the transaction.
    Additionally, you are not restricted to one plant and one order type in CO99. You can leave these open, you are then only restricted by one Controlling Area.
    Problem with that is that you are not restricted to PM orders, all order types are processed.
    If you are using PM task lists in all your orders, that may work for you as a selection criteria, but that's an unlikely case.
    If not, you should be able to reach an agreement with all internal order type users that all orders should be (financially) closed after n days in state of TECO.
    Most companies are keen not to leave any 'finished' orders open and available to financial postings.
    The usual late postings are differences in invoices and purchase orders. If there are a lot of these it is practical to wait a number of days and then close.
    The errors that occur afterwards can always be processed by reversing the closure.

  • QAC2 in mass processing

    Dear Experts,
    I know the transaction QAC2 for transfering inspection lot qty from plant to plat or storage location to storage location.
    When it is executed for an inspection lot and SL is changed or plant is changed a material document of mvt-323 is generated for each individual posting.
    But is there any transaction for mass processing of this activity and to create only one material document for bulk inspection lots.
    If any one knows about this, please update ASAP
    Regards
    Vivek

    There is no std SAP  T- code available which could process this in Mass .

Maybe you are looking for

  • Cycle Through Applications

    Is it possible to cycle through the remote computers applications> (some special key command perhaps) as whenever I do CMD TAB at my end it cycles through my computers applications, not the remote computers applications.

  • Using Range Option in Date Navigator

    Dear Experts, I am using the Range option in the Selection mode of a Date navigator. I have bind two attributes to the First and Last selected property of the Date navigator.. I have implemented the On Day select event method to get the dates and fil

  • EDI Outbound 855 Error Code:AIP-51505 Unable to create outbound file

    Hi, I am facing some issues while processing EDI Outbound 855. I am getting error in B2B . I have checked ECS and XSD. There is no mismatch Error description: Extra elements were found in the data file as part of Segment PO1 at guideline position 010

  • A whole row of the keyboard is not working!

    Hi I bought a 27" iMac in january... and this week the keyboard has been acting strange! the row of (z x c v b n m , .) plus right shift and left arrow are not working!!! I found an old thread of this exact same thing, but it's archived and it was ne

  • Repository does not display JPDK samples

    Hello, I've seen several threads for people having the same issue as me, where registering a web provider appears to work, but it ends up not being displayed in the repository and the Refresh Errors page displays an HTTP_PROV_EXEC_EXCEPTION, however