Schedule manager -Programs for flow definition

Dear SAP experts
I would like to know which programs can be run using flow definition?
can i add new programs like vendor display line item program RFITEMAP. and have email of item periodically to certain users.
Tell me how selection variables TVARV , STVARV functionality will be used for this.
Thanks
S AP

Hi,
For enhancing the standard SAP program like RFITEMAP, you should check for proper exists.  It will be usually in the form of Z-Include.  U can get the ABAPer help on this.
TVARV - Table of variables in selection criteria i.e it helps in holding the variant variables.  To manipulate the variant vairbales, you can use this table
Regards,
Sridevi
<i><b>Award points, if useful</b></i>

Similar Messages

  • How can i schedule concurrent program for every one hour from back end

    Hi ,
    I want to schedule concurrent program for every one hour from back end .
    Example
    1) xyz is the concurrent program that should run for every one hour with a parameter 111 and the SAME concurrent program that
    should run every 2 hours with a different parameter like 222.
    I mean Conc prog should run for different parametrs with a different scheduling..
    Please guide me to solve the issue.
    Thanks in advance...
    Regards
    Narender B

    Hi ,
    I have used following code for scheduling the concurrent program from backend.
    declare
    l_request_id NUMBER;
    l_return_code boolean := FALSE;
    BEGIN
    fnd_global.apps_initialize(62991,54477,20003);
    l_return_code := FND_REQUEST.SET_OPTIONS ('YES');
    l_return_code :=fnd_request.set_repeat_options('16:36:00','','DAYS','START','','Y');
    l_request_id:=fnd_request.submit_request(application => 'xbol',
    program => 'NAPP_START_GENERATE_CHART_DATA',
    description => 'Processing chart ',
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1 =>4000130957231588,
    argument2 => null
    COMMIT;
    dbms_output.put_line('Program has been submited and request id is '||l_request_id);
    END;
    Here the issue was concurrent program is completing with a warning like
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    so i could not find the solution for this issue,please anybody guide me to solve this issue.
    Regards
    Narender B

  • What is the best money management program for macbook air

    what is the best money management program for macbook air

    You posted in the iPad forum instead of the MacBook forum. To get answers to your question, next time post in the proper forum. See https://discussions.apple.com/index.jspa  I'll request that Apple relocate your post.
    Look at the similar posts to the right>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
     Cheers, Tom

  • Desktop Manager program for Blackberry 7290 to sync to MacBook Pro

    I just bought a new MacBook Pro computer.  I am trying to sync my trusty old Blackberry 7290 but can not find a Desktop Manager program that works.  Can anyone help me find the correct program to load so I can sync my Blackberry with my Mac?
    Thank you very much

    The device doesn't meet the minimum requirements then. Your Mac OS version can be found by clicking the Apple symbol in the top left corner then choosing About This Mac. The BlackBerry OS version can be found under Options | About. I either of those is less that what's listed in the KB article then you won't be able to use DM for the Mac.
    Before Desktop Manager was available for the Mac people used PocketMac. 
    http://www.blackberryinsight.com/2007/07/18/how-to-synchronize-my-blackberry-with-my-desktop-compute...
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • How to schedule a program for download a file to Presentation Server

    hi all,
    I need to schedule a program which will download a file to presentation server. How can i handle this or is there any other to download a file during scheduling?
    Points will be rewarded
    Thanks in advance

    Hi Jayasree,
    You can download your file to application server in background scheduling.
    In your program use OPEN DATASET command for achieving this.
    How ever, as far as i know, it is not possible to download the file to presentation server in background job.
    regards,
    G@urav.

  • FTP transfer and managing program for Leopard?

    Hi, I hope someone can help me
    I am looking for an FTP client that has similar functions to that in Dreamweaver. I need to manage and build a website. The FTP program must have the ability to automatically mark files that I have edited on my computer, so that I can upload them whenever etc.
    Do you know any such programs?
    Thanks!

    resolved: http://discussions.apple.com/thread.jspa?threadID=2144635&tstart=0

  • Closing cockpit, Schedule Manager

    Howdy,
    I have experience with Schedule Manager (SCMA) in a 4.7 environment.  I noticed it’s still available in ECC6.0.  In ECC6.0 is it necessary to have the New GL active to implement the Close Cockpit(CLOCOC)?  Is it possible to implement the Close Cockpit without the New GL active?  Is it possible to migrate Schedule Manager elements like flow definitions and tasks to the Close Cockpit?  Any opinions using  CLOCOC v.s. SCMA?  Thanks in advance!
    Bill

    Hi,
    Yes I have implemented SCMA.  My question is on the Close Cockpit(CLOCOC).  Can CLOCOC be implemented without the New GL?  The reason I ask is that we just upgraded to ECC6.0 and have not implemented the new GL.  I cannot find the tcode CLOCOC in any menu area - including SPRO.
    Thanks
    Bill

  • Need a recommendation for Mac music management program

    Can anyone recommend a good music management program for the Mac that will allow me to tag and rename all my mp3 files in bulk mode? Thank you.

    Search one of the compendium sites such as MacUpdate for "MP3 tag". You'll find a number of possible options, one of which may work for you.
    Regards.

  • Schedule Manager selection variables

    I want to schedule a job for all 12 months of the year in Schedule Manager. For posting period and fiscal year i am using TVARV variables.The problem am facing is explained in the example below. Today's date assumed to be 08th June, 2006:
    Variant with posting period 4 scheduled on 10th June, 2006
    After the above i change the TVARV variable of posting period to 5 and schedule on 12th June, 2006
    Unfortunately after the above step, the parameter of '4' posting period of the job scheduled on 10th june, 2006 changes to 5. I dont want this to happen. I want the program to run with posting period '4'
    Of course i can create a new variant but it would then require 12 variants for 12 mnths of the year
    Can someone please help me on the above?
    Thanks in advance

    Hi Prabha,
    After you have finished maintaining your variant, you would have to click on the "<b>Attributes</b>" button just below the title and maintain the description for your variant. Save this entry and press the back <b>green arrow</b>. Your save button would now be activated and you can save your settings now.
    I hope this helps.
    Do not forget to award the point please.
    Regards,
    Jacob

  • Addition of standard programs in Schedule Manager Flow definitions

    Hello Experts,
    I want configure schedule manager for month end closing.
    In that I am creating flow definition. In the flow definition I want to insert one program RKAZCO43COWL which is standard program & which is also entered in the table SCMAPROGRAMS in the reaspective appplication.
    But still I am unable to find it in the input help for creating program in the flow definition.
    Please help. Is there any other way where in I need to register the standard program ? How can I find it in the input help ?
    Thanks in advance.
    Abhishek

    Dear All,
    I am still facing below issue.
    While creating flow definitions , when I try to attach program I face below issue.
    e.g. I want to attach program RK_PEP_WL_SEL_SAL which is in the application CO-PC-OBJ-SALESORD but when I created flow definition I gave application as Controlling , so how to add program in the flow definition which has different application ?
    If I try to attach application CO-PC-OBJ-SALESORD in flow definition itself then I cannot add programs in Controlling application .
    Kindly help how to add different programs from different application.
    Thanks in advance.
    Abhishek.

  • Schedule Manager (add Tcode to Flow Definition step)

    Hello together,
    I have got a problem with the schedule manager ("scma").
    I would like to add the Tcode cja1 (Project-Related Incoming Orders) alternatively the program "SAPLKAZB" to a flow definition step with a variant.But the program "SAPLKAZB" is used for more tcodes than "cja1".
    How can I solve this problem?
    Thanks in advance!
    Greetings,
    Peter

    Hello,
    The Program 'SAPLKAZB' cannot be added to the flow definition step since its  function pool and not an executable program due to which you wont be able to execute it.
    So its better the transaction 'CJA1' can be added to flow definition step and no alternative for program with varaint coz it wont work.
    Regards,
    Mansi.

  • How to add repeat step in Schedule Manager - Flow Definition

    Hi Everyone,
    I am trying to design a Flow Definition in Schedule Manager which involves repeating a step based on the user decision. Please explain me how to achieve the following:
    Change the task options (user Decisions)
    Repeat a step based on the Task option.
    Thanks,
    Sandeep

    Hai Krishna,
    Step 1 : create condition at disired position i work flow.
    step 2. cut the block which u want to place in that condition.
    step 3 : paste the block in the condition
    Thanks
    Ramesh

  • Closing Cockpit/Scheduler Manager Flow Definition

    Hello,
    I am having a problem with CLOCOC flow definitions. I created a flow definition that sends notifications in case of a task is overdue but I need to access the information of the task, namely the person responsible to know who to send the email.
    The problem to do this is that the workflow container doesnu2019t have the info from the task required it only has the WF Initiator. Anyone know a way to work around this problem and get the person responsible for the task?
    Best regards,
    Ricardo Candeias

    Hello,
    Normally for a workflow you would look in the Workflow Builder to see if the agent is assigned using a container element.
    Then use that same container element for the mail.
    regards
    Rick Bakker
    hanabi technology

  • SCMA(Schedule Manager) - Monitoring Flow task

    Hi,
    Anyone has experience with SCMA. If so, can you please guide me in resolving the following issues.
    1)In monitor, Flow task status is green but the underlying two steps have no status. I see <i>Schedule Job</i> and <i>Start Job</i> for each step with no status.
    Why SCMA does not update the status of <i>start job</i>(or <i>Schedule job</i>)?
    2)Since the flow definition is assigned to 'Customer' appplication, no work list is possible.
    if so, shouldnt the monitor display the details of corresponding job(from SM37) in the flow task details. I havenot seen any demo yet with worklist so I do not what does it provide in monitor.
    3)Is there an implementation guide for customer applications providing worklist?
    I sincerely appreciate reply for any of the above questions.
    thanks,
    venu

    bumping up.

  • Landed Cost manager Program is scheduled to run everyday but it did not run

    Hi All,
    Landed Cost manager Program is scheduled to run everyday but it did not run for 2 days and there was no error; it did not start even though it is a scheduled prog to run every 30 mins.
    Please let me know if anyone has experienced similar cases before; also let me know if you have any clue for above? I am also researching on if there is any way to send notifications when a scheduled prog did not run even.
    Any suggestions are welcome and also would like to get your thoughts on notification part if this is possible to track.
    Thanks
    De

    1006390 wrote:
    Hi All,
    Landed Cost manager Program is scheduled to run everyday but it did not run for 2 days and there was no error; it did not start even though it is a scheduled prog to run every 30 mins.
    Please let me know if anyone has experienced similar cases before; also let me know if you have any clue for above? I am also researching on if there is any way to send notifications when a scheduled prog did not run even.What if you submit the request manually, does it work?
    Assuming no error can be found in the DB/CM log files, have you verified the scheduled settings for this program? Try to schedule it again and see if this helps.
    Any suggestions are welcome and also would like to get your thoughts on notification part if this is possible to track.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12951/toc.htm
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Notify+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001

