Description label for text entries in PO smartform

Hello All,
I have to make modifications to standard smartfom for Purchase order.In the standard form's output if I enter Header texts(like Header text, Header note, Gurantees,Penalty for breach of contract) all the details entered are appearing in the smartform display.But my problem is that I also want to show which detailed text shows what.For example:I want to show  'Guarantees:' description label just before the 'Guarantees' text,
'Header text' just before the actual header text.In sum , I want to show short description corresponding to each text entry along with the text entry.
Eg. If I have entered in 'Gurantees' text the description 'The following conditions are to be met'.My output currently shows ''The following conditions are to be met' but I want it to look like this 'Guarantees : 'The following conditions are to be met'. Similarly for all other text types.
Pl advise how to do this.
Thanks!

Hello,
Your going can go tough in case you use an include text.
I would suggest you to go with read_text function module
you could just complete this in minutes.
Here is the code for your refernce for read_text function Module
CALL FUNCTION 'READ_TEXT'
    EXPORTING
      id                            = 'LTXT'
      language                      = 'EN'
      name                          = v_tdname1
      object                        = 'MDTXT'
    TABLES
      lines                         = it_tline1
   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.
clear v_text.
  loop at it_tline1 INTO wa_tline1
   concatenate v_text  wa_tline1-tdline into v_text..
endloop.
Regards,
Ravi Kiran
Edited by: Ravi Kiran  Bherthepudi on Dec 22, 2008 8:48 AM

