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.

Similar Messages

  • List of issues and fixes for procure to pay process and order to cash process for a trading company

    Dear All Gurus
    Kindly tell me where I can find the list of all issues arising in procure to pay process
    and order to cash process and there fixes for a trading company in support project
    Thanking You
    Abdul Baseer

    Hi Abdul,
    There are no standard list to provide, you should identify the issue through regression testing and raise an SR or create a thread accordingly we can help you.
    Note:- Issues are vary to instance to instance, version to version, installation to upgrade etc..

  • No release template matching the current build definition was found to create a release and deployment for.

    When I try to start a build that's linked to a standard release template (vNext template) I get "No release template matching the current build definition was found to create a release and deployment for." and the build fails. 
    I am able to successfully start a release from the Release management client so I don't think there is a problem with the release template. If I start a build with agent based template it works fine so I don't think there is any TFS-RM integration issue. 
    My environment is a 2013 Update 4 (VS, TFS & RM). I even tried to uninstall and re-install all the components still no luck. 
    I can't find anything useful (or obvious error) in the release management log files & event log (all the RM components log are set to Verbose)
    I even tried to trigger a release (vNext) via a REST API suggested in a website but no joy.
    Thanks in advance.
    Bharath

    Hi Bharath, 
    Thanks for your reply.
    Do you mean that you can start this standard release template from your RM Client? 
    There’s the below error message in your RM Server log, it seems RM Server try to find the Deployment Agent, but standard release needn’t the deployment agent.
    ErrorMessage="No communication from the deployer. Possible reasons include: 'Deployer is not installed', 'The service is stopped', 'Deployer is not well configured', 'Deployer is not responsive'"
    Additionally, try don’t specific the stage value in your build definition>>Process>> Release Target Stage, then queue build definition again.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Batch job for IDOC processing in 64 status

    Hi experts ,
    i want to know the name of Batch job for IDOC processing in 64 status.
    I have configured the partner profiles as 'process immediatly'.
    So with this configuration whenever an idoc comes in production it gets processed immediatly and automatically.
    i want to know how they are getting processed automatically.
    is there any job which looks for these idocs(in 64 status and process immediatly flag) and process it.
    What is the trigger for thiese idocs processing???
    Please guide me
    thanks in advance
    Anit gautam

    Hi Thanks for ur reply.
    =====Upon arrival, "process immediately" should fire that process =====
    how it is getting fire?
    means is there any batch job running which looks for idoc in 64 status or is there any event which get triggered when an idoc
    comes in 64 status.
    why we use OYEB transaction???
    Regards

  • How to create mass users and map them to existing  hrms users

    Hi,
    Im running oracle ebusiness suite 12i . I want to create mass users , and map them to existing hrms users.
    The users I want to create exist in an excel spreadsheet with the columns employee id, user name. They will all be granted the same responsibility. I want to map them to existing hrms users using the employee id key.
    I have read about the package FND_USER_PKG.CREATEUSER and I can loop over it by using sql loader to create a temporary table, but I m lost on how to automatically map them to hrms users as part of the script.
    Any help.
    dula

    Thanks a lot Omka,
    I managed to create the users by running the script:
    declare
    Cursor C1 is
    select d.product_code,b.responsibility_key from FND_USER_RESP_GROUPS_ALL a,fnd_responsibility b,fnd_user c,fnd_application d
    where a.user_id = c.user_id
    and a.responsibility_id = b.responsibility_id
    and b.application_id = d.application_id
    and c.user_name ='JOCHIENG';
    Cursor employee is
    SELECT EMPLOYEE_ID,EMPLOYEE_NAME from eldoret_final;
    BEGIN
    for e in employee loop
    fnd_user_pkg.createuser
    x_user_name => e.EMPLOYEE_NAME
    *,x_owner => ''*
    *,x_unencrypted_password => 'welcome123'*
    *,x_start_date => SYSDATE - 10*
    *,x_end_date => NULL*
    *,x_description => 'CBK Employee'*
    *,X_EMPLOYEE_ID => e.EMPLOYEE_ID*
    fnd_user_pkg.addresp(upper (e.EMPLOYEE_NAME),'PER', 'CBK_EMPLOYEE_DIRECT_ACCESS','STANDARD', 'DESCRIPTION', sysdate, null);
    end loop;
    commit;
    end;
    I had first created the user JOCHIENG and assigned it the responsibility for Self service. So the script just assigns the responsibilities by copying from the one assgined to this user.
    Everything seems ok. However, when trying to log in as the new user, the login error: Login failed. Please verify your login information or contact the system administrator.
    is returned. But I can reset the password using the forms under Security > Define. Even with the correct password, the login doesn't go through.
    Any idea?
    dula

  • Process and Code for writing an RFC to retrieve data from IT0006 and IT0655

    Hi,
    Can some body tell me the process and code for creating an RFC to retrieve data from IT0006 and IT0655.
    Its very urgent........
    Waiting for an early reply.....
    Many thanks

    Hello Krishna,
          The process for creating an entry in infotype is as follows.
    1.First you get the personal number lock for upating.You can use function 
        module ' BAPI_EMPLOYEE_ENQUEUE ' or ENQUEUE_EMPREL.
    2.Pass the records to function module ' HR_INFOTYPE_OPERATION' with
       OPERATION - 'INS'.
    3.Unlock the Employee by using function moule 'BAPI_EMPLOYEET_DEQUEUE'.
    Regards,
    Manoj.

  • Process and Code for writing an RFC to retrieve data from IT

    Hi,
    Can some body tell me the process and code for creating an RFC to retrieve data from IT0006 and IT0655.
    Its very urgent........
    Waiting for an early reply.....
    Many thanks

    Inside your RFC you can directly use select on PA0006 & PA0655
    or use FM: HR_READ_INFOTYPE
    if you wan for multiple pernrs then cal the FM inside a loop or you can use the select query for multiple pernrs
    reward points if helpful

  • Can not delete job for BW process chain.

    I can't kill or cancel this job.
    this job status keeping "Killing" during 2 days.
    sub-job was completed.
    How can I force delete this job?
    Job 29006 - CCMS job BI_PROCESS_ODSACTIVAT (GBD/100) Actions
    Description CCMS job BI_PROCESS_ODSACTIVAT (GBD/100)
    Job Id 29006
    Parent Job 29005 - BW Process X0DMMB52_ACTIVATE (GBD/100)
    Definition SAP_CcmsJob
    Comment This job represents a monitored SAP batch job. The SAP batch job runs under control of the SAP batch system.
    Owner Subject Redwood System
    Status Killing
    Files 
    Name Size 
    log 23895 Details u2026
    Queue GBD_Queue
    Process Server GBD_ProcessServer
    Forced Process Server GBD_ProcessServer
    Priority 50
    Start time Requested: Sep 12, 1:43:19 PM, Actual: Sep 12, 1:43:19 PM (0:00:00:000 difference)
    Requested Start Time Type User Set
    Next Submit Base Time Sep 12, 1:43:19 PM
    Scheduled Start Sep 12, 1:43:19 PM
    Run time Sep 12, 1:43:19 PM - Sep 12, 1:43:43 PM (0:00:24 elapsed)
    Remote Information 
    Remote System SAP GBD 100
    Remote Status Finished
    Remote Id J/RFCUSER/BI_PROCESS_ODSACTIVAT/13430000
    Remote Event RSPROCESS
    Remote Creation Time Sep 12, 1:43:00 PM
    Remote Run Start Sep 12, 1:43:19 PM
    Remote Run End Sep 12, 1:43:43 PM
    Parameters 
    Job Definition Parameter In Value Out Value 
    JOBNAME BI_PROCESS_ODSACTIVAT   Details u2026
    JOBCOUNT 13430000   Details u2026
    CLIENT 100   Details u2026
    SAP_USER_NAME RFCUSER   Details u2026
    SHOWLOG Y   Details u2026
    SHOWSPOOL Y   Details u2026
    DELETE_JOB N   Details u2026
    Creation Time Sep 12, 1:44:01 PM
    Last Modification Time 9:48:41 PM
    Edited by: Park Jeonghwan on Sep 19, 2008 3:02 PM

    Hi Park,
    From what you describe I am assuming that the you had a BW Process Chain running from CPS and then decided to kill it.  This autoamtically created a child job that's supposed to stop the Process Chan in SAP that should have, once complete, updated the parent job from it's 'Killing' status to 'Killed'.  Now you find that the BW Process Chain in SAP is/was stopped, the CPS child job has also completed and yet your Process Chain job in CPS still has a 'killing' status.  Because it is stuck in this status you cannot do anything with it, i.e. none of the scheduling options in the Redwood Explorer are active.
    Assuming the above interpretation is correct then you probably have only one option and that is to force an update in the Repository itself.  I also assume you're using either v6.x or v7.x.
    To confirm the status of the current job in preparation for the update you can do the following query in the Redwood Shell when logged in as SYSJCS:
    select status from rws_job$ where job# = <the job number of the job currently in a 'killing' status>;
    This should return 1 row and the value for status should be 'G'.
    To update the status you can use the following command from the Redwood Shell when logged in as SYSJCS:
    update rws_job$ set status = 'K' where job# = <the job number of the job currently in a 'killing' status>;
    To confirm your update was successful before finally committing use the first query again..
    select status from rws_job$ where job# = <the job number of the job which previously was in a 'killing' status>;
    This should return 1 row and the value for status should be 'K'.
    You can now commit the change or rollback if you've made a mistake
    commit;
    Normally it is not recommended that CPS users modify any of the underlying tables so you may want to check with support that they are ok with you executing this command.
    You may also want to check that you have the latest Service Pack for CPS as this may mitigate this kind of issue from appearing again.
    Regards,
    Simon

  • Creating Planned orders and Requisitions for a particular MRP controller and for all the others only Requisition is to be created.

    Hi Experts,
    Currently we run Program 'RMMRP000' as a batch job to create Planned orders and requisitions.
    The client wants that Planned orders and Requisitions should be created for a particular MRP controller and for all the others only Requisition is to be created.
    I implemented Exit 'EXIT_SAPMM61X_001' in the following manner by passing MRP controller to user_key.
      IF mt61d-dispo <> user_key.
        no_planning = 'X'.
      ENDIF.
    But as you can see that this will not meet my client requirement.
    If any of you has worked on similar requirement / if any one knows that this is achievable or not,
    please share your inputs.

    Moved from SAP ERP Sales and Distribution (SAP SD) to ABAP Development
    G. Lakshmipathi

  • How to create a Guided Procedure URL for a process

    Hi Experts,
    In my scenario, i have to send the process instantiation URL to the users directly in a mail, so that the process will be instantiated from the mail on the link click, without going to the Portal, selecting the task and instantiating.
    Is that possible without hardcoding the URL in mail, and getting URL using some class method?
    Please help me out with this.
    Thanks,
    Runal

    hi runal,
    You can create an iview for the process.For that you just do the following
    1. Navigate to Content Administration -> Portal Content -> Create a new iview of type Java WebDynpro
    2.select-> Create a single full-page iView from each application variant
    3->com.sap->cafeugpuiinst->com.sap.caf.eu.gp.ui.inst.AInstantiation-> AInstantiation
    4. enter the field you want to display
    5select next finish
    6.property Select -> Application property process.template.id( Process id )&process.autostart=t
    7.save the iview
    with regards
    Shanto Aloor

  • What are the best programs for word processing and excel for the iPad

    Was planning to use my iPad for word processing and excel work, what programs are best that would be compatible with Word documents I have on a Wi-Fi drive.

    http://itunes.apple.com/ca/app/pages/id361309726?mt=8
    http://itunes.apple.com/us/app/numbers/id361304891?mt=8
    http://itunes.apple.com/ca/app/documents-to-go-premium-office/id317107309?mt=8

  • License cost involved in HCM Process and Forms for Adobe Interactive Forms

    Hello All,
    We are planning to implement HRAS business package and use HCM Process and Forms.
    There are lots of developments involved and before to start with, i would like to understand is their any license cost involved for using  Adobe Interactive Forms and also if we are doing new enhancements to the forms.
    Also send me some links about the license involvement if any ?
    Thanks & Regards & Cheers
    Vj

    Check the following link:
    ADS Licence for SAP ESS MSS
    Regards

  • HT5100 How I create a course and upload for ITUNES U?

    I am Marvic Carmona and I want to do a course and upload for itunes U

    Have you contacted Apple support?
    I don't know if these will work, but you could have the student try the following:
    logout of his or her iTunes U (i.e., iTunes Store) account using Settings
    force-quit iTunes U
    relaunch iTunes U
    sign in to the newly launched app when prompted
    I hope that helps!

  • HCM Process and Forms FPM Forms Process Browser

    Hello Everyone,
    I'm a Little bit confused. As in the "old Adobe Forms" days there was the Process Browser for Employee's and Managers to track the Requests they have been created. Now with the "new FPM Forms" days all the created Requests are not shown in the Process Browser any more. I debugged the Web Dynpro Application and found the code where all FPM Forms get excluded. Is there a new Application to track down the created Processes or is there no? Or maybe is there a hole new way to see the created Processes.
    I really would appreciate if someone could give me an advice. Otherwise I have to write my own Process Browser Application.
    Thanks in advance.
    Best regards,
    Tobias

    Hello Everyone,
    now I can allready update my own Question with new informations.
    As I keept looking around I found out more. Actually there is a "Process Browser" for the "new FPM Forms", as there is a Process Lane in the HCM Landing Page. First Problem was that SAP Standard only includes this Lane for the HR Profesinal Landing Page. So I created my own Page for Employee Self-Services and added the Process Chip.
    I don't like the pre-filter Settings for the overview because the OData Service for the Overview only selects all Processes which have the Effective-Date between dueday - dueday + 1 week (if we think about a Process for a Bonus payment which will take effect next month the Manager is never gone see it in the overview until a week before the month ends). So I have to keep looking if I can set this via a Parameter.
    So when opening the Process Lane and change the Filter values I see the Processes in a nice way and even can open the Form and see Details like the Process Steps etc.
    BUT, my Question is still not answerd. What to do when somebody doesn't want to use the Landing Page? Some Company's can't use the Landing Page because of different reasons (roleout of new Browser is to fare in the future etc.)
    This can't be the only way of getting access to ongoing Processes, or is it?
    Once again, thanks a lot in advance for any advices.
    Best regards,
    Tobias

  • Concepts about Archieving process and Check point Background process

    I am still going through Oracle Architecture and presently on the background oracle process. I got struck about the function of Checkpoint process and how archieving process occurs. Any inputs from my friends here will be highly appreciated.

    916438 wrote:
    I am still going through Oracle Architecture and presently on the background oracle process. I got struck about the function of Checkpoint process and how archieving process occurs. Any inputs from my friends here will be highly appreciated. Checkpoint is an act of cleaning the dirty blocks from buffer cache to disks in order to make fast recovery(if happens) if crash happens. Having said this, this process will make sure that oracle has to recovery minimum numbers of dirty block on instance recovery phase. So there is periodic flushing of dirty blocks from buffer cache to disks. In this periodic time CKPT process will post to DBWR process to write out the dirty blocks to disks. This is basically called the incremental checkpointing.
    In incremental checkpointing oracle will keep the record of most oldest block in controlfile and from this block (which is also called RBA), oracle will start recovering dirty blocks.
    There is also a full checkpoint in oracle which happen when redolog switch
    Now coming to archiving: An archive log is a copy of redo log files, it includes the sequence number and redo entries. Whenever there is a log switch (redo log files gets filled in circular fashion), then arch process will start archive filled redo log file. So during this process arch process will read the filled redo log files and make the copy of it in archive file. LGWR cannot write this filled redo file until ans unless arch process completes copying of redolog entries to archive log file.
    Archive log files are required for recovery if in future we wish to recover database during media/datafile/controlfile failure.
    Also see
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:19311485023372 - Checkpoint explained
    http://docs.oracle.com/cd/B19306_01/server.102/b14231/archredo.htm - Archives
    Edited by: 909592 on Mar 25, 2012 5:34 PM

