Entering Opportunities:  Preventing the Creation of a Bill-To Site

Hi -
My company has many accounts set up that have Ship To and Sold To sites but no Bill To site.
When an order is placed for one of these accounts, the Bill To Location is different from the ship-to - it would be another account on file with a billing relationship set up with the first account. This relationship is set up on the Relationships tab for Customer Account Details.
This set up works well for us.
However, if we enter an Opportunity for an account that has a Ship To site but no Bill To Site (because it should bill to a parent), a Bill-To Site is automatically created for that account. This is not desirable behavior.
Do you have any suggestions as to how we can prevent this?
Thank you,
Seneca

hi
plz check that in OMET u created a object
now check that u have given the field selection key NB or what ever ur using
then tick for display condition and enter condition and ref to PR
now check and try
Note 664424 - Requisition number not mandatory in ME21N
Re: without PR no PO creation
Re: PR mandatory in PO Creation ME21N and ME22N

Similar Messages

  • Preventing the creation of direct PO

    Hi there experts,
    I would like to know if there is some way to prevent the creation of direct PO. I want that the PO is always created with reference to a PR or a contract.
    Tanks in advance

    hi
    plz check that in OMET u created a object
    now check that u have given the field selection key NB or what ever ur using
    then tick for display condition and enter condition and ref to PR
    now check and try
    Note 664424 - Requisition number not mandatory in ME21N
    Re: without PR no PO creation
    Re: PR mandatory in PO Creation ME21N and ME22N

  • F110 - How to prevent the creation of DME file in Proposal Step

    Hello,
    I would like to prevent the creation of DME file in Proposal Step of Payment Run (F110).
    Is it possible to suppress "Create Payment Medium" checkbox?
    Many Thanks

    If you are using the Payment Medium Workbench, there is perhaps a solution:
    I found the following code in function module FI_PAYMEDIUM_OFX_20
    * We abort the payment if the data is from a payment proposal. With
    * OFX we can pay only if the data does not come from a payment
    * proposal.
      IF I_FPAYH-XVORL = 'X'.
        MESSAGE E404 WITH I_FPAYH-LAUFD I_FPAYH-LAUFI
            RAISING CANCEL_PAYMENT_MEDIUM.
      ENDIF.
    So I think it may be possible to solve your problem by using the event modules in transaction OBPM3, with your own function module based on the code given above. I have not tested such solution and I have no experience with these events, but I'm currently trying to use them for another problem.

  • Preventing the Creation of Hidden Files

    Hello,
    Is there a way to prevent OS X from creating all those annoying hidden folders on external drives and cards? Im talking about the folders and files like .ds_store, .trashes, ect ect. Basically the ones that will show up on other systems like Linux and Windows. It wasnt really a problem before, but recently ive been having to transfer a lot of individual files around and every time, it would create a hidden file for every file, and then it would create all these other hidden folders and such, making it difficult to navigate on a PC.
    Unfortunately, I wont be able to respond what you guys can tell me until i get back from a trip for 3 1/2 weeks. But please, if you know how to do this, leave a post and Ill get back to it ASAP. : )

    Does BlueHarvest do what you want?
    (33950)

  • After making the latest update on ios 6 , i could not make any update or any purchase for applications. The reason is in billing information. The security code is missing. I entered again the security code of my credit card. The same problem is there.

    After making update on ios 6, there was a problem in updating applications and in purchasing new applications. The issue is in billing information, the security code of my credit card. I go and entered the security code again, but the problem persidts. Please help, because i cant do sny purchase or sny update!!!.
    Thank you for your kind help

    The credit card in your account for your CC must match to what the CC company has on fike for you

  • How do i prevent the user from entering a RETURN/ENTER key into their username?

    Hello,
    i am currently trying to make a login system where the
    username will obviously enter their username.
    I have made my user input box editable and set up variables
    to accept the user input and store them into variables, along with
    error prevention for blank fields.
    However i cannot prevent the user from hitting the
    "enter"/"return" key. When i hit "enter" the user input box box
    gets larger as the type curser moves onto the next line and when
    the username is stored in a variable it is stored as "theuser
    RETURN" so when variable is passed to the next frame and is
    recalled by another text box to display the username, the user name
    has a carriage return.
    I want to prevent this, anyone got any suggestions? or know
    of any websites i can visit which will explain this to me nicely??
    Thank you

    suggestion:
    don't make the edit field editable right from the start.
    rather attach a behaviour to the field/text-sprite like:
    property mySprite, myMember
    on beginsprite me
    Sprite = me.spritenum
    -- this is the channel-number of the editbox
    myMember = mySprite.member.number
    -- this is the field/text-member
    member(myMember).editable = FALSE
    end beginsprite
    on mouseup me
    -- when i get clicked for editing, then set me editable
    member(mymember).editable = TRUE
    the keydownscript = "MyKeyhandler"
    -- this sets the keyhandler to YOUR keyhandler, see below
    end mouseup
    You would then need to have YOUR keyhandler in any mociesript
    and there you
    would block any unwished key, while editing
    on MyKeyhandler
    case the key of
    RETURN:
    stopevent;
    otherwise
    pass;
    end case
    end MyKeyhandler
    in the end you would attach a behaviour to any
    "Submit"-button (this is the
    one that "gets" the userinput" and performs further action
    according to your
    wishes and decisions)
    on mouseup
    the keydownscript = EMPTY
    -- this resets to normal
    user-ID = member("Whatever the number or name of your
    editfield
    is").text
    member("Whatever the number or name of your editfield
    is").editable
    = FALSE
    -- any further actions to make in your project
    -- to get along with the entered User-ID
    end mouseup
    something like this, I guess
    Peter

  • How To Prevent The Modification Statistical Delivery Date In PO (Me22n)

    Hi,
    My Issue is as follows:
    While I am creating a PO (Of Type STO ->UB) when I put the Delivery Date for a particular Item in the "ITEM OVERVIEW" Screen and press Enter, the same information is copied into the "ITEM DETAIL" screen under the "DELIVERYSCHEDULE" Tab. Over there I see that the Delivery Date and the Statistical Delivery Date" are same. Now when I save the PO and then go to transaction ME22n for the same PO, if I change the Delivery Date in the "ITEM OVERVIEW" Screen, again the same change is reflected in the "DELIVERYSCHEDULE" Tab, on the hit of ENTER button.
    Now what I have to do is to prevent the Statistical Delivery Date from being changed Automatically. That is when I create the PO, the value of "STATISTICAL DATE" then evaluated should remain unchanged throughout (unless changed manually). The reason I need this is because it will help the user to evaluate the performance of the Vendor.
    Kindly Advise... as to whether there is a way of doing it through exits or enhancements.
    Thanks,
    Pablo

    Glad it worked out.  As from the statistical date field help:
    The system inserts the delivery date into this field in the following
    cases:
    o   You do not enter a statistical delivery date.
    o   You change the delivery date, have not entered a statistical
        delivery date, and the PO or scheduling agreement delivery schedule
        has not yet been transmitted to the vendor.
    Basically, item delivery date is copied to the statistical date if statistical date is blank (which it is at PO creation).
    After creation, the statistical date is changed if the delivery date is changed and the PO has not been printed (outputted).
    Regards

  • Error Message for the cancellation of paid billing document

    Hi,
    Can i create and error message for the cancellation of paid billing document? If yes, how can i create such.
    Overview:
    Accounting document is created upon creation of billing document. Upon payment, document cleared is the accounting document created. There are instances wherein accounting document was already cleared but our user is still able to reversed billing document. Now, i want to create an error message or user exist wherein, when a user will not be able to reverse the billing document if the accounting document attached to this billing document is already paid.
    Thank you and best regards.
    Rachelle

    Hi Rachel,
    You can make use of the exit (Include) MV45AFZZ. The corresponding form routine is FORM USEREXIT_SAVE_DOCUMENT_PREPARE.
    In this exit, For the given billing document ( which is going to be cancelled ), pick up the accouting document from BSEG tables.
    For this accouting document, Pass this to BSAD Table ( Customer clleared items) 
    If BSEG-BELNR = BSAD-BELNR and
      BSEG-Acc.Year = BSAD-Acc,year )..
    Then throw a error message and EXIT.
    So for all the cleared docments , user can not cancel the invoices.
    Regards,
    Sai

  • How to control the pricing condition in billing document?

    Hello Experts,
    Greetings!
    We are using two pricing condition.One is PR00 another one is VA00.PR00 is a mandetory condition & prices comes from condition record only.Users are not allowed to enter pr00 manually.
    Now we have created one more condition VA00 by which user can  increase the price for some particular customers.
    Now if the user do enter the condition VA00 in sales order & if it beyound credit limit than system gives informative message & blocks for the delivery.
    Now the issue is if they do enter the condition in billing documents instead of sales order system does not check the credit limit at billing level.It allows invoice to be generated even beyond the credit limit.
    How can we control this? Is it possible that the condition VA00 can only be used for sales order only.It will not allow to enter at billing time?
    Plz suggest how can we resolve this issue in order to control the credit limit.
    Any help would be highly appriciated.
    Best Rgds
    Nitin

    Hi,
    you can use a surcharge condition type which calculates a percentage over the basic price price that is PR00 in your case.
    insert it in the pricing procedure just below the PR00
    and remember to maintain FROM & TO step no. of PR00, this condition should be manual entry alllowed
    and insert one more condtion type in pricing procedure that will add the values of above 2 condtions .
    make above condition type w/o account keys and assign account ker erl to this new condtion type,
    STEP NO.     COUNTER     C TYPE     DESCRIPTION     FROM      TO     R     ACCOUNT KEY
    8     0     PR00     BASIC PRICE                                           YES     
    11     0     ZSUR     SURCHARGE     8     8     YES     
    13     0     ZPR0     Price (Gross)     8     11     YES     ERL
    in condition type of ZSUR(surcharge)maintain "c"
    REVERT IF HELPFUL
    Mohit Singh

  • Blocking the Creation of PO in Service Order

    Hello SAP folks,
    I have got an issue where I have to block the Creation of Purchase Requisation Number(BANFN) which is generated  in the background after the creation of the Service order(IW31)  I have tried the user exit EXIT_SAPLCOIH_009 but while coding i could'nt trace the field which is holding the value of PR number.Please let me know is it possible to stop the creation of PR if Yes, Please guide me in this issue in terms of coding.
    Thanxs in advance.
    Regards,
    Indira

    Hi Indira,
    Try these User Exits.
    CNEX0013  Order: Cust. enhancement: Default item category comp. a
    CNEX0026  Customer enhancement for general inspection of material
    CNEX0027  Customer enhancement: Plant, storage loc. finding for c
    IWO10004  Maintenance order: Customer check for order completion
    IWO10005  Maintenance order: Cust.-specif. determination of profi
    IWO10006  Maint. order: Fcode exclusion through cust. enhancement
    IWO10007  Maint.order: Customer enhancement - permits in the orde
    IWO10008  Cust. enhancement: Determination of tax jurisdiction co
    IWO10009  PM Order: Customer Check for 'Save' Event
    IWO10010  Maint. order: Cust. enhancement for determining WBS ele
    IWO10011  Maint. order: Customer enhancement for component select
    IWO10015  Maintenance order: F4 Help for user fields on operation
    IWO10016  PM Order: Cust. enhancement to check operation user fie
    IWO10017  Determine external order number by customer logic
    IWO10018  Maintenance order: User fields on order header
    IWO10020  Maintenance order: Automatically include task list
    IWO10021  Automatic task list transfer when creating order from n
    IWO10022  Determine calendar from user exit
    IWO10023  Service order: Change header data for advance shipment
    IWO10024  Service order: Changes to items for advance shipment
    IWO10025  PM/SM order: Finding responsible cost center
    IWO10029  Inclusion of bill of material in PM/SM order
    IWO10030  Preset Fields for Event Object
    IWO10031  Hide personnel number in PM/SM order
    IWO10033  Customer-Specific Authorization Check Maint./Service Or
    IWO10034  Operation status based on the status of capacity reqs
    Regards,
    Vijay

  • Credit Memo with the reference of multiple Billing document

    Hi SD Gurus,
    I wanted to create credit memo with the reference of multiple billing document for a single customer.
    Is it possible in standard SAP? If YES please tell me HOW…
    Thanks in advance...
    Ratish Patil

    hello, friend.
    yes, you actually can.  first you enter VA01 and choose the document type.  press ENTER.
    then in the order Overview screen, go to SALES DOCUMENT > CREATE WITH REFERENCE.  a dialog box will ask you which billing document you want as reference.  enter the document number and press COPY.
    you can repeat this process as many time as you wish.  the items of the referenced documents will be copied into your Sales Document.
    hope this helped.  reward if useful.
    jty

  • How to prevent JaxB creation of 2 Interfaces for each Element?

    hi,
    does any body know how to prevent JaxB creation of 2 Interfaces for each Element (The Content Interface and the element interface)?
    I want to configure JaxB to use only one Interface and only one implementation Class.
    Thank's,

    I am sorry I can not answer your question, I have got the same problem. Could you please email me to
    [email protected] when you know the answer, please.
    I have a question for you. When and complex type is validated, I get the object which contains the error. ( or objects ).
    However. How do know the position in the actual parent object. basically. Is there a way to know exactly the position of that attribute in that object. I need to store errors strings.
    The first problem derives from this one:
    It is not possible to execute validate function for a primitive attribute inside an structure.
    I would appreciate your help.
    Thanks.
    Gustavo.

  • How can I animate a line to show the creation of a circle?

    hello there, I need to animate a line to show the creation of a circle. This is very easy in powerpoint as I can decide how the line has to enter the slide. I cannot believe that captivate cannot do that.... any hints?

    Off the top of my head you can do this with 3 objects. The circle and two rectangles that will have motion path effect applied to them that will have an effect of wiping away and revealing the circle below. There's probably an easier way but like I said I just pulled this outa my...
    This will work nicely and cleanly in HTML5 since it's a simple motion path effect.
    The screenshot shows the two rectangles moving in opposite directions. The lower box should move AFTER the first one is done. I'm showing some transparency so you can see the circle below.

  • Blocking the filling of a cost center in the creation of a Purchase Order

    Hi All,
    I've some cost center which are obsolete and mustn't be used in the creation of a Purchase Requisition (or Purchase Order).
    Could anyone suggest me how to do it?
    Thanks a lot
    G.
    Edited by: Jeyakanthan A on Jun 2, 2011 1:28 PM

    Hi,
    The transaction me21n uses the authorization object A_S_KOSTL for cost
    center. However, the authorization object A_S_KOSTL is not related to
    the cost center that is displayed in the account assignment view of th
    purchase order item, but its scope is to limit the access to fixed
    assets belonging to the specified cost center (see the note 856248).
    There is no standard authorization object that you can use from
    transaction me21n to validate the cost center that you see in the
    account assignment view at item level. The same can be said about the
    purchase requisition creation (me51n).
    So, I have three options for you to consider.
    First Option:
    There is an existing possibility to perform user defined checks during
    all kinds of postings which finally lead costs in CO. With transaction
    OKC7 you may define a validation which is also processed during
    purchasing. You can explore the possibility of achieving the
    functionality you need by making customizing changes using transaction
    OKC7.
    Second Option:
    You could use userexit enhancement MEREQ001. For further information
    please see note 310154.
    Third Option:
    Also, you may consider instead of an authorization check for cost
    centers you can activate an authorization check for G/L accounts.
    Therefore the following settings are required:
    I. Customizing -> Materials Management -> Purchasing -> Purchase
        Order -> Set Up Authorization Check for G/L Accounts:
        activate the G/L account authorization check for the required
        company code
    II. Transaction FS02 -> View: Control data: enter the authorization
        group
    BR
    Nadia Orlandi

  • How to insert serial numbers in the creation of a delivery via VL01N

    Hello everybody,
    In the creation of an outbound delivery via VL01N I have to copy the serial number from a specific inbound delivery. I can get these serial numbers but I do not know where or how I can insert these serial numbers.
    I have to insert them just after the user press enter in the first screen of VL01N (before the delivery number is created) I cannot use a bapi like BAPI_OUTB_DELIVERY_CHANGE because the delivery is not created yet.
    Could anybody tell me how to do it? Any BAdI/Exit I can use? and which internal table I shoud update?
    Thanks a lot.

    But this is impossible! Believe me! When I open Creative Cloud.app, the window which pops out says :
    ===========================================
    APPLICATIONS INSTALLEES (= Installed applications)
    Indesign CC (2014) ----- A jour (= up-to-date)
    Acrobat XI pro ----- A jour (= up-to-date)
    TROUVER DE NOUVELLES APPS (= Find new apps)
    Photoshop CC (2014) ----- Installer (Install)
    etc., etc.
    ===========================================
    In the second part of the window, you have already installed apps, as Photoshop, which have not been updated as well as apps I have never installed, as Scout CC.
    So it is impossible to install Indesign anew.
    When I click on the small gear, a small window opens up, and I can check that in Preferences/Apps that the "Langue de l'app", that is the "Language of the app" is "English plus hebrew (some hebrew characters)
    ", since i made this choice yesterday, as you told me.
    And nevertheless, the Creative Cloud.app does not want to download any new Indesign application.
    It is not possible to ask the people at Adobe who have designed CC.app?
    Thank you,
    André Bellaïche

Maybe you are looking for

  • Email Notifications for UWL Tasks and Collaboration Tasks

    Hi, I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks. I done with the all the Configurations suggested in the below link: [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/706d054d-da24-2b10-f18a-f

  • Auto Source determination not happening

    Hi Guruz, I have a material assigned to a quota arrangement usage in material master - MRP 2 View. Source list maintained for the material/plant with 2 vendor codes and both releveant for MRP '1' Quota arrangement maintained with proper validity peri

  • Ipad2 not getting Started its in Coma

    Just on a Random day...my ipad got switched off..when i started it, its showed apple logo for 15-20 sec and again restarted and kept showing apple logo untill it drained its battery. I have tried Hold+Centre Button many times but no use. It is also n

  • Multilple Data entry profiles in ESS for CATS

    hi, We are implementing CATS and configured the data entry profiles in IMG. Can u tell me if multiple data entry profiles can be chosen by employees through ESS webdynpro applcaition. I need this as the screen layouts for an employee logging time to

  • NEWBIE NEED HELP INSTALLING SOLARIS 8

    I have a Sparc 20 workstation and having difficulty setting the OS. I have download the installation CD and the 2 software CDs. During the installation, when it gets to the kiosk, there should be a welcome screen asking to insert the first software c