Cannot position G/L Account Name between G/L Account and Cost Dimensions

I have a client that is very frustrated that when they use Form Settings to position the G/L Account Name column adjacent to the G/L Account column in a marketing document, that change is not retained the next time that they open that form.
The problem appears to be related to the columns for cost accounting Distribution Rules. I found that while I cannot position G/L Account Name between G/L Account and the Distribution Rules column(s), most other column position changes are retained. The Journal Entry form does not appear to have this problem.
I am reproducing the problem using the A/R Invoice (Service) form on v8.81 PL06. I have Use Multidimensions checked in System Initialization » General Settings » Cost Accounting. The symptom occurs whether I set Display Distribution Rules to In a Unified Column or In Separate Columns. Since this client displays distribution rules in separate columns, the G/L Account column ends up separated from its associated G/L Account Name column by a wide margin.
I couldn't find another reference to this problem. Is it a known issue that might be scheduled for correction soon?
-paul

Hi Gordon,
   When I am giving link of Account Name field from VPM4 table in Repetitive area0  then system not capturing data (Account Name which used in Outgoing Payment Doc.)
   And When I am giving same link in Page Header area, System giving only One Account name but when user create more then one G/L for Outgoing Payment then also system displaying only one G/L Account Name.
   Actually this type of data should be come in Repetitive Area0 then only it will repeat, Should I have to link any field with Account Name field ?
Thanks & Regards,
Siddique Shaikh

