To find cost center column in S_ALR_87012291.

I´m trying to get the cost center in the transaction S_ALR_87012291 (line item Journal report) why I need see the document financial but this report doesnu2019t have the cost center column, I have tried  to find it in button u201Cchange layoutu201D but doesnu2019t exist. Do you know alternative transaction?

Hi,
Further to your mail, the report is standard one and the required Cost Center can not be called as a column, since this is not ALV Report.
The ALV report would allow you in some cases to call the columns like your requirement.
If it is compulsory to your requirement, then copy the report into Z Report and get modified by your Technical Team (ABAPer).
Regards
VG

Similar Messages

  • 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.

  • How to find cost center assigned to a work center

    Hi Guys,
                 I need to find cost center assigned to work center.
    from Which table I should to get it.
    Cheers
    S Kumar

    Hi,
    Please use the table CRHD to get the object ids and then go to the table CRCO with the object ids and get the Cost center assignment to resources.or you an create a query by SQVI and use it.
    regards,
    kaushik

  • Finding Cost Center for Position

    Dear Gurus,
        Wish you happy new year.
       I had assigned Cost Center for a position for infotype 1018. So it should store in HRP1018. Am unable to find the filed in HRP1018. Where can I find that Cost center in table so that I can make a report based on that. I searched in HRP1001 also. It is not there in HRP1001.
      Please help me where can i find the cost center for a position.
    Thanks,
    Ravi

    The Funding Approver is responsible for updating and maintaining Infotype 1018 (Cost Distribution infotype) and Infotype 9018 (Budget infotype).  The Funding Approver  is responsible for approving funds for positions.
    The cost distribution record of a Position is held on Infotype 1018, and the budget information is held on Infotype 9018 (not available in this display).
    Access Transaction:
    Via Menu Path
    SAP menu ==> Human Resources ==> Organizational Management ==> Expert Mode ==> PO13 - Position
    Via Transaction Code
    PO13

  • How to find Cost center

    Hi all,
    Please tell me how to get the cost center if i'm having G/L account, company code and fiscal year.
    I can see in the Tcode FB03, but how do i retreive the cost center and cost center category from tables.
    Please help.
    Thanks and regards
    Poorna

    Since you have the G/L Account and not the document number, you should go to BSIS and BSAS:
    REPORT ztest LINE-SIZE 80 MESSAGE-ID 00.
    TABLES: bsis, bsas, cskt.
    SELECT-OPTIONS: s_bukrs FOR bsis-bukrs,
                    s_hkont FOR bsis-hkont,
                    s_gjahr FOR bsis-gjahr.
    DATA: BEGIN OF itab OCCURS 0,
            bukrs LIKE bsis-bukrs,
            hkont LIKE bsis-hkont,
            gjahr LIKE bsis-hkont,
            kostl LIKE bsis-kostl,
            ktext LIKE cskt-ktext,
          END   OF itab.
    SELECT bukrs hkont gjahr kostl
      FROM bsis
      INTO TABLE itab
      WHERE bukrs IN s_bukrs
        AND hkont IN s_hkont
        AND gjahr IN s_gjahr.
    SELECT bukrs hkont gjahr kostl
      FROM bsas
      APPENDING TABLE itab
      WHERE bukrs IN s_bukrs
        AND hkont IN s_hkont
        AND gjahr IN s_gjahr.
    SORT itab.
    DELETE ADJACENT DUPLICATES FROM itab.
    LOOP AT itab.
      SELECT SINGLE ktext
        FROM cskt
        INTO itab-ktext
        WHERE spras  = sy-langu
          AND kokrs  = s_bukrs
          AND kostl  = itab-kostl
          AND datbi >= sy-datum.
      IF sy-subrc = 0.
        MODIFY itab.
      ENDIF.
    ENDLOOP.
    LOOP AT itab.
      WRITE: /001 itab-bukrs,
                  itab-hkont,
                  itab-gjahr,
                  itab-kostl,
                  itab-ktext.
    ENDLOOP.
    Rob
    Message was edited by: Rob Burbank

  • Function to find cost center for pernr

    hello,
    I looke for a function to find pernr's cost centeres from infotype 0027 (not from infotype 0001).
    Thanks in advance,
    Fariba

    Hi,
    why do you need FM for that
    you can select the data directly from PA0027.
    select * from PA0027 into X_0027 where pernr = pernr
                                      and begda ge date
                                      and endda le date.
    regards
    Vijay
    Message was edited by: Vijay Babu Dudla

  • COST CENTER WISE STOCK

    Dear cons
        WE WANT TO CHECK COST CENTERWISE STOCK. PL. SOLVE IT.
    EXAMPLE- in T-CODE- MMBE WE CAN CHECK project stock i.e- under which WBS THE STOCK BELONGS. we want in same manner under which cost center the stock belong.
    nrk

    Not sure abut MMBE,but u can do it for MB51.
    In MB51 you can add fields for selection. You can add "Cost Center" as one of the selection parameter from SPRO.
    IMG-MM-Inventory management and Physicl inventory -Reporting-Define field selection for Material document list
    when you select this it wil display the fileds you can add for selection screen. If you page down this you can find "Cost center" MSEG-KOSTL , bydefault not Tick marked for Selection screen.
    If the entry is not in the list you can add by clikcing the "New entries" Tab
    Program --> RM07DOCS
    Table --> MSEG
    Field name --> KOSTL.
    Regards,
    Indranil

  • Table for Cost Center Data

    Hello Experts,
    We are customizing a financial report and having a strange requirment, where we need to sum up the total value(Debit+credit) of a particular cost element from cost center report S_ALR_87013611.
    For example, Cost element 600000 is having debit value 5000 and credit value 2000 in the report S_ALR_87013611, so we need to bring the value of 3000 (Sum of debit and credit value)  in customize financial report for cost element 600000.
    I have checked the table COSS with value type 4, but  I am getting there 2000 debit and 2000 credit, 3000 debit is got missing.
    Please can any one tell me which table should I check for getting the proper data?
    Your early feedback will be highly appreciated.
    Regards,
    Mohammed Kalim

    Hi Ajay,
    Thanks for your prompt response.
    COSS and COSP are not serving my purpose.
    COSSA & COSPA are the structure table.
    I am not able to find cost center field in COEP table.
    Hi Mahesh,
    Thanks for your valuable inputs.New GL is not active in our client.
    Hi Raman,
    Thanks for showing interest in this issue. COBK is Document Header table.
    Regards,
    Mohammed

  • Display cost center in FBL3N

    I want to display cost center information in GL line item report
    (FBL3N).I choose new layout with additional column: order and cost
    center.My problem is only order will display the information while no
    details in cost center column.How do i display my cost center?
    For your information, all line items related to this problem are come
    from work order created by PM module which is using internal order and
    settlement rule to cost center.
    Regards
    shivanand

    i am taking a shot in the dark, when you have a document that has both internal order and cost center.
    the actual posting goes to the internal order and the cost center only has statistical posting.
    I dont know, if this could cause an issue.
    check the respective cost center line items, i am sure they should show statistical.
    why dont you arrive at these postings from KSB1, give a cost center range or any hierarchy

  • Link for Cost Center And Work Center.

    Dear Experts,
    Can you Provide me the Link for Cost Center And Work Center.
    Regads,
    Jyoshna

    Dear Experts,
    I got the answer for the Link Between Cost Center And Work Center.
    By using CR03   T Code we can see the Display Work Center : Cost Center Assignment Screen will appear.
    we need to select the costing tab, We can find Cost Center .
    Thanks & Regards
    Jyoshna

  • (Cost center groups) table

    Hi all,
    In which database table can we find cost center groups .
    regards,
    Ramya

    Hi,
    You can find it in table SETNODE.
    Regards,
    pankaj singh.
    reward if it solved your question

  • Extract expense for a designated cost center group

    Hi,
    There is a problem that we want get expense for a designated cost center group instead of cost center and store in the cube. We can get the cost center group but it is a node in a hierachy. I don't know how to map cost center to it's group.
    Thanks in advance.

    >
    rahul dsnr wrote:
    > Hi,
    >  Thanks for ur reply, but those FM's are not providing Cost center group for a cost center.
    >
    >  Can u provide me a  better solution to find cost center group for a cost center.
    >
    > Regards,
    > Rahul
    Do you mean that you want to read the cost centre group hierarchy for a cost centre?  So that instead of entering a cost centre group and reading down the hierarachy until you get to the cost centre codes at the bottom, you want to enter a cost centre and then read up the hierarchy until you get to the cost centre group at the top of the hierarchy.  If so, I don't think there is a function module to do what you want.  The cost centre group hierarchy data is held in table SETNOTE, so you could have a look at that.

  • Cost Center / Profit Center -- Validation for Plant Address Change

    Hi There - One of our team [PTP] have a updated St'Adress for a Plant. From FI, is there something needs to be validated? and How do i find cost center/profit center related to that plant. I belive there is no assignment of those to plants?
    Thanks
    Sri

    no, the "accounting" object that can be related to the plant is the valuation area, but it is updated automatically.
    Paolo

  • How to find the cost center group from cycle/ segment in CO module?

    Hi All,
    I need to fetch the list of cost centers in the cost center group against the cycle.
    Is there any table which will store the list of cost centers against the cycle?
    or else, what I was thinking is use of BAPI BAPI_COSTCENTERGROUP_GETDETAIL, which will give me the list of cost centers,
    but we need to pass the controlling area + cost center grp to fetch the cost centers from BAPI, I have controlling area with me but not the cost center grp name, only I have Cycle info lke cycle name, segment name, seq number. so how to find the cost center grp name from the cycle name?
    Regards,
    Mrunal

    FM: RK_AL_CYCLE_READ
    CHECK TABLE: T811K

  • How to find out which WBS Element is assigned to which Cost center?

    Hi all,
    How to find find out that this WBS element matches this cost Center? I mean, How to find that all these WBS elements are assigned to this cost center? Can you all please give me the corresponding fields and tables? And what are the fields for COST CENTER GROUP and COST ELEMENT GROUP?
    Thanking you all in advance,
    Chandra sekhar

    Hi,
    look here:
    1) <a href="http://help.sap.com/saphelp_47x200/helpdata/en/25/908fc66d8411d194f000a0c93031df/frameset.htm">Cost Center Group</a>
    2) <a href="http://help.sap.com/saphelp_47x200/helpdata/en/08/51451143b511d182b30000e829fbfe/frameset.htm">Cost Element Groups</a>
    the connection is, when you post a FI-document:
    you need a G/L - account and an  account assignment
    (WBS-Element or cost centre in you case WBS)
    this data is put from FI per interface to Controlling:
    here you have the cost-element (= G/L account)
    and the CO-object
    you'll find all combination of cost-elments and co-objects in Table cosp
    -> Re: Finding all Cost elements related to a Cost center
    pls reward useful answers
    Message was edited by: Andreas Mann

