Customisation setting for PR creation with and without commitment both

Hi
We already have certain PR document types which are manually created with a/c assignment 'P' quoting a particular WBS in P.R. Now these P.R do not create any commitment as per the customization done by (I guess) MM/ FI person.
Can u please tell me where this customization setting is which facilitates or prevents commitment creation at the time of PR creation.
Thanks in advance
Martin
PS Consultant

Hi Manish
Thanks for the reply.
Commitment management is already active.  What I am trying to find out is how PR of certain document types are checking for budget and other document types are exempted for budget check in WBS.
Any further clues.
Martin

Similar Messages

  • VA01: Creation of SD order with several material codes,with and without VAT

    hi guys,
    could someone tell me how to set up the system to not be able to create an SD orders with a mix of VAT condition?
    We don't want a sales order with an combination with and without VAT.
    Pls advise. Thanks.

    could someone tell me how to set up the system to not be able to create an SD orders with a mix of VAT condition?
    We don't want a sales order with an combination with and without VAT.
    H i
    1.The Vat ( Tax ) is applicable on basis of Customer and Mareial Tax classification.
    2. So as far as material is concerned , group all VAT applicable material in One Division
    Say in FMCG Company
    Divisions are Soaps , Skin Care , Shampoo etc
    Create Sub Divsions say for Eg Soaps-------Soaps 1( Taxable) & Soaps 2 .( Non Taxable ) and acordingly for other divisions
    And then Create Sales Areas accordingly.
    All this will need Reorganisation of your Sales Area
    Regards
    Rohit

  • Is there an issue going on with the iPhones? And iPads? I cannot send text pics.  I can't get on Facebook, and I can't get on anything that uses Facebook ex Slotomania.  This has been going on for a few days!!!  It is happening with and without upgrades.

    Is there an issue going on with the iPhones? And iPads? I cannot send text pics.  I can't get on Facebook, and I can't get on anything that uses Facebook ex Slotomania.  This has been going on for a few days!!!  It is happening with and without upgrades.

    Contact facebook to address the facebook issues.

  • Camera wont capture when Tethering Canon T5i in Lightroom 4.4. Tried with and without card.

    I just unboxed a Canon T5i (700D). I've been shooting with a T2i for the past three years tethered to LR4 with no problem. Now with the T5i, i connect the camera, set up a new tether session and LR detects the camera in the pop up bar, but the sections for Shutter Speed, Aperture, and ISO are blank. The capture button is able to be clicked, but the camera does not respond. When the shutter on the camera is pressed, also no response. I have tried this with and without the SD card. I have used three usb cable and two different computers. I have checked for updates and my firmware is current. The camera is set to manual mode in the on position NOT the video position and I am tethering to a Windows 7 computer. Please help!

    You will need LR5 for that camera to be supported for direct tethered capture.  Or you can use the LR "Watched Folder" feature and use the EOS Utility or other tethering software packages.  Here is a list of some options - http://www.tethertools.com/plugging-in/software/

  • STO with and without delivery

    Hi All,
           sorry for troubling you all again. last question on STO.
    1) when STO is required to be with delivery only then only we use IMG > step up stock transport order> Assign Document Type, One-Step Procedure, Underdelivery Tolerance
    there is no need to assign document type in the step--> Assign Document Type, One-Step Procedure, Underdelivery Tolerance,  if it is without delivery in step --  ?  is it like this?
    i created a document type <b>zubd</b> by copying the std UB. and did the setting in the STO with the help of SD consultant.
    i assigned the new STO document type  ZUBD in step
    Assign Document Type, One-Step Procedure, Underdelivery Tolerance
    now when i am trying to assign document type UB in the step;
    Assign Document Type, One-Step Procedure, Underdelivery Tolerance
    <b>the system is giving me error message : an entry already exists with the same key</b>
    am i right if i make the interpetation for STO with and without delivery like this:
    1) for STO without delivery there is no need to do IMG in the step Set up stock transport order. we can use the std doc type UB or the one created by copying UB.
    2)  for STO with delivery we have to do the settigs in IMG for set uo stcok transport order
    thanks and regards
    Kavita

    Hi Kavita,
    You are Right,
    Assign Document Type, One-Step Procedure, under delivery Tolerance
    In this step, you define which document type is to be used for a certain combination of supplying plant and receiving plant.
    <b>There is no need to maintain IMG setting forStock Tranfer Order  Without SD delivery</b>. because main moto of assignment of Document type is to specify which delivery type is to be used.
    for this we allready maintain IMG setting before this srep >Assign Document Type, One-Step Procedure, Underdelivery Tolerance at
    <b>Assign Delivery Type and Checking Rule</b>:
    In this step, you specify whether an SD delivery is to be created in the case of a PO with a certain combination of supplying plant and document type. You can also specify which delivery type is to be used.
    The delivery determines how a delivery is handled.  I.e. stock transfers without a billing document or for stock transfers with a billing document.
    Regards
    Sanjay l

  • Bex Report with and without BIA . . Fails with a dump EXPORT_TOO_MUCH_DATA

    Hi Folks,
    We have a report thats has been running well in production for more about 18 months. This month it did not complete execution.
    We did implement BIA couple of 4 months back and the run times have drastically reduced after the BIA. Now this query execution results in a Dump with and without BIA.  FYI the underlying cube has 195,876,020 records only.
    Name of Runtime error: EXPORT_TOO_MUCH_DATA
    Short text:     Too much data for export.
    What happened?     Runtime error
        The current ABAP program "CL_RSR_CACHE_DO_SPID==========CP" had to be
         terminated because one     of the statements could not be executed at runtime.
    Error analysis: The dataset stored under an EXPORT/IMPORT ID is restricted
    by
    1. The maximum possible size of 2 GB
    2. The length of a data record and the capacity of the sequence counter. This error occurs only if the capacity of the
    sequence counter does not go beyond 255.
    Source Code Extract:
        1 METHOD if_rsr_cache_data_object~get_xstring.
        2
        3   FIELD-SYMBOLS:
        4     <l_xstring>            TYPE xstring,
        5     <l_sp>                 TYPE ANY,
        6     <l_spinfo>             TYPE ANY.
        7
        8   CREATE DATA r_r_xstring.
        9   ASSIGN r_r_xstring->* TO <l_xstring>.
       10   ASSIGN n_s_spid-r_sp->*     TO <l_sp>.
       11   ASSIGN n_s_spid-r_spinfo->* TO <l_spinfo>.
       12
       13 *... Sp has to be the first component
    >>>>>   EXPORT sp = <l_sp> spinfo = <l_spinfo>
       15          TO DATA BUFFER <l_xstring> COMPRESSION ON.
       16
       17 ENDMETHOD.
    Referred to the below note 0001232573
    which says to have 'RSRCACHE_ITAB_COMPR'  parameter using report SAP_RSADMIN_MAINTAIN
    Note say the below (It might be a little tricky, to find an appropriate value for 'RSRCACHE_ITAB_COMPR' as it heavily depends on the query-specific data structures that are stored in the cache. The general recommendation would be to start with a value of about 5000. Test this with a query, that dumped previously. In case the dump persists reoccurs, reduce the value of the parameter significantly. Otherwise, if no dump occurs but you face noticeably longer runtimes, increase the parameter.)
    We are trying not able to get to the right parameter value. (changed it from 5000, 4000, 3000, & 1000) without much  help.  Did any of you had to change this parameter. How low or High can this parameter be changed?
    We would like to understand if changing any other parameters would help in RSADMIN table would help?
    Any thoughts from the experts would be appreciated
    Thanks,
    FHF

    Hi,
    Are you running the report for all the selections(all the data )?
    execute the report with data selection and check?
    Is the data in the Ic - compressed?
    Regards
    KP

  • T450s screen size? (with and without bezel/border)

    Hello, May I ask the exact dimensions of the screen, with and without the bezel (in metric system)?Here is an image of the 4 coords I would need: http://ximg.fr/view-23376686df3969b67183003635c63a4f.htmlThank you very much

    the attached image is a t550 indeed but that's because it was the only decent image i could find on google, so I confirm I require these infos for the T450s.
    Thanks

  • The value should be set for Base image URL and Image file directory

    Hi experts
    Now customer has the following issue.
    XML Publisher concurrent request, using RTF layout template with LOGO, does not generate the LOGO for Excel output.
    but in output formats PDF, it is shown normally.
    from the debug log, we can found the following error message
    ======
    [051812_054716051][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    ======
    so I tell the customer to do the following action plan.
    1. in XML Publisher Administrator resp > Administration expand the HTML Output section.
    2a. enter a value for 'Base image URI'
    2b. enter a value for 'Image file directory'
    Customer set the value as following and retest this issue,but he found the issue is not solved.
    Base image URI: /u01/r12/ebssnd/apps/apps_st/comn/java/classes/oracle/apps/media/XXSLI_SONY_LIFE_LOGO.gif
    Image file directory: /u01/r12/ebssnd/apps/apps_st/comn/java/classes/oracle/apps/media
    I verified 'Base image URI' and 'Image file directory' settings:
    1) Change output type to HTML.
    2) Click the Preview.
    but the image is correctly displayed on HTML, so I think the issue is caused by user's uncorrectly setting of the base image URL and/or image file directory
    but could anyone give me some advice on which value should be set for Base image URL and Image file directory
    Regards
    shuangfei

    First thing to do is to edit the post and use some tags to format the code as it is unreadable and too much!
    Read the FAQ (https://forums.oracle.com/forums/help.jspa) to find out how to do this.
    Next we need to know the jdev version you are using!
    As the code is generated I would first try to generate it again after the db change.
    Timo

  • Attempting to install Adobe Acrobat 7 installer isn't recognizing my product serial number as a valid serial number.  I tried entering it with and without the dashes and neither methods work.  What should I do now?

    I bought a new computer and I'm attempting to install my older Adobe products that I still use, Adobe Acrobat 7 is the issue for now.  I followed the instructions on the Adobe site for installing the older apps, but the installer isn't recognizing my product serial number as a valid serial number.  I tried entering it with and without the dashes and neither methods work.  What should I do now?

    You cannot use your original files and serial number.  See the following for the files you need and the associated serial number(s)....
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • My windows 7 laptop with current itunes working will not recognize my ipod touch as new hardware/device. I tested my usb port, rebooted computer with and without ipod - no luck. Ideas?

    Mested usb port-oky windows 7 laptop with current itunes working will not reognize my ipod as a new device/hardware.  I have tested usb port-ok; rebooted with and without ipod plugged - no luck. Ideas?

    Not uncommon. Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • When I am abroad (living in Norway) the phone only temporarily  connects to a network. Most of the time is says "no service" in top left corner...I have tried to turn it on/off...with and without sim installed...roaming makes no diff. Can anyone help me?

    When I am abroad (living in Norway) the phone only temporarily (and seldom) connects to a network. Most of the time is says "no service" in top left corner...From advice I have tried to turn it on/off...with and without sim installed...roaming makes no diff. Can anyone help me?

    You're welcome.
    If she has full reception and connection with the same cell phone carrier where you don't - with you both using a SIM card provided by the same carrier while in Norway with an unlocked iPhone, then make an appointment at an Apple Store if there is one nearby to have a diagnostic test run on your iPhone.
    In the interim, I would contact this cell phone carrier in Norway to ensure your iPhone is provisioned properly. They can run a reset for your account that will require powering your iPhone off, so call them with your wife's iPhone for this.

  • 3MOS/CMOS test with and without smoothcam

    I forget who was asking for this but here you go.
    iMovie 11- 3MOS Camera (Panasonic HMC40) 720P @ 30FPS doing fast pans with and without smoothcam
    http://www.youtube.com/watch?v=ljv7NcBsNjY (maybe still processing @ youtube)
    -- Dan
    Keeper of TheUnofficialiMovieFAQ.com

    Yay, Ruby!
    I did not notice any rolling shutter at all.

  • Execute one cursor with and without different filter condition

    I want to execute one cursor with and without different filter condition
    example :-
    if the account no is null;
         cursor cur is select * from account_master;
    if account no is not null
         cursor cur is select * from account_master where account_no = p_acc_no;

    Braam wrote:
    I want to execute one cursor with and without different filter condition
    example :-
    if the account no is null;
         cursor cur is select * from account_master;
    if account no is not null
         cursor cur is select * from account_master where account_no = p_acc_no;Use Refcursor:
    DECLARE
      refCur     SYS_REFCURSOR;
    BEGIN
      open refCur for 'select col1, col2 from your_table';
      loop
      --Your process logic here
      end loop;
      close refCur;
      open refCur for 'select col1, col2 from your_table where some_condition = is_satisfied';
      loop
      --Your Process logic here.
      end loop;
    END;

  • Difference between with table name with * and without *

    Hi..
    I had seen some of the standard abap that the table name had *, like *ekpo. What is the meaning? What is the difference between with * and without * ? 
    Thanks and Regards,
    Rishika

    Hi rishika,
    1. This is actually a facility provided in abap syntax.
    2. It is usually checked while saving a record.
    3. For eg.
    If we have one variable
    EKKO
    and another *EKKO
    (They both are same only, with same structure)
    (but two different variables)
    4. The functional meaning, for usage purpose,
    of *EKKO is OLDEKKO.
    5. While saving the transaction,
    the data is saved only if there is any change
    in the values.
    IF EKKO <> *EKKO.
    *--- SAVE
    ELSE.
    MESSAGE 'NO DATA CHANGED'
    ENDIF.
    6. We can aswell use any other variale
    eg. oldekko
    oekko
    myekko
    etc,
    7. But for business meaning,
    R/3 has the facility for *
    1. we can use almost everywhere.
    2. just copy paste
    report abc.
    TABLES : T001.
    TABLES : *T001.
    DATA : ITAB LIKE EKKO.
    DATA : *ITAB LIKE EKKO.
    DATA : NUM TYPE I.
    DATA : *NUM TYPE I.
    regards,
    amit m.

  • Help: FSB Setting for MSI 875P with Intel 3.06 533Mhz & Corsair 512 27

    Help: FSB Setting for MSI 875P with Intel 3.06 533Mhz & Corsair 512 2799 333Mhz
    Need a little help here, Intel's specs for the P4 3.06GHz 533 is a multiplier of 23 x 133Mhz.
    However 133Mhz as a FSB seems very slow.
    The 875P NEO has two BIOS settings: CPU Ratio and Adjust CPU Bus
    What are your settings for these - I am quite confused?
    Thanks!
    G.

    133 is the stock FSB setting. set your memory to DDR333.
    Do you want to overclock? you might want to set your memory to DDR266 which is 1:1. so u can adjust a bit of FSB from 133 to maybe 150.
    PS dont forget your memory timing. 2-6-3-3 would be oki i think. what bios version r u using?

Maybe you are looking for

  • Want to create new Status types in the CBIH82 T.code EHS module

    Dear Expert, Client wants that status type like YES and NO in the filed Status in the t.code "CBIH82 -Edit Work area" I have try to create in the spro path under the status management  but unable see that status. Path is SPRO --->Environment ,Health

  • Backup every Sync!!!!

    everytime I sync my iphone 3g it does a backup first which takes close to an hour and then syncs(which takes 30 seconds)... How do I stop this? I can cancel the back up and it proceeds to sync, but this can't be a good method... also under itunes pre

  • After a clean install of Yosemite in iCloud remained links, which were opened in Safari on the Mavericks

    After a clean install of Yosemite in iCloud remained links, which were opened in Safari on the Mavericks. Please help remove old and obsolete references to iCloud for Safari.

  • Creating button and actionhandler..well trying

    The thing i am not sure about are the words ActionEvent e , not sure if that is suppose to go there but its in my book and i was trying to folow an example to just get it to work. EORRORS A:\LetterProgram.java:42: cannot resolve symbol symbol : class

  • Updating to iOS 5 and restoration problems for iPod touch

    I tried updating my iPod touch, I think second generation, to iOS 5 last night and when it didn't work I tried to restore it to which it now only shows a usb and iTunes logo. iTunes won't do anything with the iPod while it is plugged in, only saying