How to mix default profit center and mandatory profit center ?

Dear all,
I have defined that the profit center is mandatory for all accounts (with the field status group).
For some accounts, I have defined a default profit center in spro.
When I do a posting for those accounts, and I don't key in a value for profit center, I receive the error message "An entry is required in Profit center field for account xxxx". But, the account has a default profit center defined in spro.
Why the default profit center is not taken in consideration before to display the error message ?
Is there any solution ?
Thanks for your help

When the field status group for an account mandates a field, it has to be filled in ENTRY view, i.e. when you are entering the document.  System would not let you go further until the field is filled with a valid value.  Default profit center configuration gets triggerred subsequently (just before the posting).
Solution: For account for which you have default profit center configuration, change the field status group so profit center is optional.

Similar Messages

  • How to assign default cost center and G/L account in Purchase requisition

    Hi,
    While creating the  purchase requisition ME51N in account assignment we have to enetr cost center name and G/L account but every time we have to enter this how to assign this as defaut value , like cost center : MSMISC and account 42XXXXX.
      REGARDS,
        ZAFAR

    hi
    if the field is required then u have to enter them manually
    so if this are not required then goto OKB9 here give the default cost center for the Gl acct

  • How to change default close maximize and minimize button in mac?

    How can I change default close, maximize and minimize button in mac?

    no. but you can make resizable.

  • How to assign default cost center to exchange differences ?

    Hi all,
    Default costcentre for currency exchange differences missing in the company code.
    How to assign ?
    Please answer at the earliest.
    regards
    narasimha rao

    Hi,
    Have you able to assign default Cost Center in case of Exchange differences?  If yes, how is that possible.
    We also want to do the same activity in case of Foreign Exchange Revaluation.
    Please share, points will be assigned.
    Regards,
    Shridhar

  • How to define default Work Center in WebUI?

    Hello,
    We want to change the default Work Center in Web UI (the first one that will be opened when the system is started).
    How is it possible to perform it?
    Thanks in advance,
    Sergey

    Hello Sergey.
    If it's still relevant for you. You can change default work center in navigation bar profile of your business role (tx. CRMC_UI_NBLINKS). On the first screen (where all navigation bar profiles are displayed) there is a third column "Link ID". Here you put link id of the default Work Center.
    Hope this will help.

  • Why doesn't the quality meter approve of any of my choices of master passwords, no matter how I mix both letters, digits and non-alphanumeric characters?

    I tried to create a master password, but it couldn't be done 'cause the quality meter never accepted any of my passwords, even though I used a very complicated mix of letters, digits and special characters as well.

    There are no requirements when setting Firefox's master password. The password quality meter is purely informative.
    If you're trying to fill the bar all the way, that's unlikely unless you create a lengthy password, or a very complex mix of special characters, digits and lowercase and uppercase letters. Keep in mind the master password should be easily remembered and typed in, time after a time. A highly secure password that is easily mistyped or forgotten is of no use.

  • How to make default profit center no in MM Master

    Hi Experts,
    I want to make profit center in mmaterial master costing one tab. how can i fix this.
    For example
    I have profit center 9999, i want fix default for all material master in Costing1 tab profitcenter field.
    Guid on this

    Hi Anil,
    Just use tcode MM02. Enter the material number you want to enter profit center. When you enter after inserting material number it list you difference veiw/tabs, select COSTING1 tab and enter, system will ask to you to enter the plant. Give plant where this material has been created.
    If you want to maintain mass change then goto MM17.

  • How to change default text properties and text box properties

    I'm adding text to a PDF document by using the text box tool. The default is to put a border around the box and also the font is red and larger than I'd like. I think I found how to change the default box properties (so it has no boarder).
    For the text/font, I can pull up a menu to change the font properties, but so far I'm having to do this for each box I create. One workaround is to cut and paste new text boxes with the formatting I want, but I still want to know how can I set the defaults to the font, size and color of text I want?
    I'm using AA 8 Professional
    Best, David

    This is one of Acrobat's less intuitive areas!
    For defaults, right-click on the text box that is as you want it: then select menu item 'Make current properties default'
    Use Ctrl-E to bring up the Properties toolbar: its content will change depending on whether you have the box or the text selected, and selecting the box or text can be a bit clunky.
    Steve.

  • How to set default file browser and web browser

    I am using openbox as the window manager and don't have a desktop environment.
    My file browser is pcmam file manager and my web browser is chromium.
    I add
    export BROWSER=/usr/bin/pcmanfm
    in .bashrc so that the system uses pcman file manager to open a local file from an external application. But it will also uses pcman file manager to open a url. I want the url opened in chromium, but chromium doesn't let me set the default web browser (as the picture shows blow).:(
    What shall deal with it?
    Thank you.

    ashesxera: Thanks for the pointers!
    After some hours of persistent puzzling I finally figured out how to make Thunderbird/Lanikai open URIs in Chromium instead of Firefox in the XFCE desktop environment.
    In fact I found two solutions that both work.
    1) The straightforward solution: make some changes to Thunderbird/Lanikai's prefs.js
    Add two string variables:
    string: network.protocol-handler.app.ftp; value: exo-open
    string: network.protocol-handler.app.http; value: exo-open
    string: network.protocol-handler.app.https; value: exo-open
    and importantly: change the values of the Boolean variables network.protocol-handler.warn-external.ftp network.protocol-handler.warn-external.http and network.protocol-handler.warn-external.https to 'true'.
    It turns out that for some unclear reason the standard Arch Linux Thunderbird/Lanikai package uses gnome-open to open URLs. The persistent popping up of Firefox was caused by some settings in .gconf that come with the gconfd package. I didn't find these values in gconf-editor.
    2) Change xml files in .gconf
    As I don't want to use Firefox as standard browser any longer, I wanted to get rid of these hidden settings in .gconfd so that "gnome-open [URI]" opens a webpage in Chromium.
    I succeeded in getting there by replacing firefox with chromium in the following files:
    .gconf/desktop/gnome/applications/browser/%gconf.xml
    .gconf/desktop/gnome/url-handlers/chrome/%gconf.xml
    .gconf/desktop/gnome/url-handlers/ftp/%gconf.xml
    .gconf/desktop/gnome/url-handlers/http/%gconf.xml
    .gconf/desktop/gnome/url-handlers/https/%gconf.xml
    .gconf/desktop/gnome/url-handlers//%gconf.xml

  • How to remove default Apply, OK and Cancel buttons in portlet edit mode.

    Hi,
    Iam facing problem in customizing default edit mode of portlet, my question is how to remove those default buttons and how to implement our own links for SAVE and CANCEL functionality. Because if we implement our own <form> in edit JSP page then default form will override our own <form> and default buttons works rather then our own forms.
    Please someone help me on this.
    Thanks
    Abhishek

    Ah, this one is easy, if im not mistaken, set this tag in your provider.xml
    <renderCustomize>false</renderCustomize>
    Defines whether RenderManager should automatically render the portlet's container (border and title) in "Edit" and "EditDefaults" modes before and after processing/invoking the page.
    This however means you have to write your own renderer for the customize page. Then you can add your own code for the buttons and the events behind them.
    I created my own derived container and added this line to my provider.xml
    <containerRenderer class="nl.rsm.eventCalendar.myContainerRenderer"/>
    This is however for rendering the showmode of the servlet, dont know if this is the same
    render class for the editmode.
    Do you realy need custom save functionality, Oracle also has something called DBPreferenceStore, you can store self defined attributes into the database. Perhaps this is sufficiant enough.
    anyway good luck, if you find out all the correct steps to take, please share, im also interested

  • How to maintain default cost center at House Bank Account level for Bank charges

    Hello All - We have 4 Bank accounts and all of them are assigned to the same transaction type.
    As of now, we have OKB9 set up maintained for Bank charges at Co Cd level and it is posted to the same GL A/c.
    Now, My requirement is that I need to have different Cost center maintained for 2 of the 4 House Bank Accounts.
    Can you pls let me know if any possibility.
    Thanks

    Interesting requirement. This can be achieved through Search String as suggested by Mr. Shanid.
    Try to find a text in the note to payee line for bank charges for creating a search string.
    For Example. See below note to payee line and assume this line for bank charges.
    16,455,130155,0,5/3 BANKCARD SYS  CH,,5/3 BANKCARD SYS  CHARGBACKS.
    Identify a text which should always come with this line for every EBS file for bank charges. Assume here "BANKCARD".
    Now go to T-code OTPM.
    Click on create
    Srch strg name:  Bank Charges
    Description:     Bank Charges
    Search String: BANKCARD ( Based on this text system will search your not to payee line)
    Once you press enter, you will get mapping details on the left side with target field "BANKCARD". Now remove the BANKCARD from target field and put there cost center which you will post for one house bank. Save the data.
    Now move to second step.
    Click on Search String Use.
    Put your company code,
    House bank(mandatroy in your case).
    Interpretation Algorithm( same as you maintained in OT83 for posting rule with external transaction type).
    Search String: BANKCARD.
    Target Field: Cost Center.
    Save.
    Sorry I am not getting option to attach screenshot in SCN now. Dont know why.
    Let us know if you have any doubts.
    Hi Mr. Shanid,
    Correct me if I am wrong.
    Regards,
    Mohammed

  • Two questions as a new user how do I default to colour and duplicate photo removal

    Can anyone help please it appears that lightroom accepts duplicate exposures how do I remove them, is there a facility in light room to prevent duplication entries and subsequent removal.
    Thanks

    Import screen R/H side 
    As far as I am aware you will have to remove them manually.

  • How to propose Default billing form in SM02 order type

    Hi,
    In service order SM02- how to set default billing form and account indicator?
    When i assigned to DIP, it is not proposing
    Thanks
    Chidambaram

    .

  • How to Possibal in Profit Center Mandatory in AR Invoice

    Dear Experts,
    How to Possibal in Profit Center Mandatory in AR Invoice through SP_Transaction _Notification ??
    I have write the code below
    <If @object_type = '13' and (@transaction_type = 'A')
    begin
    IF EXISTS (SELECT DOCENTRY FROM inv1 WHERE (ocrcode is null or ocrcode2 is null or ocrcode3 is null or ocrcode4 is null) AND DOCENTRY= @list_of_cols_val_tab_del)
    begin
    set @error = 1
    set @error_message = 'Please enter a Profit Center before Save'
    end
    end>
    Dixit Patel

    Hi Dixit Patel,
    Try this,
    IF @object_type = '13' AND @transaction_type IN ('A', 'U')
    BEGIN
    IF EXISTS (SELECT T1.DocEntry FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE (T1.OcrCode IS NULL OR T1.OcrCode = ' ') AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Set @error =1
    set @error_message = 'Please enter a Profit Center before Save'
    SELECT @error , @error_message
    END
    END
    OR
    IF @object_type = '13' AND @transaction_type IN ('A', 'U')
    BEGIN
    IF EXISTS (SELECT T1.DocEntry FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE (T1.OcrCode IS NULL OR T1.OcrCode2 IS NULL OR T1.OcrCode3 IS NULL OR T1.OcrCode4 IS NULL)
    AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Set @error =1
    set @error_message = 'Please enter a Profit Center before Save'
    SELECT @error , @error_message
    END
    END
    Regards,
    Madhan.

  • How to make the Profit Center Field Mandatory in Cost center Master Data

    Dear All,
    Please let me know how to make the Profit Center Field mandatory in Cost Center Master Data as well as my Internal Order Master Data?
    Thanks in advance!
    Regards,
    Rajeswari Shankar.

    Hi Rajeswari,
    You can modify message number KS096 to "Error" via OBA5. Thus, the users would no be able to save a cost center without entering a profit center. (Depending on your release you can make KS096 modifiable by implementing note 486781.) 
    Concerning the internal orders (transaction KO01), you can run KOT2 and set Profit center field as required entry in "change field selection" section.
    Regards,
    Greta

Maybe you are looking for

  • Cannot access App Store after upgrading to Mountain Lion

    Hi all - hope someone can help. I have a new Macbook Air and upgraded recently to Mountain Lion. Since then I cannot access the App Store. Error message is 'Cannot verify a secure connection to App Store, continue? ' If I continue a series of flashin

  • 11.5.10 UI Custom Button to Remove/Delete an Instance?

    Hello, I'm in 11.5.10 and I have created a UI from scratch for my base model and on it I have created a Custom Button with the the Associated Model Node->Specified->My Sub Model along with the Button Action->Add Instance. When I test the model i'm ab

  • DR Server Move Question

    We built a Production server and a DR server, testing everything works fine, Now it is time to move the DR server to another State. Looks like we will have two choices: 1. IN PROD: Change  LOG_ARCHIVE_DEST_STATE_2=ENABLE  to DEFER Shutdown DR and wai

  • RAW Camera Support

    On an otherwise big news day for Aperture users, Apple has let down the Leica community once again by not including RAW camera support for the M9 rangefinder. Leica provided M9s to Apple back in September, and Apple should have had more than enough t

  • GoPro Hero 3 App Preview Problem

    I have a GoPro Hero 3 camera which I'm using with the iPad App to preview and import video and photos via WiFi. The App seems to work great, but there's one problem: The prefered video format I want to use 960p/30 fails to load over wifi for preview.