How to see the dropdown option for field of a table during selection

Hello,
I am adding a new custom field in the table. Now when user goes to the screen after clicking the content button icon in se11, he sees all fields for selection.
That custom field is one character field. I want the user to see P and S option when he hits F4 (Dropdown).
How can I achieve this ?
Regards,
Rajesh.

hi check this..
report .
TYPE-POOLS : vrm.
TABLES:vbak,vbap.
DATA : v(80) TYPE c.
DATA: wa_vbak TYPE vbak,
      it_vbak TYPE vbak OCCURS 0 WITH HEADER LINE,
      wa_vbap TYPE vbap,
      it_vbap TYPE vbap OCCURS 0 WITH HEADER LINE.
  DATA: l_name TYPE vrm_id,
        li_list TYPE vrm_values ,
        v_count  TYPE i,
        l_value LIKE LINE OF li_list.
PARAMETERS: p_test(20) AS LISTBOX VISIBLE LENGTH 60 MODIF ID DAT.
INITIALIZATION.
AT SELECTION-SCREEN OUTPUT.
  PERFORM get_data.
  LOOP AT it_vbak.
    l_value-key =  it_vbak-vbeln .
    l_value-text = it_vbak-vbeln .
    APPEND l_value TO li_list.
  ENDLOOP.
  CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
      id              = 'P_TEST'
      values          = li_list
    EXCEPTIONS
      id_illegal_name = 1
      OTHERS          = 2.
AT SELECTION-SCREEN ON P_TEST.
  clear : li_list , li_list[].
  SELECT vbeln
         matnr
         meins
         FROM vbap
         INTO CORRESPONDING FIELDS OF TABLE it_vbap
         WHERE vbeln = p_test.
START-OF-SELECTION.
  SELECT vbeln
         matnr
         meins
         FROM vbap
         INTO CORRESPONDING FIELDS OF TABLE it_vbap
         WHERE vbeln = p_test.
  LOOP AT it_vbap.
    WRITE :/ it_vbap-vbeln, it_vbap-matnr,it_vbap-meins.
  ENDLOOP.
*&      Form  get_Data
      text
-->  p1        text
<--  p2        text
FORM get_data .
  SELECT  vbeln
          FROM vbak
          INTO  CORRESPONDING FIELDS OF TABLE it_vbak.
ENDFORM.                    " get_Data
regards,
venkat

