REG : Logic to define the default purchaser in Purchase org

Hi SRM Gurus,
Need your help and suggestion in one issue.
In Standard system default Operational purchaser information responsible for processing shopping cart is not available.
The requirement is to determine the Default Operational Purchaser, as in standard SRM system Auto PO's will be created using RFC user, which means that, there is no buyers who has the ownership of the POs' and its changes. Hence this scenario is used to assign the ownership of the Auto PO's, since we are not using sourcing cockpit, so all POs' will be Auto PO's.
We dont have the Sourcing Cockpit scenario, so we thought of two possibilities :
1. By marking the lead buyer as the head of the organization ( A check box at the basic data tab at user level).
          Or
2. By maintaining a custom attribute at the buyer user level (Through SM30 view T77OMATTR).
Now I need suggestion from you all as if we use the first option the workload distribution would be high as each and every PO from a particular Pgrp would land into a buyers inbox and it wont be good as per the business perspective.
Please suggest me the solution for this issue.
Thanks,
Aakash Awasthi.

Hello,
Aakash Awasthi wrote:
Yes I got that, but I wanted to know ,if I would select the default purchaser By marking the lead buyer as the head of the organization ( A check box at the basic data tab at user level).
Is there any way to retrieve it via code or any BADI... as I will get the default purch grp from the badi BBP_PGRP_FIND... but not the purchaser.
Create a specific attribute to manage this.
Then, check user's attributes with user context lo_user_context = /sapsrm/cl_pdo_factory_user=>get_buffered_user_context( )
Aakash Awasthi wrote:
Also we want a way to change the default purchaser once we populate it in the custom field...as we have a req that requistioner can change the default purchaser at the item level to reduce the work load.
This is a CUF, so change its value... Do not understand your problem.
Regards.
Laurent.