Maybe you are looking for

  • IPhone 5 won't show up in iTunes 11.1.5 on Mac

    Just updated to iOS 7.1. When I backed up just prior to update, had a similar problem once, and re-booting iPhone took care of it. After update to 7.1 alert appeared on phone stating I had to plug into computer to re-establish WiFi syncing again. How

  • How to remote desktop user can read, write ,modify and traverse folder but not execute?

    Now I ceate a user accout whis is user type and put him into remote desktop group. he can login this server by remote desktop. My server is windows 2003 but not in nt domain and  it is a workgroup computer. I want to limit him access right on one fol

  • How to maintain a dial up internet connection?

    I have a mac mini and a simple dial up connection. Lately I've been getting a prompt on my computer to 'stay connected', or 'disconnect'. Since I'm new to mac I can't seem to find any configuration in the preferences window of the "internet connect"

  • Flex 15D errored within an hour of purchase with winload.efi

    I unboxed my new Flex 15D an hour ago, very pleased with it, until it rebooted to install windows 8.1 updates. When it rebooted I ended up at a blue screen saying that the file \windows\system32\winload.efi is missing. Enter just loops back to the er

  • Root 3.0 Sucks

    Hello everyone. I've been working with actionscript for a loooooong time, but not 3.0. I'm working with two movie clips, making one reference another through the main timeline, to create a nice button interactivity. Now comes the problem, what the f*