PR Cancellation with Reason and Check List

Dear all,
Please put some ideas on this.
I have a requisition released by User and final release by Head. Once the final release is done, purchase department have the authority to reject the PR, if anything is missing/mismatch.
However, purchase dept do not want to be a part of the release strategy. While cancelling/Rejecting (not through release) the PR Item after final release, there is a list that needs to be maintained which will contain a checklist for the reason why the PR is rejected/Notes.
a. Thought of deleting the line item.
b. can we do release in park document (not able to go through it as a dump is coming).
Any inputs...
Regards,
Lakhya

Hi,
   Other than release rejection, you may check the option of specific texts at header or item level, where the buyer can add his comments. But the disadvantage is that the requisitioner wont be notified whether the requisition is rejected or not. It is not feasible to check the text is each and every item to find the release rejection.
   You may go for development to notify the requisitioner about the rejection text.
   Alternatively, check whether the report RSTXTC3 (with object as EBAN or EBANH and the text ID as the text ID of the rejection text along with the creation date). You may even schedule the report in background with appropriate variant and send mail to the users.
Regards,
AKPT

Similar Messages

  • Steps  and Check list SNC implementation

    Dear Experts.
    Believe that you'll spend some time to put your precious quotes on this query.
    1. How SNC implementation should be done, what are the steps to be carried out?
    2. What are the Pre-requisites and check list for implementation?
    3. What testing needed to be done after implementation.
    Thanks in advance
    Vinoth

    Hi Vinoth,
    Responsibilities:
    BASIS / Security :
    1. System Upgrade / Installation
    2. Post upgrade activities like SPAU (if its upgrade), notes that are required to be implemented.
    3. Email / SMS set-up (Exchange infrastructure)
    4. Work-out the authorizations that need to be provided for different Business roles
    XI / PI :
    1. Download the content for latest SNC release
    2. Set-up communication between ERP <> XI <> SNC
    3. Check SLDCHECK
    4. Configuration scenario e.g. Sender Agreement, Receiver Agreement, Receiver Determination, Interface Determination, etc.
    Functional :
    1. Master Data set-up
    2. Required customizing
    Hopefully, this should give an overall idea.
    Regards,
    Sandeep
      Re: What are the ODM components available in SNC?  
    Posted: Aug 6, 2010 10:39 AM    in response to: Sandeep Mandhana           Reply 
    Hi Nikhil & Sandeep,
    Thanks for your valuable information.
    Could you please let me know the checklist and steps that should be followed while implementing SNC.
    Basis/Security peoples responsiblities?
    XI/PI peoples responsibilites?
    Functional peoples responsibilities?
    Thanks in advance
    vinoth

  • Order Cancelled without reason and refund

    My order about a macbook pro was cancelled without reason, the best buy email just says "We're sorry, but your items have been canceled because we could not verify some of your information." and i didn't receive the refund!! I need help urgently, thanks

    Hello guigapsouza,
    I'm disappointed to read that your order was cancelled and that the funds that were put on hold have not yet been released. Certainly, I regret any inconvenience to you as a result of this experience.
    When an order is placed on BestBuy.com, a hold is placed on the funds in your account to ensure that they are available when the order is shipped and billed. If an order is canceled, the hold may not be removed by your bank for a few business days afterward. In order to have the hold removed more promptly, I recommend contacting your bank directly for further assistance.
    I hope this helps. I'm grateful that you took the time to write to us with your concern.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Problem with payment and check

    HI
      My problem is the following; there were a invoce that arrived and it was paid 50% in advanced.
    According to the invoice, it is supposed that in the Project Builder the complete quantity loaded to each project should be entered, and to the CIP.xxxx is loaded 50% that had been paid. That value in negative sign, to be able to cancel and to compense it. When one tries to enter this quantity in negative, the system show the following message: " only allowed numbers in positive." If we not carried out the before mentioned the check will come out for 100% of its value including 50% that was already paid.  
    I need to know how to do the following: 
    The check comes out for 50% that is the amount we have to pay and at the same time to enter in Project Builder the total that goes loaded to each project. 
    Thanks in advance for your help
    Message was edited by:
            Christian Meier
    Message was edited by:
            Christian Meier

    I want to clarify the transaction as under:
    1] The reciept of goods [100 % value that you book to the project] is one thing; 2] the payment to the vendor [ 50%] is another.
    Going by the above ,
    You can treat the 50% Advance payment as 'down payment" [ Spl.GL Transactions].Use t/ code: F-48.
    Once the material in entiriety is supplied you can regularize this down payment[T.code:FBA8].
    For the supply made,you can book the entire 100% in the system.
    Hope this clarifies your doubt.

  • Request help to display a list with parent and child list item.

    I created a static list with items A,B,C and a child item A1 under parent A. I chose the template "vertical Side bar list". I am using theme 10 (sand) for my application. I created page 0 and am displaying the list on page template region position2. I am able to see the side bar with options A,B,C. But am not able to see the child option A1 when I click on Option A. I tried using 'DHTML MENU WITH SUB LIST' but When I click on option A, the child entry A1 is showing over the B and C options. I know this might be a pretty basic functionality. I am new to APEX and am just learning. I appreciate any help you give me.

    Mr.Backstrom,
    I have changed the list template overide to dhtml Tree. And now the list is being displayed as vertical unordered list with bullets. Is it possible to take off the bullets? Thank you for your time.
    Suma.

  • Problems with SUBMIT and EXPORTING LIST TO MEMORY

    Hi,
    I have a program that executes another report using a submit call, then the output of this submit is retrieved to the program using the LIST_TO_MEMORY FM. Source code it's something like this:
    SUBMIT rptime00
                 EXPORTING LIST TO MEMORY AND RETURN
                 WITH SELECTION-TABLE t_params
                 USER 'my_user'.
    CALL FUNCTION 'LIST_FROM_MEMORY'
         TABLES
             listobject = t_table
         EXCEPTIONS
             not_found  = 1
             OTHERS     = 2.
    This code works fine if I execute the program in foreground. But when I try to execute the report in background (F9 instead of F8 for example), submit works fine but LIST_FROM_MEMORY returns a NOT FOUND exception instead of the output of submitted program.
    So, is it possible to retrieve the output of a program called via submit when the report that executes the submit is executed in background?, how can I retrieve the output of submit when the report is executed in background?
    thanks in advance

    try
    SUBMIT rptime00
                 EXPORTING LIST TO MEMORY AND RETURN
                 WITH SELECTION-TABLE t_params.
    without user
    hope that helps
    Andreas

  • Problem with Queue and linked list

    Hi... i've got an assignment it start like this.
    You are required to write a complete console program in java includin main() to demonstrate the following:
    Data Structure: Queue, Priority Queue
    Object Involved: Linked-List, PrintJob
    Operations Involved:
    1. insert
    2. remove
    3. reset
    4. search
    Dats all... I've been given this much information... Can any1 try to help me please... How to make a start??? And wat does the print job means???
    Can any1 tell me wat am supposed to do...

    Hi,
    Why don't you start your demo like this?
    import java.io.IOException;
    public class Demo {
         public Demo() {
         public void startDemo() throws IOException {
              do {
                   System.out.println("String Console Demo ");
                   System.out.println("\t" + "1. Queue Demo");
                   System.out.println("\t" + "2. PriorityQueue Demo");
                   System.out.println("\t" + "3. LinkedList Demo");
                   System.out.println("\t" + "4. PrintJob Demo");
                   System.out.println("Please choose one option");
                   choice = (char) System.in.read();
                   showDemo(choice);
              } while (choice < '1' || choice > '4');
         public void showDemo(char ch) {
              switch (ch) {
              case '1':
                   System.out.println("You have chosen Queue Demo ");
                   showOperations();
                   break;
              case '2':
                   System.out.println("You have chosen Priority Queue Demo ");
                   showOperations();
                   break;
              case '3':
                   System.out.println("You have chosen LinkedList Demo ");
                   showOperations();
                   break;
              case '4':
                   System.out.println("You have chosen Print Job Demo ");
                   showOperations();
                   break;
         private void showOperations() {
              System.out.println("Please choose any operations ");
              System.out.println("\t" + "1. Insert ");
              System.out.println("\t" + "2. Remove ");
              System.out.println("\t" + "3. Reset ");
              System.out.println("\t" + "4. search ");
         public static void main(String[] args) throws IOException {
              Demo demo = new Demo();
              demo.startDemo();
         private char choice;
    Write a separate classes for the data structures show the initial elements and call the methods based on the operations then show the result.
    Thanks

  • Complicated form with hyperlinks and mail list

    All right ladies and gentlemen, I'm going to describe my problem as detailed as possible.
    I'm using Adobe Acrobat X Standard 10.0.0
    I'm trying to create a form that will be useful for our company, the basic idea of the form is that it will be sent to our costumers to fill out and by a simple button click they would be able to send it back by mail.
    Now i have succeeded with the main construction in the form.
    The things i have problem with and dont know if possible is:
    - I want the returned form from the customers to be a blank pdf: That means i dont want it to be editable.
    - I want the the "send button" to have options to different mailadresses: Basically what i want is that when the customer fill out the form and click on the "send button" they will see different names to choose which one they want to return the form to.
    - I want hyperlinked mailadresses: In the form the customer has to fill out several mailadresses and when we recive the returned form from the customer i want these mailadresses to be hyperlinked that by a simple click on the mailadress i would be able to send a fast mail.
    Are these options possible to do? And how can i do this?
    I appriciate any kind of help
    Thank you!
    //Mitham Al-Zwair

    jwellsnh wrote:
    You wrote: Is it also possible to update one of the row columns of a tabular form, with a preset value (not by user input).Is this when you are adding a row to the table?
    Not sure that this possible since some heavy hitters struggled with it:
    {message:id=9744258}Hi Jeff,
    I meant that the one of the rows of the table gets updated whenever a row from the tabular form gets updated.
    But if you say that some experts have had problems with that, I'm gonna have to look for a possibility to work around it.
    For example the row_version needs to get updated, could I use a trigger to do that?
    Cleo
    Edited by: Cleopatra on Oct 4, 2011 10:27 AM

  • Web login (JSP, Servlet) with roles and users list stored using db4o

    Dear all,
    I would be grateful if someone of you (the masters out there) could help me with the build of an application where the first page will be a login page.
    The users will be devided in 3 categories (user, editor, administrator) and there member information will be saved in db4o database.
    If the user has not been registered in the past then a registration page should come up allowing him to be registered and keep his details in a db4o database on the same site.
    I am using JSEE8 and the site will be sent to a Tomcat server on the net.
    Please please please HELP

    I am giving some code for to redirect as the user is, But before that you have to made a extra coloumn "role" in your security table. and put admin, user as respective roles.
    doPost(HttpReq...........)
    String user = req.getParameter("UserName"):
    String pass= req.getParameter("Password");
    Then Connect the database with ur code ie class.forName etc
    String sql= "Select * from security_table where Username= ' "+user+" ' and Password= ' "+pass+" ' ";
    Statement stmt = conn.createStatement();
    ResultSet rs= stmt.exequteQuary(sql);
    if(rs.next)
    String S1=rs.getString("Username");
    String S2= rs.getString("Password");
    String S3= rs.getString("Role");
    if(S1.equals(user) && S2.equals(pass) && S3.equals.(admin)){
    req.sendRedirect(http:// full path name of the page)
    else if( S1.equals(user) && S2.equals(pass) && S3.equals.(user))
    req.sendRedirect(http:// full path name of the page)
    }else
    req.sendRedirect(http:// full path name of the Error page)
    }

  • Check List for CR ( Chnage Request) And Type of CR's

    Hi All,
    I am going to work on Change Reqest in BI. So for going forward, i would like to know the Types of CR's and Check list of each type of CR. Please i need very urgent.Plz give your inputs as early as possiable.
    Thanks & Regards,
    Venkat
    Edited by: vanarasi venkat on Apr 16, 2008 8:40 AM

    Hi Venkat,
    go through these links ...u can get the req info
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c9c8be-346f-2a10-2081-cd99177c1fb9]
    [/people/evan.stoddard/blog/2006/01/03/sap-solution-manager-new-info-blog]
    [https://websmp105.sap-ag.de/goinglivecheck]
    here check on left for FAQs
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/08f1b622-0c01-0010-618c-cb41e12c72be]
    go through this thread
    [Is there a BW implementation checklist?;
    regards,

  • Logic rewired with Reason midi controller issue.

    I use Logic 7.2.3 rewired with Reason and for some "reason" I can't get Reason to recognize my controller which is connected via MIDI to the Digi 003. Any ideas?

    Interesting question.. Usually, variation in velocity is a desirable thing, to be able to play an instrument expressively. However, if you want to make your notes all equal velocity, an easy way to do this is with the inspector. Make sure that no regions are selected in the arrange window (so that the inspector says 'midi through'). Then adjust the 'dynamics' setting to 'off' (or whatever the actual terminology is), from that point on, anything you play on any instrument will have the velocity ignored. You can also set this kind of thing up for individual instruments, using the instrument parameter box just below the inspector.

  • Garageband2 with reason 2.5 software

    I am ready to upgrade to either an iBook 14" or powerbook 15" - would definitely like the iBook since it is about $600 cheaper.
    anyway, i have been using reason 2.5 to do all my tracks and read somewhere that you can transfer the final mix to garageband2 and then lay the vocals over it.
    has anyone done this and does the final mix with vocals sound great?
    thanks.

    Reason has some processors that are good for running vocals or final mix through. I'd like to record something in garageband, and send it to Reason for some after effects.
    Also, Reason has some great keyboard/synth samplers. What's the easiest way to run my midi keyboard into reason to get a certain voice, then to garageband? You said that GB supports Rewire. Does rewire come with Reason, and is this the easiest way to accomplish what I described above, using Reason and GB?
    Thanks for all your help,
    Jon

  • TS3048 My bluetooth mouse usually loss with unknown reasons and it then automatic connected again after some clicks.

    Dear Sir or Madam,
    I have bough my Macbook Pro since 8 months ago and it seams quite good upto now, however in these days my Bluetooth mouse ussually lossed with unknow reasons and it then automatic connected again after some clicks.
    I have check mouse battery as well as relevent reasons like turn-on, but it still repeated and I don't know what is exact problem, it due to my mouse or my mac?
    Thank you very much and looking forward to your help.
    BR

    Check your Bluetooth, do you have a bunch of stuff listed in there that you are no longer using?
    Or another peripheral you stored away in a cabinet near by?

  • Is there a check list ti send emails rather than opening and closing contacts for each entry?

    Maybe I got spoiled but in my hotmail if I wanted to forward an email all my contacts came up and I would just choose and check them off my contact list. Now I have to do one atbabtime on my iPad and mobile hotmail. I know I can make groups but seems like I lost a great feature.

    CS7981 wrote:
    is "Is there any benefit to using my Airport Express with my wireless router
    no.

  • Sending PI message in case of Payment Cancellation and Check Number Voided

    Hi ..
    I've a requirement to send a message to PI wth the required invoice header fields whenver any payment document number is cancelled or check number is voided. I know we can cancel the payment or check payment through tcode FCH8 and the module program for this is SAPMFCHK.
    I have no idea where would i put my custom code in the check payment cancellation wherein i can put my invoice fields and the proxy code so that I can send a message whenever any check payment or payment is cancelled.
    Please help me if you have come with the similar requirement. I think i need to create an enhancement and put my codes inside that but not sure how do to this.
    Thanks,
    Shamim

    Hi
    I guess You need to create substitution for this purpose. In your case reversal document get created for your original FI document.
    Go through http://wiki.sdn.sap.com/wiki/display/ERPFI/Creatinguserexitsforsubstitutions
    First check GCX2 transaction if there is already any Z Program attached for your application area. If yes check if it is active in SPRO
    Special Purpose LedgerTools-Maintain Validation/Substitution/Rules---Maintain Substitution
    You can create substitution ZTEST under
    Financial Accounting----Document header for field "reversal Indicator" and if you do F4 in field "Exit" you will see the exit created by you as per wiki.
    I think you can create substitution on field "reversal Indicator" but its your choice. Check if your exit gets trigger.
    Try creating a event to trigger proxy or submit program etc...
    Hope this helps.
    Regards
    Vinit
    Edited by: Vinit Joshi on Mar 9, 2012 8:20 PM

Maybe you are looking for

  • Safari cannot open the page because the server cannot be found (Cellular Data)

    Hi there. I'm having some trouble loading a website (that I've built) from Safari on my iPhone via cellular/4G, as the topic states, it comes up with the error: Safari cannot open the page because the server cannot be found All other websites load no

  • Getting GET variables out of outer frame

    Hi I currently have a jsp page inside an iframe. When that inner jsp page loads, I would like to get a variable attached to the url of the OUTER frame. Is this possible? If so, how would I go about it?

  • Help with SUM subquery

    I have an existing query that I wish to have 3 additional calculated columns added. The existing query is: SELECT t.swid as ID, t.name, t.swcatid, t2.catdesc as Category, t.liccnt, (select count(swid) as swcount from swinv t2 where t2.swid=t.swid) Re

  • Itunes store keeps accessing but won't open on my pc

    my itunes store won't open it keep accessing but won't open i need help

  • Tecra A2 Limits for new hard drive

    I have a Tecra A2.MS101E Is their a limit to the size of hard drive I can up grade to from the 40 GB that was in  it. Iwas thinking of 160GB Thanks Jan