Similar Messages

  • Display score for text entry

    Is there any way that allow me to diaplay the score sheet for
    text entry? wat the example taught in authorware is in response
    with buttons.
    Thanks.

    A score is a score. So if you have scored the text entry you
    should be able
    to display it exactly how you've been taught to display it.
    Not sure what
    you mean by "taught in authorware" but the same principles
    should apply.
    HTH;
    Amy
    "spysum" <[email protected]> wrote in
    message
    news:ellt3p$3mv$[email protected]..
    > Is there any way that allow me to diaplay the score
    sheet for text entry?
    > wat the example taught in authorware is in response with
    buttons.
    >
    > Thanks.

  • Reset button for text entry field

    Hello,
    How do I add a reset button that removes information entered into a text entry field?
    Thanks in advanced!

    Hmm, is there a reason why you don't use the Likert type of question, and have the Clear button (you can change the label to 'Reset') available? That would be a lot easier.
    And if you want to create such a custom slide, why don't you use the enhanced radiobuttons widget from Jim Leichliter? I explained how to reset the radiobuttons choice it in this blog post:
    http://blog.lilybiri.com/extended-widgets-for-custom-mcq-and-tf-questi
    And in this one I explained similar work flow for the extended TextArea widget. Same logic can be used for the enhanced TEB I talked about in my first answer:
    http://blog.lilybiri.com/extended-textarea-widget-more-functionality
    Since you are using 5.5, no output for HTML5 is possible, so you can use those widgets. Really, although I'm an Advanced Actions fan, I would never try to realize this the way you are doing it. Maybe with shared actions in 7, or with the new copy+paste functionality for advanced actions in 7.0.1 but not in 5.5. Be sure: my memory about the different versions is pretty good.
    Lilybiri

  • Firefox does not open the tablet input panel for text entry

    On windows tablet editions (XP in this case) handwriting input is provided by a popup entry box that normally appears when a text entry area is selected. This only happens sometimes in firefox, making convenient browsing an intermittent possibility. Previously Geckotip extension provided the utility but it has long since become obselete.

    I currently use a windows 7 tablet exclusively in my medical practice.  I bought and then had to return a Microsoft Surface Pro tablet because of the limitations of the TIP.  I agree with your 3 points above.
    Please offer the Windows 7 tablet input panel, at least as an option for those of us who use a tablet exclusively with a stylus.  The touch keyboard app simply will not work for my purposes.
    I too have been using the Windows 10 preview and look forward to the upgrade, but only if I can get the current Windows 7 Tablet input panel.  
    Thanks
    John Lauzon, M.D

  • Print Prog-Auto Print Barcode Label for Goods Receipt(MIGO) using Smartform

    Hi Guru's
    I have created a smartform that prints barcodes on a label.
    My tests print successfully to the Printronix thermal label printer.
    Is there perhaps a SAP Standard print program that i can use in my output type that will call my smartform upon goods receipt(MIGO)?
    please bear in mind that i am looking for a print program that calls a SMARTFORM. not a sapscript.
    /SMB40/M07DR does not exist on my system. and I am going to use output type WEE1 - for LABEL Printing
    Awaiting your feedback.
    Thanks in advance geniuses!

    Good luck dude,
    In that same program I noticed We01 that will print a smartform GR. I think if you use form entry_we01 in your output control you should do well.

  • Errors: Length for text entry field must be between 1 and 32

    Hi Guys,
    I have has the following error messgage when defining and using a text variable in a series of columns in a characteristic structure.  In addition the text display does not work for 1 specific calculated key figure, It just displays the name of the text variable.  Where ever this type of calculation is used I get the text variable tecnical name displayed!
    i.e &0T_FPER& -2 % on LY where calc =
    '&0T_FPER& -2 Actual'/'&0T_FPER& -2 Last Year' -1) * 100
    There is a calc KF as above for -1 % on LY, and LY
    Why do i get the above error message and how can I get the text variable to display for the this Calc Key Figure?
    Thanks
    DV

    Hi Depesh,
    I had the same issue and I solved it by moving the rest of the text beside the Text Variable to the next line. I.e.,
    &0T_FPER&
    -2 %
    To do this just go to the end of the text variable and click enter.
    Hope this helps.
    Kumar

  • Global Keyboard Shortcut for Text-Entry

    I have found what seem to be extremely simple instructions for creating a Keyborad Shortcut which, when pressed in any app, will cause a string of text to be "typed." I need this because I have a problem typing numbers without messing them up. Let's say I want to have a command key (e.g. Shift-Control-Command-c) which would cause "+1-323-555-1221" to be entered wherever I am (TextEdit, a box in a web browser, whatever). Here are the instructions I've followed:
    1. Go into "Automator" and create a "Service."
    2. Set the service to "recive no inpout" in "any application"
    3. Drag "Run AppleScript" from the left column and then set the text exactly as follows:
           tell application "System Events"
             keystroke "+1-323-555-1212"
           end tell
    4. Save the script with a name (e.g. "MyAutoTextScript")
         (note that at this point, if I press green "Run" button inside Automator,
           "+1-323-555-1212" WILL be typed write into the script editor window,
           so that seems good, no?!
    5. Go into System Preferences -> Keyboard -> Keyborad Shortcuts -> Services, and find "MyAutoTextScript"
    6. For "MyAutoTextScript", set a shortcut using "Add Shortcut".
    SO... I've done all of this and AAAAAARRRRGH, it doesn't work! When I go into any app at all and press this key combination - I tried a bunch of them - it just does nothing. Tried TextEdit, Terminal, etc., etc. No text is entered. Nothing happens.
    At first I thought maybe the Keyborad Shortcut combo I chose was a conflict, but supposedly, it's supposed to tell me if there's a comflict (though I've tested that by trying a combo that I KNOW is taken and it does *not* tell me of a conflict (strange!), but anyway, no matter WHAT combination I try, NOTHING.
    I really would appreciate help with this. I'd rather not use some crazy third-party app for something like this which seems like it should be so simple. And I need this because of the disorder I have to live with which causes me to muss up these numbers.
    Help is much appreciated!
    Thanks.
    Alex

    Same thoughts.
    Spotify connect via mac. Play, pause, next previous works well with the keyboard shortcuts. However, for volume control using the the tiny volume slider is not ideal.
    Any workaround would be greatly appreciated. 

  • Text Entry Captions not created

    Using Adobe Captivate 5.0 - Training mode is not creating the Text Captions for Text Entry Boxes, even though selected in the Training/Recording settings. Creates Text Entry box, but no Text Caption. Really want this to work when recording SAP simulations, but doesn't even seem to work when recording internet browser or MS Oulook either. Any ideas?  Thanks.

    Hello again
    Perhaps it will help if I simply describe how Captivate usually works. There are several ways to record. There is "Full Motion" (FMR) where everything is recorded just like a movie. Not the best way of working bit is possible. In FMR no captions or anything of the sort is added during the recording process, but you may add them later if you like.
    Then there is the "slide by slide" capture mode. Each click of the mouse generally results in a screen capture. But this mode of capturing has four variations.
    * Demonstration
    * Training Simulation
    * Assessment Simulation
    * Custom
    Demonstration mode provides text captions for activity. Click this or that. Also, highlight boxes are added along with tracking mouse movement.
    Both of the simulation modes will ignore text captions, mouse tracking and highlight boxes. Instead, these modes simply add Click Boxes and Text Entry Boxes to allow "simulation" or interacting with the Captivate. These objects offer "Feedback" captions to indicate Correct or Incorrect actions.
    From what you have described, you want to enable "Custom" recording mode where you choose the mix of elements you get.
    However, NONE of these modes will analyze what is happening and describe it to the user. Instead, they may or may not recognize what you are clicking on in order to create captions. You might see funky names like "Click the TechnicalNameForControl" control.
    Does this help any?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Cp5 - Text Entry Box - Fill Alpha =0 Text doesn't display

    In previous versions I was able to select a trans background for text entry boxes. They've created a Fill and Stroke option where I can select Fill Alpha=0 (tranparent) but when I select that, the text doesn't display in the text box when I type, as it did in the previous version. When I go to the style editor, the preview displays correctly. My text colour is black and the image is white.
    Thoughts?
    M-

    It is aknown bug that they are working on. Alas.

  • Problem with Text Entry BoX in Adobe Captivate 6

    I could not enter correct responses for my text entry box. Plus, the "success" and " failure" options were greyed out for me under properties>options.
    I notice my icon is IAB for text entry box, whereas some users have a placeholder sign for the icon.

    This is very strange, even when not validated you should have at least the Success option in the Properties panel. If it is not validated you are left only with the Success event, that can fire an action when the Submit button for the TEB is pressed (or the shortcut key is used). You cannot be working on a master slide, because it is not possible to insert a TEB there. Please, post a screenshot of the stage with the properties panel, actions accordion.
    http://blog.lilybiri.com/events-and-advanced-actions
    Lilybiri

  • Touch Screen Text Entry?

    Can anyone here tell me of OX X 10.5 will support a touch screen?
    Here is what I am looking to accomplish.
    I am going to build a CarPuter with a Mac Mini, I will have a touch screen mounted in the dash. I will be using RouteBuddy with a GlobalSat BT-359 GPS Receiver. I will be routing the audio from the mac mini to an amplifier that will run to the interior speakers.
    What I need to know is if there is a Mac OS X application (or if it will spport it native) that will allow me to have an on screen keyboard for text entry to applications. I would hate to have to always carry a wireless keyboard with me to do text entry. My other alternative is to get a frogpad that can be used for text entry.
    However I will also need to know if my finger movement on the screen will move the mouse, I would love to be able to move my finger to the dock, tap to open iTunes etc.

    04-Jul-2008 04:54 PM
    waspinator wrote:
    I loled hard.Purely biased comparison and the screen size of N95 8gb is bigger than W960i.You really don't know the true capabilities of N95.Even a N81 beats W960, if we don't consider camera and touchscreen and is half the price.
    you can lole as long and as hard as you feel
    but when you own both phones it is not very difficult to choose which one is the best
    and it is not the N95 for me

  • Define suitable labels and descriptions for an entry point.

    Hi All,
          I have tried to define suitable labels and descriptions for an entry point. I am following the documentation:
    http://help.sap.com/saphelp_nw04/helpdata/en/36/8b6b4066d9bf49e10000000a1550b0/content.htm
    I have done all those steps as per the documentation. But it is not working. I am not getting any display change for my entry point folder.
    Any idea of what to do?
    Please help me out.
    **Points will be rewarded for a suitable answer.
    Regards,
    Uttam.

    Hi,
    in side project folder src.api:
    package: com.XXX (Created File Label.properties)
    =_d=Description
    package:  com.sap.netweaver.rf.wrapper
    Class: IRFServiceWrapper.java
    import com.sapportals.portal.prt.service.IService;
    public interface IRFServiceWrapper extends IService{
        public static final String KEY = "com.XXX";
    Class: RFServiceWrapper
    package com.sap.netweaver.rf.wrapper;
    import com.sapportals.portal.prt.service.IServiceConfiguration;
    import com.sapportals.portal.prt.service.IServiceContext;
    import com.sapportals.wcm.crt.CrtClassLoaderRegistry;
    public class RFServiceWrapper implements IRFServiceWrapper{
    private IServiceContext mm_serviceContext;
    Generic init method of the service. Will be called by the portal runtime.
    @param serviceContext
    public void init(IServiceContext serviceContext){
      mm_serviceContext = serviceContext;
      // only NW04: CrtClassLoaderRegistry.addClassLoader(this.getKey(), this.getClass().getClassLoader());
      CrtClassLoaderRegistry.addClassLoader(this.getClass().getClassLoader());
    This method is called after all services in the portal runtime have already been initialized.
    public void afterInit(){
    configure the service : @param configuration
    public void configure(IServiceConfiguration configuration){
    This method is called by the portal runtime when the service is destroyed.
    public void destroy(){
    This method is called by the portal runtime when the service is released.
    public void release(){
    @return the context of the service, which was previously set by the portal runtime
    public IServiceContext getContext(){
      return mm_serviceContext;
    This method should return a string that is unique to this service amongst all
    other services deployed in the portal runtime.
    @return a unique key of the service
    public String getKey(){
      return KEY;
    Config file portalpp.xml
    Bundle File : com.XXX.Labels
    I hope that it works to you
    Greeting Toni Guzmá

  • How do I change the text on a label for a SAP delivered WD view

    Hi,
    I need to change the text that is being displayed for a label in a SAP delivered WD ABAP View. When I look at the properties for this label, the Text property is currently empty, so I assume that the text that is being displayed in the view is coming from the dictionary. I was hoping to change the text of the label via the Enhancement Framework. I created an OTR entry, then went into SE80 for the WD Component, I navigated to the view in question, I pressed the Enhance button and entered $OTR:<package>/<alias name> in the text property for the label. Finally I saved and activated and was prompted to create an Enhancement Implementation, which I did and I selected it. Everything seems to be fine (no errors or warnings). I then ran the WD application. My change was not there. I then went back into SE80 for the WD Component that I created the enhancement. I navigated to the View and looked in the text property of the label and saw that my change was not there. I repeated this process several times and each time when I added the OTR entry to the text property of the label, it saves and activates without issue (in enhancement mode), but when I run the WD App the change does not show up and when I go back to the WD View, my change to the text property is gone. I know that if I really wanted to I could register the object and add the OTR entry to the text attribute of the label, but I am trying to perform this change using a modification free enhancement. Can this be done via an Enhancement, or do I have to register the object and make my change using a modification?

    Hi Gregg,
    excellent question. I had the same problem as well before.
    What I have learned is that you cannot change a UI Element via Enhancements.
    You can add new UI Elements (e.g. new label) or remove existing elements, but you cannot change them (except the layout properties (e.g. colspan) maybe).
    The only possibilities I see is
    1. Remove the existing label, and add a new label with your desired text
    2. Do it as a modification
    3. Do it as a configuration (This means you go to the webdynpro application in SE80, right click and select "Create/Change Configuration)
    4. Do it as customizing (This means you add the URL parameter sap-config-mode=X to the URL, navigate to the label, right click on it, and select "Change Settings for Current Configuration").
    The disadvatages of 3) and 4) are
    - texts in configurations and customizing are not translatable (as far as I know)
    - if you have multiple configurations, you have to change the label multiple times
    Hope this helps a bit,
    Daniel

  • Header file entry for Text Channel

    I have taken an ASCII Text Data file, read the file, and created a Header File, then saved the data into a binary file. This is my attempt to speed up the loading of the text file. One of the columns is a text column, containing a flag for the state of the test. I can not figure out how to define the column as a Text Column in the Header File. If I define it as a numeric column, it returns an error for every entry in the data file. Normal (one of the states) is not a Numeric Value.
    The script file(s) I am using is a modification of a script listed on this board by Brad Turpin ( TimeSlice DAT Hdr Create.zip ) The only thing I have changed is the Test for the Channel Name to see if it contains on of 3 states. If Date is present in the Channel Name , it changes the field to a Time channel, if the channel contains Relay it changes it to a Text channel (which doesn't work), else the Channel is a Numeric.
    There must be a way to define a Text Channel in a Header File. I hope someone can show me the way.
    Thanks
    Bill Lane
    Test Engineer
    Takata, INC.

    Hello Bill!
    The DAT format was never able to store text channels (TDM is able today). Please refer to the DAT format description on your DIAdem CD or in this post.
    Your idea to convert it to a numeric value is the right way. The error message must come out of the header. Do you convert all properties to numeric values? See page 4-6 and following in the header description or search for the word 'normal' in the created header file.
    Matthias
    Matthias Alleweldt
    Project Engineer / Projektingenieur
    Twigeater?  

  • Command to move content left/right in Smartform label for zebra printer

    Issue : Command to move print content left/right in Smartform label for zebra printer.
    Requirement : If you changed the printer setting top position and left position, Print should start from a specific (X,Y) position.
    I am facing an issue while printing a smartfroms in different zebra printer.  We had tried all
    S_LZPL_SETUP_X  (Where X is LH/SPD/MD/PM/FT )
    But these command are not working in smartforms.
    We had used ZPL II printer command like u2018LH X,Yu2019  and u2018FT,X,Yu2019  in main window as well as in subsequent windows. But that also not working.
    Please advice.
    dinesh.

    Hi,
    If you follow notes #750002 and #750772 and use a smartforms and device type LZEB2, then the you cn just adjust the position of the text in the smartform. e.g. Use tab-stops, spaces or adjust the position of the window. There is no need to use ZPL2 commands directly.
    Regards,
    Aidan

Maybe you are looking for

  • Par file deployment error

    Hi I am trying to deploy the par file from NWDS. First time i was able to deploy with out any error. But after that i get the following error (Taken from sap-plugin.log) [30.05.06 / 11:05] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.ecl

  • How do I install a keyboard and mouse drivers if Windows is down Pavilion a1630n

    Windows on My Pavilion boots and comes up but it sits there on the monitor as no input device keyboard or mouse are registering. I did a virus scan with a rescue disk but nothing found. I boot with Ubuntu and it works fine. What can I do?

  • Need a query

    i have tablespace which is 124GB in size. i ran a query i found out that 86gb space is occupied and 37 gb is freespace.. this tablespace is having 19 datafiles which spreads across to diffrent locations in the disk. i want tto find out for each dataf

  • Could not connect to sql server 2008 R2

    TITLE: Connect to Server Cannot connect to SURENDRA-PC\MSSQLSERVER. ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify th

  • Reinstalling Microsoft Office 2007

    We purchased our computer fully loaded at a local retailer. They did not provide us with the CD's so we could reinstall our software in the event of a crash. We need to install Microsoft Office 2007. Does anyone know how we go about reinstalling any