Similar Messages

  • Cannot verify my new account and no email was sent

    cannot verify my new account and no email was sent

    Hello naldiegarcia18,
    Thank you for contacting Apple Support Communities.
    The following article explains what to do if you didn't receive the email.
    If you didn't receive your Apple ID verification or reset email
    http://support.apple.com/kb/TS5404
    Regards,
    Jeff D.

  • Multiple 'logical joins' between a fact table and one dimension table

    It appears that one cannot create multiple ‘logical joins’ between a fact table and one dimension table in OBIEE using the Oracle BI Administration Tool. For example, considering a Business Model with a dimension table TIMES and a fact table FACT containing START_TIME and END_TIME, we would like to create separate logical joins from FACT to TIMES for the START_TIMEs and END_TIMEs? Obviously, the underlying foreign keys can be created, but as far as I can tell the Oracle BI Administration Tool doesn’t support this. The workaround would be to replicate the TIMES table, but that’s ugly.
    I seek an alternative approach.

    Try this. Create an two aliases for the TIMES dimension (Start & End) in the Physical Layer and then remove foreign key to the "Parent" Times dimension. Create the Foreign Key in the Physical Layer to the new aliases and then create the complex joins in the BMM Layer to the new aliases as well. This will allow you to present both dates within the same table in the Presentation Layer. Not the most elegant solution but it works.

  • G/L Accounts and cost center

    i would like to find the list of valid G/l Accounts and cost center for a input company code. Is there any good tables for getting this information. ?

    I don't think there is such a thing. If a GL is valid for a company code and a cost center is valid for the corresponding controlling area, then the transaction should post. A relationship between controlling area and company code is in table A059 (Controlling Area/Company Code). This table is empty in our system, so I don't think that checks will be made.
    Rob

  • G/L account and cost center in Delivery

    Hi,
    When we create the deliveri, first in sales order user only enters and func center,  that fuind center comes in the deliveri goods movement document,  along with that when i check in MIGO document display along with fund center i can see the cost cenert and g/l account for which that document is posted, In our system we are using same chart of account for two compnay codes, and in OBYC  for GBB-VAX  we have maintain one G/L account 893011, and in cost element for this 893011 we have assign one cost center  for one compnay code that cost center is OK  but for othere one we want to assign different cost center,  by keeping the same account,  how we can do this.
    regards,
    zafar
    Edited by: zafar_karnalkar on Jan 6, 2011 6:36 AM

    Dear Zafar,
    If you desire you maintain two different cost centers for the two company and you need to have both of them posted on the same G/L account and Cost element, I would advice you to:
    - create a Z table where by controlling area you define where the specific cost center need to get posted
    - include this validation check in the exit for validation for controlling
    - include this validation check in the exit for validation for finance
    - include this validation check also in the sales order user exit
    Standard SAP seems do not have direct link between cost centers & cost elements. For this reason ideal solution is to generate a table where you may define you needed structure.
    E.g.: some ideas on the table you may create
    Controlling area
    Cost element from
    Cost element to
    Cost center from
    Cost center to
    I hope this suggestion may answer to your need.
    Regards,
    Viviana A.

  • Not updating G/L account and cost center with BAPI BAPI_PO_CREATE1

    Hello Friends,
    The two fields G/L ACCOUNT and Cost Center is not updated using BAPI BAPI_PO_CREATE1. I am unable to understand why? This is what i am passing to account assignment structure( POACCOUNT). Filled POACCOUNTX structre as well. I have passed company code at the header level.
    PO_ITEM = 00010
    SERIAL_NO = 01
    CREAT_DATE = sy-datum
    GL_ACCOUNT = 621000
    COSTCENTER = 1000
    CO_AREA = 4000
    Please let me know why it is not updating anything i missed while passing?
    2>I need to update GR quantity but this field is not available in the BAPI ..Please let me know how to update this field.
    Any help is highly appreciated.
    Regards,
    Raj

    Hi, I have a problem I use the bapi BAPI_PO_CREATE1, I pass the table pt_poaccount in the parameter poaccount but the bapi when register my purchase order doesn't register correctly the values KOSTL, AUFNR, PS_PSP_PNR, NPLNR of the tablepoaccount and register the default values of the contract. Please i need help with this.
    CLEAR s_poaccount.
         s_poaccount-po_item     = <fs_datos>-ebelp.
         s_poaccount-serial_no   = w_serial.
         s_poaccount-costcenter  = <fs_datos>-kostl.
         s_poaccount-orderid     = <fs_datos>-aufnr.
         s_poaccount-wbs_element = <fs_datos>-ps_psp_pnr.
         s_poaccount-network     = <fs_datos>-nplnr.
         s_poaccount-activity    = <fs_datos>-vornr.
         s_poaccount-quantity    = <fs_datos>-menge.
         s_poaccount-net_value   = <fs_datos>-brtwr.
         s_poaccount-creat_date  = sy-datum.          
         s_poaccount-itm_number  = <fs_datos>-ebelp.  
         s_poaccount-co_area = '1001'.               
         APPEND s_poaccount TO pt_poaccount.
    CLEAR s_poaccountx.
         s_poaccountx-po_item     = <fs_datos>-ebelp.
         s_poaccountx-serial_no   = w_serial.
         s_poaccountx-po_itemx = 'X'.
         s_poaccountx-serial_nox = 'X'.
         s_poaccountx-creat_date = 'X'.
         s_poaccountx-itm_number = 'X'.
         s_poaccountx-co_area = 'X'.
         s_poaccountx-costcenter = 'X'.
         s_poaccountx-orderid = 'X'.
         s_poaccountx-wbs_element = 'X'.
         s_poaccountx-network = 'X'.
         s_poaccountx-activity = 'X'.
         s_poaccountx-quantity = 'X'.
         s_poaccountx-net_value = 'X'.
         APPEND s_poaccountx TO  pt_poaccountx.
    CALL FUNCTION 'BAPI_PO_CREATE1'
         EXPORTING
           poheader          = pe_poheader
           poheaderx         = pe_poheaderx
         IMPORTING
           exppurchaseorder  = pi_exppurchaseorder
         TABLES
           return             = pt_return
           poitem           = pt_poitem
           poitemx         = pt_poitemx
           poschedule    = pt_poschedule
           poschedulex  = pt_poschedulex
           poaccount      = pt_poaccount
           poaccountx    = pt_poaccountx
           poservices     = pt_poservices
           posrvaccessvalues = pt_posrvaccessvalues.
    The BAPI is register with these values as default however i pass other values in table
    pt_poaccount

  • No functional area derived from GL account and cost center ccombination sel

    Hi,
    When doing a goods issue for a delivery, am getting this error. Hope somebody could advice.
    "No functional area derived from GL account and cost center combination selected."

    Hi,
    Go to FS00 and specify the functional area for the gl account. Go cost center change mode specify the functional area. Define the f area in Tcode OKBD, FSP2,KA02,KS12,
    Hope this is clear, if yes assign points
    Regards,
    Sankar

  • Control G/L account and Cost Center for movement type 251

    Dear Friends,
    I would like to use mov. type 251 for GI for sale and like to control over G/L account and Cost center.
    The G/L account is by default from the valuation class of the the material and if the user will enter wrong G/L
    we had done the customising in OMJJ movement type 251 - Account grouping - Unchecked the check box of column
    "Check account assignment" - Impact is " the system always uses the G/L accounts or account assignments determined automatically"
    I also made default cost center for G/L account and plant wise through OKB9.
    Now I would like to suppress/dispaly the G/L account and cost center - for same I had done Setting in Entry control menu of OMJJ for 251 of field Account control - Value  - "-" field is suppressed. But it is not working.
    Please advise to solve this situation.
    Thanks & Regards
    Rajan

    Dear Rajan
    Yes, I have checked in MB1A earlier. We have separate node for Field seletion layout for Enjoy transaction MIGO for mvt type in which the G/L account (KONTO) an Cost center (KOSTL) have only optional or required entry selection.
    warm regards
    Ramakrishna.

  • GL account and cost center field appearing for Goods issue movt type 201

    Hi SAP Gurus
    We are trying to post goods issue in ecc6 . The problem is that the GL Account and cost center fields are available fields .The cost center field is logical but why the GL account field is avaiable .
    How we can grey out the same field as it is going to be picked up from the valuation class setting in GBB - VBR ? Any ideas
    Regards
    Hitesh

    Hi Ravi
    You think that its ok we have to input the cost center .
    But if you allow the users to input the GL then you are overriding the whole purpose of defining the valuation class and offsetting entries ? What is your opinion ?When you input the material in the goods issue screen the offsetting entry needs to be picked from the GBB -VBR .Although even if you do not enter the GL the system posts the Godds issue document .But from the control perspective this needs to be suppressed .
    What do you think ?
    I have also posted the same in Logistics forum .
    Once  again many thanks for your help .In case you find some solution this would be of great help
    Regards

  • GL account and Cost elements

    Hello All,
    I am looking for a report to check the GL accounts and the cost elements. I want to check if the cost element is been created for all the GL accounts and incase if I missed on the cost element for any GL account then I should create it.
    Is there  any standard report or even if I have to check 2 reports that would be fine.
    Thanks
    Priya

    Hi Priya,
    1. If automatic creation of the cost element is selected in your chart of accounts then you check it out list in transaction OKB2 where there is less scope to miss the creation of cost elements.
    2. If it was not activated or activated later then take the GL Account list from SKB1 and cost element list from CSKA and use VLOOKUP functionality of excel.
    Creating query will not help here because filed GL Account and Cost element are different even though they have the same value.
    Regards,
    Chintan Joshi

  • How to set MM02 should not allow to change account and costing view

    Hi all guru's
    How to set MM02 should not allow to change account and costing view details for orher users expect me,plz help me
    thanks
    ramesh

    Hi Ramesh,
                       Use the Authorization Object:  M_MATE_STA     Material Master: Maintenance Statuses
    Below are the Views for the MM02, Field STATM
    Whichever not wanted to be changed, please dont provide them.
    A     Work scheduling
    B     Accounting
    C     Classification
    D     MRP
    E     Purchasing
    F     Production resources/tools
    G     Costing
    K     Basic data
    L     Storage
    P     Forecasting
    Q     Quality management
    S     Warehouse management
    V     Sales
    X     Plant stocks
    Z     Storage location stocks
    Regards,
    Yawar Khan
    Edited by: 1234_abcd on Jan 10, 2012 8:14 AM

  • ZGPGL - Copying Accounts and Cost Centers to the SAP system

    Hi all,
    When I try to copy accounts and cost centers from my excel mapping document to the SAP system I can only copy about 20 of them at a time. I have about 30,000 accounts and am wondering if there is a quicker way to do this.
    Thanks,
    Deki

    Write a catt script to create the GL account and cost center master data. they are relativley easy to learn and create. They work great for this. I have used them several times for that purpose.
    pls assign points to say thanks.

  • How to get G/L account and cost centres from ECC to SRM...

    Dear All,
    How to get G/L account and cost centres from ECC to SRM...
    Please let me know the steps...
    Thanks
    Ravi

    Hi
    GL account - You can define in SPRO- Cross application settings--Account assignment ->Define GL account for product category and account assignment category.
    or you can use BADI BBP_DETERMINE_ACCT.
    In Organisation Strucute - You can Map the backend cost center via KNT  cost center attribute .
    Regards
    Muthu

  • I recently changed my apple ID but I not cannot access my iCloud account and I also keep getting a message pop up asking me for my old password with my old email address

    Changed my apple ID email address which seemed to work but now cannot sign into iCloud account it still comes up with my old email address and I cannot access it also the message pops up all the time when just using ipad HELP

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • Difference between GL Account and Cost Element associated

    Hi,
    In the system ECC6.0, due to modification it happens that there are some difference in the description between some GL account and their associated cost element.
    Is there any way to have an automatic update in order to avoid this kind of problem.
    Regards,
    MAtthieu

    Hi Matthieu,
    Take a look at the OSS note 634887 and upload in your system the programs mentioned there.
    With the program ZKA_KSTAR_TEXTS_INS_AND_UPD  you are aible to update the cost element texts copying the corresponding G/L description
    Kind regards,
    Dan

Maybe you are looking for

  • Fillable PDF form in windows application

    Hi, I need to open a fillable PDF form from my windows application which I am developing in C# 2.0 I added acropdf.dll from "C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\acropdf.dll" but this is a reader and I want a fillable form to be opened

  • HT201401 volume control increases on its own

    volume control goes loud without touching it. anyone have this issue?

  • Smartview HypConnect VBA issue

    Hi Forum, I am have created a Smartview based Excel spreadsheet that I would like to connect and retrieve data using a macro enabled button. I am able to successfully create a connection to the database using HypCreateConnection, but I am unable to g

  • JNDI datasource server

    I have a number of standalone apps,j2se, some hibernate based, some pure JDBC. Is it a good idea to create a JNDI server for a datasource? I'd like to central the db connection pooling and such for all the standalone applications. Is this a good idea

  • Dreamweaver templates and search engines

    I am running into a problem while building sites using Dreamweaver's Template option. These sites are not easily found by search engines. Anyone have any solutions?... without having to stop using templates? THANKS MUCH cineaste_grrl