How to maintained the Text  language for CKF keyfigure

Dear All,
Please let me know how to maintained the text language for CKF I am using only keyfigures in CKF.
Issue is text is not showing in Spain language when user exeuted the report (longin Spain) for CKF keyfigures .
As per report design there are formuals and direct keyfigures and CKF has defined and we keep it under in Row struture in the report.
After exeuted the report (Login Spain)Text has converted in all languages along with spain except for CKF keyfigures.
Issue in text CKF's:
There is a main  CKF (Cost) under this again we defined two sub CKF's those are total cost and average cost. We able to see the text in Spain language for Main CKF(cost) and also cheked in RSZELTTXT(Texts of reporting component elements) for the same.
We can able to see the text in all languages for main CKF(cost) and enteries are there in RSZELTTXT table.
We can see only  the text in english for  total cost and average cost and also enteris are there only in EN in RSZELTTXT table.
It would help to me if any one can answer my question.
Thanks in advance .
Regards,
MQ

U can fetch the texts for the items using
Read_text.
Example:
    g_f_tdname = xvttp-vbeln.
    g_f_obj = p_obj.
    g_f_langu = 'DE'.
    REFRESH g_t_lines.
    CLEAR g_t_lines.
    CALL FUNCTION 'READ_TEXT'
         EXPORTING
              id                      = p_var
              language                = g_f_langu
              name                    = g_f_tdname
              object                  = g_f_obj
         TABLES
              lines                   = g_t_lines
         EXCEPTIONS
              id                      = 1
              language                = 2
              name                    = 3
              not_found               = 4
              object                  = 5
              reference_check         = 6
              wrong_access_to_archive = 7
              OTHERS                  = 8.
    IF sy-subrc <> 0.
     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
The Required fields are,
Text-id ,language,name,object.
Let me know if you further require help.
Regards

