Adding cost center in RABEST_ALV01 from ANLZ node - ADA Logical database

Hi,
I am trying to display cost center in output list of RABEST_ALV01 ALV report (Copied it to ZRABEST_ALV01).
I was able to include fields which are there in ANLAB and ANLAV in FIAA_SALVTAB_RABEST structure - CI_REPRABEST inlcude. And have included cost center field also in the include (KOSTL).
This ALV report RABEST_ALV01  is reffering to ADA logical database. I included a node explicitly in the program along with other node declaration :
NODES: anla0,
             anlav,
             anlz ,
             anlb,
             anek,
             anepv,                    
             anlcv.             
and added a GET statement in the program GET ANLZ before moving the values to final internal table.
Here, the the issue is that the values of ANLZ is getting displayed as "#".
Kidnly suggest.
Thanks and Regards,
Rashmi

Hi Rashmi,
Please make sure the order of the nodes should be same as the order in which they are there in LDB or else they will be overwritten
Thanks
Bala Duvvuri

Similar Messages

  • Adding cost center range in KS05

    Hi,
    I want to add range for cost center field and from change Date in KS05. Can anyone
    guide me on this issue.
    Orelse If there is any function module to achieve this keeping select-options in KS05
    by preparing our own report also will be helpful for me.
    Regards
    VEnk@
    Edited by: Venkat Reddy on Nov 18, 2009 12:49 PM

    Hi, Venkat!
    I haven't found any standard transaction for mass handling of changedocs, but i suppose there is something universal tool for this purpose in the system. I think it is not difficult task to realize it yourself. Check this code please:
    program zjdtest.
    tables: RKMAA.
    select-options: so_kostl for RKMAA-KOSTL obligatory.
    parameters    : p_kokrs type RKMAA-KOKRS obligatory.
    data: lt_objclass type CDOBJECTCL_RANGE_TAB,
          lt_objid    type CDOBJECTV_RANGE_TAB,
          ls_objid    type CDOBJECTV_RANGE,
          lt_tabname  type CDTABNAME_RANGE_TAB,
          lt_editpos  type TABLE OF CDRED.
    start-of-selection.
      append 'IEQKOSTL' to lt_objclass.
      append 'IEQCSKSB' to lt_tabname.
      loop at so_kostl.
        ls_objid-sign       = so_kostl-sign.
        ls_objid-option     = so_kostl-option.
        ls_objid-low+4(10)  = so_kostl-low.
        ls_objid-high+4(10) = so_kostl-high.
        ls_objid-low(4) = ls_objid-high(4) = p_kokrs.
        append ls_objid to lt_objid.
      endloop.
       CALL FUNCTION 'CHANGEDOCUMENT_READ_RANGES'
          EXPORTING
            objectclass_tab                  = lt_objclass
            OBJECTID_TAB                     = lt_objid
            TABLENAME_TAB                    = lt_tabname
          tables
            editpos                          = lt_editpos
          EXCEPTIONS
            NO_POSITION_FOUND                = 1
            WRONG_ACCESS_TO_ARCHIVE          = 2
            TIME_ZONE_CONVERSION_ERROR       = 3
            OTHERS                           = 4
        IF sy-subrc <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        CALL FUNCTION 'CHANGEDOCUMENT_DISPLAY'
          EXPORTING
            i_applicationid                = sy-cprog
          tables
            i_cdred                        = lt_editpos.

  • Cost Center data Extraction from R/3

    Hello,
    I am using extractor 0CO_OM_CCA_1 to get CO data into BW-BPS. After examining the resulting data into BW, I have a a problem: The customer uses movement types JVIV, RKIV, RRIV in R/3 for some of their cost centers, and they want those movements to be excluded from the extraction. However, I can see no valid filtering possibilities at the extractor....
    Do you know how I could make this filtering?
    Many thanks in advance for your help,
    Eduardo.

    Hi Gianfranco, thanks for your reply
    I am stuck at this point because when data is extracted from R/3 into BW, there is a "conversion" for such "movement types", in which the system maps those values I mentioned from table COSP_VTYPE in R/3 into something like the following in BW:
    Table RSTVTDETAIL:
    VALUETYPE MEASTYPE VTDETAIL TXTSH                TXTMD                                  
    010       001000   01       Primary Costs        Primary Costs                          
    010       001000   02       CO-Transfer          CO-Transfer                            
    010       001000   03       CO-Allocations       CO-Allocations                         
    010       001000   04       CO-Activ. alloc.     CO-Activity allocations                
    010       001000   05       CO-Settlement w act. CO-Settlement with activity flow       
    010       001000   06       CO-Settl. wo act.    CO-Settlement without activity flow    
    The problem is, I cannot find a correspondent value for those JVIV.. from R/3, and thus, all data is displayed as a total. What I intend is to separate entries related to those COSP_VTYPE values and exlude them from budgetting...
    The final objective for this one is (I will try to explain it without a specific technical knowledge of financial vocabulary), that It is a requirement that imputations to a cost center that come from other cost centers, are not displayed for the former.
    Any help will be appreciated. Thank you very much in advance
    Regards,
    Eduardo.

  • Adding cost center on OKB9 with cost element company code with valuation ar

    hi ,
    can anybody help me out with the Adding cost center on OKB9 with cost element company code with valuation area configuration.
    i have to do this configuration but do not know the detailed steps for that one.
    Good points will be awarded.

    Hi Prem
    Select the 1 in column acct assignment details column then in the left side in detail per business area/valuation area enter your valuation area.
    Thanks
    Ashok

  • 'PERSON is not a node of logical database PNP'

    Hi All,
               We are upgrading from 4.6 to ECC6.00.Previously we used the include RPCIPE0D with PNP database in one of the programs and had no errors.Now in ECC6.0,there is a huge change in the code of RPCIPE0D when compared to 4.6C.
               When i use this include in one of my programs with PNP database it throws an error as "'PERSON is not a node of logical database PNP'".Do i have to use PNPCE?If so,plz explain why.

    Hi Shruthi,
              Main Program RPCIPE00 of your include program RPCIPE0D is built with the Logical Database PNPCE which has the node PERSON. When you try to activate your custom program with your program as main program, Since the include  has the following code in it.
    NODES: person, group.
    this node will be checked against the LDB provided in your Custom Program.
    Regards
    S. Balasubramanian

  • Adding Cost Center to existing account

    We found out that we need to add a cost center to an existing account that has a couple journal entries posted to it. 
    What is the correct way to go about this?

    Hello,
    I'm worried but you can not assign cost center to posted items. There is one way I thought that, If you don't create a cost element for this account yet, please transfer amount to a dummy account without cost center(if cost element created for this account please use DUMMY cost centers) and then you can create a cost element for this account. After that you can transfer amount from dummy account to cost element with correct cost center.
    Regards,
    Burak

  • Cost center PR price from contract

    Hi
    my requirement is to get  Purchasing Request ((which is cost center PR acct cat:K)) price, from a relevant valid contract..
    even when i assign the contract as a source of supply system doesnt take the PR price from contract?
    Any suggestions
    Thx in advance

    Hi ,
    Please take care of the SAp note 311174
    Cause and prerequisites
    The transfer of data from the source of supply is not planned and only
    makes sense in some cases. In particular when you change the source of
    supply later the copied data must be changed again. However, at this
    time it is no longer clear whether the data was copied from the source
    of supply or was entered manually.
    For your requirement, I would like to suggest you to use the enhancement
    below to implement your own logic in purchase requisition:
    LMEKO002
    Enhance communication structure KOMP for price determination
    MEREQ001
    Customer's own data in purchase requisitions
    BR
    Nadia Orlandi

  • Cost center data fetch from COSS/COSP tables.

    Hi Experts,
    I need to fetch data from COSS/COSP tables for particular Cost centers fetched in CSKS select.
    As there is no Costcenter field I cannot access the database tables directly.
    Fetching entire dat and then deleting is causing performance issue with the report.
    I need to reduse the time taken by COSS/COSP table select , as I have Cost center field on the selection screen.
    Is there any other method or  FM that I can use?
    Thanks in advance!!!

    Hi
    This is my code to get the data from a certain cost element group:
    }call function 'G_SET_GET_ID_FROM_NAME'
         exporting
           shortname                      = p_kagru
           tabname                        = 'CCSS'
           fieldname                      = 'KSTAR'
           kokrs                          = p_kokrs
           ktopl                          = 'ENPC'
           setclass                       = '0102'
           check_set_empty                = 'X'
         importing
           new_setid                      = setid
    *     SET_INFO                       =
        exceptions
          no_set_found                   = 1
          no_set_picked_from_popup       = 2
          wrong_class                    = 3
          wrong_subclass                 = 4
          table_field_not_found          = 5
          fields_dont_match              = 6
          set_is_empty                   = 7
          formula_in_set                 = 8
          set_is_dynamic                 = 9
          others                         = 10
       if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       endif.
       call function 'G_SET_GET_ALL_VALUES'
         exporting
    *     CLIENT                      = ' '
    *     FORMULA_RETRIEVAL           = ' '
    *     LEVEL                       = 0
           setnr                       = setid
    *     VARIABLES_REPLACEMENT       = ' '
    *     TABLE                       = ' '
    *     CLASS                       = ' '
    *     NO_DESCRIPTIONS             = 'X'
    *     NO_RW_INFO                  = 'X'
    *     DATE_FROM                   =
    *     DATE_TO                     =
    *     FIELDNAME                   = ' '
         tables
           set_values                  = t_set_values
        exceptions
          set_not_found               = 1
          others                      = 2
       if sy-subrc <> 0.
         message id sy-msgid type sy-msgty number sy-msgno
                 with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       endif.
      loop at t_set_values.
        count = count + 1.
        r_kstar(3) = 'IEQ'.
        r_kstar-low = t_set_values-from.
        append r_kstar.
        if count = 500.
          perform read_coep.
        else.
          at last.
            perform read_coep.
          endat.
        endif.
      endloop
    U can use somthing like that to get data from cost center
    Max

  • Name EE Grp EE SGrp Per Area & Cost Center tab disappered from PA 30 Screen

    Hi Guru,
    I have created the shift schedule for new company code  and then  moved it dev (No chng) for testing and hired an new employe on same company with new shift schedule. And as soon as execute PA 30 screen to see the master data emp namd , EE grp , EE sgrp , pers area an cost center tab has disappeared.
    Please tel me wht went wrong or wht wil be possible cause for this error.
    Rgds
    Subrat

    Here it is, sorry for the delay, I kinda gave up for a while:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP5"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1920x1080"
    EndSection
    Section "Monitor"
    Identifier "0-DFP10"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "3600 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1920x1080"
    EndSection
    Section "Monitor"
    Identifier "0-CRT1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "1920 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP5" "0-DFP5"
    Option "Monitor-DFP10" "0-DFP10"
    Option "Monitor-CRT1" "0-CRT1"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Virtual 5520 1920
    Depth 24
    EndSubSection
    EndSection
    Last edited by xeekei (2013-09-12 22:47:09)

  • What is node and how to create a node in logical database in reports.

    What is the purpose of this nodes. Show me one example program using these nodes.Clearly show me an example with explanation. If this is taking any table means.Plz give me a clear example with my ztable.
    Tables : zptable1
    fields in this table are f1,
                                    f2,
                                    f3.

    hi,
    The sole effect of the NODES statement is to copy data from logical databases to executable programs. It defines an interface work area and is allowed only in the global declaration section of executable programs that are linked to a logical database, and in the database program of logical databases. node must be the name of a node of the logical database. NODES declares a table work area node for the respective node. The data type of the table work area is either predefined in the node of the logical database or can be chosen from a list using addition TYPE.
    The nodes of the structure of a logical database are maintained in transaction SE36
    for more go to transaction ABAPHELP and write Nodes you will get examples there and explanation
    thanks
    Sachin

  • Retraction cost center plan data from BPC to ECC

    HI Experts,
    We are integrating BW-BPC.
    The client wants to Retract the data from BPC to ECC System for reporting purposes.
    u201CIn order to be able to calculate standard costs correctly in production plants planning data from BPC is needed in SAP ECC.
    The data needed is the planning data on cost centers which are currently entered into SAP manually via transaction KP06. This data will now be entered into BPC instead and therefore it is required to get an interface between BPC and SAP ECC for transferring data.
    A description of the process and the data needed is available in the section u201CSAP ECC Screen Dumpu201D sectionu201D including screen dumps from ECC
    If this interface is not created the task of entering in the planning data will double as the data must be entered both in BPC and SAP ECC. The process of entering in the data twice I estimate will add 1 u2013 2 extra days of work for each subsidiary involved in this.u201D
    What is the options to support this Business Process of getting data from BPC to SAP ECC.
    Regards
    venu
    Edited by: venu WAD on Aug 19, 2011 7:19 AM
    Edited by: venu WAD on Aug 19, 2011 10:17 AM

    Hi Keyrun:
    Please refer to slide 7 of document below.
    "SAP NetWeaver 7.0 Data Retraction in BI Integrated Planning"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30af46fb-eb4f-2a10-4899-9167af035742?quicklink=index&overridelayout=true
    >Online documentation: http://help.sap.com/saphelp_sem60ep1/helpdata/en/99/97157967e3440a94d199538959cd0b/frameset.htm
    >See SAP Note 525543 for additional documentation on field mapping.
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Jun 22, 2010 8:13 PM

  • LIS copied S012 and added cost center as characteristic

    I have copied S012 (Purchasing) and added the characteristic costcenter to it. (S901)
    I can choose the " Invoice verification chars" MCRSEG-KOSTL or own made MCEKKN-KOSTL.
    But i see difference in amount of records when i compare S012 and the new S901.
    S901 has much less records then S012.
    I compare one artikel from S012 and i have 13 records . In S901 i have 1 record.. Only the record who has a costcenter.
    The others i dont see in my table.
    Do i have to make a formule to get result or is it impossible to add Costcenter to characteristics.
    Please help. I can't find the problem.
    Regards Rob

    Hi Steve ,
    Any suggestion or thought on this ?
    Thanks
    kiran

  • GET Node in logical database to be executed on a condition

    Dear Friends,
    I have used GET NODE (get pernr) to extract data from HR LDB- PNP.
    Using HR Report Category I have customized selection screen so that user cannot enter employee number (so that he can only see his payslip only) but can select just the period.
    So in the calling program I want "GET pernr" to execute only when pernr = sy-uname. How can I do it???
    Thanks,
    Amit

    Hi ,
    After the Get event ,put a check statement on node data like
    Get Pernr.
    Check pernr-pernr = sy-uname.

  • 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 receive the cost center group from legacy system

    Hi Experts,
    i need to collect  cost center group hierarchy from Legacy system.is there any standerd tcode available to get it.
    Usefull answers will be rewarded.
    looking forward to hear from all.
    regards,
    Tom

    Hi,
    Cost Center group can be viewed from field SETCLASS of table SETLEAF.
    To Fetch the relevant cost center from a cost center group, we can use FM: 'K_HIERARCHY_TABLE_READ'.
    Below thread may give you more details.
    Cost Center Group
    Regards,
    Ranjith.

Maybe you are looking for

  • Problem with Menubars

    I'v got an enormous problem with my menu bar... I can put code here...but it's so messy that nobody but me can read it :p So what i wanted to ask is...does anyone got a little project... with a menubar and the possibility to switch from one menu and

  • DMXzone Smart Image Processor .tif file issue

    I'm using the DMXzone ASPupload & smart image processor. I'm having an issue creating thumbnails from .tif files. All other formats work well. I've tried using the the server component that came with the product, the .net component, and ASPupload com

  • Export to excel-Width setting

    Hi, I am trying to export a Discoverer viewer report to Excel through export option. In Excel,I need to manually set the width of each column.Is there any woutomatic way of setting the width automatically in the process of exporting. Thanks Sridhar

  • Where is m y wireless device?

    Hi, i m using HPdv6000. I 've got this typical problem: I put my laptop into sleep mode and i went out for hours.When i got back switched it on again, i found that i cant connect to any wireless network. I troubleshot it and i found out my wireless c

  • Scanning question/need...

    I have a new HP LaserJet PRO 200, thus an 8.5x11 multi-function color print unit.  How can I scan previously printed two side index cards (3x5 inch) so the sides line up nicely and print neatly. Getting the sdes aligned and sized properly has proven