Maintain -- 0soursystem text ???

Hi,
Req:
-- To show the source system values for 0soursystem for restrcting / filtering in the query
-- To show 0soursystem text
Situation:
We use one flat file source system FLT1 to load data of 3 different systems. So we use only one logical system 0logsys BW_FLT. But the transaction data contains the 3 sourcesystem ids (SR_FLT1, SR_FLT2, SR_FLT3) updated from the update routines and assigns 3 different source systems ids. When the query is run SR_FLT1,2,3 has text description as 'Source Systme No Longer Connected'. Added to that SR_FLT1, SR_FLT2, SR_FLT3 do not appear for filtering/restricting the values. We have to show the text for source systems.
Observation:
-- cannot maintain the text for infobject 0soursystem
Possible Reason:
Source system text is directly picked up from logical system descriptions from the RFC connection details.
Possible solutions:
-- create a logical systems for the SR_FLT1, SR_FLT2, SR_FLT3 and therefore the text and values would appear in the query restrictions/filtering
-- add another infobject to represent SR_FLT1, SR_FLT2, SR_FLT3 source systems. So that the text can be maintained as a regular infobject. And the values would appear in the restrictions.
Wondering if there are any other possible solutions for this scenario. Pros and cons of the above solutions.
What would be the effect for not using the 0soursystem and using the custom infobject to represent the source system.
Are there any OSS notes regarding this scenario.
Any suggestions is highly appreciated.
Thanks,
Sandya

Hi,
I would use a seperate InfoObject to store these values, because 0SOURSYSTEM refers to table TBDLST as text table, which contains the text for logical systems and can not be changed

