Request Number Generation

Hi All,
Presently I am provisioning an object to the User from this API,
com.thortech.xl.vo.ResourceData data = usrIntf.provisionResource(userKey, objectKey);
However, if the provisioning flow fails, the request should go to a group for manual provisioning.
How ever don't the group need request ID to see and manually complete the request?
How can the latest request number be objained in OIM? How to get the request number in this case?
Can we assign a request number using provisionResource API?
Regards,
Shashi kiran. N

There is a simple solution to this. Generate a request instead.
It sounds like your terminology is incorrect though. You say you want an error in the request to go to an admin, but really, this situation is the provisioning task failing, not the request. The request side is only used to validate if the user should or should not have the object. Once that is done, it's all provisioning. There is no request involved, because it completed. You'll want to identity your create user tasks, and assign notifications based on failures.
-Kevin

Similar Messages

  • Picking Request Number Generation

    In the Tcode VL02N  For a Purchase Order after assigning the material numbers and saving the delivery a Picking Request Number is usually created in the Document Flow which is usually in YYYYMMDD .
    But i am not using the TCODE but using the bapi I ''BAPI_OUTB_DELIVERY_CREATE_STO" to create the delivery
    but now if you check the Document Flow the Picking Request Number is the Same as the Purchase Order Number.
    What can be the Cause is there any flag to set this to the creation date ?
    Regards
    Biju T John

    Dear Friend
    I feel the picking request number is automatically generated by the system ( If it is not a transfer order that is not warehouse managed )
    The logic is system takes the picking date
    Today if we pick that is 12.01.2010
    The picking number is 20100112 (yyyy/mm/dd)
    No matter how many delivery documents we create today the picking number will be 20100112
    If the picking date is 11.01.2010 then
    picking number is 20100111 (yyyy/mm/dd)
    If the picking date is 21.12.2009 then
    picking number is 20091221 (yyyy/mm/dd)
    Regards
    Raja

  • Want to get request number to BPEL process in an interval

    Hi All,
    I have two applications A and B.I need to receive request message from A to B through BPEL process. BPEL process receives the request data(through schema- Source of transform activity) from A and updates that data into B(Target -request schema of B).BPEL process is the middleware between two applications
    My requirement is :
    I want to analize request data in an interval of 24 hours. I have one parameter('sequence') in the request schema of B which has to indicate the request number to BPEL process.
    Clear explanation to requirement details:
    Application A starts pushing data at 12 'o clock(0:00 hrs midnight) and then parameter 'sequence' should be integer 1 or 0.Like that 'Sequence' should be increased by 1 for every request to BPEL process.
    I want the sequence values like below(for 24 hrs cycle):
    First request :
    Reuqest push time - 0:00 hrs
    Sequence - 1
    BPEL process instance(which will be created automaically in EM console) - Instance1
    Second Request :
    Reuqest push time - 1:30 hrs
    Sequence - 2
    BPEL process instance(which will be created automaically in EM console) - Instance2
    1
    Third Request:
    Reuqest push time - 4:00 hrs
    Sequence - 3
    BPEL process instance(which will be created automaically in EM console) - Instance3
    Like that
    last request in 24 hrs cycle should be :
    Reuqest push time - 23:00 hrs
    Sequence - Some number according to number of requests at that time.
    After 24 hrs ,Sequence again should become as 1 to indicate the starting point of the 24 hrs next day.(like data in above table)
    Can you help me in this regard? I am using transform activity in which I have 'sequence' parameter .
    Thanks in advance
    Edited by: 899283 on Aug 25, 2012 7:16 AM

    Create a "While" activity.
    Create a variable named seq of type int.
    In the while condition check the current time.
    xp20:current-time() < <counter reset time>
    Create a pick activity to receive the message inside while loop.
    Create assign activity in the while loop. Assign the value of variable seq to the payload and increment it by one.
    Outside while loop , reset seq back to 0 by using another assign activity.
    In case the composite has to run continuously after first submission, use another outer while loop to check the condition while seq = 0.
    Hope it helps.
    Regards.

  • How to find request number of SAP Script's Form

    Hi All,
    Can anyone tell me how to find out request number of scipt's form
    Regards
    Shashikant

    Hi,
    Se03->Search for Object in Requesta/Tasks--->Right Click ->Execute->Add a new entry with check box ticked,FORM,& Form name on the right side-->F8  It will display all the requests pertaining the form you have keyed in.
    Regards
    Raju Chitale

  • How to find CR Request Number inside a package

    Hi Folks,
    how to find the CR Request Number list present inside one package.
    Reg,
    Hariharan

    Hi ,
    i had gone through the Transaction se03 Search for Object in Request/Task, in the selection screen no option for Package can you just breaf about the Selection Screen Step.
    Reg,
    Hari.

  • Tcode to look for a transport request number

    Hi all,
    I have to look for request number details .I dont have access to SE01 . How can i look that details?

    Hello Priya
    The standard transaction for finding transport requests is <b>SE03 </b>(choose option <i>Requests/Tasks -> Find Request</i>).
    If you are not authorized to call this transaction try to execute the underlying report <b>RSWBOSSR </b>using transaction <b>SA38 </b>(menu <i>System -> Services -> Reporting</i>).
    Regards
      Uwe

  • How to get EBS Concurrent Request number (and more) into BIP Report Layout

    hi,
    I have been using BIP for 9 months but have several years experience of Reports 6i development (matrix, drill-thru etc). We are beginning to use BI Publisher with EBS and would like to be able to incorporate the Concurrent Request number into the report layout (preferably in the footer area). I have looked back over previous forum posts and have found mention of how to get the report parameters into the XML datastream and template, but nothing for the Concurrent Request number. I've also looked at the DevTools/Reports forum but cannot see anything similar there.
    It would add a lot of value to generated output for end-users if this information (+ environment/instance name etc) can be put into the layout.
    Sean

    Hi
    Create a data query in data template/reports as
    select fnd_global.conc_request_id "REQUEST_ID" from dual
    and this will pick up the request id and then u can use it in the RTF layout
    Hope this helps..

  • What algorithm does Excel 2010 use for Pseudo Random Number Generation (MT19937?)

    Does Excel 2010+ use the Mersenne Twister (MT19937) algorithm for Pseudo Random Number Generation (PRNG), implemented by the RAND() function?
    This has been a nagging question for some time now, with "hints" that it indeed does.  However, a relatively thorough search turns up no definitive documentation.  The most direct indication is perhaps given by Guy Melard [Ref 9] where
    he tests Excel 2010's RAND() function using the Crush battery of tests in TestU01 by L'Ecuyer & Simard.  Melard references a "semi-official" indication that Microsoft did indeed implement MT19937 for the RAND() function in
    Excel 2010, but this reference no longer seems to be available. http://office.microsoft.com/enus/excel-help/about-solver-HP005198368.aspx?pid=CH010004571033.
    The other references below [Ref 1-10] document the history of the statistical suitability of the PRNG and probability distributions in various versions of Excel.  This includes the Wichmann-Hill PRNG implementations supposedly (arguably) used in
    Excel 2003 & 2007 for random number generation.  But still, we have no answer as to which PRNG algorithm is used in
    Excel 2010 (and 2013 for that matter).
    Microsoft indicates that RAND() has been improved in Excel 2010; Microsoft states, "...and the RAND function now uses a new random number algorithm." (see https://support.office.com/en-ca/article/Whats-New-Changes-made-to-Excel-functions-355d08c8-8358-4ecb-b6eb-e2e443e98aac). 
    But no details are given on the actual algorithm.  This is critical for Monte Carlo methods and many other applications.
    Any help would be much appreciated. Thanks.
    [Ref 1] B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 97. 
    Computational Statistics & Data Analysis. Vol. 31 No. 1, pp 27-37. July 1999.
    http://users.df.uba.ar/cobelli/LaboratoriosBasicos/excel97.pdf
    [Ref 2]L. Knüsel.  On the accuracy of the statistical distributions in Microsoft Excel 97. Computational Statistics & Data Analysis. Vol. 26 No. 3, pp 375-377. January 1998.
    http://www.sciencedirect.com/science/article/pii/S0167947397817562
    [Ref 3]B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 2000 and Excel XP. 
    Computational Statistics & Data Analysis. Vol.40 No. 4, pp 713-721. October 2002.
    https://www.researchgate.net/publication/222672996_On_the_accuracy_of_statistical_procedures_in_Microsoft_Excel_2000_and_Excel_XP/links/00b4951c314aac4702000000.pdf
    [Ref 4] B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 2003. 
    Computational Statistics & Data Analysis. Vol.49. No. 4, pp 1244-1252. June 2005.
    http://www.pucrs.br/famat/viali/tic_literatura/artigos/planilhas/msexcel.pdf
    [Ref 5] L. Knüsel. On the accuracy of statistical distributions in Microsoft Excel 2003. Computational Statistics & Data Analysis, Vol. 48, No. 3, pp 445-449. March 2005.
    http://www.sciencedirect.com/science/article/pii/S0167947304000337
    [Ref 6]B. McCullough, D.Heiser.  On the Accuracy of Statistical Procedures in Microsoft Excel 2007. 
    Computational Statistics & Data Analysis. Vol.52. No. 10, pp 4570-4578. June 2008.
    http://users.df.uba.ar/mricci/F1ByG2013/excel2007.pdf
    [Ref 7] A. Yalta. The Accuracy of Statistical Distributions in Microsoft<sup>®</sup> Excel 2007. Computational Statistics & Data Anlaysis. Vol. 52 No. 10, pp 4579 – 4586. June 2008.
    http://www.sciencedirect.com/science/article/pii/S0167947308001618
    [Ref 8] B. McCullough.  Microsoft Excel’s ‘Not The Wichmann-Hill’ Random Number Generators. Computational Statistics and Data Analysis. Vol.52. No. 10, pp 4587-4593. June 2008.
    http://www.sciencedirect.com/science/article/pii/S016794730800162X
    [Ref 9] G. Melard.  On the Accuracy of Statistical Procedures in Microsoft Excel 2010. Computational Statistics. Vol.29 No. 5, pp 1095-1128. October 2014.
    http://homepages.ulb.ac.be/~gmelard/rech/gmelard_csda23.pdf
    [Ref 10] L. Knüsel.  On the Accuracy of Statistical Distributions in Microsoft Excel 2010. Department of Statistics - University of Munich, Germany.
    http://www.csdassn.org/software_reports/excel2011.pdf

    I found the same KB article:
    https://support.microsoft.com/en-us/kb/828795
    This was introduced (according to the article) in Excel 2003. Perhaps the references in notes 2 and 3 might help.
    The article describes combining the results of 3 generators, each similar to a Multiply With Carry (MWC) generator, but with zero carry. MWC generators do very well on the Diehard battery of randomness tests (mentioned in your references), and have
    very long periods. But using zero carry makes no sense to me.
    Combining the three generators only helps if the periods of the 3 are relatively prime (despite what the article implies). Then the period of the result will be the product of the 3 periods. But without knowing the theory behind these generators, I have
    no idea what the periods would be. The formulas for MWC generators fail here.
    Richard Mueller - MVP Directory Services

  • How to delete the spool request number

    HI Masters,
                My program creates a spool request. And i want to delete that spool request number? How to delete that??
                  Thanks in advance.

    hi
    good
    The program are RSPO0041 or RSPO1041.
    This is handy whenever you encounter a user who managed to create a lot of spool requests which are choking your system.
    Deleting them with SP01 will be too slow and you will get time out if it exceed the online time limit specify by your basis people.
    <b><REMOVED BY MODERATOR></b>
    thanks
    mrutyun^
    Message was edited by:
            Alvaro Tejada Galindo

  • How to delete the Request Number

    Hi all,
                 How to delete the Requset Number in Development Client.Already i transported this Req. Number to Tesing Client.

    For what purpose, deleting the request number won't restore your dev system. You can remove the request from the import queues via transaction STMS to insure it will not be accidentally imported.
    You can usually only destroy a request in source system if it has not been released and all objects are unlocked, but this is risky in some cases and may cause a loss of information or coherence.
    Regards

  • Releasing of request number

    In how many ways can u release a request number.I know se10,se09,se01. are there any other ways.
    Tanks
    Raghav

    Hi Raghu,
    GO to se01, se09 or se10
    select your request no.
    if not released u can delete it from here.
    And,
    Do you mean the Purchase requisiton ,then go to ME52
    select the line and press the delete button and save.
    cheers,
    Hema.

  • Unable to Release request number from DEV

    Hi All,
    I want to release the request Number from Development,But it is not allowing me and saying :'You are not authorized to lock requests or tasks". please help how can i solve this problem as we Dont have Basis person.
    Target System is QAS.
    Anu,.
    Moderator Message: If you do not have Authorization, then thats that! If you do not have a Basis Consultant, that should not be your headache.
    Edited by: kishan P on Mar 2, 2011 11:13 AM

    se03 ---> search for objects in request/tasks ---> choose correct line (for your report, choose prog) ---> write your report's name ---> choose all request types ( also modifiable)
    search your report in other modifiable requests
    regards,

  • Transport Request Number - Object Status is LOCKED. What does it mean?

    Hi Friends,
    When checking in SE09 transaction my TR number "Object Status" is showing as LOCKED.
    What does it mean
    Whether I can transport objects under this TR Number to Quality System?
    Will it give any problem while transporting?
    Regards,
    Viji.

    The main reason to lock the request is to avoid any duplications.
    You can also unlock the request if you want using SE03 transaction.
    Goto SE03 transaction,select unlock objects and execute.give your
    request number and execute.it will be unlocked.

  • Transport request number in LO extraction

    What we have to mention in transport request number  field  while doing LO extraction ? where to find it ??

    Hi
    Trnasport request number is system generated. you can foloow the below steps to activate and transport the LO data source.
    1) activate the data source in RSA5
    2) goto LBWE, you will find the DS in yellow color.
    3) click on activate, now system will promt for transport number. note down this transport number and click on continue
    4) you can check this transport in SE01/SE09 and release the same request.
    5) based on your system transportation settings, you can see this transport in next system in STMS
    check out the below article
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2050db8b-9d90-2c10-2980-b13a4b0938f6?QuickLink=index&overridelayout=true
    Regards,
    Venkatesh

  • Number Generation Failure While Reversing Sub. Challan

    hi all,
    While reversing the sub contracting Challan, I am getting this Error "Number Generation Failure". Kindly guide where to maintain the Number range & Object.
    regards
    Dhinakar

    Hi Jeyakanthan,
    Thanks for your response
    I maintaned number range for object : J_1i57c in T.cde j1i9....
    still it is showing the same error.....
    hope to hear back from you......
    Thanks&Regards,
    Chand

Maybe you are looking for

  • Impact of mid month go-live

    Hi, Can anyone tell the impact of mid-month go-live? What extra precuations are required to be taken? Manual data entry, matching of balances etc. thx

  • Weird screen pattern freezes iMac, can't boot from HD or DVD

    I woke up today to find the screen of my iMac black with a sparse pattern of bright pixels on it. I wasn't able to power down holding the Power buton so I unplugged it and left it for a bit before plugging back in. I was then able reboot without any

  • Word 2011 for mac wont open on pc

    I have tried to open files on my PC at work that I have created or edited on my Mac Pro - Office 2011. However, when I do I get an error code saying Word cannot start the converter mswrd632.wpc. I have been able to solve this problem on other compute

  • Please help i dont live near apple store!

    can anyone just let me know if i buy a macbook pro from the apple website and a problem occured. who would i go to for repairs as i dont live near any apple store. however there is a place that sells apple computers called krcs maybe if someone could

  • Photoshop CS5 does not recognize many AVI codecs

    I'm extensively using my Win7 PS-CS5 for automated rotoscoping of AVI video, but I have been frustrated by its skimpy support for AVI export codecs. My other video applications, including cheap ones, give me so many codec options not recognized by CS