Maybe you are looking for

  • Multi Resource Scheduling (MRS) - resources not visible on Gantt chart mode

    I need your expertise help to resolve this issue. We are on MRSS 7.0 and ECC 6.0. When I run transaction /MRSS/PLBOORG, I am able to see the demands show up. However from resources point of view, I can see them on a table based planning but not able

  • "couldn't resolve host name" error message

    I have a new Z30 with the latest OS update installed and can't connect to several Wi-Fi locations because of error message 'couldn't resolve host name'.  Is there a fix to this as it seems to be an issue with BB and no other type of devices?

  • E7 Symbian Anna music player vs N8 PR1.2 music pla...

    Does anyone here happen to have both the E7 (with Symbian Anna), as well as an N8 9with PR1.2)? If so, can you do a comparison of the Anna music player compared to the poor default player of the N8? Are there any noticeable UI differences at all, or

  • Mail upgrade is frozen at 30% restarts at same location

    After upgrade to Mountain Lion, the mandatory "Mail Upgrade" stopped after 30%. After a Force Quit, restarting the Mail app returns to the same frozen spot of the "Mail Upgrade". All of my mail was already on iCloud, so it should have done the upgrad

  • Extract file name for size gt 10M

    Hi I am writing a script to extract the file name whose size is greater than 10M. What I wrote is as follows: export LIST=`ls -ltr | awk '{print $5 ,$9}'` for SUBLIST in ${LIST}; do echo ${SUBLIST} export SUBLIST1A=`echo ${SUBLIST} | awk '{print $1}'