Similar Messages

  • Can Pages 4.3 maintain defined text formatting for at a given list level?

    I'm hoping the answer to this question is a simple 'duh' solution that I some how over looked. I'm using Pages 4.3 and I am trying to create a tiered list to organize ideas into different sublevels. I want to be able to write at a particular level, then create sub levels (return -> tab) with different formatting so the levels are easily distinguished at a glance. When I move back to the higher levels (return -> shift + tab), Pages maintaines the text formatting I used at the lower level, rather than returning to the previously used format at the higher level. For example, what I want is ....
    Main 1             --- (Return -> Tab)
    Sub 1             --- (Return -> Shift +Tab)
    Main 2
    What I get is...
    Main 1             --- (Return -> Tab)
    Sub 1             --- (Return -> Shift +Tab)
    Main 2
    This means that anytime I move up or down in the tiers of a list, I need to redefine the formatting for each new bullet. I tried creating my own list styles, but that does not appear to preserve changes made to fonts or sizes. This seems like such a simple function and time saver that I feel like I must be doing something wrong. It has been a while since I used pages, but I don't remember having these problems before. Does pages really require one to reset the formatting everytime the move between list levels?

    Thanks Michael!
    So your suggestion is to create the pricing in ECC and then download it in CRM...
    Now tat would mean that first the mapping has to be performed in ECC for the existing paroducts and product category..then create pricing for those mapped prod. cat. in ECC and then download it to CR M..plz correct me if I am wrong...
    regards,
    Aneesh

  • 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

  • Issue in maintaining Long Text in Message Class

    Hi
    For Note implementation 1413492, I have to maintain long text, when I click on Long Text , I get a pop-up Create Modification , with 2 options for Template Type (1) Original Text (2) Template (With Headers)
    Can anyone let me know how to proceed further, whatever name I give for the Modification, I am getting Error Message saying 'Enhancement Name violates the namespace convention (Note 989653)', I have tried unchecking the Self Explanatory check box as well, but still I get the same error message.
    Below is the Long text I have to maintain class FR, message number 533
    7. Create new error messages in the message class FR:
    Call transaction SE91, enter the message class FR, and choose "Display" and
    then "Change". Enter the following new messages:
    Message Message short text:
    533 Error while calling RFC destination
    534 Contract Accounts Receivable and Payable is not installed in the
    system
    535 For company code & there were & data records transferred from
    FI-CA
    536 Error during data transfer from FI-CA for company code &; error
    text:
    Set the "Self-explanat'y" indicator for messages 535 and 536.
    Enter a long text for messages 533 and 534:
    Long text FR 533:
    CAUSE
    An error occurred when testing the RFC connection to Contract Accounts
    Receivable and Payable. The message text is:
    &V1&&V2&&V3&
    SYS_ADMIN
    Check the settings of the RFC destination &V4&.

    Hi Ryan,
    Extract from note 989653;
    Note:                                                                               
    The name of the modification object must start with:                                                                               
    o  'Z'/'Y', or                                                                               
    o  the customer namespace available in the system (TRNSPACE table).                                                                               
    Otherwise, message 645 will appear because the SAP namespace is not   
    permitted.                                                                               
    My suggestion would be to start the name with a Z.
    Regards,
    Nick

  • Marketing Attributes for Maintaining Free Text

    Hi Gurus,
    I need to maintain a marketing Attribute under which, user can maintain free text, is any one been through with this kind of requirement.
    Kindly keep me posted your comments and/ or suggestion to achieve the above said objective.
    Cheers!!!
    Ajay

    Hi Menaka,
    Your reply is helpful to some extent as atleast 1 attribute value needs to be filled up before the attribute set can be assigned to a BP and the user need to double click the Attribute to fill in the values in the pop up box in GUI . In this scenario we cant make this attribute set as "Assign by Default". I think a development is certainly needed to achieve exactly what the business requirement is.
    But certainly your reply is a good workaround to adapt for a short period of time.
    @ Anup: Kindly guide me with steps to configure in SAP system.
    Cheers!!!
    Ajay

  • Maintain custom text in SE61

    Hi all,
    I designed a custom program which sends out mails.
    The customer wants to maintain the body text in a table. Is it possible to maintain this text in SE61 and read it from the DB. If yes, how can I read the text ?
    tia

    Long Text Editor Settings
    Use
    You can adapt the long text editor so that it meets your specific requirements by maintaining settings for the long text editor. The default settings are defined in accordance with SAP recommendations.
    Features
    You can maintain the following long text editor settings:
    ·        Save and Next
    If you select this checkbox, you exit the long text editor when you save. If you use sequential processing, you access the next object in the worklist that needs to be processed.
    ·        Line Numbering
    If you select this checkbox, line numbers are displayed for the source and target texts on the left side of the split screen editor. This can be useful whenever you need to find a specific part of a text.
    ·        Lined
    If you select this checkbox, the source and target texts are displayed in the split screen editor as if they were on lined paper.
    ·        Technical Display (Standard Long Texts Only)
    If you select this checkbox, the technical history of long text objects written in SE61 is displayed to the right of the source and target texts in the split screen editor. The following information is shown:
    ¡        Source text:
    §         Original language
    §         Version
    §         Status (this shows you whether the long text has been saved as a raw or active version). For more information, see Saving Long Texts as a Raw/Active Version.
    §         Created by
    §         Date (on which object was created)
    §         Release (for which the object was created)
    §         Changed by
    §         Date (of last change)
    §         Release (for which the object was last changed)
    ¡        Target text:
    §         Version
    §         Status (this shows you whether the long text has been saved as a raw or active version). For more information, see Saving Long Texts as a Raw/Active Version.
    §         Created by
    §         Date (on which object was first translated)
    §         Release (for which the object was first translated)
    §         Changed by
    §         Date (of last change)
    §         Release (for which the translation of the object was last changed)
    ·        Number of Visible Source Text Lines
    This field enables you to determine the number of source text lines you can see in the split screen editor. You can specify a value between 10 and 19. The standard is 10. You can also control this setting directly in the split screen editor by clicking the More Source Text Lines and Less Source Text Lines icons above the input area for the translation.
    Activities
    To define your long text editor settings, choose Utilities ® Settings and select the Long Text Editor tab page. You can then enter the settings described above. Otherwise, the standard settings are used instead.
    <REMOVED BY MODERATOR>
    Jagadish
    Edited by: Alvaro Tejada Galindo on Apr 8, 2008 3:57 PM

  • Maintain Infotype Text using BDC

    Hello All,
    How to maintain infotype text using BDC (Edit->maintain text).
    Thanks,
    Rushi

    Hi,
    First Manually try to do the same activity using SHDB transaction and give the coding part to ABAPER to follow the same to upload the text to infotypes.
    Regards
    Team Member.

  • Maintaining / Displaying Text for Infotype record

    Hi,
    How do we maintain infotype text for the record. Or how to display the text maintained for infotype record (I used PA20/PA30 for IT0001 record but could not locate infotype text).
    Regards,
    Avinash Josalkar.

    Hi,
    If you want to know the text of a infotype then goto the table
    V_T582A.
    eg:0000  actions
    0001 organisation assignment.
    But if you want to change the standard text of a infotype then you need to have access key to change.
    But if you are asking the text table for the fields in 0001.
    then goto se11
    enter Pa0001--dislay
    click the tab entry help/check then you can see the table names in the column check table for each field.

  • Maintain Free Texts as Attribute Text Values

    Hi Friends,
    Is there a way to maintain random text values in an MDM Taxonomy Attribute. I understand that Attributes are designed to handle pre-defined values, but do we have a work-around to maintain free texts as Attribute Text Values.
    Any help would be appreciated.
    Regards,
    Anil Madhavan

    Hi Anil
    To add- we can also define new values from Data manager in record mode. Suppose we have attribute Nationality with text values maintained as Indian and German. While editing/creating a record in Data manager we need to enter a new value as Chinese this can be done by right clicking on attribute value cell and select Modify text attribute value list.
    This way we can add new values on ad hoc basis.
    hope this helps-
    Ravi

  • Text maintained thru text module....

    hello ,
    the smartform i am working has it's footer text maintained through text module .
    I have to chnage the footer text , how do i chnage it .
    Any suggestions ,
    Honey

    Hi,
    As you said Text module, it will not be avaialble in SO10, but you can find in the first screen of transacion code of SMARTFORMS.
    there you enter Text module name and change it accordingly.
    revert back if any issues.
    Regards,
    Naveen.

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

  • Maintain sales text View through BAPI_MATERIAL_SAVEDATA

    Hi,
    in BAPI_MATERIAL_SAVEDATA, can we maintain the Sales Text view in mm02 through this BAPI.
    Regards,
    Masoom Ali

    Hi,
    Fill the data in BAPI structure "MATERIALLONGTEXT".
    Pass following parameters in the structure
    APPLOBJECT : MVKE
    TEXT_NAME : {Material+SalesOrg+Dist Channel}
    TEXT_ID : 0001
    LANGU : sy-langu
    FORMAT_COL : *
    TEXT_LINE : "Sales text which is to be updated"
    Regards
    Vinod
    Edited by: Vinod Kumar on Jul 23, 2010 4:49 PM

  • IW31/32/33 - Maintain Order Text

    Dear All,
    I am creating one Order using IW31. I have written one FM to change the long text of the item. I used SAVE_TEXT also I tryed to commit that with COMMIT_TEXT. The text is getting saved in  table STXH, but when I opend the same order in IW32 or IW33 it is not visible. But strange thing is that, if I maintain 2 lines of text in IW32 and then execute the same program then it shows the text respective text after 1st line in IW32 and IW33.
    Can anybody have ever face this probelm
    Message was edited by: Mandar Shete

    Hello,
    it's simple. Table AUFK contains a field named LTEXT. If it's set to 'X', long text will appear. So if you save a long text from transaction IW32, it's set to 'X'.
    So, if you work with SAVE_TEXT / COMMIT_TEXT, you should set this field in the corresponding order.
    Regards Wolfgang

  • How to maintain standard text as a mandatory field

    Hi ,
    please suggest me How can i maintain a STDTEXT as a mandatory field while creation a production order.
    while creating production order using CO01, in operation overview(F5) there is a column called STDTEXT.
    so i need to maintain the these field as  a mandatory pleas suggest me how can i do this.
    Regards,
    Sateesh C

    Dear
    You need to do the following :
    1.Create Stnadrad Text Key in CR09
    2.Assing this key in Work Centre in Defaultr Values in Standard Text Key filed
    3.In routing if you create operation with this Work Centre then it will automatically pop up in operation line -Standrad Text field
    4.If you create production Order in CO01 -then this this routing will be selected along with Operation details .Check operation oerview
    Hope this helps
    Regards
    JH

  • How to maintain route text in spanish or any other language..

    Hi All,
    I have defined a new route in SPRO under ' Define Routes' and now I need to maintain the route description in four other languages other than english. I could not find any such customizing in SPRO..
    Can anyone please tell how do I maintain route description in multiple languages.
    Regards
    Sweta

    Hi Swetha,
    Maintain traslations for your text in Tcode: se63
    Regards,
    kalandar

