About the label in selection screen

Hello friends,
I am using the following code to get the range from the table KNA1.
Tables: KNA1.
select-OPTIONS: s_kunnr for kna1-kunnr.
But the at output screen it is showing the S_KUNNR as label. I  need the label "Customer Number" .
Please help me to solve this problem
Kuldeep Verma

HI ,
label for a select option u can define in se38 editor only ..
Goto>Text elements>Selection Texts
Here u will see all the select options that u have defined ... in front of interested select option give its label name which will appear on selection screen
Hope this will solve the purpose... reward points if found useful...

Similar Messages

  • How to make Label in selection screen?

    Hi friends.. can anybody explain how to make labels in selection screens and how to split the selection screen vertically? plz.. Thanks in advance

    Arun kumar,
    Check this program. you can put labels like this.
    REPORT  ZVENKAT_TEST1.
    SELECTION-SCREEN BEGIN OF BLOCK block.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) text1.
    SELECTION-SCREEN POSITION 17.
    PARAMETERS :p_pernr type pa0001-pernr.
    SELECTION-SCREEN POSITION 26.
    SELECTION-SCREEN COMMENT 27(30) text2.
    SELECTION-SCREEN end OF LINE.
    SELECTION-SCREEN end OF BLOCK block .
    at SELECTION-SCREEN OUTPUT.
      text1 = 'Personal number'.
      SELECT SINGLE ename FROM pa0001 INTO text2 WHERE pernr = p_pernr.
    Regards,
    Venkat.O

  • Can anybody explain in more detail about NO-DISPLAY in selection screens..

    an anybody explain in more detail about NO-DISPLAY in selection screens.. in that it is saying
    "If you want to display a parameter only in certain cases, for example, depending on the values entered by the user in other input fields of the selection screen, you cannot use the NO- DISPLAY addition. If you use NO-DISPLAY, the parameter actually is an element of the interface for program calls, but not an element of the selection screen. As a result, you cannot make it visible using the MODIFY SCREEN statement. To hide a parameter that is an element of the selection screen, you must declare it without the NO-DISPLAY addition and suppress its display using the MODIFY SCREEN statement."
    what is the meaning of this?

    This is use a lot in programs which are submitted using the SUBMIT statement.  Say that you have a program which runs as usally with a selection screen and nornal output, but you also have some logic built in there that needs to be execute when this program is not ran by the user with the selection screen, but submitted.  You can use a PARMETER statement the selection screen and NO-DISPLAY to hide it when normal processing by the user.  You could pass a value to the parameter when it is called via the SUBMIT statement.  Does this make sense?
    Regards,
    Rich Heilman

  • HOW TO PASS THE DATA FROM SELECTION SCREEN TO STANDARD TRANSACTION?

    HI,
    HOW TO PASS THE DATA FROM SELECTION SCREEN TO STANDARD TRANSACTION?
    thanks,
    samba.

    By selection screen, what do you mean?   There is no selection screen in WDA as there was in classic dynpro. Do you mean you are using the Select-Options reusable component?  Are you wanting to call a standard transaction via ITS - SAPGUI for HTML?  Please provide more details to your question.

  • I am dual booting my mackbook pro with windows 7 64 bit. Yesterday it started locking up at the disk drive selections screen, when you hold down the "option" butting when powering on. I have been searching all morning, and so far nothing. Thanks. :)

    Hey folks,
    I have been using bootcamp for months now with windows 7 64 bit, and its been fine, yesterday while I was rebooting to do some gaming, at the hard drive selection screen when you boot holding the "options" butting down, it locks up when I select the windows drive and just sits there for ever. It doesn't throw an error, it boots fine into Lion.
    I searched all morning and didn't find anything, was hoping that someone might have an idea.
    Thanks in advance

    Search again. Microsoft has tips on what to do and Windows has a number of features
    system restore points
    automatic system repair using the Win7 DVD
    system restore image creation
    Just like you would with OS X Lion and Lion Recovery and Repair
    Use WinClone 3 www.twocanoes.com $20 to make an image just like you would with Disk Utility Restore or Carbon Copy Cloner
    rollback to last known good boot check point
    rollback a driver or program or any changes
    clean out temp files
    clean registry
    chkdsk
    https://discussions.apple.com/people/The%20hatter?view=bookmarks

  • KDMAT need to be included in the current VA01 selection screen or list when

    Hello SAP SD Consultants,
    Please help me with below requirement or what user exit should we use to implement below requirement.  I have discussed with with ABAP and gave some User exits that has related description, however, ABAP confirmed that none of below UE suits the requirement.
    1. AD010002 - Delimit selection and/or filter data that is determined
    2. CLCLRS01 - Additional Fields on the Result Screen
    3. CLCLRS02 - Fill the Additional Fields on the Result Screen
    4. V60P0001 - Data provision for additional fields for display in lists
    5. WVLB0001 - Display additional data in subscreen for simulation list
    Thus, kindly help us on how we can proceed with this.
    000----
    Requirement:
    The field  u201CCustomer-material numberu201D or field name KDMAT need to be included in the current VA01 selection screen or list when creating sales orders with reference from a contract.
    Currently, customer have its own description or material code to classify or define the product they want to order  which are sometimes not exactly the same as the material number maintained in the system or the product / material code used by the Company for sales. These material descriptions were manually entered in the system thru the use of customer-material number field or KDMAT. When sales orders or contracts are created for certain or specific customers, the user or the person who creates that contract / order manually inputs the description in the customer-material number field.
    The said entry should also be seen in the Selection List for Reference Document. The transaction to be modified is VA01 under program screen SAPMV45A specific to screen number 4413.
    Test Data used:
    Reference Transaction: VA41 (create contract), VA43 (display contract)
    Order Type: ZCQ (example)
    Contract No. 40000040
    Transaction: VA01
    Order type: ZOR (example)
    Contract No. 40000040
    a. Go to tcode VA01, input the order type ZOR, click the button CREATE with REFERENCE.
    b. Input the reference contract document, since our reference doc is a contract, go to tab CONTRACT and input the contract no..
    Expected output:
    Upon inputing the contract no. in the contract tab, click u201CSelection Listu201D.
    The customer-material number or KDMAT should be included as one of the field and should be displayed in the Selection List for Reference Document window.
    Edited by: ria sumagaysay on Mar 26, 2010 11:30 AM

    Hello,
    Thank you for the responce.
    The reason why they want to reflect KDMAT in the selection list is that, during order creation, not all materials or KDMAT will be ordered by that customer, only specific materials. However, during order processing, the customer only gives the details of the KDMAT. Thus, if there are around hundreds of items inside that contract, the sales personnel who creates the order needs to exclude those material not included in the customer order list manually via checking table VBAP and compare the material code from the selection list.
    This is very tedious on their part and commonly caused human error, however, when the KDMAT field is available, although the process has manual intervention, it will serve them well and lessen the burden.

  • Regarding the event AT SELECTION-SCREEN ON FIELD ..

    Hi experts,
    Can u plz tell the real advantage of the event AT SELECTION-SCREEN ON FIELD than
    AT SELECTION-SCREEN ..
    in which type of situations  AT SELECTION-SCREEN ON FIELD is needed??
    Thanks & Regards,
    sathish.

    Hi,
    when we are going to do two are more field validations at a time
    we can use AT SELECTION-SCREEN ON <fieldname>.
    if it is there single field we can use AT SELECTION-SCREEN.
    have a look.
    select-options: s_vbeln like vbak-vbeln,
                          s_vkorg like vbak-vkorg,
                          s_vtweg like vbak-vtweg,
                          s_matnr like vbap-matnr.
    AT SELECTION-SCREEN ON s_vbeln.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    AT SELECTION-SCREEN ON s_vkorg.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    AT SELECTION-SCREEN ON s_vtweg.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    AT SELECTION-SCREEN ON s_matnr.
    select----
    if sy-subrc <> 0.
    error message.
    endif.
    Regards.
    sriram.

  • Adding the field in selection screen

    Hi Guru's,
    how can i add the field in selection screen of t code qa33.
    can any one help me pls.
    Thanks & Best Regards,
    Rakhi.

    You can enhance the standard program RQEEAL10 using implicit enhancement points.
    Click the spiral (Enhance) button (Shift + F4)
    Go to Edit -> Enhancement operations -> Show Implicit Enhancement Poitns
    Create an Enhancement Implementation and include your code there.
    See the following link -> Source Code Enhancements - Part 5 of the Series on the New Enhancement Framework
    Hope it helps
    Neeraj

  • Why is the Boot Disc Selection screen always appearing?

    WIth a bootcamp partition on an iMac booting while holding down the Option key will cause the boot disk selection screen to appear, but suddenly I'm getting the boot disk selection screen even WITHOUT holding down the Option key. Why?

    Well it might take a little longer since POST (power-on self test) needs to check more memory.
    But try doing a smc and pram reset and see if that helps.

  • What r the list of selection screen events

    What r the list of selection screen events

    hi,
    chk out the following links...
    http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9a2e35c111d1829f0000e829fbfe/content.htm
    http://www.sap-img.com/abap/different-types-of-selection-screens.htm
    Regards,
    Viji

  • The Cluster Node Selection screen doesn't appear installing  RAC 9i

    The Cluster Node Selection screen doesn't appear installing RAC 9i with OCFS on Windows 2003
    We are using patch #2878462 OUI 2.2.0.18.0
    The Oracle Cluster check was successful !

    more info ...
    We are following the doc. id. #178882.1 "Step-By-Step Installationg of RAC with OCFS on Windows 2000" instructions.

  • How to find out the Batch job selection screen values

    Dear Users,
    One of our users has set up a Batch job by manually entering values into the Selection screen of a report instead of picking up a Variant. We would like to know the values entered on selection screen since the job has failed and the user doesn't remember the selection screen values entered.
    Can anyone please advise if there is a way we can figure out the selection screen values entered?
    Thanks,
    Vijay

    Hi,
    You can debug your failed job by going to 'SM37', type in 'JDBG' in the command line ( no '/' ), put the cursor on the job and press enter - will take you to the job in debug mode.
    You can do this only after the job has finished execution. This will simulate the exact background scenario with the same selection screen values as used in the job.
    So type in the transaction code 'JDBG' and place your cursor on the job after It has finished. It will take you to a SAP program in debug mode. Step through this program which is about 10 lines, after this your program will be executed in the debug mode.
    Check the selection screen values.

  • Adding Label to Selection Screen..

    Hi all,
    How to add a label in the selection screen.. I want to change this label value dynamically.. so here I can nt use comment text.. so please suggest me a way.
    Thank you..

    Hi haritha,
    try this code and desing ur selction screen formate depands on ur requirment
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECTION-SCREEN SKIP.
    PARAMETER : id TYPE i.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN ON id.
      IF id = '   '.
        MESSAGE 'Enter the valid number' TYPE 'W'.
      ELSEIF id =  100.
        CALL SCREEN 100.  " desing the required screen formate
      ELSE.
        CALL SCREEN 200.
      ENDIF.
    i hope so it may give u some more idea..
    if its helpull rewards me..
    cheers,
    chandru.s

  • What's the sense of "NOT" in the BEx-Analyzer selection-screen?

    Hi specialists,
    the selection-screen Queries in the BEx-Anlyzer presents the following selection-options:
    "="
    "<="
    ">"
    ">="
    "<"
    as well as their inverses:
    "not"
    "not ="
    "not <="
    "not >"
    "not >="
    "not <"
    "not []"
    "not *"
    While most of this options are redundant (because "not <=" is the same as ">") I absolutely cannot find any case where the above maked "not" makes any sense.
    In other words: Could somebody please gimme a hint what's the difference between "not" and "not =".

    Hi Stefan,
    I'm not sure weather we are talking about the same thing.
    When I use the the "more"-button (multselection-screen) of the selelection-screen, then I can comprehend your eplaination: The tab's are "and" connected - while the rows within a tab are "or" connected.
    But without the multiselection-dialog, there's still the option "not" in the drop-down list left to the value-field on the selection-screen. But I can't see any possibilty to filter the same variable multiple times here. So the example you mentioned doesn't fit here.
    Perhaps in some different way:
    If I choose "NOT" for the salesorg-variable, without providing a value followed by [enter]/check, then the "not" option is changed to "".
    If I choose "NOT" for the salesorg-variable, providing a value followed by [enter]/check, then the "not" option is changed to "=".
    In which case does the "not"-option "survive" the check without beeing corrected to any other option?
    (btw: I miss a possibilty for attaching images in the sdn-forum! - That would make some explainations much easier)

  • Passing the values from selection screen to screen painter

    Hello Friends,
    I'm making one report program in which im calling  one screen which i have designed, in my selection screen there is a select option for customer  tht accepts value range now i want to select all the customers entered in select options and pass these values in screen(screen painter).
    pls guide me how this can be done.
    Regards,
    Sunny

    Screen painter is a tool in ABAP dev workbench used to create the screens using the
    T-code SE51. In the screen painter, you can define the following interface elements with their associated attributes.
    1. Input/Output Fields
    2. Field Names
    3. Checkboxes
    4. Radio Buttons
    5. Group Boxes
    6. Sub screens.
    7. Pushbuttons with No Fixed Position
    Create a Z program in tcode SE38.
    Go to transaction SE51.
    Enter the created program name and screen number.
    Click on flowlogic tab. 
    Uncomment the statement u201C MODULE STATUS_0100 u201C. 
    CASE SY-UCOMM.
        WHEN 'EXIT'.
          LEAVE PROGRAM.
        WHEN 'BACK'.
          LEAVE PROGRAM.
        WHEN 'DISPLAY'.
          SELECT SINGLE Fileds to selsct
               INTO (interanl table or tablename-fileds)
          WHERE Condition.    WHEN 'CLEAR'.
          CLEAR table.
      ENDCASE.
    ENDMODULE.