Similar Messages

  • Does anyone know how to hide the export option for excel 2007

    Does anyone know how to hide the export option for excel 2007?
    We are having an issue with negative numbers downloading as text field in excel 2007, works fine in excel 2003.
    We are on version 11.1.1.7.0 of OBIEE.
    Thanks for any response.

    Go to iTunes>Preferences>Devices and highlight the backup you want to delete and click on Delete Backup

  • How to use the print option for photos?

    How to use the print option for photos.  I have a wireless printer but how do I set it up?

    http://www.apple.com/support/iphone/assistant/airprint/

  • How to see the change logs for billing document

    Dears,
    Could you please how to see the change logs for billing document.
    My client is using ECC 6.0 & if i use VF03 > Environment > changes > does not show the changes i had made.
    Thanks in advance
    Ranjan

    hello, friend.
    you should be able to see changes done after the initial creation and saving, by going thru Environment > Changes.  try it again, and this time make sure that changes were done to the billing document prior to posting to accounting.
    normally, when configuration of Billing is done correctly, there will be little or no instances of changing anything in the Billing document,  as saving the document after creation will post this to Accounting.  of course, inclusion of a posting block in the billing type will provide you the opportunity for changes. 
    regards.

  • How to see the changes made for iPad in iTunes on my iPad?

    How to see the changes made for iPad in iTunes on my iPad? I've been transferring some pdf-files and changed the name on them in iTunes under the index books for my iPad device, but the changes do not show in iBooks-PDF. What to do?

    Yes I tried syncing a lot of times, but the changes still wouldn't show, so I did as you said by beginning from the start by adding the PDF's once again.
    Thanks for your help, it works now :-)

  • How to see the material document for Blocked stock

    Hello Experts
    I having some blocked stock in plant X , How to see the material document for this stock.
    Thanks in Advance
    Prashanth.v
    Edited by: prashanth.venkategowda on Aug 11, 2010 7:38 PM

    which material documents do you want to see?
    Material documents can be found and displayed in MB51 transaction.
    in MMBE you can put the cursor onto your stock line and then choose from menu Environment > material documents and SAP will list all relevant material documents.
    block stock status is not a selection criteria, material number, plant storage location, batch number are selection criterias.
    if you want only documents to block stock, then you need to select by movement type, e.g. 343 and 344 are movements that change status from unrestricted to blocked or vica versa.

  • How to see the group membership for a user in oidadmin

    how to see the group membership for a user in oidadmin?
    I see the memberships in oiddas, but I would like to know if its possible to see them in oidadmin? Thanks.

    Hi,
    For what I understand, you know the user and want to know the groups that the user is member of (am i wrong?)...
    With this query you pass the user's DN to the ldapsearch and the search gives you back the list of groups the member is a member of, all you need to do is change the value "uniquemember=cn=orcladmin" in the query for your own user.
    For example:
    $ORACLE_HOME/bin/ldapsearch -h localhost -p 389 -D "cn=orcladmin" -w oracle10g -b "dc=acme,dc=com,dc=au" -s sub "uniquemember=cn=orcladmin" dn
    will give you the list of groups that the user "cn=orcladmin" is a member of.
    $ORACLE_HOME/bin/ldapsearch -h localhost -p 389 -D "cn=orcladmin" -w oracle10g -b "dc=acme,dc=com,dc=au" -s sub "uniquemember=cn=smithj,cn=Users,dc=acme,dc=com,dc=au" dn
    will grive you all the groups that the user smithj is a member of.
    if you don't want to get the DN of the group you can change the last parameter of the query like this
    $ORACLE_HOME/bin/ldapsearch -h localhost -p 389 -D "cn=orcladmin" -w oracle10g -b "dc=acme,dc=com,dc=au" -s sub "uniquemember=cn=smithj,cn=Users,dc=acme,dc=com,dc=au" cn
    will give you the CN of the groups the user is member of.
    let me know if this is what you need.
    Regards,
    Juan

  • How to see the data records for a dso based upon the request id?

    Hi all,
    How to see the data records based upon the request id on the dso.
    I need to see the data for a dso based upon the request id 444493 loaded from another dso through repair full update.
    thanks

    Hi,
    Step 1: select your request from DSO request tb
    Step 2: Select your DSO just above your contents/requests/reconstruction tabs
    Step 3: Click contents(Spectacles symbol) in the top area of your screen
    Step 4: Slect the required fields
    Regards,
    Suman

  • How to see the Container log for debugging in netbeans 4.1

    Hi All
    I am using the netbeans 4.1 with sun applicaion server 81. as my applicaion server. I have developed one ejb module and deployed it in server. Now I want to see the EJB container log for knowing how my beans methods are being called at the time of execution. Can any one please help me on this.
    Thanks
    Ranjan Rashmi Sahoo.
    Mphasis BFL Ltd, Bangalore.
    India

    Could you tell me how to see the logger?Search for Log4J. It has a good documentation IMO.

  • How to see the changed output for purchase order

    Hi..
    I have zmedruck. i need to increse item text lengh. i done this in editor. how to see the changed output now...I increased the length of text to be displayed. I checked the print preview in me23n. i cant see the increased length. Guide me where i am wrong.
    Edited by: Meena 303 on May 1, 2008 6:24 PM

    Hi
      In ME22N go to message -
    > select old message -
    >click change OutPut button -
    > Save
    then see print priview  through ME9F or ME22N it sself.
    regards
    Sachin

  • How to see the logic in an existing range partition table of a database.

    Hi I need to see the logic used in a Range partitioned table in a database.
    I need this because i need to create a db similar to this.
    This is a live database.
    Version used :10.2.0.3.0
    How can i seee this
    Cheers,
    Kunwar

    How to get that.
    For example if i want to see the script for a table. I get this eror
    SQL> select dbms_metadata.get_ddl('TABLE','x) from dual;
    ERROR:
    ORA-31603: object "x" of type TABLE not found in schema "SYS"
    ORA-06512: at "SYS.DBMS_METADATA", line 1546
    ORA-06512: at "SYS.DBMS_METADATA", line 1583
    ORA-06512: at "SYS.DBMS_METADATA", line 1901
    ORA-06512: at "SYS.DBMS_METADATA", line 2792
    ORA-06512: at "SYS.DBMS_METADATA", line 4333
    ORA-06512: at line 1
    And i dont know the login details of that user..

  • How to see the sequential file for which data is uploaded.

    hi experts,
    here iam transferring data to  application server.
    just chk the code once...
    the output is sucess.
    in al11, in temp iam not in aposition to find this data. how to see it.
    open dataset dsn for output in text mode encoding default.
          if sy-subrc <> 0.
              write :/'dataset cannot be open'.
          else.
              loop at it_upload.
              transfer it_upload to dsn.
              endloop.
              if sy-subrc = 0.
              write :/'sucess'.
              endif.
              close dataset dsn.
          endif.

    What is the value of the variable 'dsn' (i.e. the filename?).
    If it uses directories (i.e. something like "/dir/dir/dir/filename"), you shouldn't look at the temp but follow the path that the variable 'dsn' has.
    If there is no path in the filename 'dsn' it usually is defaulted to the temp directory (DIR_TEMP ("/tmp") or often DIR_SAPUSERS "./"). If the filename doesn't show up in either, check your BASIS people.
    Remember though, the filename is CAPS sensitive the the name "filename" and "FILENAME" are seen as <i>two different names</i> and will show up at different places in in the directory (iirc CAPS are first before lowercase).

  • How to show the layout option for double-sided printing on Acrobat Pro X on Mac?

    Adobe Acrobat Pro X version 10.0.0 print dialog does not show the option to select Layout for two-sided (double-sided) printing. How to fix it?
    System: Mac OS X 10.6.6 on Mactel
    Thanks.

    David,
    Wow, it worked. Many thanks. This is what I did, following your directions to print PDF files as double-sided:
    01-Command P & Click "Printer button".
    02-Click Yes.
    03-Click the Popup Arrow to display contents.
    04-Select Two-sided "Long-Edge binding" or whatever needed and Click Print.
    05-Click OK to Print.
    What fooled me is that from Word (.doc) files the screen on step 3 and 4 show directly selecting a popup menu on the initial print window, whereas when printing PDF files it is required to go through steps 1-2-3 above.
    Again, many thanks. You made my day!!!

  • How to set the default values for fields

    Hi all,
    How to show the default values without changing the existing code in the CO for the seeded page.
    I have requirement like one drown box in that three values are there. On page load the item is empty , but i have to show first value as default value. Is this possible through personalization..
    Can any body have idea pls give some suggession.
    Thanks
    Uma

    Considering you don't want to go for controller extension..
    A way is to use java script in personalization.
    Simply create a RawTextBean using personalization and add the java code to change the properties.
    Java script plan:
    Get the handle of the items to change (like here drop down)
    selectTags=document.getElementsByTagName('select') --gives list of all the select tags in the page
    get ID of the select tag whose value you want to change (loop throug selectTags array).
    or get it directly by getElementsByName method or getElementsByID mETHOD.
    Say its handle is changeItemID.
    changeItemID.selectedIndex=2
    Overview of script
    <SCRIPT type="text/javascript">function _checkLoad(eventXX){
    --yOUR CODE FOR GETTING handle Of the select item whose value is to be changed,goes here...
    changeItemID.selectedIndex=2
    }</SCRIPT>

  • How to enable the edit option for the sample downloaded portlets

    Hi,
    I had downloaded some samples from the portal studia site. Here is the folowing URL
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/GUIDELINES.PARAMETER.PASSING.HTML
    This is related to passing the parameters between the portlets on the same page.
    I'm able to install the samples and evnerunning them. But the funniest thing is i'm unable to edit the portlet.
    Can Any shoot some answers for How to pass the parameters between the portlets.
    I had also tried as Sharmila said in the following URL...
    <A
    href="http://forums.oracle.com/forums/message.jsp?id=1180583&amp;gid=469632"
    target=_new>Re: session state security
    </A>
    Guys and Gals .. I'm in neck depth trouble .. Please Do Rescue me ASAP.....
    Thanks inadvance,
    Sudheer Ravikanti.
    [email protected]

    Hi,
    I think easiest way is re-create your report , so wizard do things for you.
    Other vise you need create "search bar" region and items manually and edit report where clause.
    You can first set your old report condition to never and create new report with same select.
    When you are sure that new report working ok, you delete old report.
    Br, Jari

Maybe you are looking for

  • Problems with dvd-drive

    Hi. I have a Lite-on cd/dvd-drive, which writes and reads discs. About a week ago i tried to burn a dvd, and noticed that my drive is not detected by Brasero. I tried other programs, and same thing with them (gnomebaker detected my drive, but it did

  • Getting pictures off of a broken iphone

    on my olf iphone 4 the screen is broken, making it not able to use, i need my pictures off of it, i tried using icloud but i did not put my pictures on icloud, and i have a passcode on m old phone, so i cannot back up my iphone to itunes, how can i g

  • CSCtw80338 - Database is not in sync on both nodes alert in RTMT

    We are constantly getting a rtmt alert from UCCX that SyslogSeverityMatchFound events generated. Please see the alert below: At Wed Dec 31 21:02:46 AST 2014 on node 10.120.180.20, the following SyslogSeverityMatchFound events generated: SeverityMatch

  • QT Pro suddenly quits recording video

    So now, when I go to record a new movie in QT pro, it gives me an error, and I'm sure it would be helpful to post a screenshot of the error here, but alas, that's not an option. anyway, "The operation could not be completed. The operation could not b

  • TS2446 I can't activy my IP4 S/N 7S******A4S. Please help me

    I can't activy my IP4 S/N 7S******A4S. Please help me. Thanks! <Edited By Host>