More than one step BC sets approval for PO's

Good day All.
I would like to know the bc set for more than one step of approvals for the Purchased Order. We know the without tha approval and one step approval for PO.
/SAPSRM/C_PO_600_000_SP04     Purchase Order Without Approval
/SAPSRM/C_PO_600_001_SP04     Purchase Order with One-Level Manager Approval
You speedy response would be appreciated.
Regards
Makoro Manyathela

Hi,
You can configure many approval steps based on your business requirements.
The BCSets /SAPSRM/C_PO_600_001_SP04 is just a sample configuration.
Please go to IMG.
SRM -> SRM Server -> Cross-Application basic Settings -> Business Workflow -> Process-Controlled Workflow -> Business Process Configuration -> Define Process Levels.
Regards,
Masa

Similar Messages

  • Handling the failures of more than one step..

    OK,
    So I have a package it has several steps, all of which run independtly. They are concerned with the generation of text files.
    The steps work, but I want to include good error handling.
    This is one of four Groups I have created, each with similar tasks inside.
    Lets take an example, of one group, I have attached a picture of the kind of failure I am trying to Trap.
    It seems it goes at the end of this post.
    Anyway, what I would like in the below example is, an email is sent to support stating:
     - The TaskName(s) that failed.
     - The ErrorDescription(s).
    For instance, in my example I deliberately set the overwrite to false, but I know there is a file there, so it would always fail.
    I tried some OnError logging for the job but it doesn't work.
    I also tried OnTask failure logging for the job but it doesn't work.
    The best I ever managed is an email with ONE of the failures on it, but I want one email with both failures on, (or all failures on, or 1 failure on, depedendent upon what fails).
    If that is 100% not possible, then I guess it might be OK (but it isn't really what I want) to get individual emails for each component. What is the best way to meet this requirement? fyi, if scripting is involved I use Visual Basic.

    Hi,
    I am creating a job that handles errors, using Event Handlers - On Error (see below).
    The point is that the dataflow task basically outputs the error message into a Variable (with Type Object).
    Then later, I include this on an email, saying the job has failed and this was the error we got.
    That all works fine, but as you can see I want to point more than one step into the error email.
    We can do so with an Or for OnError's.
    This is OK, but what I've noticed is that results are variable when more than one step fails:
     - For instance, I've set the job up on purpose so that two steps fail > the result is that you
    might get 1 email, but you might get more than one email. It's unpredictable; I wondered if there is a way round this!

  • Is there any way to set more than one list validation setting?

    Can I set more than one list validation setting without using any coding? It seems strange that you can only have ONE per list (and I don't want just a single column validation).

    Hi,
    You can use the logical operators to realize multiple columns validation like
    =AND(Birthday>DATE(2001,7,1),Location="New York").
    For more details, please refert to:
    http://msdn.microsoft.com/en-us/library/bb862071.aspx
    Regards,
    Seven

  • HT1277 I have OS X 10.9.2 and have downloaded maverick. If I am sending an email message to one person, options for addresses  from my address book show up. However if I want to send it to more than one person, the address options for the others do not sh

    I have OS X 10.9.2. and have downloaded Maverick. If I am sending an email message to one person, options for addresses from my Address Book appear. However if I want to send it to more than one person, the potential addresses for the other persons do not show. Can you please help?

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Can you have more than one signature on your ipad  for different email accounts

    Can you have more than one signature on your ipad  for different email accounts.

    No, only one, I'm afraid.

  • Check/uncheck record results on more than one step at a time

    I have one hundred plus sequence files and several thousand steps total. Checking and un-checking record results one step at a time takes a long time. I'd like to be able to select several steps at a time then check or un check the "Record Results" option for all those steps at once. How do I do this? I'm using TestStand 2.0

    Hi Kevin,
    Thanks for contacting National Instruments.
    Do you want to disable result recording for ALL sequences on this station? If so, you can turn on this option in the TestStand sequence editor (Configure >> Station Options, turn ON checkbox "Disable result recording for all sequences").
    However, if you only want to do this for selected sequence files, then Ray is correct - you would need to write an external routine that will automate this for you. Attached is a zipfile containing a VBScript that will iterate through one sequence file ("c:\test.seq") and change all steps (all sequences, including Main/Setup/Cleanup) to turn off "Record Results". It first saves a backup copy of the sequence file, makes the changes, then save
    s the modified sequence file. You can enhance this script to work for more than one sequence file by using Microsoft's FileSystemObject.
    The VBScript uses a DLL I created, which exposes the TestStand 2.0 Engine object as an ActiveX DLL. Before you can run the VBScript, you will need to register this DLL:
    regsvr32 TSEngine.dll
    Then, the VBScript can be executed just by double-clicking it. Hopefully this helps get you started toward creating an automated way of solving this problem!
    David Mc.
    National Instruments
    Attachments:
    ts2seqfiles.zip ‏4 KB

  • Involve more than one HTML data set.

    Hello,
    I am building a website and using spry data sets for it. I need to have opportunity to involve more than one data set. In this sample found exactly what I need - http://livedocs.adobe.com/en_US/Spry/SDG/help.html?content=WSFC985AA5-C5E9-4266-ACE0-62299 A0E0B70.html but in my case I am using HTML data set not the XML. In all browsers except IE all seems to work fine, but I get an Spry debugger error - Spry.Data.HTMLDataSet: 'garden2' is not a valid element ID. 'garden2' is a id for table that I am using as HTML data source. It seems that dreamweaver ain't too supporting this thing with HTML as in that sample, because when i try to open this Data set in bindings panel I get an error -  Invalid URL schema. My idea is that , one HTML data set contains the name list of the products categories and unique url for each product name , and this unique url shows path for other HTML data set for each product, which contains product list for each category. Link to the part of my website where I am trying to do this stuff http://www.varpa.eu/garden.html?row=0  .
    So how can I get rid of the Spry debugger error and make it work in IE ?
    Thank you,
    Richard.

    I found  why page wasn't working on IE,I had not just closed one <tr> tag in HTML data set file. But spry debugger error still occurs in Opera , Safari , Chrome and Dreamweaver live view and I can't still open the second second data set in bindings panel.To hide this <div> with spry debugger error, I just attached style to ir visibility : hidden; . But it's still very weird though that adobe isn't supporting this option for HTML data set, but supports only for XML , isn't it ?
    Richard.

  • Can you have more than one account on a Mac for FaceTime?

    Several of us would like use FaceTime on the same Mac, can we set up more than one account on the Mac?

    Each user should have his or her own login account with its own files and settings, including FaceTime settings. There should be no problem.

  • More than one business partner in SNC for a user

    Hi Gurus,
    When creating relationship for an SNC planner in BP transaction i am able to assign more than one business partners, However when i log into webui i get an error saying BP is not unique and first one is taken. We have a requirement for users to plan for more than one vendors, how can i achieve this if only one BP is allowed on webui?
    J.

    Hey Juraj .. yeah man, I will send an email later on ..
    But your issue seems to be interesting. Just to understand better, you are trying to implement VMI (RR) scenario and you want to have more than 1 organization (BP) for the Supplier side -- meaning you want to group multiple plants into their multiple BPs. I don't understand the reason behind this; why would have you more than 1 BP for the same vendor organization ?? Unless we are talking about a marketplace kind of a setup -- where SNC is being setup for multiple vendors serving multiple customers? Is that the case?
    Anyway, I don't know of any standard SNC procedure to achieve your objective. Once option that comes to mind is control access by user -- so, you will have still have only 1 BP for all the Ship-from locations but in the user authorization (C_APO_LOC and/or C_APO_PROD) you control what locations this user can actually view. One other alternative is to investigate the SELECTION MODE/OBJECTS -- but I haven't played with it to understand it. Maybe it might address your need.. Let me know how you end up resolving this...
    Mahesh

  • Facebook: May More Than One Album Be Set-Up As an Export Destination?

    In the Export to Facebook feature in the Library, is it possible to set up more than one album?
    I have one album set-up, and that works fine; but my attempts to set up another album have been unsuccessful.    I often want to send photos to a different album than the one I have set up.          Currently, I have to send the photo to the one album, then go into facebook and move it from there. 

    I replied to you other post here
    http://forums.adobe.com/message/5886292#588629

  • How do I select more than one message at a time for archiving

    I want to archive multiple messages into one archive folder. How do I select more than one message at a time?

    Really appreciate the help. Many thanks

  • Optimizing more than one photo at a time for captivate?

    I'm creating half hour training modules that use roughly 100 slides with more than 100 photos/images during the 100 slides. The file works just fine but the IT department would like the download time to be quicker (was set to 75% downloaded to view and took 5 min, now set to 10% and runs after 60 seconds without tripping up or any other problems). The 10% works perfectly but the new concern is the bandwidth being used each time these modules will be downloaded to be viewed.
    We were recommended to optimize all of our images used in our captivate files. Because I've done 3 complete modules with more than 300 images, my concern is in the time it will take to individually optimize each of the photos I used and re-import them.
    Is there a way to use photoshop to optimize an entire group of photos at once? say a folder of photos?

    Hi there
    I wouldn't expect those side effects at all!
    I tried to post this earlier but the internet connection here is sporadic. I'll try again.
    I might suggest a test. Choose 5 images to use. Make copies of the images.
    Take the original unoptimized images and pop them into Captivate. Create a SWF and note the file size. Now optimize the other 5 and repeat the process. Then compare the two SWF files from Captivate. Difference in size? If not, perhaps optimizing beforehand is wasted effort.
    In Captivate, you are able to control things at the slide level or globally. Click Edit > Preferences... > Project node > SWF Size and Quality node.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Will print more than one copy when set for one copy,

    prints whole page including the folder list on the left and the adverts on the rtght which overlap  the email text,
    also print multiple copies even when set for one copy

    Hi there @HoundDog4 
    Welcome to the community
    I will certainly do my best to help you with the printing issues you're facing! However, I am going to ask that you please let me know some more helpful information to help me research the problem for you.
    Please respond to me with the following. If there are any steps here that you have not tried, please try them before responding and include the result:
    What printer(s) are installed on the computer?
    How is the printer connected (USB/ wireless/ wired/ Bluetooth)?
    What is the Operating System of the computer?
    Have you tested hardware functionality (made copies from the printers front panel)?
    Have you tried printing from different programs?
    Have you tried uninstalling and reinstalling the software?
    If you're running Windows, run the Print and Scan Doctor and include the results.
    Did you make any recent changes to your set up (physical move, upgrade, downgrade, new software installed, new router, etc)?
    Is the printer plugged directly into the wall outlet (avoiding power bars and surge protectors)?
    Have you completed all Windows/Mac OS Updates?
    Have you tried using a different USB/Ethernet cable?
    Thank you!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Can't get more than one Ultrabeat sound setting in one project. If I have a drum track with an Ultrabeat "downtempo kit" and I make another drum track with "hip hop kit" in the same project, the settings of the other track transform to "hip hop" setting.

    So here's my situation.  I'm using Logic Pro 9.  I'm trying to use multiple drum tracks each with different Ultrabeat settings.  So let's say I have drum track with a loop from Ultrabeat that has the "downtempo kit 2" setting on it.  If I make another drum track and create a different loop in Ultrabeat with a different setting, let's say "hip hop kit" for example, and put that loop onto the new track, then the previous loop that I had in the first drum track will still be the same loop but the sound kit settings change to that of "hip hop kit."  So I can have different loops, but they all have to be "hip hop kit" settings or "downtempo kit 2" settings.  I am unable to multiple kit settings.  Is there a box I need to check to turn some automation off or something, because this is pretty inconvinient?  Why do I have to have only one Ultrabeat sound/kit setting per Logic project?

    Sounds like maybe you're using the same channel strip on multiple tracks? Make sure you're creating a new software instrument channel strip for each independent instance of Ultrabeat you want to have. If you use the same CS, then all tracks that use it will have to have the same kit.

  • What program can i use to place more than one photo on a slide for a slideshow with music and text? I have my show on powerpoint but can I transfer that to imovie or idvd?

    I am trying to put together a slide show for my son's wedding. I would like to put 2 or more pictures on one slide and add music and some text. I tried Powerpoint for the slides but doesn't seem to be able to export to iphoto or imovie. In imovie and iphoto i can only do one picture / slide. Any thoughts? Thanks

    Alternatives to iPhoto's slideshow include:
    iMovie is on every Mac sold.
    Others, in order of price:
    PhotoPresenter  $29
    PhotoToMovie  $49.95
    PulpMotion  $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Pro X $299
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs. However, there is no doubt that Final Cut Pro X is the most capable app of them all. You get what you pay for.

Maybe you are looking for

  • Itunes will not install error message 2

    I keep getting some message about something, it then rolls back, carries on, then comes up with error message 2 at the end. Tried uninstalling and re installing, tried installing apple applications support manually, tried to edit the stuff in the reg

  • Can I get footnotes to be on the Pages toolbar?

    Hi all, I write a lot of papers for my major and it is required to be the Chicago format which requires footnotes.  I have been using open office for the longest time to write all my papers, but pages just got a new update and I figured since I origi

  • MCU Design problem

    Dear All, please can any one help me in my project: I want to design a simple communication cct. between the RS-232 port of the PC  and the serial port of the 8052 MCU, also through this cct. should I send order to the MCU from the PC to control a re

  • In a PO item, what does e1edp01-uepos supposed to be??

    what does field 'uepos' mostly stand for?? Thanks!!

  • Cannot Submit Batch   error message

    This comes up when trying to compress anything to anything it also says unable to connect to background process any ideas