Display standard Field Profit Center in Account Assignment Tab

Hello all,
i have a problem regarding display a standard field.
The Business Case is that when i create a new shopping cart, on item level, on tab account assignment i want to display the field profit_ctr.
i thought that i can maintain this in SPRO.
Configure Field Control -> Configure for Fields of Substructures -> Metadata for Fields of Substructures and Table-Like Enhancements
with new entry
31         PROFIT_CTR     BUS2121
but i can see this field when i create a new shopping cart.
You have an Idea how to configure this ?
greetz Chris

Hi,
Check SPRO configuration for account assignment settings @
SRM server->cross application basic settings->account assignment->Define account assignment
1. Check for your acc assignment category for ex. WBS , what are account assignment fields are maintained.
    if not there maintain profit_ctr from search help.
2. If you are not able to track profit_ctr in search help then you may need to make respective profit center entry in table BBP_C_ACC_F and then perfom step 1.
after above steps even you are not able to get profit center on screen then you may need to check
1. Meta data configuration
2. WDP component for profit_ctr field
Regards
-Vipin

Similar Messages

  • Profit Center in Account assignment tab

    Hi All,
      My Client wants to add a field "PROFIT CENTER" in account assignment tab in portal with F4 option and that value should be transferred to back end system as well. Please tell me how to achieve it.
    Regards,
    Prasath

    Hi Prasath,
    You can create a new account assignment category called profit center in configuration. Please refer to this thread Account assignment category Y in SRM - Profit center field
    Kind Regards,
    Hari

  • In Milestone billing WBS elet field not visible in Account assignment tab

    Hi Gurus,
    Could you pls let me know how to make WBS element field to display in Account assignment tab (Item details of Sales order).
    During Milestone billing in Billing plan tab WBS element is getting displayed where in for Account assignment tab it is not.
    But for TAD (Service) and TAX(non stock) this WBS element field is viewable in Account assignment tab.
    Pls suggest me if any transaction variants are required for this or not? Or else pls provide solution to sort out this issue.
    Thanks in advance
    regards....Divakaran

    Hi Divakar,
    refer this thread
    wbs field in account assignment

  • Profit Segment in Account Assignment Tab of MIGO?

    Hi,
    Why is profit segment showing up in the account assignment tab when I am trying to post the goods receipt for a purchase order through MIGO? The material is a drop ship.
    I am not maintaining profit center fields in the material master.
    Please help me with this question.
    Thanks,
    Ketan

    Hello Ketan,
    I am also facing more or less the same issue where I am getting the following:
    When I try to post goods receipt for a direct shipment, I receive the error: Inconsistency between a document field and profitability segment number.
    I noticed that in the account assignment tab of MIGO,  there is a field/section for Profit segment and I belive this is causing the problem. We have never maintained profit center so I am wondering where it came from.
    Did you solve your issue?
    Regards,
    Puja

  • Order field at item level Account Assignment tab in Inquiry

    Dear All,
    What is the purpose of u2018Orderu2019 field in account assignment tab of Inquiry?
    When we are running sales pricing DP81, face the error u2018reference is incompleteu2019. So, I had to give the Order no. If it is intended for Profitability segment, what is the importance to PS?
    We have assigned WBS and system det. Profit centre from WBS. But, getting the error u2018Order xxxxx is a networku2019 while trying to give network no. from dropdown button.
    Is there a possibility, we can suppress the Order field.
    Also, where does (tcode) system pick the values for item category in sales pricing? Cause, the required determination exists in VOV4 and in material master.
    Regards,
    Venkat

    item category  is determine from Item Catergory group in Mat master and Sales Doc Type.

  • How to display field "profit center" on screen f-02 ?

    Dear all,
    I would like to display the field "profit center" on screen f-02 (and not on screen "fast entry").
    I tried with OB41, but it's only when I specify "Mandatory" that the field is displayed.
    I would like to keep the status "Optionnal", but to display the field.
    Do you have a solution ?
    Thank you for your help

    Hi,
    The profit center is optional in screen layout for GL -Fast Data Entry in F-02 is possible
    for that Change layout through at O7E6 and activate it. the variant will  show in the editing option FB00 for fast entry and save it.
    Change the filed status for G001
    Regards
    Surya

  • Cost centre field in sales order account assignment screen

    Hello all,
    I am unable to find the settings for cost center field in sales order account assignment tab screen along with profit center and internal order. kindly let me know the path to select cost center.
    Thanks in advance
    Raju

    The Cost Center Determination settings is in OVF3 -  but there are some cases where the Cost Center must be exceptionally changed. 
    If the document category for order type in IMG VOV8 is defined to be "I" which belong to order type FD - Deliv.Free of Charge, then the field cost center is active for input during transaction VA01. 
    Alternatively, you can specify an order reason and assign a cost center to an order reason. 
    However the standard SAP works only at the header level though, so it would not work if cost center is needed on the line item. 
    The cost center are assign for such business transactions as :
    - Free deliveries
    - Returns
    - Deliveries of advertising materials
    You can also make cost center allocation dependent on the order reason, for example:
    Order reason: Damage in transit
    Order reason: Free sample
    Both the IMG settings are done in transaction OVF3, either with/without the order reason.

  • Change the Profit Center in Sales Order line item's Account assignment tab

    Hi Gurus,
    I need to change the Profit Center at Sales order Line item in Account Assignment Tab. Currently  The Profit center is coming from Material Master for the Line Item's Material as default but I have to change / overwrite  that.
    Can any body provide me how can i achive that means
    Any User exits, substitution or any thing ?
    I tried MV45AFZZ but i am not able to find out the right place where I can change COBL-PRCTR.
    Sony

    Hi
    There is perform which moves the values to VBAP field.
    This PRCTR field is stored in VBAP (i.e., SO line item table)
    USEREXIT_MOVE_FIELD_TO_VBAP
    Hope it works.
    VVR

  • Display GL/cost center description in account assignment tab in PR and PO.

    My user wants to display GL and cost center description in account assignment tab of PO and PR? How can we do this?

    Hi
    Someone added same kind of stuff in the net
    We have done the following to display GL account text in ME51N & ME21N
    We registered the SAP Object: R3TR FUGR MEACCTVI for our SAP Release: 701.
    - In SE51, we added the field text_sakto to screen 1100 (Single Account Assignment) in program SAPLMEACCTVI.
    - Via SE80, we added the following code to the flow logic of screen 1100 under PROCESS BEFORE OUTPUT: MODULE fill_text_sakto in the function group MEACCTVI.
    - Within the MODULE fill_text_sakto we added the following code:
    FORM FILL_TEXT_SAKTO .
    SELECT SINGLE txt20 INTO text_sakto
    FROM skat
    WHERE spras eq sy-langu
    AND saknr eq MEACCT1100-SAKTO.
    ENDFORM.
    Thanks
    Vishnu

  • Profit center clearing accounts line item display

    Dear all,
    I have implemented  document splitting at  profit center level.
    The zero balance clearing account (profit center clearing account) is open item managed and also line item display tick is  put. eg both ticks are active.
    I am trying to see the line items in the account using fbl3n,fs10n etc but am not able to view the line items althought the balance of the account is  visible in fs10n.
    the message i get is 'no line item selected'.
    Pl suggest some way through which i can see the line items of the profit center clearing account.
    Regards,
    Rishikesh

    Dear Venkatesh
    I am also facing same problem, I am using T Code FAGLL03 to display Line Items for Zero Balance Clearing A/c but I am not getting line item display instead it is giving following error.
    =========================================================================
    “Account 141010, company code VALC is clearing account
    Message no. MSITEM111
    Diagnosis
    You have stored account 141010 in company code VALC as a clearing account. At the same time, you use line item management with this account.
    System Response
    Error message issued because line item display cannot read data for an account in a ledger if line items exist partially in the entry view together with clearing items for which there are no line items. In such cases, only the data with line items would be selected.
    Procedure
    Check the Customizing settings or account control. Change the settings so that only automatic postings without line items can be made to the account, or select a different account as the clearing account.
    =========================================================================
    Please do suggest me.
    Thanks in Advance
    Regards
    Ratnakar

  • Profit Center Clearing Account Line Item not possible to display ?

    Hi
    All Experts ,
    I want to see the line items for Profit Center clearing account ( Zero Balancing ) in FS10N but after double clicking in system
    shows no line item possible for this account.
    Please suggest some T.codes or reports through which I can see line items for  Profit Center clearing account.
    Is there any different configurations made for Profit center clearing account ?
    Regards,
    Sharvari.
    Edited by: Sharvari Joshi on Jul 18, 2009 2:27 PM
    Edited by: Sharvari Joshi on Jul 18, 2009 2:32 PM

    Dear Sharvari,
    You are not able to see line items because "line items" field in master record must not have been selected. To check it goto
    FS00, enter your GL account. For documents which have already been posted, you will not be able to see line items even after selecting Line Item in master record.
    To veiw the line item record for this GL account use table BSEG in SE16.
    Regards,
    Chintan Joshi.

  • How to Grey out cost center column in me22n screen(Account assignment tab)

    Hi All,
    I have tried many ways to do grey  out cost center column in account assignment tab of ME22N.
    i have created implementation for this class and method. 
    Class:CL_TABLE_VIEW_MM_2
    Method:PBO_TC_LINE
    Below is the my code snippet.Kindly let me know any suggestions.
    data:  l_tc type char100.
    data:  l_tabix type i.
         l_tc = '(SAPLMEACCTVI)DYN_1000TC-COLS'.
    FIELD-SYMBOLS:<fs_tcdata> type any TABLE,
                    <fs_wa> type any ,
                    <fs_lwa> type any,
                    <fs_screen> type any,
                    <fs_input> type any,
                    <fs_active> type any,
                    <fs_output> type any.
    *data:fs_wa type SCXTAB_COLUMN_IT.
       ASSIGN (l_tc) TO <fs_tcdata>.
       LOOP AT <fs_tcdata> ASSIGNING <fs_wa>.
          l_tabix = sy-tabix.
        ASSIGN COMPONENT 'INVISIBLE' OF STRUCTURE <fs_wa> TO <fs_lwa>.
           ASSIGN COMPONENT 'SCREEN-NAME' OF STRUCTURE <fs_wa> TO <fs_screen>.
           ASSIGN COMPONENT 'SCREEN-INPUT' OF STRUCTURE <fs_wa> TO <fs_input>.
           ASSIGN COMPONENT 'SCREEN-ACTIVE' OF STRUCTURE <fs_wa> TO <fs_active>.
           ASSIGN COMPONENT 'SCREEN-OUTPUT' OF STRUCTURE <fs_wa> TO <fs_output>.
           IF <fs_lwa> = space.
             CASE <fs_screen>.
                WHEN 'MEACCT1000-KOSTL'.
                 <fs_input>     = 0.
                 ENDCASE.
                 endif.
                 ENDLOOP.
    Regards,
    Hiriyappa

    As I can't see any complicated scenario in your requirement. So I suggest you can achieve this by simple standard configuration.
    Go to OME9, double click on the Account assignment category and make the field as Display.
    Then check in your PO.
    But I doubt, your requirement can not be simple like that.
    So either you didn't know the settings or your requirement is different or you are just trying to learn that can it be possible via coding.
    Let us know the appropriate reason for set it as display.

  • Balancing field "Profit Center" in line item 003 not filled during AFAB

    Hello all,
    We have activated business function FIN_GL_REORG_1 on EHP5 in ECC 6.0 and related reporting business function. One of the advantages of activating this for Fixed Assets is now asset balances can be reported at Profit Center/Segment level in sub ledger.
    During executing depreciation, we are getting the below error message
    Balancing field "Profit Center" in line item 003 not filled
    Message no. GLT2201
    Diagnosis
    The field Profit Center marked as balancing is not filled with any value in line item 003, even after document splitting.
    Below configuration is done in our system -
    Document splitting is active with standard variants for FA accounts.
    Segment Reporting is actived under Asset Accounting IMG (under Integration with General :edger Accounting)
    Activation of account assignment objects is active for cost center and specify account assignment types for account assignment objects KOSTL is configured for all transaction types (*) for APC and Depreciation postings is activated.
    APC, Accumulated Dep and Dep expense account field status groups are changed to have profit center and segment as optional fields for inputs.
    After all these settings, I am still getting the above error message.
    Can someone please let me know if you had similar situation and how to resolve this issue.
    Thanks,
    Praveen

    Hi
    Check the below locations
    Fin Accounting(New)Fin A/c Global Settings NewLedgersAssign scenarios and Customer Fields to Ledgers (Here assign Profit Centre)
    Fin AccountingGL Accounting NewBusiness  TransactionsDoc splittingDefine doc splitting characteristics for GL Accounting (Here Profit Centre mandatory check) Check with Activate and Deactivate
    Regards
    Sridhara Rao D

  • FI Posting Error Balancing field "Profit Center" not filled-Vendor acc

    Dear All,
         System has been Configured the emp. loan and insurance deduction to be posted to respective vendor accounts. while making the FI posting system is throwing error like "Balancing field "Profit Center" in line item 001 not filled".
      We have 8 profit centers.  emp. loan deductions to be posted in vendor acc. across all the profit center wise. Business Area and Cost Center has been maintained properly for all employees in IT 0027 & IT 0001.
      Doc. type also has classified  for doc. splitting(spro>GL acc(new)>Bus. Trans --> Doc. Split --> Classify doc. type for split.).
    How this issue can be solved, kindly help us out.
    Regards,
    Param.

    Hi Murali,
    You are correct,Standard SAP business transaction "0000" and variant "0001" - unspecified posting will not cater the above requirement.
    Doc Type SA does not split. Either you can use "001" in front of SA doc type which I do not recomment, but else create a new Documnet type with 0001.
    In standard configuration in many places SAP has used 0000 whcih does not split. You need to define new doc types as per your requirement and assign business transaction and variant to it as per business need.
    Do let me know if it works.. else we can try something else..
    Regards,
    SAPFICO

  • Field selection for Account Assignment Tab in PR

    I set up my own field selection key where only storage location can be changed after release.
    But when I do the test, I found that not only the storage location field but also all the fields in Account Assignment Tab can be changed!!!  (Like cost center, profit center and GL account etc)
    So, please help me to control the fields in Account Assignment Tab. I can't find related setting.
    Thanks a lot.

    You guys misunderstood.
    Here's my business flow:
    I enter PR with account assignment K, input cost center and then save.
    After PR is released, there's only storage location can be changed.
    So I set up my own field seletion key in which I set storage location as optional, and other fields as display.
    But when I use ME52N to check my released PR, not only storage location but also all the fields in Account Assignment Tab can be changed!
    I can't find the corresbonding setting for cost center or GL account in "Define Screen Layout at Document Level".
    I can't use OME9 either, because once I set cost center as display, I have no change to enter even if I use ME51N.
    Sorry I didn't make myself clear enough. Hope you understand now and please help me to solve it. Thanks a lot.

Maybe you are looking for

  • Can i transfer a video from quick time pro to a dvd

    can i transfer a video from quick time pro to a dvd

  • Cant see my IMEI number what should i do?

    hey guys. i just bought iphone 4 from ebay and im out of USA i need to know IMEI number to unlock my phone, but i cant see that number when i open this phone its asking activation and i cant access to main menu so i cant use that #*06# or generals-ab

  • The ads load slowly, even it uses 95% of the cpu of any computer.

    heyy i am using open-x ad server the ads load slowly, even it uses 95% of the cpu of any computer. any one can advice?!!! here is the site links: www.alarab.net اخبار مسلسلات وفيديو مشاهدة افلام مباشرة اخبار موقع العرب مسلسلات تركية ومشاهدة افلام مبا

  • Charging iPod after restore

    I just restored an iPod and I got a message that I need to plug it into a wall adapter, but I don't have one. Can't I charge it and put music on without a wall adapter? Thanks, Jen

  • Z22 and CDK 6.0.1

    Hello. I have Palm Z22, I download the CDK 6.0.1 on windows XP. When I run code samples (any sample) about sync conduit  I GEt the Message: "Important PlamOne Desktop are missing and prevent this handheld from syncroninzing..." 1. I create my user wi