Adding infotype text to a infoset

Hi -
Can anyone provide details on how to add infotype text to an infoset so it can be reported through Ad Hoc query?  For example, if "Maintain text" is used to enter text for an infotype record we would like to report the text using PQAH.
Thanks,
Pat

BTW, here is the code I used to implement Serge's suggestion if anyone want to display the infotype text through the query tools.  I tested it and it works like a charm.
DATA:
  lrf_message_handler TYPE REF TO if_hrpa_message_handler,
  lt_text_tab         TYPE  hrpad_text_tab               ,
  lv_string           TYPE string                        .
FIELD-SYMBOLS:
  <hrpad_text>        LIKE LINE OF lt_text_tab.
CALL FUNCTION 'HR_ECM_READ_TEXT_INFOTYPE'
  EXPORTING
    pernr                 = pernr-pernr
    infty                 = '0003'
    begda                 = p0003-begda
    endda                 = p0003-endda
    message_handler       = lrf_message_handler
  IMPORTING
    text_tab              = lt_text_tab.
LOOP AT lt_text_tab ASSIGNING <hrpad_text>.
  CONCATENATE lv_string <hrpad_text> INTO lv_string.
ENDLOOP.
zhr_infotype_text = lv_string.

Similar Messages

  • Text in VA02 - how to find the user who added the text

    Hi
    The user is adding text in the sales order through VA02, sometime after creating the order. This is not making any changes to the existing data, but adding the text in Header Text.
    When trying to findout who made the addition of text (not changes) from VA03 - menu - environment - changes ---it is not showing any details regarding this. Please guide me how to find out the user who made the addition of text in sales order through VA02.
    Thanks,
    Ravi

    Hi Ravi,
              I think there is no option available to find the name of the person who added text to the sales order.
             If the person who creates sales order, should also maintains the text we can find the name who created sales order. I am sure that u might be knowing the way.
           Still for the benefit of friends who r not aware, in the sales order> GOTO>Header data--> Sales tab.
    Regards,
    Ravi Duggirala.

  • Adding alt text tags in InDesign (and Acrobat Pro)

    I am having real difficulty adding alternative text tags. I created an INDD doc with rollover buttons linked to URLs firstly in InDesign CS4. I couldn't add alt text tags in CS4 so I then tried to add them in Acrobat X Pro but failed. Acrobat keeps wanting to class the PDF as a form. I then installed InDesign CS6 from the cloud and added alt text to the rollover buttons via object export options. However, these do not show when I export to PDF.
    Can someone help me add alt text to my rollover buttons in my interactive PDF either in InDesign CS6 or in Acrobat Pro after I export it?

    In InDesign CS6, you just need to add descriptions to buttons. This is done in the buttons and forms panel:
    This is the alt text in Acrobat when you roll over the button:
    Hope that helps!

  • Acrobat 9 hangs when adding a text box

    It seems that any installation of Acrobat 9 I have come across, Acrobat hangs when adding a text box from "Forms>Add or Edit Fields".
    I may need to apply an update or two but this problem seems very consistent and reproducable.
    I plan on trying Acrobat 9 Pro on Windows XP to see if it makes any difference, but does anyone have any ideas?  OTHER than upgrading to Acrobat X?

    Textbox takes few extra seconds to establish himself, but it never hangs for me. Did you tried to click-n-drag to create Textbox?

  • Carry over formatting to the next page without adding a text box

    I've written 15 books on the old pages and had no trouble carrying the formatting to the next page without adding a page or adding a text box to the added page.  I just kept on typing.  I've added the new pages and had trouble right from the start so I went back to the old and got a good start, but going through that added procedure on every new page gets old in a hurry.
    It shows the number of pages at the bottom, but a new page doesn't come on automatically  when I type. 
    Please help.
    Thanks,
    Ron  -  [email protected]

    1. Why not continue to use Pages '09 in your Applications/iWork folder?
    2. In Pages 5:
    Setup (gear icon far right of toolbar) > check Document Body
    and the text will flow from page to page.
    Peter

  • How can I get rid of the added / preset  text words included in my text messages.  It always says something like "Please call back at

    How can I get rid of the added / preset  text words included in my text messages.  It always says something like "Please call back at ###-####."

        JenJenTen,
    I understand that having a preset text that you did not want can be a bit frustrating when sending out text. To clarify, is the preset message like a signature at the end of your text? Does this only happen in text messages or when your send emails also? Is your SMS delivery confirmation on? Messaging>Settings>SMS delivery confirmation.
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • Is there a way to recognize notes added to text in PDF files?

    I really miss the add note to text functionality in this application! I am prepared to pay for it since I read documents with hundreds of references (reference by section number only) to sections spaced far appart. This tool makes it easier. I don't like the add sticky note functionality since you have to waist time to place the icon in a convenient space.
    In addition, this application does not regocnize notes added to text by Adobe Acrobat Pro.
    Please give us the add note to text functionality!!!!

    Hi Shradha,
    Thank you for your response.
    A feature that I miss even more is the ability to move back to a link. I can follow a link but there is no way to go back. So I have to go back to the index to find my place again.
    The text that I am reading typically contains 20 references per page in a 800 page document.
    Kind regards,
    Marius van Wyk
    Kind regards 
    Sent via my BlackBerry from Vodacom - let your email find you!

  • Cannot print document with added barcode text boxes

    G'day
    I'm adding two text boxes to an illustrator document with Applescript, but when I go to print, ?I get an error 'Cannot print the illustration. The Color Management settings are inconsistent.'
    The error message is not error trappable.
    I have to barcode thousands of documents a year, and this is a big deal breaker. Is there any fix, please?
    Regards
    Brian Christmas
    try
      set printerName to my theLargePagePrinter as string
      set paperOptions to {class:paper options, name:largePaperSize}
      set jobOptions to {class:job options, designation:all layers} # , print options:printOptions}
      set colorOptions to {class:color management options, profile kind:printer profile}
      set flatOpts to {class:flattening options, clip complex regions:true, gradient resolution:360, rasterization resolution:360}
      set printOptions to {class:print options, printer name:printerName, paper settings:paperOptions, flattener settings:flatOpts, job settings:jobOptions, color management settings:colorOptions}
      try
      set p to 17
      tell application "System Events" to tell process "Adobe Illustrator"
      click menu item "Fit to Artwork Bounds" of menu 1 of menu item "Artboards" of menu 1 of menu bar item "Object" of menu bar 1
      end tell
      end try
      set p to 18
      say 7
      print document 1 options printOptions
      say 8
      on error errmsg number errnum
      tell application "System Events" to display dialog "Error in printing illustrator document. " & errmsg & " number " & errnum giving up after 40
      end try

    G'day Owen, & W_J_T.
    Unfortunately your suggestions did not work for me.
    I've tried using the GUI to access the print dialog box, but as usual with Adobe, they've stuffed that up too. What I did find however, that the print dialog box recognised keystrokes, and always defaults to the Printer box when opening.
    Also, the Printer box sets itself to a matching item of whatever key is pressed, and so does the Printer Preset box.
    So, even tho I can't select any given box, provided I have a Printer Preset set, I can access it by the following (slower) method...
    activate
      tell application "System Events" to tell process "Adobe Illustrator"
      keystroke "p" using command down
      keystroke (character 1 of (my theLargePagePrinter as text)) as text
      repeat 17 times
      keystroke tab
      tell current application to delay 0.1
      end repeat
      keystroke (character 1 of (my theLargePagePrinter as text)) as text
      keystroke return
      end tell
    Note that if you have more than one printer or Printer Preset starting with the same letter, then you'll have to use more than just the first character of your printer name.
    Regards
    Brian Christmas

  • Additional text field in Infoset deleted but not reflected in field selection in Query

    Hi,
    I have deleted an additional text field in infoset. It was used in one query.
    Even in the query it is deleted, but when in field selection screen i am not able to delete.
    If i try to execute the query, I get dump (syntax error) saying in field type(additional field) doesnot exist.
    Can anyone pleassseee help me in this.

    Hi San,
    I am trying to understand. How could you separately delete an additional text field associated with a main field?
    Jogeswara Rao K

  • When adding Custom Text to a slideshow in Aperture, I can no longer centre the text in the text box. Is there something I am missing? I am running Aperture 3.6 on Yosemite. Any ideas gratefully received, thanks.

    When adding Custom Text to a slideshow in Aperture, I can no longer centre the text in the text box. Is there something I am missing? I am running Aperture 3.6 on Yosemite. Any ideas gratefully received, thanks.

    Which theme are you using?
    When I am adding text in a slideshow, I found, that it will depend on the theme, if the text will be centered or flushed left.  The Classic and Ken Burns theme are centering the text, the newer themes will present it flushed left.
    I found no way to select a custom justification for the text.

  • Question regarding adding new field to an infoset.

    Hi all!
    Actually i am not a programmer but HR functional, but i need to add an additional field to my infoset.
    I wanted to do it myself without ABAPers help.
    I have already added new field to an infoset and included a code:
    TABLES HRP1000.
    SELECT SINGLE short INTO ORG_UNIT_SHORT
           FROM hrp1000 WHERE objid = p0001-orgeh.
    And it almost works. The thing is, when on the report (sap query) a person have value '00000000' in the p0001-orgeh the report enters value into ORG_UNIT_SHORT from the previous record (of another employee).
    How to avoid this? i suppose i have to assign this field an initial value at the begining of the code (how?).. or?? as i said i just try to make first steps in abap programming...

    Ok, i have found a solution (clear statement)

  • Custom infotype text in various languages

    Hi All,
    How can we maintain the Custom Infotype text in different language in table T582S.
    When I tried using view V_T582S, by default it is giving entries in only logon language.
    Is there any other way to convert the text of custom infotypes to some other languages.
    Thanks in advance.
    Regards,
    Atish

    hi
    check the table T582T.
    regards
    Manish
    reward points if helpful

  • Custom Infotype text in V_T582S or T582S

    Hi All,
    How can we maintain the Custom Infotype text in different language in table T582S.
    When I tried using view V_T582S, by default it is giving entries in only logon language.
    Is there any other way to convert the text of custom infotypes to some other languages.
    Thanks in advance.
    Regards,
    Atish

    Hi sanjay,
    I went through SPRO but couldn't find the same where we can maintain the translation.
    Sesh, I checked in SE11 also, there the translation is enabled but I can't change from lets say EN to FR.
    Is there any other way?
    Regards,
    Atish

  • Adding New Text Comment in Traditional Chinese shows Error

    When adding New Text Comment in Traditional Chinese , it pops up a window with "Error, but instal the latest version of Traditional Chinese Language Support Package may fix the error", but I have installed the latest one (Adobe Acrobat Reader DC 2015.007,20033), how to fix this error?
    System: Mac OS X 10.10.3

    But do you have the language pack installed?
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5884
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5878
    Sorry, I don't know which is the right one.

  • Change the layout of added infotype (ESS)

    Hi experts ,
    I have added a new infotype and its working fine.Now i have to change the layout of newly added infotype .Please let me know how can i change the layout .
    Thanks in advance
    Regards
    Deepa Arya

    Hi Deepa,
    I Am giving step by step reply.
    1) Ur Structure does not exis.It means u have to create that.
    Follw this http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70016f20-ccc3-2d10-a6a6-887d9c2e258d?QuickLink=index&overridelayout=true
    For that .It will completely helpful for u.
    2)As u know in pa30 if u  enter infotype / ur custom infotype ,
    then from system>status. u  can
    find screen like this.
    Hope ur all doubt clear.
    Thanks
    Gourav.

Maybe you are looking for

  • Difference between LIV and Normal Invoice document

    Hi Guys, What is the difference between an LIV invoice and a normal FI invoice document. Are the entries different or something. In which cases do we go for LIV invoicing. thanks srik.

  • Gamers Club Unlocked Membership Won't Show Up

    Hi, I recently purchased a $40 game to get GCU for $30 and returned both the game and GCU. I did get refunded $70 then I bought a $15 phone and got GCU for free. The other day it said my membership expires november 1 2018 then I got my refund of $30

  • AP350 won't boot after IOS upgrade

    I have an AP350 and after I upgraded the IOS to 12.2.15-JA it won't boot. In monitor mode it tells me there are no bootable images available. I see the new image there. I was having issues with the authentication on this box. This was the reason to u

  • Negative Images

    I set a black background for safari, and images in the browser are showing up negative. How can I set general backgrounds back to white? I have been through system preferences and safari preferences and can't figure out how to fix my mistake mini   M

  • HT4623 Unsyncing my iPhone

    I've changed jobs and had an iPhone as a work's phone at my previous company. My previous employers are asking my to 'unsync' my old work iPhone so they can re-issue to someone else. How do I do this. Searching on search function has proved fruitless