Maybe you are looking for

  • Creation of material master

    Dear all, While entering of MM01, MM02, MM03 T codes, The system showing the error message - "Record Y1 01 does not exist in Table T133A" - for this what do I do, Plz suggest. reg Vishnu.Ch

  • Domain and Browser Issues

    My wife recently developed a website for her art gallery using iWeb. We upload the website using the mobileme client - which uploaded the website with no problems. A couple of days later we purchased a domain: www.intensebluegallery.com and would lik

  • Cost of replacing a Zen 20GB scr

    Hey guys, I've recently crushed my mp3 player, an old Creative Zen 20GB, and had the screen smashed, it's all black now ! Anyway, I was wondering if anyone had any experiences with sending their mp3 players to repair their screens before, any idea ho

  • Adobe Photoshop CS6 tries to open Bridge with deleted CS4?

    After upgrading to Windows 8 on two computers with same CS6 Premium installed programs...the desktop is showing "C:\Program Files\Adobe\Adobe Photoshop CS4 (64bit)\ Photoshop.exe" when I try to move image from Bridge CS6 to Photoshop CS6 (No problems

  • N81 phone memory

    Hi, I have problem with my N81 phone memory (25Mb) .... with very fewer applications are installed it shows only 5 mb free. How to keep it more free ? How to erase the unwanted / temp files ? Pleas advise Br Bala