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

Similar Messages

  • Eligibility Profile and all Objectives associated with it

    Hello
    I am a techie and can't find the link in the back end between the ben_eligy_prfl_f table where all the profiles are kept and the hr.per_objectives_library table where all the objectives associated with each eligibility profile is kept.
    However when i logg into the front end and i go into Employee Self Service > Talent Management > and i choose a plan then i see all the objectives associated with the employee's profile.
    How did oracle do it?
    There is no clue for me in the 'About page'
    Does anyone know how you can find the eligibility profile in the back end and then link it to the Objectives table to see every objective associated with a eligibility profile?
    I am sorry i had to post techie stuff on here but since you do this all the time maybe u have a better idea
    regards
    Ian

    Try this query I have commented out all the things you may not want just uncomment if you need this data in your report
    /* Formatted on 10/16/2012 11:22:49 AM (QP5 v5.185.11230.41888) */
    SELECT *
    FROM (SELECT
    pol.objective_id,
    --pol.object_version_number,
    pol.objective_name,
    --pol.valid_from,
    --pol.valid_to,
    --pol.target_date,
    --pol.next_review_date,
    --pol.group_code,
    --pol.priority_code,
    --pol.appraise_flag,
    --pol.weighting_percent,
    -- pol.measurement_style_code,
    -- pol.measure_name,
    -- DECODE (pol.measurement_style_code,
    -- 'QUANT_M', pol.target_value,
    -- NULL)
    -- target_value,
    -- pol.uom_code,
    -- pol.measure_type_code,
    -- pol.measure_comments,
    -- pol.eligibility_type_code,
    pol.details,
    pol.success_criteria,
    -- pol.comments,
    /* pol.attribute_category,
    pol.attribute1,
    pol.attribute2,
    pol.attribute3,
    pol.attribute4,
    pol.attribute5,
    pol.attribute6,
    pol.attribute7,
    pol.attribute8,
    pol.attribute9,
    pol.attribute10,
    pol.attribute11,
    pol.attribute12,
    pol.attribute13,
    pol.attribute14,
    pol.attribute15,
    pol.attribute16,
    pol.attribute17,
    pol.attribute18,
    pol.attribute19,
    pol.attribute20,
    pol.attribute21,
    pol.attribute22,
    pol.attribute23,
    pol.attribute24,
    pol.attribute25,
    pol.attribute26,
    pol.attribute27,
    pol.attribute28,
    pol.attribute29,
    pol.attribute30,
    pol.last_update_date,
    pol.last_updated_by,
    pol.last_update_login,
    pol.created_by,
    pol.creation_date,
    fnd.user_name,
    hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE',
    pol.measurement_style_code)
    measure,
    DECODE (
    pol.measurement_style_code,
    'QUANT_M', hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE_TYPE',
    pol.measure_type_code),
    NULL)
    measure_type,
    DECODE (
    pol.measurement_style_code,
    'QUANT_M', hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE_UOM',
    pol.uom_code),
    NULL)
    uom*/
    /* DECODE (
    pol.measurement_style_code,
    'QUANT_M', hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE_TYPE',
    pol.measure_type_code),
    NULL)
    measure_type_meaning,*/
    -- bep.eligy_prfl_id,
    DECODE (pol.eligibility_type_code,
    'EXIST_P', bep.NAME,
    'NEW_P', bep.NAME,
    NULL)
    NAME
    -- fnd.user_id,
    -- NVL (beo.elig_obj_id, NULL),
    -- bobp.elig_obj_elig_prfl_id,
    -- beo.object_version_number beo_ovn,
    -- bobp.object_version_number bobp_ovn
    FROM per_objectives_library pol,
    fnd_user fnd,
    ben_elig_obj_elig_profl_f bobp,
    ben_elig_obj_f beo,
    ben_eligy_prfl_f bep
    WHERE fnd.user_id(+) = pol.created_by
    AND bep.eligy_prfl_id(+) = bobp.elig_prfl_id
    AND bobp.elig_obj_id(+) = beo.elig_obj_id
    AND beo.COLUMN_VALUE(+) = pol.objective_id
    AND beo.table_name(+) = 'PER_OBJECTIVES_LIBRARY'
    and pol.appraise_flag = 'Y'
    AND TRUNC (SYSDATE) BETWEEN NVL (bep.effective_start_date,
    TRUNC (SYSDATE))
    AND NVL (bep.effective_end_date,
    TRUNC (SYSDATE))
    AND TRUNC (SYSDATE) BETWEEN NVL (beo.effective_start_date,
    TRUNC (SYSDATE))
    AND NVL (beo.effective_end_date,
    TRUNC (SYSDATE))
    AND TRUNC (SYSDATE) BETWEEN NVL (bobp.effective_start_date,
    TRUNC (SYSDATE))
    AND NVL (bobp.effective_end_date,
    TRUNC (SYSDATE))) QRSLT
    ORDER BY OBJECTIVE_NAME ASC

  • Texting to and from Puerto Rico with unlimited texting plan?

    Hi there,
    I have an unlimited texting plan and I was wondering if that also covers Puerto Rico, besides the U.S.  If so then what are the rates for sending and receiving texts from Puerto Rico.
    thank you,
    keramaphoo

    Yes It does. It would be the same as your texting plan.

  • Webi reports and objects associated with uiverses

    Hi,
    I want to know the list all universes associated with wei reports and their objects (database field) using query builder.
    I am using select * from ci_infoobjects where si_kind='Webi'. I could able to get the universe associated with webi report in fielf si_webi_doc_properties.
    1) How can I get only UnvName from XML
    2) How to get objects associated with a webi reports

    Hi Jaya,
    Have you also tried finding the report within CMC and then right clicking and selecting relationships? It should show you all Universes associated with your report. If you meant all reports related to a Universe, you can do the same for the Universe.
    Thanks

  • Initially stating No authorization required using Adobe.  When I try to change it so I can transfer downloaded books by my Nook e-reader it I get an error message stating the Adobe user name and password is associated with another computer.  What gives?

    When I set up Adobe reader on my computer to be able to download books from a library and then transfer to my Nook e-reader, I initially stating No authorization required using Adobe.  When I try to change it so I can transfer downloaded books by my Nook e-reader it I get an error message stating the Adobe user name and password is associated with another computer.  What gives?

    This is pretty surprising and wierd that even Reader 10.1.1 is crashing on your system. It works pefectly for me.
    Would it be possible for you to get the crash dump, and upload it, so that I can have a look at the same.
    Download PROCDUMP from <http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx> and extract it to a folder, say, c:\temp\procdump.exe
    Open cmd prompt and type "cd c:\temp".
    Launch the browser and open the PDF.
    Open task manager, sort processed by name. Two AcroRd32.exe instances  should have been launched. Note the PID (a small integer like 5588) corresponding to the AcroRd32.exe with the higher memory usage; this is the process that must be crashing. Note this PID.
    On the cmd window, type "procdump -e -ma 5588 c:\temp\01.dmp" (replace 5588 with the actual PID of the process noted in Step 4). Procdump will now wait for the aoolication to crash. If it throws a EULA, accept it.
    Perform your steps to cause the crash.
    Procdump will have created a dump file at "c:\temp\01.dmp". Zip it up (since it will be 100s of MBs otherwise) and share with me.
    Thanks in advance for all your help
    Ankit

  • How do I text back and forth between iPads with only wifi capabilities

    How do I text back and forth between iPads with only wifi capabilities

    Using FaceTime http://support.apple.com/kb/ht4319http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htmhttp://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.htmlhttp://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetimehttp://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.htmlhttp://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.htmlhttp://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-textinghttp://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Extending view object which does not have any entity object associated with

    Dear all
    I am interested in extended on of the standard pages VO object in JDeveloper OA extension
    the standard page is oracle/apps/pos/supplier/....suppSummaryPG
    and one of the view which I am interested to extend is suppSummVO
    the problem is that when I copy xml files and java files from apps server to
    my local jdevelope folder , I am not able to open that suppSummVO, the changes which
    I find from other VO object and this(suppSummVO) object is that, this VO does not have any
    Entity Object associated with it and the only query is return on this VO , is it the reason that
    I am not able to open it Jdeveloper, but the real issue is that how can I extends this type of VO
    in my OAExtension.
    Regard
    Noman

    Its the same way of extending VO with EO's or without EO's.
    Sometimes if the .class files arn't decompiled we get weird jbo errors. So use cavaj/jad to decompile those Impl.class, RowImpl.class files and keep them in the same folder as vo.xml in myprojects and try extending that VO.
    Thanks,
    Ravi

  • I often have to open files .cue with Text Edit. Right Click, Open with, Others, Text Edit. Is it possible to put Text Edit in the menu avoiding to use "others"?

    I often have to open files .cue with Text Edit. Right Click, Open with, Others, Text Edit. Is it possible to put Text Edit in the menu avoiding to use "others"?

    The easiest way is to keep Textedit in the Dock and drag the .cue file(s) to the Dock icon.
    You can also create an Automator Service:
    Open Automator
    Select: Service
    Select Service receives selected [files or folders] in [Finder]
    and:
    Then select one or more .cue file, right click (or Control-click) on the selection to display the contextual menu. Scroll to the bottom of the contextual menu and select Services -> (what you named the Service).

  • I have two Apple IDs - one associated with iPad and iPhone and the other associated with iMac and MacAir. I am going to lose the former e-mail address imminently and would like to associate all devices with just one ID. How do I do this? Thanks

    I have two Apple IDs - one associated with iPad and iPhone and the other associated with iMac and MacAir. I am going to lose the former e-mail address imminently and would like to associate all devices with just one ID. How do I do this? Thanks

    Thanks - I guess it is like there were two of me!
    I bought the iPhone first and it seemed natural to link it to the (work) e-mail address which was in constant use. The iMac for home use came next and it seemed natural to use my home e-mail address, particularly as I knew by then that I would lose the work address after my imminent retirement. The same logic went for the recent puchase of the MacAir. I am not sure what happened with the iPad (also a recent purchase) - iTunes seemed to puch me towards the same ID as the iPhone.
    It is not a huge problem - just makes my persona look schizoid! Otherwise very happy with everything Apple.

  • How do I change my iCloud Account email?  I keep getting prompted to enter a password associated with an old email account I no longer use. I do not have the password for it.  How do I change my iCloud Account?

    How do I change my iCloud Account email?  I keep getting prompted to enter a password associated with an old email account I no longer use. I do not have the password for it.  How do I change my iCloud Account?

    You can't delete an existing account, you can only choose to stop using it.  It will still be there should you decide to use it again in the future.

  • Hello I downloaded adobe after effect CS6, but it is not installed and asks to install Adobe Support Advisor. I turn to the site and there wrote: "The Adobe Support Advisor tool was used to analyze installer log and system information associated with inst

    Hello I downloaded adobe after effect CS6, but it is not installed and asks to install Adobe Support Advisor. I turn to the site and there wrote: "The Adobe Support Advisor tool was used to analyze installer log and system information associated with installation errors. The tool has been replaced with improved installation support mechanisms. Please visit Adobe Support section for Knowledge base articles around Installation . " What do I do?

    yes, I did that with helping message 3, I'd remove Cs6 only, but it did not help. The message "Failed to initialize the setup program. To identify the problem, download the program Adobe Support Advisor" repeat again =(

  • Are the Kuler color schemes and individual colors associated with pantone codes?

    Are the Kuler color schemes and individual colors associated with pantone codes?
    How do you find the pantone reference for a color in a color scheme?

    Hi Monika,
    What is the reason that it is possible to search for (explore) color themes from within the Color Themes panel in InDesign and Photoshop, but not in Illustrator? Seems a bit odd…
    Cheers,
    Marinka

  • HT5622 My wife and I both have MacBooks and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine for apps for her but associate hers with h

    My wife and I both have MacBooks (I have MacBook Pro and she has Air) and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine ID for apps for her but associate hers with her own ID that I have yet to make?

    Well with the MS Hotmail/Outlook.com account that is hard. But she should be able to link all of it to the iCloud system using her Apple ID.
    I suggest you do a Google search for "link contacts, Calendars, iMessage with iCloud".
    For some stupid reason MS has limited the syncing/linking of only emails and Notes with the Hotmail/Live Mail/Outlook.com system.
    They have not included any Exchange features for syncing all that info. That is unless you are using Outlook 2013 and that is only for Windows.

  • I have MacBook Pro Retina, but dint get pages, numbers and keynote for free with it, but others did. What to do?

    I have MacBook Pro Retina, but dint get pages, numbers and keynote for free with it, but others did. What to do?

    Solved the problem- I contacted apple on their support line found on this page... http://www.apple.com/uk/support/mac/ and they were really helpful and talked me through what to do on the phone, I now have all three productivity apps. Hope this helps

  • I need help with my text tone and I have ring tone. no text tone for the 4s.

    I need help with my text tone. I have ring tone no text tone. I have a 4s.

        Hi Sarar2333!  Let's get your text tones working again!
    Here's a link with instructions how to enable and change your alert sounds for your text/notification settings on your iPhone 4S: http://vz.to/1stiF8a.  You can ensure text tones are enabled by selecting a tone in the "Text Tone" setting.  Let me know how that works out for you.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • Long-time Eudora user, rookie Mail user--have questions, need help!

    Hi, all! As the subject heading says, I've been using Eudora for a very long time (way past its shelf life) and have been playing around with Mail off and on over the past year.  (Now, in Eudora's defense, the expiration date on it was a "Best by..."

  • Linksys EA2700 VS. RV180-K9-NA

    have some questions bout these routers EA2700 and RV180-K9-NA 1. can it handle TWC ultime speed 2. is it a very good reliable router i have tried linksys be4 and some werent 3.can it handle several devices all at the same time without slowing down ?

  • How to alter "Update"

    Is there any way to alter the Update program so that it will operate less frequently? Is it possible or wise to turn it off totally? Used with my external hard drive, Update checks the drive every minute or so causing disruptions in programs using th

  • Sales difference day-by-day until today

    Hi I have a keyfigure Sales Volume  in my cube... I have calculated keyfigure Sales Difference which is calculated as 'Sales Volume Present Day'-'Sales Volume Previous Day'...Sales volume present day and previous day are based on kefigure 'Sales Volu

  • DELUGE_USER option in /etc/conf.d/deluged and deluge v1.3.4-2

    I did an upgrade to deluge v1.3.4-2 today and in that version it seems that the DELUGE_USER option in /etc/conf.d/deluged isnt used anymore. Is that the case? If thats the case then how do run deluge as another user? Im following this bug: https://bu