Maybe you are looking for

  • Top N Chart where there are less than N series'

    Post Author: acarey CA Forum: Charts and Graphs Hi guys, I'm using CR XI R2. I've got a report with a bar chart displaying the top 10 delays for peices of equipment. It works great but I have a display issue when there are less than 10 delays. For in

  • [Solved] cp from mount ntfs to mount ntfs-3g

    Hello. I copied some files from a harddisk mounted with the option "-t ntfs" and now want to copy them back but I have to mount with "-t ntfs-3g" to have write access. Some of the files are written in Portuguese and have special characters and accent

  • Purchased videos...

    I bought a movie and some tv shows off of Music Store. I tried to load them to my 5th gen 30gb, and the response I got was "an unknown error has occurred (-50)". i tried this http://docs.info.apple.com/article.html?artnum=302509 and it didn't work ei

  • Wifi Activation fails

    I'm authorized for the new wifi access....and trying to install the software on my XP sp3 laptop.  I get the following error message during install: The flow will not proceed due to Missing Hand-off Parameters: ssotoken PUID ssotoken value= PUID valu

  • M8 Invoice Verification/Valuation - error in Msg Setting

    Hi, In SE91....i find a lot of msges for area M8... But when i go spro --> logistic Verification --> define attributes system messages when i put msg no there ...system gives me error Message number 280 is not allowed Hope to slove This Regards, Pard