Similar Messages

  • How can I pre-define the default selection in a SelectOneChoice?

    How can I pre-define the default selection in a SelectOneChoice?
    (1) Here's my JSF-code:
    <af:selectOneChoice label="#{res['usercreate.input.sex']}"
    value="#{bindings.Sex.inputValue}"
    binding="#{SelectListBean.sexlist}"
    readOnly="false" autoSubmit="false">
    <af:selectItem label="#{res['data.sex.women']}" value="1"/>
    <af:selectItem label="#{res['data.sex.man']}" value="2"/>
    </af:selectOneChoice>
    (2): manged bean: to set the default value to be the first in the list, my managed bean as follows:
    import oracle.adf.view.faces.component.core.input.CoreSelectOneChoice;
    public class MBSListBean {
    private CoreSelectOneChoice sexlist;
    public MBSListBean() {
    public void setSexlist(CoreSelectOneChoice sexlist) {
    this.sexlist = sexlist;
    this.sexlist.setValue(1);
    public CoreSelectOneChoice getSexlist() {
    return sexlist;
    (3) when i launch the page, it often gives me such warnings:
    WARNUNG: Could not find selected item matching value "1" in CoreSelectOneChoice[UIXEditableFacesBeanImpl, id=_id7]
    how to solve the problem ?
    Thanks,
    wzzdx

    You could also set the default on your entity or viewobject, in the properties of your attribute.

  • The default value of purchasing group in "carry out Sourcing "

    Dear , expert :
         I work in SRM7.0 ,ECS!
       I have two questions about the screen of    "carry out Sourcing ":
    1,How can set the default value of purchasing group ?Now the default is empty .
    2.The purchaser can select many purchaser group here ,I want to know what controls this .in the group responsibility ?
    Thanks!

    Hi Alex
    If there are more purchase group responsible for one product category. the end user (requestor) can select which purchase group before he order a cart.
    so that sc goes to respective purchaser cockpit  in the sc ?
    if you have only one purchase group responsible . no probem
    or
    redistribute workload
    you can distribute your cart to another purchaser
    for eg. initailly ALEX is purchase group in the sc.
    now you can transfer MASA purchase group  via redistribution workload
    so now the sc shows in the MASA cockpit with new purchase group as MASA instead of ALEX purchase group name
    br
    muthu

  • How to define the default activity for an unbounded task flow?

    In the new "Fusion Developer’s Guide for Oracle Application Development Framework 11g Release 1" documentation at the bottom of page 14-3 it states "An unbounded task flow .... contains a default activity, an activity designated as the first to run in the unbounded task flow, because an unbounded task flow does not have a single point of entry."
    What I can't find is how to define the default activity in an unbounded task flow and where this is recorded? Can we set this via the task flow diagrammer, and which configuration file is it stored?
    I note the first time I run the application with an unbounded task flow a dialog asks me which of the activities in the adfc-config.xml file to make the default, but I can't find where this is recorded.
    Anybody have any ideas?
    Thanks,
    CM.

    Chris,
    In fact this information is nothing that belongs into the taskflow meta data because unbounded taskflow have more than one entry point and there is no notion of default. Its a tools setting (JDeveloper) we had before
    Frank
    Message was edited by:
    Frank Nimphius

  • Define the default series of monthly invoice in document numbering first

    Hi , ALL,
    When AR Monthly Invoice  is started, the message is displayed.
    " define the default series of monthly invoice in document numbering first - 80061-6 ."
    I checked the Document Numbering-Setup , Of course, it defines it.
    And also checked the Series-Setup. It's OK , I think.
    Could you tell me,  What should I check ?
    Best regards,
    Takahiro

    Hi Takahiro........
    Welcome to SAP Business One Forum.........
    Please try this. Go to Administration> System Initialization> Document Numbering.
    Open the AR Invoice Series and when you set any of the series default it asks for certain options.
    Are you aware about that Options?
    Please select right one and then try to add.
    Else select for all users and then try.....
    Regards,
    Rahul

  • Making Logic NOT be the default app fpr opening AIFFs

    Hi Guys, been wandering this for a while - since starting using L7 Logic has been the default app that launches when i open an AIFF....Same now with L8.. I Can't ever remember choosing this behaviour & its a bit of a pain when i just wanna preview an audio file quickly outside of logic & either need to sit there for 2 minutes while the app launches or have to right click, then slide down to 'open with quicktime' every file (i'd prefer quicktime as a quick & easy app for this)
    I have scanned every preference box I could see in both logic & quicktime (& searched via spotlight) but can't find an answer, anyone know of one?

    Hi. There is no way I know of doing what you want to do.No overall setting I am aware of that is. The above things are on a per-instance situation. Not a global setting. But they do "change" the setting per-instance once set in the get info window.Which obviously doesn't apply to something newly created. It would be nice to know how to do what you want. Anybody know?? I don't//JON

  • What defines the default font?

    What defines the default font used in an applet besides the font.properties file? I'm running an applet on two NT systems with identical font.properties files but the applets use two different fonts. Is there an OS setting in NT that would override the default in Java?

    To my best of knowledge, it's completely contained in the font.properties file. At least for jdk118. You can always create and define other fonts in your font.properties file even going to the extent of removing the ones you don't like probably but I haven't done that. I have added new fonts to the font.properties file and then set what ever component you are using to this new font. So to create a new font to use on a button and add the button to a panel.
    p1 = new JPanel();
    Font bf = new Font("comic",Font.BOLD,16);          
    JButton bj = new JButton(label);
    bj.setFont(bf);
    bj.addActionListener(this);
    p1.add(bj);
    Note that in my font.properties file I added the following line:
    comic.0=Comic Sans MS, ANSI_CHARSET
    joberoni

  • HOW to define the default language in the portal

    Normally the portal take the language of the internet explorer for user.
    I want to define a default language for all portal users in our portal, so that every user get the same default language.
    Can anyone tell me how to do this?
    We are on EP6 SP2.
    Thanks Sybille

    Hi Olivier,
    thank you for the response.
    I added
    request.mandatorylanguage=de
    request.mandatorycountry=de
    to
    request.defaultlanguage=de
    request.defaultcountry=de
    Now, I get the default language german, but when I want to changed the portal language over personalize to English, the result is nevertheless the german language.
    Can you help me again? Where can I get a documentation about this?
    I want a default language: German. Also when the Internet Explorer has a different language. But when the user select manual one of the permitted languages (English and German) over the personalize button, the language should change to the selected language. Is it possible?
    Bye Sybille

  • How to define the default thumbnail, appearing after exporting a video in Premiere Pro?

    Hi community,
    When I export a video in Premiere Pro, the default thumbnail (appearing in windows file explorer for example) is never the best.
    At my job, I need to create a lot of video that I publish through a CMS. Every time, i need to reset the preview thumbnail of the video because the default one is not accurate.
    How to define which frame of my video will be used as a preview thumbnail after the video is exported?

    This is not something you can control with PP.

  • Getting the default zero-rated sales and purchase tax codes

    Hi,
    Does anyone know how to obtain the default zero-rated sales and purchase tax codes? ie the tax exempt sale and purchase tax codes.  The OADM holds the default sales and purchase tax codes but not the default zero-rated sales and purchase tax codes. Is this set by region?
    Lita

    Hi Lita,
    I don't know much about the zero rated tax codes or where it is set up, but what I can suggest is if you know where the system retrieves it (say on an Invoice) that you use SQL Profiler to possibly investigate where the queries are pulled from.
    Where in SBO is the zero-rated tax codes used?
    Hope it helps,
    Adele

  • Changing default printer in Purchase order

    Hi
    This is Mohammed. Khan, when we are working with these purchase Order T-codes (IW32, IW21, IW28, IW38) When ever we are trying to give purchase order print, than automatically it will take $MECH,at present this printer is not available in our landscape, if there I donu2019t know where this printer is defined exactly, I am searching this particular printer in Output devices(SPAD) but this is not available in that list, can any body tell me how to change the default printer, from purchase order printing list, and also let me know how to set different printer in the place of $MECH printer..
    Thank you,
    Regards,
    Mohammed. Khan

    Hi
    Try checking NACE transaction, for your output type the default printer assigned (in communication method). And also check defaults tab in user record in SU01 tcode.
    Thanks

  • How to Get Outlook 2010 RDA or OWA as the Default Mail handler for Windows 7

    I use remote desktop apps which is my primary method of using Outlook 2010. however I use many applications in Windows 7 that I need to be able to send email from. Logic tells me the Default Mail application MIME needs to be mapped. However I do not show
    RemoteApps listed in the list of Programs available to connect to as MIME.
    Is there a way to fix this?
    Raymond Johnson Desktop Support Engineer

    Hi,
    To set Outlook 2010 as the default program, please do the following settings:
    1. Open Outlook, click File > Options.
    2. In General pane, make sure the “Make Outlook the default program for E-mail, Contacts, and Calendar” option is checked.
    3. Click “Default Program”, select the extensions you want Outlook 2010 to open by default, and then click Save.
    4. Click Ok to save the settings in Outlook.
    5. Open Control Pane and search for Default Programs.
    6. Select Set your Default Programs link.
    7. Choose Microsoft Outlook from the list of programs.
    8. Click "Set this program as default".
    9. Click OK to save the setting.
    Regards,
    Winnie Liang
    TechNet Community Support

  • How to use FlashVars to set the default option on a combobox

    We are using XCelcius to display data in an XML file that is populated by another program using the Web Services approach.
    On our widget, there is a combobox that allows the user to select a specific range of data.  In Xcelcius, the value of this combobox can be defaulted using the Behavior->Default Options->Combo.
    This is good, but this also means hardcoding a particular value.  What we'd like to do is set the Default Option on the combobox via a FlashVar.
    Is this level of behavior exposed via the FlashVars so we can define the default option in our HTML file?
    Thanks for reading.

    unfortunately you cannot dynamically set the default option in 'Any' selector - so your Flash Vars approach will not work

  • How does one define a default style for a custom Flex component?

    How does one define a default style for a custom Flex component?
    hello
    I created a new set of Flex component library slib.swc (Flex 4.5). Would also like to have a default style. defaults.css file, making it the default style of the component library.
    Like flex the builder install directory of sdks \ 4.5.0 \ frameworks out \ libs directory has a spark.swc file, open with Winrar will see defaults.css this file. Defaults.css file defines the default style of the flex spark components.
    How can it be achieved?
    As follows
    slib.swc contains a CLabelEx components, and a defaults.css file
    defaults.css source file as follows:
    @ namespace s "library :/ / ns.adobe.com / flex / spark";
    @ namespace mx "library :/ / ns.adobe.com / flex / mx";
    @ namespace cn "http://os.slib.cn";
    cn | CLabelEx
            styBackgroundAlpha: 1;
            styBackgroundColor: # 569CC0;
            styBorderAlpha: 1;
            styBorderColor: # 569CC0;
            styBorderWeight: 1;
            styCornerRadius: 3;
    In slib.swc the application MyLabel.mxml of the source file as follows:
    <? xml version = "1.0" encoding = "utf-8"?>
    <s: Application, the xmlns: fx = "http://ns.adobe.com/mxml/2009
                               xmlns: s = "library :/ / ns.adobe.com / flex / spark"
                               xmlns: mx = "library :/ / ns.adobe.com / flex / mx"
                               xmlns: cn = "http://os.slib.cn
                               the minWidth = "955" The minHeight = "600">
            <fxeclarations>
            </ fxeclarations>
            <cn:CLabelEx x="67" y="112"/>
    </ s: Application>
    I hope CLabelEx default use cn | CLabelEx, style to display its appearance.
    I refer to above approach, but failed to achieve. Can you please re-Detailed
    Thanks!

    dj is right. Any Folder can be a picture folder.
    Create a root level folder and add it to your Pictures Library in Windows.  It will show up with all the scattered pictures from other programs. It can even be a different dirve if you like.  You  can even specify one to be the default save location for pictures in this dialog.
    Navigate to Pictures in your Libraries in Windows Explorer Right Click and select Properties.
    Message was edited by: Rikk Flohr forgot the instructions...

  • HT5622 I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for p

    I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for purchase stubbernly remains my own.

    You do not mention it, but I will assume you are running OS 10.9.1.
    Go to: Apple menu / System Preferences / Users & Groups. Click the padlock and enter your password.
    Click the + (plus sign) and set up a new account for your wife. You have to enter a bunch of info. And then create the correct Login Options. Automatic login does not require a password from the selected user.
    When that is done, verify the account works by restarting the computer and login as your wife.
    Make sure that any applications in your own Users folder that will be needed are moved to the Applications folder in your wife's Users folder.
    Now go back to Users and Groups, click the padlock and authenticate, select your own account, and hit the - (minus sign). This step cannot be reversed, so you might want to wait a few days before doing it.
    When your wife is logged in, the App Store will know.

Maybe you are looking for

  • Run Operating System Commands

    Hi, There is an urgent requirement, i want to know about Run Operating System Commands in file adapter. What are all possible commands for windows operating system? and how it works? Kindly send me your suggestions and links at the earliest. Your hel

  • BPM with variable number of initial receive steps

    Hi guys, I have a scenario where an external Web Server sends XML messages over HTTP to XI. It may be the case that the number of messages that concern a single request is one, two or three. Messages are correlated through a unique key.  Since this i

  • Main/hub-phone interference?

    I set up BT Broadband a year ago and it works perfectly. Recently I decided to activate the additional phone line, and plugged a phone into the hub socket. Again, it works perfectly, BUT all incoming calls on the main phone also cause the hub phone t

  • JSP with JavaBeans

    Hello, I'm trying to write my first page of JSP using a JavaBean. I've created a simple bean : package dalpkg; public class DalBean public DalBean() setName("DIMA"); private String myName; public void setName(String name) this.myName=name; public Str

  • YTD function problem

    Hi, I got error when I try to calculate YTD sales by using "TODATE" function. TODATE("Facts - Contract Value"."Total Value USD","Dim - Contract Date"."Fiscal Year") [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned fr