Formatted search to get the cost center name

Dear experts, I need to display the cost centre name/description on goods issue via formatted search. i have set the cost centre as " Display distribution rule in a unified column".
Dimension 1
01 Abc
02 xyz
Dimension 2
001 aaa
002 bbb
Dimension 3
0001 jkl
0002 mno
System shows only the code on goods issuance screen like "01,001,0001 " while i need to display "Abc,aaa,jkl" . Is it possible via formatted search
or any other way?
Regards,
Awais

Hi,
Create on UDF at Row Level in Good Issue form beside distribution rule column
& apply below FMS to it
SELECT T0.[PrcName] FROM OPRC T0 WHERE T0.[PrcCode] =(select $[$13.10001018.0])
auto-refresh it on selection of distribution rule
regards,
Raviraj

Similar Messages

  • How to get the cost center for the retro balance.

    Hi All
    I have this report that gives the retro balance. I get the information from RT and BAL. The problem is it doesn't show the Cost Center for the retro amounts. C1 holds the current periods payments not the retro ones.
    Does any one know how can i get the Cost Center of the the amounts that wage type /552 is showing in the RT?
    Please Help!!!

    Hi
    I am not sure on the requirement. You are developing a FI report and accessing VA03 which is sales transaction. Anyway for getting cost center you can go to table VBAK,VBAP for line items.
    Hope solves ur problem
    Thiru

  • How to get the cost center of production order

    hi guys
    please tell me how i can get the cost center of the production order. 
    thanks.

    You need AUFK-KOSTL ?
    Pole

  • How to get the cost center and division for a given FI vendor document...

    Hello Experts,
    I am currently developing a report wherein I have to show the cost center and division used in the given FI document.
    These documents are vendor related transactions.
    In the file that was given to me by the user, she indicated the cost centers used by the FI documents
    but when I view it via VA03 I cannot theere are no cost centers used in all the line items.So are there
    any FM, BAPIs and/or tables that I can use for my requirement?
    Hope you can help me guys. Thank you and take care!

    Hi
    I am not sure on the requirement. You are developing a FI report and accessing VA03 which is sales transaction. Anyway for getting cost center you can go to table VBAK,VBAP for line items.
    Hope solves ur problem
    Thiru

  • Cost assosiated with the cost center

    Hi,
    How do I know the cost associated with a particular cost center. Also I would like to distribute the cost in a particular center to all the active cost centers. Please let me know how can this be achieved.
    Thanks.

    Hi Lakshmi,
                    Time sheets are filled for employees and subcontrators and that data will be stored in CATSDB table. So from the CATSDB you can get the cost center, activity type passing the company code,Fiscal year, Fiscal period and the controlling area as inputs.
    For each cost center and activity type combination, you can get the OBJNR from table CSSL passing SKOSTL and LSTAR.
    call the Function module
        CALL FUNCTION 'BKK_GL_FI_PERIOD_DETERMINE'
          EXPORTING
            I_BUKRS = '1010'  "Pass the Company Code
            I_BUDAT = l_budat
          IMPORTING
            E_MONAT = l_monat
            E_GJAHR = l_gjahr
            E_RC    = l_rc.
    Pass on the l_budat = t_catsdb-workdate and bukrs as "Specific to ur company"
    Get the cost rate from table cost passing the objnr and l_gjahr(Through above function module).
    Get the cost rate from table COST passing the objnr and l_gjahr.
    The exact cost is determined by the field cost-tkgoxx where the ‘XX’ is obtained by
    the exporting parameter(l_monat) of BKK_GL_FI_PERIOD_DETERMINE.
    if l_monat is 10 then,
    Select tkg010 from COST table passing objnr and l_gjahr.
    This program was done for posting the document for Full time employees. I dont know if it works for you.
    Thanks,
    Vamsi.
    sample code
    *--This is done inside the loop after extrating data from CSSL table and catsdb.
    READ TABLE ITAB_CSSL WITH KEY KOSTL = ITAB_CATSDB-SKOSTL
                                   LSTAR = ITAB_CATSDB-LSTAR
                                            BINARY SEARCH.
              IF SY-SUBRC = 0.                 "3
    *This function is used for picking fiscal period
                CALL FUNCTION 'BKK_GL_FI_PERIOD_DETERMINE'
                  EXPORTING
                    I_BUKRS = P_BUKRS
                    I_BUDAT = ITAB_CATSDB-WORKDATE
                  IMPORTING
                    E_MONAT = L_MONAT
                    E_GJAHR = L_GJAHR
                    E_RC    = L_RC.
    *determination of exact cost (GV_Ecost) by concatinating the field cost-tkgo
    with exporting parameter(l_monat)
                CLEAR : GV_ECOST.
                CONCATENATE 'TKG0' L_MONAT INTO GV_ECOST.
    *getting single value of exact cost into a variable GV_cost from table cost where
    Object Number is equal to ITab_CSSL Object number & fiscal year is equal to year derived.
                SELECT SINGLE (GV_ECOST) INTO GV_COST
                                    FROM COST
                                    WHERE OBJNR = ITAB_CSSL-OBJNR
                                     AND  GJAHR = L_GJAHR.

  • OrgModeler 3.0 - Cost Center Name showing as N/A

    Hi,
    If the user is given SAP_ALL, the cost center name is showing what it's supposed to be.
    However, if we remove the SAP_ALL, the cost center name is showing as N/A.
    I have already given user authorization for FunctionGroup /NAKISA/HRFUNS, but it still doesn't show.
    Cost center ID is shown, just that the description is not.
    Anyone experience this before?
    I did a trace via ST01, I don't really see any thing suspicious.
    Thanks
    Jack

    Hi Jack,
    Your own tests indicate that this is a security issue. However, just to be sure can you check the cds.log file and see if there are any errors? Sometimes authorization errors are displayed there. Also try putting Logging Level to 1 (see the Nakisa Wiki for info to do that). I would also check the downloadSchema to see if the function that extracts cost centre has authority set, although this is based on SAP authorizations so that should be the first place to investigate.
    Good luck!
    Luke

  • How to restrict the Cost Center Search ?

    Hi everybody,
    Im a little bit worried... In my Org Model, I defined in the CNT user's attribute some Cost Centers. 
    I was thinking that this action would restrict the Cost Centers that the end-user can use. 
    Obviously not.. it seems that it is just a default value, but the user can search and put any cost center.  The same concept applies for the GL account.  =(
    Somebody knows how to really restrict the cost centers that an user can use ?
    I appreciate your help a lot !!!
    Regards,
    Diego

    Hi Diego,
    For cost centers search help in SRM, there are 2 options:
    1 - You use the backend search help, then backend search help is called directly, and the attributes are not taken into account.
    2 - You do not use the backend search help, then a HTML select option (dropdown list) of codes is shown to the user with all the values entered (one by one) in the user attributes (or herited values, but ranges are not supported).
    The first option is used as soon as the user has the authorization object (authorization object SRM 3.0: M_BBP_SHLP; authorization object SRM 4.0: BBP_FUNCT/value: BE_F4_HELP)
    What I understand, is that you want to use the backend search help, with a limitation upon the user attributes: this can be done using the search help BADI.
    Regards.
    Vadim

  • How to get the document type, name and revision from the search page cv04n

    Hello,
    After performing cv04n and getting a list of documents satisfying the search criteria, how can I then get the document type, name and revision of the selected document using ABAP?
    Thanks

    HI,
    IN table DRAW... u have Document type, Version and document number.
    In Table DRAT also u get Document Type, Version, Number and Description of Doucment.
    Regards
    SAB

  • Search help results of cost center

    Hi everybody
    Cost center is normally assigned to SC item based on the attribute set in PPOMA_BBP (attribute CNT). Now, when you're in the item details screen and want to change that default cost center you can search for other ones using the "glasses icon". This starts some kind of a F4 search help screen and returns a list of all available cost centers existing in the backend system.
    Our SRM users are NOT created in the backend system, therefore we're not able to control cost center authorizations via backend user authorizations.
    So the problem we have is, that in the result screen we get by far too much cost centers from which the enduser can make his choice. We'd like to reduce this result list to only the cost centers assigned via CNT attribute on org. unit level in PPOMA_BBP.
    I already looked at BAdIs BBP_F4_READ_ON_ENTRY and BBP_F4_READ_ON_EXIT (method GET_COSTCENT) and to verify if they could do what I wanted simply tried to delete all entries from table ET_COSTCENT_LIST and ET_COSTCENT_FAVOURITES... no changes, the result list still contains a complete overview of all our backend cost centers.
    To all SRM gurus out there: how is it possible to restrict the result list of cost center search help?
    Thanks again anyone for some help.
    Kind regards,
    Renaud

    Hi Case,
      We can get this functionality with out changing any standard program.
      Herewith I am sending details.
    1.     Implement the badi using definition BBP_DRIVER_DETERMINE and write below  mentioned code in method DETERMINE_DRIVER.
            IF functionname = 'B470_SHLP_CALL' AND sy-tcode NE 'PPOMA_BBP'.
    functionname = 'ZB470_SHLP_CALL'.
            ENDIF.
    2.     Copy the standard FM B470_SHLP_CALL to ZB470_SHLP_CALL then make        
           the changes in ZB470_SHLP_CALL.
           Here you have to make two changes.
    a.     Clear the destination name (LV_DESTINATION) for calling search help
                            from SRM
    b.     Give your own search help name (ZCOST_CENTER we need to create this search help in SRM )
           Now it will call the search help ZCOST_CENTER from SRM only
                   Sample code
              CASE shlp_field.
            WHEN gc_g_l_acct.
          lv_shlpname = 'SAKO'.
           lv_shlpparam = 'SAKNR'.
            WHEN gc_cost_ctr.
          lv_shlpname = 'ZCOST_CENTER'.
          lv_shlpparam = 'KOSTL'.
          CLEAR lv_destination.
    3.      Create you won search help (ZCOST_CENTER) in SRM and write code in search help exit for getting the cost centers from user attributes. For reading the cost centers from user attributed you can use the FM BBP_READ_ATTRIBUTES (pass the CNT as attribute ID)
    Regards,
    Padmaraju
    If it useful to you,please reward points.

  • I want to find the cost center manager's PERNR

    Hi,
    I have list of cost centers which are not the home cost centers. For this cost centers i need to find the person responsible. For this requirement BAPI_COSTCENTER_GETDETAIL1 function module returns the cost center details where VERAK field is the PERSON Responsible name. But I want the owners PERNR, USRID, AND POSITION.
    I dont know how to find the pernr from PERSON responsible name. So Please anyone help on it.
    Thanks & Regards,
    vignesh

    Hi,
    Your answer was helpful.
    Org.unit manager might be different. I can pick the org unit attached to the cost center and find the manager of the org unit. How are you saying org unit manager is same for cost center also.
    If org unit manager is responsible for cost center attached to it then i got my solution for my requirement. Please confirm this.
    If you know the bapi_get_costcenter_details1, then please confirm me that person_in_charge_user parameter is the user id of the pernr. This will also help me in resolving this issue because using user id i can get pernr.
    Thanks in Advance,
    Vignesh

  • 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

  • Document change/display - Profit Center / Cost center name

    Hi,
    We have a requirement where client wants to display the profit center and cost center names (short or long) when displaying or changing a parked or a posted document. As we all know SAP shows only the profit center and cost center code and not the description during the document display. After all the deliberations, this seems to be an important piece of information while posting a parked document or even viewing it as a posted document.
    What are our options?
    Any help is much appreciated.
    Regards,
    Subodh

    Thanks for your response Tamim.
    Profit center / cost center naming is following a different convention and we are in a roll out phase, therefore we can't think of first item.
    About match code, the requirement is not so much during the posting but primarily while releasing the parked document or viewing the parked / posted document - they want to see the description along side profit / cost center.
    I was looking for clues on any utilities / enhancements / BTE that I may use to bring extra fields during document display.
    Regards,
    Subodh

  • How to changed the Cost Center Date

    Hi All,
    I have an issue. Cost center is created which have a valid date from 10.01.2009.
    Upon checking my set up in the SAP my default date format it is DD.MM.YYYY.
    It have mistakenly inputted a different date instead of October 1, 2009 it inputted January 10, 2009.
    To resolved: When i went to KS02. I could not edit the valid dates just the master information. And also in KS12.
    Is there a way i could change the valid dates of the cost center?

    Hi,
    But did you succeed to delete it via KS04 or not? If there are postings in this period, then obviously, it won't be possible to delete it and the validity period could not be shortened retroactively anymore.
    Regards,
    Eli
    P.S. OKEON won't help you...

  • How to get the actual font name from a font file?

    Hi
    I have only the font Path I have to get the font name from that path. Any idea how to get the actual font name?
    Thanks,

    I would ask you these questions:
    Why do you need to do this?  What are you ultimately trying to accomplish?
    Are you really asking about the InDesign SDK?
    Do you really need to get the "name" of a font from an arbitrary file?  Or do you want information about a font installed on the system?  If so, what OS?
    Do you need to be able to handle any font format?
    Which font "name" do you mean?
    What language do you want the name in?
    (1) It's not clear what you're trying to accomplish.  A bit more information about your ultimate goal would be helpful.
    (2) This question is not at all specific to the InDesign SDK.  Are you really trying to do something in the context of an InDesign plug-in?  If so, you probably want to look at IID_IFONTFAMILY and the IFontFamily::GetFamilyName function.
    (3) If you are asking more generally, Windows and Mac both have system API calls to get this information, although those tend to deal with installed system fonts, not with arbitrary font files per se.
    Also, you can parse the name table from a True Type or Open Type font without using any system APIs; as True Type and Open Type are well-documented standards.  I would start by reading these:
    The Naming Table
    Font Names Table
    (4) Although there are other standards, such as Type 1 (PostScript) fonts, and True Type Collection files and other formats, especially on Mac.
    (5) Also, when you start down this road, you will quickly realize that your seemingly simple question is actually ambiguous, and that the answer is kind of complicated, because a font can have many names (a family name, a full font name, a style name, a PostScript name, etc.).
    (6) And not only does a font have multiple names, it can have each of those names in multiple languages and encodings.
    Any clarification would make this a better question.

  • I cant get the control center to swipe on my iphone 5 with ios 7

    anyone else haveing the same issue.  the notification center works when you swipe down as well as the search iphone feature.

    Yeah, I got fat fingers and have jammed into the most bottom part that the screen will let me touch with the case on and stilll can not get it to work.
    Again works fine with the case off and I start the swipe up off the illuminated part of the screen and it works every time. Just does not work with the case on to get the Control Center swipe to work.
    Not a great big deal but it is a feature that would be nice to have with my favorite Otterbox Defender Case.

Maybe you are looking for

  • Photos not appearing in photo roll etc

    When I take a photo on my Pre it does not show in the photo roll window in the bottom left of the screen and if I go into photos it does not show either the photos in photo roll or wallpaper, just a big grey cross. HOWEVER if I go to attach a photo t

  • Realtime graphing

    Here's my situation: I have labview code I am using to control  a stepper motor. I would like to have a realtime graph that shows the position of the stepper motor (whether actual position or calculated position). I will be dealing with very large am

  • TS3274 Emailing from photos

    I have an iPad 1 amd all of a sudden I can't email a picture in photos.  I touch the send icon, touch email, the email opens and in 3 seconds the email  disappears.

  • How do I get my music "fixed"

    one song on "The Debators" third season is garbled (E13) from the middle of the track about 7-9 minutes into it.  Anyway how do I report it and get a fixed up version ?

  • Photoshop 5 quits when entering settings in print menu

    I am using an iMac with Yosemite and Epson's latest print driver for my Stylus Pro 4880. Whenever I attempt to enter settings in the print menu, Photoshop crashes.