P.O Error --- Interesting process. Please suggest

Dear Frnds
The scenario is
I have a contract with standard Item category .
I create a P.R with item category "K" nad reference the above contract. ( I made this possible by changing in the Config)
When i create the P.O with reference to the P.R above , Item category K is Not comming automatically - Here item category details is taking precedence from contract  - They system throws an error asking for Item category "K"
How can i acheive this .. I want item category to come in the P.O automatically.
Tks
khaleel
Edited by: Farruqh Khaleel on Sep 25, 2009 5:14 PM

Hello,
You can make changes in the Personal settings when you get into the Purchase Order Create/Change screen by setting the default values which will come always when ever you will create Purchase order using transaction Me23N.
Also if you are making Purchase Order with reference to contracts, there is a way that you enter ME21N and then you select the contract but also you can go directly get into ME21N transaction from ME33K.
ME33K>(Header Menu)> Contract> Follow on Functions> Contract release order........ this will take you to create PO screen i.e. ME21N, and you can see the fields getting updated as per reference contract.
Hope this is what you have asked for.
regards,
Prashant Rathore.

Similar Messages

  • Utl_mail error .. Please suggest me where im wrong

    i am writing this in after report trigger please help me what is my wrong in this ..
    function AfterReport return boolean is
    begin
    SRW.USER_EXIT('FND SRWEXIT');
    DECLARE
    vinhandle UTL_FILE.file_type;
    rfile RAW (32767);
    flen NUMBER;
    bsize NUMBER;
    ex BOOLEAN;
    vrec VARCHAR2 (100) := '[email protected]'; --receiver's email id
    vsender VARCHAR2 (100) := '[email protected]'; --sender's email id
    vsubj VARCHAR2 (50) := 'Credit Memo Report'; --subject
    vmesg VARCHAR2 (4000);
    vmtype VARCHAR2 (30) := 'text/plain; charset=us-ascii';
    BEGIN
    vmesg := 'Please find out the attached output'; --message
    UTL_FILE.fgetattr ('/u01/d02/CROWN/inst/apps/CROWN_dhadev/logs/appl/conc/out',--name of the directory
    'o'||:P_CONC_REQUEST_ID||'.out', --name of the file
    ex,
    flen,
    bsize
    vinhandle :=
    UTL_FILE.fopen ('/u01/d02/CROWN/inst/apps/CROWN_dhadev/logs/appl/conc/out','o'||:P_CONC_REQUEST_ID||'.out',
    'R');
    UTL_FILE.get_raw (vinhandle, rfile, flen);
    UTL_FILE.fclose (vinhandle);
    utl_mail.send_attach_raw (sender => vsender,
    recipients => vrec,
    subject => vsubj,
    MESSAGE => vmesg,
    attachment => rfile,
    att_inline => FALSE,
    att_filename => 'o'||:P_CONC_REQUEST_ID||'.out'
    -- where CTEMP is a directory with path as $APPLCSF/out
    END;
    return (TRUE);
    end;
    Log file error
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    REP-1401: 'afterreport': Fatal PL/SQL error occurred.
    Please suggest me where iam wrong
    thanks in advance

    hi gurus
    now the error has been changed wn i tried this
    SQL> CREATE OR REPLACE PROCEDURE test_sendmail001 IS
    2 vinhandle UTL_FILE.file_type;
    3 rfile RAW (32767);
    4 flen NUMBER;
    5 bsize NUMBER;
    6 ex BOOLEAN;
    7 vrec VARCHAR2 (100) := '[email protected]'; --receiver's email id
    8 vsender VARCHAR2 (100) := '[email protected]'; --sender's email id
    9 vsubj VARCHAR2 (50) := 'Credit Memo Report'; --subject
    10 vmesg VARCHAR2 (4000);
    11 vmtype VARCHAR2 (30) := 'text/plain; charset=us-ascii';
    12 vatt_mime_type varchar2(100):='application/octet';
    13 P_CONC_REQUEST_ID number:=416457;
    14 BEGIN
    15 vmesg := 'Please print and complete attachment'; --message
    16 UTL_FILE.fgetattr ('u01/d02/CROWN/inst/apps/CROWN_dhadev/logs/appl/conc/out',--name of the directory
    17 'o'||P_CONC_REQUEST_ID||'.out', --name of the file
    18 ex,
    19 flen,
    20 bsize
    21 );
    22 vinhandle :=
    23 UTL_FILE.fopen ('u01/d02/CROWN/inst/apps/CROWN_dhadev/logs/appl/conc/out','o'||P_CONC_REQUEST_ID||'.out',
    24 'R');
    25 UTL_FILE.get_raw (vinhandle, rfile, flen);
    26 UTL_FILE.fclose (vinhandle);
    27 utl_mail.send_attach_raw (sender => vsender,
    28 recipients => vrec,
    29 cc => null,
    30 bcc => null,
    31 subject => vsubj,
    32 MESSAGE => vmesg,
    33 mime_type => vmtype,
    34 priority => 3 ,
    35 attachment => rfile,
    36 att_inline => FALSE,
    37 att_mime_type=> vatt_mime_type,
    38 att_filename => 'o'||P_CONC_REQUEST_ID||'.out'
    39 );
    40 end test_sendmail001;
    41 /
    ERROR :
    ERROR at line 1:
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 41
    ORA-06512: at "SYS.UTL_FILE", line 478
    ORA-06512: at "SYS.TEST_SENDMAIL001", line 22
    ORA-06512: at line 1

  • Error in Process-Please specify a valid account assignment error inBackend

    Hi Gurus,
    I am abaper and I am new to SRM technical.
    One Po is already there in SRM 4.0 and ERP with cost center and profit center replicated as it is. But my user is chaning the price of the PO in SRM.  It is showing as 'Error in Process'
    I check in backend error in portal and in rz20  'Please specify a valid account assignment' is error is coming.
    This is technical or functional issue.
    I checked in BBP_PD_PO_TRANSFER_EXEC, BBP_PO_INBOUND i find the error message as SE E181, But how can i rectify this error.
    when they changed the price for other pos it is replicating in backend but why for this po it is giving error, I checked all Cost center and profit center and all are fine...
    Please do the needful.
    Thanks,
    Kiran

    Hi,
    You said change of price in other POs is working fine. Only one PO goes into error.
    Is the cost center, profit center same as the ones in error PO ?
    If it's possible, can you also try this:
    - Create a PO in ERP directly using the same CC, Profit center as account assignment data
    - Check the other account assignment data that got defaulted (e.g. Business area etc) --> Verify whether this data is same in error PO also.
    - Could you create the PO successfully ?
    Best regards,
    Ramki

  • Error in Process in purchase order

    Hi ,
    I have created the purchase order and sent for approval .After approval i have  changed PO , i have changed the currency of PO and and also the Value of PO and sent for approval and status was approved . After that i created the confirmation and cancelled the confirmation , and  again changed the purchase order value and sent for approval and it was approved but the status of PO is "ERROR IN PROCESS "
    Please help ....

    Neha.
    Use the trx RZ20 and SLG1 for determine the detail of the error.
    Raul

  • An unexpected processing error occurred. Please contact Microsoft

    Before I get flamed like I did on StackOverflow, can I please make the point that there does NOT seem to be a clear route for getting official support for the Live SDK from Microsoft? I'm just trying to get someone from Microsoft to explain to me either
    what I need to be doing to my code OR how best to reach out to someone at Microsoft regarding this particular issue.
    Using this C# code:
    LiveConnectClient liveClient = new LiveConnectClient(currentSession);
    LiveOperationResult operationResult = await liveClient.GetAsync(file.FileLocation);
    dynamic contentResults = operationResult.Result;
    IDictionary<string, object> item = contentResults as IDictionary<string, object>;
    the following exception occurred on the GetAsync call:
    Microsoft.Live.LiveConnectException occurred
    HResult=-2146233088
    Message=An unexpected processing error occurred.
    Please contact Microsoft.
    Source=mscorlib
    ErrorCode=server_internal_error
      StackTrace:
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
    task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
    task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Relative_History.OneDriveViewModel.<GetPictureURL>d__86.MoveNext()
      InnerException:
    I've not encountered this exception before and the code works as-is on other files. Restarting the app and the code works as expected so I'm not sure what I'm supposed to do other than "contact Microsoft" as instructed and, as stated at the start
    of this post, Microsoft don't say HOW to contact them.

    Hi,
    Do you have some anti-virus software installed and set to scan network drive, temporarily disable it, check if that is the cause.
    I also suggest you update the firmware of your router.
    Please alos share more information in event viewer with us as mentioned by ZigZag31343x
    Meanwhile you can contact the support of My Book Live
    http://wdc.com/en/products/products.aspx?id=280
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Regards
    Yolanda
    TechNet Community Support

  • Error in Process chain( Urgent Please )

    error in Process chains:
    My Process Chain errors out in the step to activate the ODS after loading data inot it.
    The loading is correct and green. The Activation step errors out .
    Can u please explaing me the error messgae what it means & how to overcome the error & correct it ?
    I get message like this :
    Req. REQU_0WBTMPS7KTKP9BWTZ173XWX3Y, data package 000001 with status 2 in rsodsactreq missing in return
    Message no. RSMPC129
    Diagnosis
    Request REQU_0WBTMPS7KTKP9BWTZ173XWX3Y, data package 000001 with status &3 in table 'RSODSACTREQ' is passed to the return structure as correct.
    System response
    The return structure is corrected and the data package is marked as incorrect.
    Message was edited by:
            Chris Gokul

    Chris,
    Looks like a request has not got deleted properly from the table :
    Options that you could look at :
    1. Delete all the data from the ODS and load again ( if that is an option )
    2. There are some entries you need to delete from the RSODSACTREQ table- but for this the suggestion would be to raise an OSS note for SAP to look into the same - we had a similar issue and raised an OSS note for the same and then got some notes from sap.
    Also please mention your BI version and patch level.
    Arun

  • Hi, We have an application  built using HTMl 5 and Javascript running on IPad2, iOS5.1 Safari 5.1. When we try to download a file(.pvw file) in that application safari throws "Download failed" error. Please suggest what needs to be done.

    Hi,
    We have an application  built using HTMl 5 and Javascript running on IPad2, iOS5.1 Safari 5.1.
    When a file url is clicked instead of asking for Save or Open or Cancel options, the file gets opened on IPad by default.
    Is this default behaviour which cannot be changed or can it be configured to ask user preference?
    When we try to download a file(.pvw file -> a model file) in the above application, safari throws "Download failed" error.
    Please suggest what needs to be done.
    Regards,
    Pramod

    Safari on an iPad in general does not allow downloading of files. That's a safety precaution in the iOS SDK to keep unauthorized content off of iOS devices. Safari will open from the web site file types that it can handle, but direct downloading isn't normal behavior, and I don't believe the behavior can be changed, though you can try asking in the developer forum, either here or the one to which you have access as a member of Apple's iOS developer program.
    Regards.

  • Hi, I recently upgraded my xcode to 5.1, my project is running well in ios 7.0,6.0, But in ios 7.1 i'm getting error like"iOS Simulator failed to install the application". Can anybody please suggest the solution for it.

    My project is not running in ios 7.1 simulator i'm getting error like "iOS Simulator failed to install the application". Please suggest a solution for it.

    We aren't Apple, just users like you. Have you tried a reset? Hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • HT202159 while downloading new Mountain lion OS i am getting "An error while downlaoding" , since i have already purchased the same & am not able to dowload the same, please suggest a solution

    while downloading new Mountain lion OS i am getting "An error while downlaoding" , since i have already purchased the same & am not able to dowload the same, please suggest a solution

    Disable anti virus software and try turning off the Firewall in System Preferences > Security & Privacy > Firewall.

  • HT1222 There is error showing while updating my iPad 2 software to IOS 6.1. Please suggest me what should I do?

    There is error showing while updating my iPad 2 software to IOS 6.1. Please suggest me what should I do?

    You need to tell exactly what is happening. What does the error say?

  • I am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me

    Dear ALL,
    i am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me solutions.
    var myBookFileName ,myBookFileName_temp;
                    if ( myFolder != null )
                            var myFiles = [];
                            var myAllFilesList = myFolder.getFiles("*.indd");    
                            for (var f = 0; f < myAllFilesList.length; f++)
                                        var myFile = myAllFilesList[f]; 
                                        myFiles.push(myFile);
                            if ( myFiles.length > 0 )
                                        myBookFileName = myFolder + "/"+ myFolder.name + ".indb";
                                        myBookFileName_temp=myFolder.name ;
                                        myBookFile = new File( myBookFileName );
                                        myBook = app.books.add( myBookFile );  
                                       myBook.automaticPagination = false;
                                        for ( i=0; i < myFiles.length; i++ )
                                                   myBook.bookContents.add( myFiles[i] );             
                                        var pdfFile =File(File(myFolder).fsName + "\\"+myBookFileName_temp+"_WEB.pdf");
                                        var bookComps = myBook.bookContents;
                                        if (bookComps.length === 1)
                                                       bookComps = [bookComps];
                                         var myPDFExportPreset = app.pdfExportPresets.item("AER6");
                                        app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFEx portPreset,bookComps);
                                      //myBook.exportFile (ExportFormat.pdfType, pdfFile, false);
                                      //myBook.exportFile(pdfFile, false, pdfPref, bookComps);
                                        myBook.close(SaveOptions.yes);      

    Change the below line:
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset,bookComps);
    to
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset);
    Vandy

  • HT4623 How can I update my iphone 4 from iOS 5.1.1 to iOS 6.1.4 only.  I am not looking for iOS 7 right now.  Please suggest the update process?

    Hi Team,
    I have iphone4 16GB with iOS 5.1.1.  While using the phone, few times the phone is automatically going to shutdown and getting call disconnected.  Some times, it happens more frequently in a day, sometimes not. 
    and also, How can I update my iphone 4 from iOS 5.1.1 to iOS 6.1.4 only.  I am not looking for iOS 7 right now.  Please suggest the update process?

    You cannot. You can only upgrade to the currently supported version of the iOS which, at this time is iOS 7.0.2.

  • In mail, after importing mailboxes the process gets stuck on '1619 of 72826' and 'time remaining' climbs infinitely. Please suggest a solution.

    In 'mail', after importing mailboxes the process gets stuck on '1619 of 72826' and 'time remaining' climbs infinitely. Please suggest a solution.
    I converted my mail boxes from POP to imap for the purpose of syncing all my devices. I backed up my mail boxes and further more perfomed a timemachine backup.
    Upon restoring ther mailboxes, either by manually copying them to the mailboxes folder, and restoring a timemachine backup, both pocesses result in the above problem.
    Please recomend a solution.
    file://localhost/Users/redwood/Desktop/Screen%20Shot%202013-10-15%20at%201.48.10 %20PM.png
    file://localhost/Users/redwood/Desktop/Screen%20Shot%202013-10-15%20at%201.38.30 %20PM.png

    Can anyone out there please help!

  • HT3743 Iphone 4 unlocked by at&t i did a restore from itunes and get an error message "your request cannot be processed please try again after sometime" I tried for a week now but same problem, please advice

    I have Iphone4 brought from at&t USA(carrier locked) and i am in india now, i contacted at&t and requested for an unlock for me to use with indian carriers.
    I got an email confirming the unlock has been completed from at&t and asked me to connect the device to itunes and do a back&restore, after the restore process i get an error message on itunes "your request cannot be processed, please try again after sometime" i tried it with my airtel sim card and also at&t sim card but did not work. I contacted at&t and they confirmed that the unlock request was successful but i still get the same error.
    Please kindly help me if i need to do someting to be able to activate and unlock my iphone4

    Excuse me. I am on a contract with O2 with an iphone 4s, suddenly xmas day it said "no service", took it to o2 who sent it to apple factory who refused to repair it because a screw missing.  I wouldnt know have never opened phone in my life,wouldnt know how to, then went direct to Apple Regent St London who also said "screw missing, warrenty void, then produced a phone just out of contract due to upgrade,a vodaphone carrier 3gs, it was unlocked but then told by apple the owner had to go to vodaphone and get it unlocked on their books which could take up to 48 hours, it is now 72 hours later and i have the same error despite backing up old phone with i tunes and i cloud,am very angry and am paying alot for a contract every month, all i can see is "no service and waiting for activation" and all ths started when I upgraded to IOS 6.Am extremely upset and still under warranty but no one seems to want to help me to connect to WiFI, i cannot keep going to Apple Regent Street at lunchtime and be shooed of with excuses, this replacement phone 3gs should work and it doesnt.  Am extremely annoyed with the info i have been provded wth by Apple staff.Now I havent had  a phone since 25th december.

  • Adobe update process fails due to Error 130200. solutions please

    adobe update process fails due to Error 130200. solutions please.  Shyam

    Is there anything else beside the number 130200?
    Try downloading the update from http://www.adobe.com/downloads/updates/
    If you still need help, please tell us your operating system details.

Maybe you are looking for