How to  determine the Person who Rejected the SC item in Sourcing

Hi Experts,
We are working in SRM 7.0 ERP 6.0 EHP 4 in a classic Scenario.
We are creating free text SC without Supplier and on approval the Shopping carts are getting into Sourcing Queue.
In Carry out Sourcing the Purchaser is selecting the SC item and rejecting some items.
How can we determine the person who is rejecting the item in the Sourcing cockpit
Thanks
Pooja

Hi
Please see the below thread and answer your question
Issue in determining the Person who Rejected the SC item in Sourcing
Thanks
Ashish

Similar Messages

  • Displaying the current users information instead of the value of the person who completed the form in the first place.

    I found this fantatic post regarding querying the user profile service 
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx?pi47623=2#comments 
    However i have an issue whenever the form is opened again either to view or edit, it displays the current users information
    instead of the value of the person who completed the form in the first place.
    Please help me, I'm turning more grey each minute

    I think it is how the current user information is stored based on your logic.
    You might be quering current value again when loading the form (Form load Rule).
    you have to tweak your logic, after the user submits the form you can set the username to the one who saved it.
    or in form load, write a logic to see if the form was not saved before and then query the username( by using internal field like "formstatue")
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Project Server 2010 - Modification date and name of the person who made the last change in the project

    Hello everybody
    I'm with a doubt.
    I got in the business
    environment Project Server 2010 and
    would like to get the publication date,modification
    date and name
    of the person who made
    the last change in
    the project. It is possible
    to doby the native
    resources or is
    there any query in
    SQL Server to perform a
    query of this information.
    Thank you.
    Obrigado por contactar o fórum Microsoft Technet!

    Hi Hezequias,
    You can get the ProjectModifiedDate column in MSP_EPMProject_userView in the Reporting DB where you can
    get the data based on the projectUID. 
    The "last saved" date in the draft DB (be aware that querying in the draft DB is not supported by MS).
    For the "last modified by", I think it is not stored in any place.
    But you can develop custom code upon publishing the project (Event BeforePublish), writing the current
    date and username automatically into a custom enterprise field.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Print Problem - PDF is OK on Windows 7, but OK on Windows XP with "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem."

    I have received a PDF which prints fine in Windows 7 but with Windows XP I get "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." and a blank piece of paper passes through the printer. I appreciate that Windows XP is no longer supported but I would like to think that the solution to this problem is not too difficult!
    I have tried Acrobat 9, 10 and 11.
    Any advice (apart from use Windows 7! ) would be most welcome.
    Many thanks.

    If you use the same Adobe Reader versions with the same PDF on Windows 7 and XP, then I would expect the outcome to be the same.
    Is this a local or online PDF?
    If local, is the file really exactly the same?
    If online, in what browser?

  • Field which store the person who created the trip

    Hi guru,
    we can't to find which field of which table actually store the person who created the trip inbehalf of the employee. But I can only found the person who lastly change the trip in table
    PTRV_HEAD field UNAME. Also what is the logic of when the field UNAME get updated, since for my testing, when another logon user change the trip's head data like date, reason this field get changed. But this field won't be change if the user only change the trip's line item data such as addition info, amount of the trip etc. Is it the real logic of the system?
    Thanks in advance.
    Liz

    Hello Liz,
    You can go to the transaction PRTE in there the table AEND you will find all the changes that occur for the particular trip.
    Regards,
    Raynard

  • Address number of the person who created the sales order.

    Hello Experts,
       I am currently making a report in which it has to send the output of the script as a email attachment to the person who created the sales order. For this i am using a standard include RVADOPFO but here we need to pass the address number and person number gor getting the rest of the details. So where i can find the address of the person who created the sales order. (I am able to get the name throuhg VBDKA-ERNAM, but i need address number of that person)
    Thanks & Regards,
    Uday S.

    Hi  Uday,
    check
    ADRC-NAME1 = VBAP-ERNAM
    in ADRC you will get the address of the SO created person in the field ADDRNUMBER  that you have to pass in the ADR6-ADDRNUMBER   you will get the mail address in the field ADR6-SMTP_ADDR
    hope it helps you
    Thanks!
    Edited by: Prasanth on Mar 12, 2009 3:15 PM

  • Why every time i hit my new message or iMessage notification it goes and creates a new message to the person who sent the message

    why every time i hit my new message or iMessage notification it goes and creates a new message to the person who sent the message?

    Hey Rkbethel
    There are two ways to resolve this for you. For the first is go and do a Reset All Settings by going to Settings > General > Reset > Reset All Settings. It will not delete anything on your iPhone, but it will put all settings back to default. If it does not work, the next step would be to restore the iPhone back to factory settings.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • My phone was stole and i report it as a lost and the person who found the phone had connect to the internet many times but Icloud dont tell me the location of the phone !!! Tf

    My phone was stole and i report it as a lost and the person who found the phone had connect to the internet many times but Icloud dont tell me the location of the phone !!! i dont know why i cant see the location why!!!!!

    Hello,
    Go to
    https://www.icloud.com/#find
    Sign in. Under the "Devices" Tab, if you iPhone isn't listed, Find my iPhone was never set up and there is no way to track it. If it appears, but is shown as offline, it means that it was set-up but is currently not trackable (no wifi connection active). Best of luck.

  • How to determine via SQL who created the sales order

    Hello I am trying to determine via SQL who created the Sales Order.  I'm looking at the ADOC table but having a hard time determining which record points to the sales order creation.

    Hi Jimmy,
    Try this:
    select
         T0.[DocNum], T2.[DocDate], T2.[CardCode], T2.[CardName],
         T1.U_NAME as [User Name], T2.UpdateDate as [Cancelled Date]
    from
         ORDR T0
         inner join OUSR T1 on T0.UserSign = T1.UserID
         inner join ADOC T2 on T0.DocNum = T2.DocNum
    where
         T2.LogInstanc = (select min(LogInstanc) from ADOC T3 where T3.ObjType = 17 and T3.DocNum = T0.DocNum and T3.CANCELED = 'Y')
         and T2.CANCELED = 'Y'
         and T2.ObjType = 17
    group by
         T0.DocNum, T2.DocDate, T2.CardCode, T2.CardName, T1.U_NAME, T2.UpdateDate
    Kind Regards,
    Owen

  • HT3529 if you have a restriction on your iphone can the person who put the restriction on the phone be able to see who i text with the other persons email?

    i want to text my friend who recently moved from out of state but i have a restriction and she has a new number, would the person who put my restriction on my phone be able to see who i text if i text her on her Imessage account or no? i really miss her!

    There is some issue going on with multiple people related to the Facebook for BlackBerry notifications.  You're not alone in that respect.
    Not sure if the issue is with Facebook or the application, but I'm leaning towards Facebook since it's pretty much sucked on my PC the last several days, too.
    http://www.blackberryforums.com/aftermarket-software/204335-facebook-oddities-sep-15-2009-a.html
    If you find a post here helpful, please consider giving the poster some Kudos

  • The person who receives the call doesn't hear me! Please help

    When i phone a person, I talk but the person doesn't hear me..

    try a different connection, or try resetting the settings
    settings>general>reset>reset all settings
    you will not lose any information except wifi pw's
    make sure to choose set up as new device when it asks, you didnt loose any info so its pointless to restore from back up, plus it would put the settings the way they were

  • I went to create a itunes account and entered the wrong e-mail in and my ITunes confirmation code was sent to that e-mail. The person who recieved the e-mail shouldnt be able to keep it due to they dont know the password i made for the account correct?

    I went to set up an ITunes account and entered the WRONG e-mail. After everything was complete it sent the Itunes conformation number to the wrong e-mail. I dont believe they can use it because they dont know the password it will ask them for that e-mail for the account. How do i redeem the itunes back? When i enetr the code to try and use it for my correct e-mail it says it already has been redeemed.

    Go to https://expresslane.apple.com ; select 'iTunes' in the first column; 'iTunes Store' in the second column then see if there is an appropriate place to report the problem.

  • Can another person pick up my order(iphone 4S unlocked) in the store... if the person who bought the iphone isn't in the country.

    I want to know that because I want to buy a iphone 4S unlocked with my father's credit card but the trouble is that we live in ECUADOR so my father cannot pick up that order.... but I have a uncle who live in United State that can pick up.... so I want to know if my uncle can pick up.
    Sorry i don't speak english very well...
         Thank you.

    I can't think of any way to do that other than have your uncle purchase the phone with your uncle's credit card, and you reimburse him.
    Keep in mind that if the phone needs to be repaired it must be returned to the US. You would be better off buying it in Equador - https://www.apple.com/la/iphone/

  • An Error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.

    Anyone have a quick fix for this?
    The user that created a document updated adobe reader prior to getting this error message.

    The PDF file structure is complex with lots of compression, offset tables, xref tables,  mapping information, images, etc  and if Acrobat/Reader cannot fix the minor problem then you need to download a new copy of the file from the source.
    If this file is being sent by email make sure you email program can handle the PDF attachment or have the PDF sent to you in a zip file.

  • HT1689 Every time I open an email the person who sent the email gets automatically added to my phone contacts.  Please help me turn off this annoying feature.

    Every time that I open an Email, the senders Email adress gets automatically added to my phone contacts.  Is there a way to shut off this feature?

    *bows to you*
    Thank you so much. My computer that was functional and fast pre-Yosemite was moving at a snail's paste just to do a simple file search!

Maybe you are looking for

  • Urgent help required to make variableRowHeight & rowCount work hand in hand for a Datagrid

    HI, I am using variableRowHeight property on a datagrid to wrap the text and this works perfectly. At the same time, I have to assign rowCount dynamically. My logic for caluculating rowCount is rowcount = sampleData.length > 5 ? 5:sampleData.length;

  • Creating a script for inserting images

    I am new to the scripting concept, so please forgive me when I use incorrect terminology. I would like to create a script that will automatically place images in my InCopy document. Basically I want to type the names of image files in an InCopy docum

  • Execution Results Not Showing...

    Hi, I am using Oracle Ware house Builder 10 g. In this tool in control Center Manager When i execute any maps i am able to see all the execution details. But Now i dont able to see the execution & Job Details For a Particular map..what to do???? Is t

  • Computer without videocard not boot after 2.6.32 upgrade

    After upgrade to 2.6.32 my home server not boot. It boots fine if I insert video card to it. But how to boot it without card?

  • Netsh http show ssl -- there are no certificates

    I had a self-signed certificate that had expired. I tried to create another and now I cannot get on the Internet. I'm getting the IIS Logo which usually show up when there is not page! When I do the following: netsh http show ssl I get nothing. So I'