Finding the texts/descriptions on infotype 0001

Are there any standard Function modules to read the texts ( or description) on certain fields on infotype 0001... the fields are .. positions, cost center , fund , grant , org unit etc...
If there are no FMs.. then what tables are the best ones to read these information.
Thanks.

Mark,
Take a look at class CL_HR_TEXT_IDENTIFIER.  This can be used for more than just infotype 1.  An example of how this class is used can be found in program RPLICO10.  This is the standard SAP Flexible Data Report.
Best Regards,
Chris H.

Similar Messages

  • HOw to  find the text for PERSK field in infotype 0001

    hi all
    HOw to  find the text for PERSK field in infotype 0001

    Hi
    T503T : contained the similar informative text for PERSK . read this for T503T-PTEXT.
    ..lakhan

  • How to find the user exit for infotype 2013 ?

    Hi All,
    How to find the user exit in infotype 2013? i want to change the drop down list default value in infotype 2013.
    Thanks,
    Srikanth P

    reward points if useful
    User exit name is PBAS0001.
    code should be written in ZXPADU01 for PBO
    ZXPADU02 for PAI.

  • 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 find the text of a viwe

    How to find the text of a view?
    I tried all_views but it only types the partial text. What can be the problem and the possible solutions?
    Naveen

    We also found there was a "COL TEXT A80" in our glogin.sql. I don't know whether we put it there or whether it was installed by default. This resulted in some views which had been defined with longer lines having words chopped in half, which is no good for creating scripts. Therefore when selecting view text I also issue a
    COL TEXT A200 word_wrapped

  • "Internal Goods/Services" make the text-description changeable

    Hi SRM-gurus,
    we'd like to make the TEXT description and the price changeable when adding an item (with mat.number) to shopping cart via "Internal Goods/Services". The price and the text which have been replicated from the backend should be changeable.
    So far in the old R/3 system users were able to enter the material-number and then change the suggested description e.g. from "motor 12345" into "Repair motor 12345".
    Is this possible?
    Thanks for your help.
    Best regards,
    Henning

    Hello Henning,
    It sounds like you should use a Described Requirement.  However, with what you stated about change the text, it almost sounds like a Service Master implementation.  I saysing this because the Motor 12345 sound like a Material Master item but Report Motor 12345 sounds like a Service Master item.
    We do not use Service Masters and so utilize the Describe Requirement.
    I hope this helps.
    Regards, Dean.

  • Any Function module to find the vendor description

    Any Function module to find the vendor description.
    Regards
    Paul

    Hi,
    Do you mean that you need the name and address details of the Vendor. you can get it in table LFA1.
    regards,
    Mahesh

  • How can I find the text only in the custom text frame?

    Well guys, I have a problem.
    I have such code:
    app.findTextPreferences.findWhat = "text";
    text = app.activeDocument.findText();
    position = text[0].insertionPoints[0].index
    in the variable "position" I get  global(not depending in which frame the text is) position(number of chars) of the found text, but I want to get the number of the frame where is text was found! Or how can I find only in the custome frame?
    Please, help me

    Assuming that you have some way of identifying that text frame, then it is just a matter of doing the search only against that frame. For example:
    myFrame = app.documents[0].pages[3].textFrames[5];
    app.findTextPreferences.findWhat = "text";
    text = myFrame.findText();
    position = text[0].insertionPoints[0].index
    However, unless myFrame is the first in a story, the index will not be relative to the start of myFrame. To get that, you need:
    framePos=myFrame.characters[0].index;
    textOffsetInFrame =position - framePos;
    Dave

  • Where can I find the text fillColor for an empty TextFrame? [CS3]

    I've got a Javascript that needs the fillColor for text in a TextFrame.
    You can set the text fill color on an empty frame and InDesign will use that value when you enter text...but before you enter text, where can I get this value?
    Currently, for empty TextFrames I'm using pageItem.appliedObjectStyle.appliedParagraphStyle to retrieve the other settings. However, the "fillColor" value always appears to be (0,0,0,100).
    Where might I find this value?
    Thanks!

    hi,
    try to read it from
    pageItem.parentStory
    robin
    www.adobescripts.co.uk

  • Place anchor image by finding the text...

    Hi scripting Gurus & everyone,
    We are working with InDesign CS3 files. And we need to place two different icons as anchor objects in the margins by finding respective callouts. If the callout is "[Pair-Icon]" means the P-icon (i.e. image) that has to be placed as anchored object. If the callout is "[Group-Icon]" means the G-icon (i.e. image) that has to be placed as anchored object. The icons have approximately 3 pica height and width. It will always comes in left side of the margin in both verso and recto pages. Doing automation for anchor object placements is new to us.
    Can any one help me for this.
    Thanks in advance.
    Thiyagu

    Hi scripting gurus,
    I have tried a little bit to place the "Pair_Icon" art as anchor object by replacing the text "[P-ICON]" in the document. But nothing happened after running the script. Same like the Group_Icon has to be placed by replacing the text "[G-ICON]. Can anyone look into this help me out.
    Find the script below,
    //===================
    if(app.documents.length>0)
        var myDoc=app.activeDocument;
        var myText=["[P-ICON]"];
        var myText1=["[G-ICON]"];
         var Lb1=["Group_Icon"];
        var Lb2=["Pair_Icon"];
        var counter=0;
        var Xoffset=63;
        var Yoffset=4;
        var Dist=12;
        var myNewUnits = myDoc.viewPreferences;
        myNewUnits.verticalMeasurementUnits = MeasurementUnits.points;
        myNewUnits.horizontalMeasurementUnits = MeasurementUnits.points;
        myNewUnits.rulerOrigin=RulerOrigin.pageOrigin;
        myDoc.zeroPoint=[0,0];
        for(var j=0;j<myText.length;j++)
            for(var i=myDoc.stories.length-1;i>=0;i--)
                var Stry=myDoc.stories[i];
                var Para=Stry.contents;
                for(var k=0;k<Para.length;k++)
                    try{
                        if(Para[k]==myText)
                            app.selection=1851876449;
                            Para[k].select();
                            app.selection=1851876449;
                            var y=app.libraries[0].assets;
                            var Chi=Lb1[j];
                            var x=y.item(Chi).placeAsset(myDoc);
                            Tex=x[0];
                            Tex.contents="A";
                            Tex.contents.select();
                            app.paste();
                            var RemLen=Tex.characters.length;
                            Tex.characters[RemLen-1].remove();
                            Tex.fit(FitOptions.frameToContent);
                            var Obj=Para[k].pageItems[0];
                            Obj.anchoredObjectSettings.anchoredPosition = AnchorPosition.anchored;
                            Obj.anchoredObjectSettings.spineRelative=true;
                            Obj.anchoredObjectSettings.anchorPoint = AnchorPoint.topLeftAnchor;
                            Obj.anchoredObjectSettings.horizontalReferencePoint=AnchoredRelativeTo.pageMargins;
                            Obj.anchoredObjectSettings.anchorXoffset=0;
                            Obj.anchoredObjectSettings.anchorYoffset=0;
                            Obj.anchoredObjectSettings.verticalReferencePoint=VerticallyRelativeTo.capheight;
                            counter++;           
                    catch(e)
                        alert(e);
        alert(counter+" DONE");
    //=======================
    Thanks in advance
    Thiyagu

  • How to find the text id & object name to be used with read_text  ?

    Hi All
    how to determine the text id & object name associated with PO to be used with FM read_text  ?
    Regards
    Jaman

    Hi,
    For PO there will be Header Texts and Item texts.
    For header texts just Take the PO number as TDNAME.
    for Item texts Conactenate the PO number and Item Number and use as TDNAME.
    in ME23N Go to any text.Double click on it
    It will take you to text editor.
    GOTO-> header
    it will display the TEXT  ID,TEXTNAME,LANG  and TEXT OBJECT etc
    Similarly for every  text you will find and use;
    Regards,
    Anji

  • Scanner cant find the text file??

    Hello guys,
    I have a java program that is designed to generate maze out of text files. So basically it takes a text file and uses the info to set up a maze through GUI. The program was written by my professor and i cant get it to run the text files. When i run the program a gui pops up and assks me to enter one of eight text files.
    They are labeled maze1.txt to maze8.txt
    So once i enter the file, the programs tells me that the files can not be found. I have all eight maze files saved in the source folder. So i assume i dont have to import anything. If it helps any here is how the project set up looks like in eclipse? I have to assume that i have not set up something correctly as the program should work.
    Here is the pic of my eclipse setup:
    [http://img.photobucket.com/albums/v395/merlin77/maze.jpg]
    What am i doing wrong?
    Thanks for your help,
    Edited by: Lovac on Oct 8, 2008 10:05 PM

    Sorry i should have provided more information. Here is how his constructor for Maze class looks like:
         public Maze(String fname) throws FileNotFoundException {
              Scanner sc = new Scanner(new File(fname));
              int r, c;
              r = sc.nextInt();
              c = sc.nextInt();
              m = new int[r + 2][c + 2];
              for (int j = 0; j < c + 2; j++) {
                   m[0][j] = -1;
                   m[r + 1][j] = -1;
              for (int i = 0; i < r + 2; i++) {
                   m[0] = -1;
                   m[i][c + 1] = -1;
              for (int i = 1; i <= r; i++) {
                   for (int j = 1; j <= c; j++) {
                        m[i][j] = sc.nextInt();
              sc.close();
    As you can see above the text file is just passed to constructor as a parameter, and i am thinking when i run the program and it asks me for the text file, i just give it the file name ex. "maze1.txt" and that would be the parameter to the Maze constructor. BUT then the constructor fails to find the file and from what i know that is due to files eather not being imported in the java class or because they are missing from the source folder?
    But clearly i have them in the source folder, so importing them in java class would be pointless. The compiler should be able to find them in the source folder.
    I guess i can forward this question to Professor, but i thought there was something simple that i am missing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to change the Text  description on screen...(not the Data Element)

    I want to change the just text of one of the label on one of the screen. I don't want to change the Data Element, as the same data element is used in multiple places, but I want to change only at one particular screen, at one particular spot
    Any suggestion....?

    a)If you change the Text in a LABEL manually, then translation of the text can't be done.
    Better create a new structure which will be used in all such cases where u can't change the data element.
    Create fields in the Structure with your newly created data element and refer the field in the Label.
    b)IF the translation is not an issue then manually enter the text.

  • Finding the Text of SQL Query causing Full Table Scans

    Hi,
    does anyone have a sql script, that shows the complete sql text of queries that have caused a full table scan?
    Please also let me know as to how soon this script needs to be run, in the sense does it work only while the query is running or would it work once it completes (if so is there a valid duration, such as until next restart, etc.)
    Your help is appreciated.
    Thx,
    Mayuran

    Finding the Text of SQL Query Causing Full Table Scan

  • Can't find the text editor menu in dreamweaver

    I am a returning dreamweaver user. It has been 8 years since I used it.
    I am writing some text on a website and want to edit the way it looks. Where is the text editing menu where I can change fonts and font colors, sizes, etc? It used to be at the bottom. All I see currently is the "properties" tab.

    evabraun wrote:
    Can't remember the dino version I used to use. I am using the newest version of Dreamweaver. CS6?
    Cloud: CC (subscription only)
    Non-Cloud: CS6 (discontinued version but still available for sale)
    Does anyone know a place to go where I can see a wysiwyg css code creator?
    Well Dreamweaver still sort of qualifies for that.

Maybe you are looking for

  • SSRS line chart showing premium change pct over time

    Hi, I have an SSRS report sitting over a cube.  I'm building a Line chart to show premium change over time by producer (there are currently 6 producers).  I have the Producer Name, Quarter/Year, and Premium amt. I want to have the premium line trend

  • Document type assigned for other goods receipts(MB1C)is WA why?

    Hi, Document type assigned for other goods receipts(MB1C)is WA why? Thanks

  • Problems with OCI.dll

    I finish the Oracle 8i instalation (Enterprise Edition - Typical mode) in an NT 4.0 (service pack 6) But now, when the SO started launch an error: Apache.exe error OCI.dll not found. The path variables are OK! And there no exist OCI.dll file in any d

  • CS5 crashing after update

    After the update to OS 10.6.5 I can't open CS5. It crashes just after the splash screen. I hope someone can help me, please! I have a quite new iMac with 8gh RAM I initially updated by clicking on the update alert. After this the problem started. CS5

  • ISQL*Plus Failed ta start the service, Error:0

    Hello there, I setup Oracle 10g for window 2003. When to Configuration Assistans then show table error : Failed ta start the service, Error:0, The operation completed successfully. In the Event Viewer i can see the following: The description for Even