Similar Messages

  • How to find the text id for the text in the sales order

    Hi all,
    How to find the text id for the item-text in the sales order?
    There are different Text available in  the sales order under item like Warehouse instruction, CSR instruction...
    I want to know the corresponding Text id for the text ELECTRONIC ORDER COMMENT.
    Table TTXID contains the validation of the Text id.
    Please help me in knowing the way to identify the text-id from the text list..
    Thanks foryour help
    Suresh Kumar

    U can fetch the texts for the items using
    Read_text.
    Example:
        g_f_tdname = xvttp-vbeln.
        g_f_obj = p_obj.
        g_f_langu = 'DE'.
        REFRESH g_t_lines.
        CLEAR g_t_lines.
        CALL FUNCTION 'READ_TEXT'
             EXPORTING
                  id                      = p_var
                  language                = g_f_langu
                  name                    = g_f_tdname
                  object                  = g_f_obj
             TABLES
                  lines                   = g_t_lines
             EXCEPTIONS
                  id                      = 1
                  language                = 2
                  name                    = 3
                  not_found               = 4
                  object                  = 5
                  reference_check         = 6
                  wrong_access_to_archive = 7
                  OTHERS                  = 8.
        IF sy-subrc <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    The Required fields are,
    Text-id ,language,name,object.
    Let me know if you further require help.
    Regards

  • How to maintain the dynamic description for a workitem ?

    Hi everyone ,
    How to maintain the dynamic description for a workitem ?
    Thanks ,
    Naval Bhatt

    OPen PFTC Txn
    Enter the TAsk ID and openit in change mode
    declare a container element in the task container and the same element in the workflow too.
    Now from the workflow pass the value to the task container by using binding.
    and in the workitem text of the task conatiner.
    For e;g
    if you want to display the workitem id in the task decription
    open the task in the pftc and add the element in the workitem text and then pass the element value , so that the value that you have passed will be displayed in the workitem text.
    *&WORKITEMID& Add *

  • How to change the text variables for a standard report-writer report ?

    I am trying to change the text variables for a report -writer report and transport the same so as to change the title page and the report output heading  .I know the Report-Group 6Z02 and the library 6O1 to which it belongs.I tried using the change transaction GR32 after going to the area menu through FGRP . I try to change the text variables through  but it throws an error "You chose a name in the reserved name range - try different name ".
    I have also tried copying this report into another report and changing the new report . I was able to change and save the text variables . Now when I try to overwrite the original report 6Z02-001 with this new report , it does not allow that.
    Let me know how I can change the text variables for the same

    Can anyone please suggest me what to do here ?

  • Do you know how to change the Text Object for Billing Document?

    Hi,
    If you execute Transaction VOTX or VOTXn it will take you to Text Determination. The Billing Doc & Sales Document both has the VBBK as Text Object for me and is it like that for all.
    I need to change the Text Object to VBRK for Billing Doc, which is the ideal because I am using the Function Module READ_TEXT to retrieve text. This work perfectly for Sales Document which has VBBK as Text Object, but does not work for Billing Doc where it through as error message saying “Text 0020000021 ID 0002 language EN not found”.
    Thank You
    Kishan

    Hi kishan,
    For updating these text you can use FM 'SAVE_TEXT'.
    As for your problem, to get the parameter you need, go to the billing document, go to the text, and display it in plain page mode.
    Then you do 'GO TO' -> 'HEADER', and a pop-up window open with the parameters you need Obect type, ID, Name, ...
    Regards,
    Erwan.

  • How to get the text elements for a particular program

    Hi All,
    I want to get the all text elements , selection texts for a particular program...How to get.
    I have used one FM READ_TEXTELEMENT_FROM_REPORT , but not much useful..
    please help me..
    Regards,
    raj

    Hi..
    You may use this statement to read the text elements:
    DATA: i_reptx  TYPE STANDARD TABLE OF textpool   WITH HEADER LINE.
    READ TEXTPOOL (reports) INTO i_reptx. " reports is the report name.
    Best Regards,
    Pradeep.

  • How to maintain the maintainence dialog for a Ztable?

    Hi all,
    I created a Ztable in the database and it looks good. But when i am trying to use SM30 T-code and trying to enter the Ztable name and click on the Maintain tab...i get a message called
    "The maintenance dialog for ZCUSTUM_TABLE is incomplete or not defined
    Message no. SV037
    Diagnosis
    The called function with the view/table ZCUSTUM_TABLE  needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.
    System Response
    The called function cannot be performed.
    Procedure
    Generate the required maintenance dialog.
    Can some one help me how should i maintain 1- 2-step maintenance dialog for the table?
    If anyone encountered this situation before, please help me figure out what is going wrong
    Regards,
    Jessica Sam

    Hi,
    For the Authorization group allows extended authorization protection for particular objects.
    Here it depends but we can also give authorization group as &NC&
    and overview screen you can give any screen number say 100 and single as 0.
    It all depends on the maintenance type that is one step and two step
    The difference is that in case of one step we will be displayed one screen when we open sm30
    and can make any number of entries at one time. but in case of two step we can make single entry at a time.
    Hope it will be benificial for you.
    Regards,
    Nitin.

  • How to set the default language for JRE?

    I appreciate the fact that JRE is intelligent enough to select language according to my system default codepage, which is 936 (Simplified Chinese). However, i don't find any option in java control panel or java.exe command line switch to change the codepage for Java back to 437 (which is the default codepage for US english). Is there any way to make the change?

    Thanks, finally i have a way to eliminate Chinese characters in console output. But I'd like to go one step further. Is there any way to permanently set the default encoding for JRE? I don't like the idea of having to add -Dfile.encoding every time i run a java program.

  • How to edit the selectable languages for spell checking?

    Hallo Mozzila Community
    After using Firefox nightly 23 on Chakra Linux via bundle and I think it messed up my settings of the spell checker via Firefox sync.
    The Problem pop up on openSUSE and Chakra Linux but not In Kubuntu 12.04(it has separate language packs).
    I want to have German and English GB and maybe Bosnian or Croatian spell checker but I can not select it via right click -languages.
    Now I have on both Chakra Linux and openSUSE 12.3 Firefox 20 by default maybe 30 languages installed but I can not select the language I want.
    For example on Chakra Linux Firefox 20 I have only German variants selectable,German Luxenbourg,German Belgium ... and so and I can not select other language via add-on or about:config spellchecker.dictionary; it stay alwas on a German variant so I need to edit the right click language selector to bring it to work.
    2.Example on openSUSE can not select German and En_GB but I can select a bunch of other languages I do not need in the right click languages selctor.
    Both are Firefox 20 with openSUSE KDE modifications and have all available spell dictionary installed.
    So how can I edit the list of selectable languages on the right click-languages?

    There is a difference between language packs that affect the Firefox user interface and spell check dictionaries.
    *http://kb.mozillazine.org/Language_packs
    At least one dictionary should be installed and have a check mark to indicate that it is selected.
    *Open the "Add Dictionaries" link to install a dictionary if you do not have one.
    *Make sure that [X] "Check Spelling" in the right-click context menu is check-marked.
    You can look here for dictionaries:
    *https://addons.mozilla.org/firefox/language-tools/
    *http://kb.mozillazine.org/Dictionaries
    *http://kb.mozillazine.org/Spell_checking

  • How to find the valid languages for a country?

    Hi All,
    I've a requirement where I need to find all the languages that are valid for a country.
    Would anyone help on this please?
    Thanks,
    Mandeep

    Hi Mandeep
    I do not believe SAP provides this capability as Standard.
    My recommendation would be to create an a custom SM30 Table. Allow to capture Country and Associated Languages.
    From there you'll need to add custom code in order to access this table at the desired area of functionality.
    Regards
    Arden

  • How to maintain the settlement profile for sales orders types

    Hi experts,
    When i try to create a Sales order it gives an error as maintain settlement profile  where can i maintain this settings...plz help me in this
    Thanks,
    Edited by: pandu123 on May 13, 2011 2:17 PM

    follow this link for get hints
    Error in Rework order settlement
    Reg
    NAr

  • How maintaining the connection table for sticky/persistent/non-persistent?

    Question about how to maintain the connection table for the source(client) and destination(server) in the CSM(or CSS).
    I know the sticky has the table and max size such as 128K(css11501)as per CCO but not clear how works the persistant and non-persistant case.
    Q1) persistant. does it maintain the conntion table to tracking the session? then, any information the table size?
    Q2) non-persistant. is this also have connection table? then, how it works?
    why I'm asking is want to understand how the session keep tracking. for example, the router based on the routing table(stateless) versus PIX firewall has stateful table. As analogue, is the non-persistnet stateless and statefull for the persistent and sticky?
    Thnaks in advance,

    The CSS uses FCB to maintain information about active connections.
    Each connections requires 2 FCB - one for client to vip and one for server to client.
    When you boot the CSS it will immediately reserver a good amount of memory to create a list of FCB.
    Each connection will then take 2 FCB from the list.
    You can do a 'flow stat' from llama mode to verify how much free/used FCB you have.
    When running low on FCB, the CSS will try to allocate more memory.
    Gilles.

  • How maintain the Customise setting for copy the text to sales doc to sales

    Hi SAP Gurus,
    How to customise the text for copy to sales documents to sales documents and output.Kindly needful for me.
    Regards
    Vikram.M

    This is determined based on the access sequence specified for the Text ID.
    You can go to IMG/logistics execution/Basic shipping functions/Text control/Define access sequences for determining texts.
    You may also use t-code VOTXN.
    If you are trying to check text being copied to delivery header,then click the radio button for the delivery header and click display. go to the relevant text determination procedure and
    Check the access sequence assigned to the Text id not being copied.
    The Text object should be VBBK to copy texts from sales order header,VBBP for sales item texts.
    You can compare it with your other text ids and their access sequences and make the necessary change to the one that is not being copied.
    Regards,

  • How to maintain long texts in different languages in a message class

    Hi All,
    I have maintained a message and its transaltions in some other languages in a custom message class. I have maintined the long text in English language. But I am not getting how to maintain the long text in other languages.
    Please help.
    Regards
    Kiran

    Hi Kiran,
    Good!
    In the message class corresponding to that message give the place holders &&&&.
    Like 001    &&&&
    in the program.
    Message <class>001 with text-001 text-002 text-003 text-004.
    then you could disply long text.translation takes place if u enter in different language automatically.
    thanks,
    Sunil.

  • I have enhanced standard master datasource , How to load the Text for it?

    Hi Experts,
    I had enhanced 0MATERIAL_ATTR with ZTGRM field.User exit is written and the data is populated and checked in RSA3.
    Replicated,loaded in BW side.Activated the master data.It shows only the attribute not the text.
    Tried loading 0material_text and loaded successfully, activated but while maintaining the master data , i can able to see only the attribute values not the text.
    Can any one help how to load the text for the enhanced attribute?
    Thanks in advance
    Ganesh Kumar

    Hi Tony,
    Loaded the 0MATERIAL_TEXT ,also sucessful.
    After loading activated the 0material but i could only see values for 0material_attr not for the 0material_text.
    Can you tell me how to load the text data to the newly enhanced attribute???

Maybe you are looking for

  • Mapping not working

    One of my mapping does n't work right..I have set_id and cust_id as composite key...ie if both together when they r unique a seq gen is kept to populates a no. for unique combination of set_id and cust_id.but all the unique combinations r not populat

  • .ipsw file in my trash?

    I just happened to look in my trash and noticed that this file was there: iPhone3,14.3_8F190Restore.ipsw I never deleted any files like this, so I don't know how it ended up there. I have an iPhone 4 that has been running ios 4.3 since it came out bu

  • Not a single problem

    just got my iphone syncing it now i dont have antena problems or proximity problems everything is great wifi is fast and connected straight away havent tried 3g yet so so happy what a ******* phone!

  • OS X 10.9.2 (13C1021) keeps losing internet connection

    All devices on the same wifi are working but my iMac keeps losing connection, any suggestions?  I have an older iMac and that one also works fine.  Even when I "wire" the iMac, I still have the same issue.  The lose connect typically happens periodic

  • Photos on card stock print with a single grainy band.

    I'm using a HP Officejet 6310 printer. The card stock has a matte finish. Even after I set the print quality to maximum DPI and print, the band is still visible. There are lighter bands on the photo image as well. The problem doesn't occur when I pri