Help to get text objects in ABAP

Hi guys!
I've created my first report program and need some help to get text objects into the report. The program combines the tables KNA1, LIKP, LIPS, VBAK, VBAP and VBKD to create a deliverylist which we import as excel info a shipping service. The issue at hand is that our website allows customers to change the ship-to party's address when creating an order. The adress are not updated to KNA1, but are comitted as a text on the ship-to on the delivery itself.
The text I need in the report is RV50A-TXTWE.
Can you help me get going on how to add this from the delivery?
Thanks a lot!

Your problem is that its a structure.  Structures are filled in a program and no longer exist after the program is closed.  They are temporary data.  It will have been moved to tables somewhere most likely.  The next step is to debug / trace through the code to find out what was done with it.
What program were you using that created the structure?
Neal

Similar Messages

  • Getting text object content and position via script / extra?

    Hello everybody,
    we have several Freehand files on OS X (maps) where I need to
    get the text content and the coordinates of objects in a given
    layer. I could not find a possibility how to achieve this via
    Freehand's Applescript support. Am I missing something or is this
    impossible with the standard scripting support?
    I have found a website about an older Xtra (CARTO-INDEX) that
    seems to something along those lines but it was written in the
    Classic days of the Mac OS. Is there a possibility or maybe even
    some sample code showing how this can be done with an Xtra? Is it
    possible to call an Xtra function via AppleScript?
    Illustrator seems to be no alternative here because although
    it seems to provide better scripting support, I get conversion
    errors with my Freehand documents and the object parameters do not
    match.
    Thanks in advance for your advice.

    > we have several Freehand files on OS X (maps) where I
    need to get the text
    > content and the coordinates of objects in a given layer.
    I could not find a
    > possibility how to achieve this via Freehand's
    Applescript support. Am I
    > missing something or is this impossible with the
    standard scripting support?
    MaPublisher 5 for FreeHand might do what you wish to do.
    http://www.avenza.com/products.mapub50.html
    Boris Jerenec and Michael Slomski have written useful Xtras
    for FreeHand.
    You can find contact info for them here, under "Other
    Plug-ins/Xtras".
    http://www.freehandsource.com/_frames/_misc/plugins.html
    If you decide to work in Illustrator, a script called "Make
    Point Type"
    converts FH text to AI point type. There's also a script to
    "Make Area
    Type".
    http://kelsocartography.com/scripts/
    Judy Arndt

  • Help to get "text" from infotype

    Hi Everybody,
    I need to read data from "maintain text" (PA20/PA30, Access path: Edit-Maintain text (function button - F9).) for some infotype.
    So, Iu2019m using the piece of code below.
    tables: pernr.
    infotypes: 0657.
    data: key like pskey.
    data: begin of ptext occurs 200.
    data: line(72).
    data: end of ptext.
    get pernr.
    rp-read-infotype pernr-pernr 0657 '18000101' '99991231'.
    sort p0657 descending.
    read table p0657 index 1.
    move-corresponding p0657 to key.
    import ptext from database pcl1(tx) id key.
    My problem is that I have sy-subrc = 4. u201CThe specified data cluster was not found.u201D
    I also used the HR_READ_INFTY_NOTE and got the same problem, sy-subrc = 4 but I know that the pernr I use has text in his data, the field itxex = 'X'.(flag checked)
    Please help me to find out what it can be???
    Thanks a lot!
    Sasha.

    Hi Sasha,
    In the function module HR_READ_INFTY_NOTE
    You have to give the key as the following,
    PERNR 
    000XXXXX
    INFT
    0105
    SUBT
    0001
    OB
    nothing
    S
    nothing
    ENDDA
    enddate (check date format)
    BEGDA
    begin date (check date format)
    SEQ
    000
    and Tclass as 'A'
    I executed and got the text.
    Please let me know if you are not able to.
    thanks,
    krishna
    Edited by: krishna reddygari on Sep 17, 2008 5:13 PM

  • I NEED HELP TO GET "TEXT TWIST" TO WORK with your Firefox thing.

    How do I get the game "Text Twist" to work with Mozilla Firefox?
    When I go to play "Text Twist" I get a message that says :
    'This game uses Active X controls or Java and can't be viewed in Firefox. Many games on the MSN Games site can be played using Firefox. To view a list of the top games you can play using Firefox, click here.'
    Why can't I access this game?

    Firefox doesn't do ActiveX.
    [https://support.mozilla.com/en-US/kb/ActiveX]

  • How to get text name text object and text id for long text

    Hi,
    I am trying to fetch Long text for a given order number from transaction CO04 in SAPScript. I know that I have to use Include X (OBJECT) XX ID XXX.
    How do I get the text name, text object and text id for the order header long text from Transaction CO04.
    Points will be awarded..
    Tushar

    Tushar,
    When you are in CO02, and are at the Long Text Tab,click on the Icon that is next to the Order Number at the top of the screen (this icon looks like a Pencil and a Pad of Paper and is called "Change Long Text"). When you click on this it will take you to the SAPscript Editor. Now hit Goto->Header and you will get the data you require.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly award Reward Points as appropriate.

  • Can't get "true" height of text box (text object) in Photoshop CS4-CS6 on Mac

    I'm seeing this behavior in CS4, CS5 and CS6 on the Mac using AppleScript. When I get the height of a text object layer as such:
         tell app "Adobe Photoshop CS4"
              tell current document
                   set textObjectHeight to height of text object of art layer 1
              end tell
         end tell
    The value returned doesn't match the height of the text object. In my mind the text object is the box that's displayed when I click on text in a text layer with the text tool active. The value for the width appears to match, just as I'd expect.
    I'm trying to get the height and width of the text box (text object) so that I can draw a box "underneath" it on another layer so that one can tell where the text box is. Kind of an FPO-type assistant. I'm currently using the position values and the height and width to create a colored box. I realized that the height isn't exactly right.
    Any help would be great appreciated. I've not explored the use of Javascript thus far, but am open to that as a solution.
    Thanks,
    Stephan

    I tried your code and it works just fine here… I used CS5 to try it… Here is a screen shot… I just put a solid fill layer at the bottom so you can see the guides…
    Script editor's event log gives me…
    tell application "Adobe Photoshop CS5"
      activate
      get position of text object of art layer 1 of current document
                        {150.0, 100.0}
      get width of text object of art layer 1 of current document
                        800.0
      get height of text object of art layer 1 of current document
                        449.999969482422
      make at end of current document with properties {name:"fill"} new art layer
                        art layer 2 of document "Untitled-1"
              select current document region {{150.0, 100.0}, {950.0, 100.0}, {950.0, 549.999969482422}, {150.0, 549.999969482422}} without antialiasing
      current application
      fill selection of current document with contents {class:RGB color, red:255, green:0, blue:0} blend mode normal opacity 100 without preserving transparency
      current application
      deselect current document
      current application
    end tell

  • How to get F4 help for Standard Text Key of a operation based on Order type

    Hi Experts,
      How to get F4 help for Standard Text Key (STK) of a operation based on Order type entered in selection screen. The F4 help should give the STK of related order type. At the same time the F4 help for Task Types based on Notification type. How to acheive the above two. Please provide the table names or any search help name if exists or Function modules...
    Thanks in Advance.
    Regads,
    Bujji

    Hi Guys,
       Any help on this...
    Regards,
    Bujji
    Edited by: Bujji on Dec 22, 2008 12:42 PM
    Edited by: Bujji on Jan 5, 2009 2:00 PM

  • Getting text ID and Text object  associated with item texts in PO...

    Hi,
    To print standard text on smartform for a given item in purchase order, I need to find the text ID and object associated with it.
    There are various texts like item text, Info record PO text, Material PO Text, Delievry Text, etc...
    Now when I go to ME22N, and select item detail for any item -> Texts , how do I get text ID, and object associated with it ?

    Hi ,
        Use table stxh,stxl
        FM read_text.
        you can view the text id by following
        this link
         me23->header-text-double click on text->menu goto->
         header        
    Regards
    Amole

  • Please Help: Automator to get text from Safari Reader into Text file

    Hello All,
    I was hoping that someone will be able to help me.
    I would like for automator to obtain article text from a website without me having to manually cut and paste it.
    I tried to put together a workflow to get text from webpage, but it unfortunatley get some information that I don't want for eg. Menu Bar Titles and additional links etc. What would be ideal is if I could only extract the data that shows when I use the Safari Reader function.  I have tried a jave Readability Script, but this also extract the same information. Is there anyway someone could please kindly help me out with a nice Applescript or something?
    If there is no way to do this, there could be another solution around this... if there was a way I could use automator to delete the first and last 10 lines of the text document.
    Again, any help will be much appreciated.
    Many thanks,
    VicandMeliJvR

    Hi David,
    Thank you for your feedback. I would be happy to use a screen capture program, but Quicktime X seems to only allow me to record audio and record the video separately. I will do this as a last resort, but it's a big pain to try to line up the video audio.
    Thank you! I will definitely do this if nothing else works.

  • How do I get a variable, or object from ABAP STACK.

    Hey Gurus,
    How do I get a variable, or object from ABAP STACK.
    Example: I start my FM. I can see in the ABAP STACK the variable I need. I can see the object; I could use to get my variable. I need to use it in my FM; however I need to reference it in the run time. How do I do that?
    Is there a method I can use for reading ABAP STACK?
    Do I just use command: get reference of u2026?
    Does anyone have an example code?
    Basis version 7
    Thanks in advance
    Martin

    Ah, you mean you want to access a variable from another program in the call stack, yes?  You can do this using field symbols, but please don't try to change a value while doing this, it could really screw things up. 
    this example, is using two programs, where the second is accessing variables of the first program.  Basically just notice that we are using the program name and the variable name when assigning the field symbol.
    report zrich_0006 .
    tables: mara.
    parameters: p_matnr type mara-matnr..
    data: matnr type mara-matnr.
    data: imarc type table of marc with header line.
    matnr = p_matnr.
    select * from marc into table imarc up to 10 rows
                   where matnr = p_matnr.
    perform in in program zrich_0007.
    report zrich_0007 .
    *       FORM in                                                       *
    form in.
      data: field(50).
      data: xmarc type marc.
      field-symbols: <matnr>.
      field-symbols: <imarc> type marc_upl_tt.
    * Assign an individual variable
      field = '(ZRICH_0006)matnr'.
      assign (field) to <matnr>.
    * Assign an internal table
      field = '(ZRICH_0006)IMARC[]'.
      assign (field) to <imarc>.
    * Write out your data
      write <matnr>.
      loop at <imarc> into xmarc.
        write: / xmarc-werks.
      endloop.
    endform.
    Regards,
    Rich Heilman

  • Please Help: Problem - Combining database fields in a text object

    Hello
    Thank you for viewing my thread and any helpful feedback you may provide. I am having trouble with the "Combining database fields in a text object" tutorial in the Help under: Quick Start\Quick Start for new users\Combining database fields in a text object.
    After following the steps and previewing, I see the last name, first name stacked on top of each other in preview and design view. I don't know why this is happening. Can anyone point me in the right direction so the text is displayed the same way as it is in the Help?
    Thanks
    M

    Hi, 
    I don't think the field is actually in the text object but just stacked on top of it. 
    When you double-click on the text object, you the cursor should be inside it now.  Is the database field in there?  If not, then you can drag and drop it into the text object where you want it to go. 
    You will know if it's going in because the edit cursor will show you where in the text object it will drop. 
    The other way to do it is to drop the database field on the report somewhere and copy it to the clipboard and paste it into the text object. 
    Good luck,
    Brian

  • Help : Regarding text object

    Hi All,
    Scenario :
    We have text object in XK02 transaction. at the time of save in user exit i want to check the changes occured in the text of that text object. can you please suggest how to get value of text object before saving. bcoz using FM READ_TEXT i am getting the newer value of text object, but i want to get old value (before change).
    Please suggest your thought.
    Thanks and Regards,
    Sahir Vhora

    sahir,
    check the triggering point of your user exit.
    make sure to use a exit/BADI which triggers right after you press 'SAVE'
    thank you.

  • Getting an Object Identifier String given a line of source code? HELP!

    (forgot to close the code tag on that last one!)
    Hi there,
    I am in desparate need of getting the object identifier given a particular line of source code. I need this for the debugger I'm writing, and since the jdb forum never gets reponses; just more unanswered questions.
    Right so, here's my problem in more detail. I can find out when a method is called in the Java virtual machine, and what its name is, and arguments and values and such like - using the Java Debugging Interface. BUT: unfortunately I cannot get the object identifier used in the source code that generated this call. I can however get a unique long id that identifies this object .. if that helps?(thinking hashtables here maybe?!)
    So, I may know that the constructor of EddClass has been called, and this the following line generated this call:
    EddClass edd = new EddClass();.. so what I need is a fail safe way of finding out "edd" from this - given all types of method calls.
    This is quite tricky because there are loads of ways methods can be called e.g.
    tty.getClassExclusions(); // Here I would know getClassExclusions had been called, and I would need to find out the object identifier "tty" called it
    Temp a, b, c;
    a = b = c = new Temp(); // Here I would know the constructor for Temp had been called, but now I would just want to know "c"
    AnotherEg ae = (new Egg()).getAnotherEg(); // and in this last case if I had found out that the Egg constructor had been called, I don't want to find out any object identifier from this line of code - since the object is anonymous; however if I had found out that getAnotherEg() had been called I would want "ae"Ok, well - please help: I'm making a Java Animator that will be freely available - that serves to graphically animate the execution of another java program. It'd be cool if one of you guys could help make it really cool. Plus there are Dukes available!!
    - Edd.

    this is quite a complicated question I think!
    I'm not sure but you maybe need to know just about the whole java lang. spec to do this.
    I'm sure there are plenty of free java parsers around, so unless you have a lot of time available its probably best to download one, figure some way to feed it a single line from within a code block, and extract its symbol table.
    Once you have the symbol table, there will probably be some other data available from the parser to say which are identifiers.
    Its then up to your debugger to figure out which one is the interesting one!
    sorry this is so vague but I think you've asked for something that is quite involved!
    asjf

  • [Help] Get Text Between words!

    Hi,
    I wanna to Get Text Between words,
    I'm tring to something like this , can anyone help please ?
    <?php
    $data = "<a target='_blank' href='http://www.mysite'>Engineering</a><des>Description</des>
             <a target='_blank' href='http://www.mysite'>Accountant</a><des>Description</des>";
    // Define Pattern
    $linkS = "href='";    $linkE = "'>";
    $titleS = "<link>";    $titleE = "</link>";
    $desS = "<des>'";    $desE = "</des>";
    //Get Text in the between
    preg_match("/{$linkS}([^`]*?){$linkE}/", $data, $temp);
    //First Group
    $link1 = $temp['1'];
    $title1 = $temp['1'];
    $des1 = $temp['1'];
    //Second Group
    $link2 = $temp['2'];
    $title2 = $temp['2'];
    $des2 = $temp['2'];
    //Third Group
    //and so on
    $Link1= strip_tags($link1);
    $Link2= strip_tags($link2);
    echo $Link1;
    echo $Link2;
    ?>

    Hi,
    Check the following link:
    http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm
    you will get one sample program of sample label pring program.
    hope it help you.
    Regards,
    Bhaskar

  • Text object gets deleted in Adobe Reader 11

    In Adobe Acrobat X i was inserting text objects to one of the pdf . It opens properly in Adobe Reader 10, but in Adobe Reader 11, when I click on that PDF file, text objects which i have edited gets deleted.
    Here is the source pdf file link which i am editing(http://incometaxsoft.com/pdf/Src.pdf)
    This the pdf file  link which is already edited and for which text gets deleted when double click on pdf in adobe reader 11(http://incometaxsoft.com/pdf/result.pdf)
    So how can i prevent text object from deleting?

    The problem is not only seen in Reader XI. It is also seen in Acrobat Pro 9 and 10. The problem is caused by incorrect modifications to the PDF.
    It breaks this principle: if software creates an appearance stream for a "standard" annotation it must match the standard appearance of the annotation exactly. Software which supports annotation is free to use EITHER the appearance stream OR the annotation dictionary to show it on screen, and it is not predictable which one is used.
    The problem is that the original PDF contains a "FreeText" annotation with the text "WWWW" in top left. When you say the text is deleted that is not a full description of the problem. The new text disappears but the original WWWW reappears.
    This has started happening in Reader XI because it now has support for editing FreeText annotations, so it is doing the correct thing and rebuilding it from the dictionary.
    The editing solution is simple and neat. Unfortunately it is also fundamendally flawed because
    (a) the original annotation dictionary is not changed to match
    (b) in any case the free text annotation cannot express a detailed filling in of multiple locations
    If this had been tested using Acrobat the problem would have been seen before.
    I recommend you add actual page contents to the page.

Maybe you are looking for