Maybe you are looking for

  • Configuring MDB to receive message from MQSeries Queues bound on WL JNDI

    Hi, I am using weblogic7.0 sp2. I need to configure my MDB to receive message from MQ Series (on a different server). The queue is bound to WL JNDI using a server startup program. Anyone with experiece, please help. Thanks, Fasih

  • Reasons behind not migrating or upgrading from 8.1.6 to 10gR2

    Hi, I have read and read that direct migration from 8.1.6 to 10g is not recommened. 1. What problems can I face in schema or data of 8.1.6 if this migration or upgradation is done? 2. What could be the reasons that Oracle does not recommend this? Tha

  • Imac G5 bad caps advice

    I have an iMac G5 20" iSight 2.1GHz that stopped working. Made a loud pop one day and shut off. Upon restart it chimes, fan roars, and screen stays black. I've pulled the logic board and power supply for inspection. On the logic board one, and only o

  • Oracle Administration Tool (RPD) One Dimension linked with many fact tables

    How to connect One dimension with many table facts in the Lgical level of RPD without having an error about connection between table facts?

  • Help with glitchy horizontal photo scroller

    • Here is the glitchy scroller that I'm trying to make smoother: http://jacobtyler.com/dev/stephanieclair/gallery2.html • I attached the main code that I'm using on the next button: • All of the tweening is on the main timeline. • It would be a bonus