DropdownByKey is not showing values from checktable

Hi,
I have a Dropdown by Key UI element and i have bound it to a context attribute whose type is PROJ-PROFL. The "Determined input help" property of the context attribute is automatically taken as check table TCJ41 (not changeable) but my UI element is not populated with these values and it is empty. When i change the UI element to Input field, the value help is appearing. But i want it to be a dropdown.
Can anyone please suggest?

Hi,
The thing is with DropDowns you cannot just bind them to an element that has a search help and expect the entries to automatically appear.
As mentioned in previous threads in this forum you have to build the DropDown from scratch. Do a quick search and you will find what you are looking for.
Cheers,
Neil.

Similar Messages

  • PLD Report does not show data from Query

    Hello,
    SAP b1 9.0 PL08 on MSSQL 2008 and I get data on the query, but when the PLD prints, it shows nothing. Is there a way to filter the data that the PLD shows? Does PLD have its own SQL script it uses b/c its not showing data from the query.
    Thanks,
    Nick

    Hi Nicholas,
    Please check below links.
    query based print layout design
    Print Layout Designer \Custom Reports
    How to Make a Print Layout (PLD) Report from a SBO Query | SBOnotes.com
    http://www.tegrous.com/wp-content/uploads/2011/07/HowTo_QPrintLs_88.pdf
    Hope this help
    Regards::::
    Atul Chakraborty

  • Join to get 'Note' Column value  from CS_SR_NOTES_V - Ramya

    Hi All,
    what is the join to get the 'NOTE' column value from the CS_SR_NOTES_V while joining to the cs_incidents_all _b table.
    One join is joining with the INCIDENT_ID of CS_INCIDENTS_ALL_B
    to the INCIDENT_ID of the CS_SR_NOTES_V....but the other column 'ID' of
    CS_SR_NOTES_V is to join to which column of CS_INCIDENTS_ALL_B ??????

    APP_OBJ_CODE='SR'
    ID IS JTF_NOTE_ID
    APP_OBJ_ID IS same AS incident_id
    I don't think you need additional join apart from incident_id since view CS_SR_NOTES_V retrieves only SR notes, and an SR can have multiple notes.

  • The monitors of on location CS3 not showing image from Sony FX7

    O.L records OK and plays back but at no time do
    any of the monitors show an image. Was OK in Vista now gone to Windows 7
    Pre Pro CS3 ok on 7 (capture and playback.) Any suggestions please

    Dear Sir, Many many thanks for your very detailed answer everything works just fine. I'm not sure wether I should reply to your answer elsewhere please advise me if this is the case.
    thanks again William sign on name Breezley.
    Date: Mon, 4 Jan 2010 18:44:18 -0700
    From: [email protected]
    To: [email protected]
    Subject: the monitors of on location CS3 not showing image from Sony FX7
    Breezley,
    OnLocation CS3 used Direct Draw to create the video window.  In Vista, you may have noticed that OnLocation CS3 would disable 'Aero' themed desktops as they did not support Direct Draw.  Windows 7 does not have this functionality, so you must disable the Aero theme manually to see the video in OnLocation CS3.
    To do this, right click on open desktop and choose Personalize.
    This will display available Themes.
    Scroll down to the 'Basic and High Contrast Themes'.
    Choose any one of the basic or high contrast themes.
    Restart OnLocation CS3.
    This should bring your video back into view.
    >

  • TS2972 my new computer does not show shared from my old computer. how long does this take??

    My new computer does not show share from my old computer how long does this take?

    I'm having the same problem. I have my main Library on a WXP machine and a new W7 laptop. My iphone 4 sees the library from the W7 machine, but neither the laptop nor the iphone see the big library on the WXP machine. I have configured firewall settings, tried the network wired and wireless, using same apple id on all devices, restarted itunes on all computers, turned sharing off and on on all computers. Nothing works.

  • F4 not showing values for Variable

    Hi Everyone,
    In BEx Web analyzer, the one of variable not showing values after pressing F4 but for the same query if we execute in BEx analyzer it shows the variable values.
    How we can rectify this issue for BEx Web Analyzer?
    Please suggest..
    Thanks
    Kind Regards
    Anukul

    Hi,
    Just check following setting are also done.
    transaction RSA1 -> Query-infoprovider -> "display" -> look for the relevant infoobject -> right-mouse-click -> "provider-specific Properties" -> "Query Exec. FilterVal"
    Set this option to "Master Data" and recheck the behaviour.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20ecb78c-374a-2d10-c6af-f024f19b785d?QuickLink=index&overridelayout=true
    If above doesn't help pl check for sap note.
    Thanks and regards

  • "edit" link from report to form does not show values

    I created a report and an attached form on two different pages. The report is a query combining two tables with outer joins. When I click on the "edit" button on the report, I get forwarded to the form page.
    My problem: When I get forwarded to the forms page, I get an empty form, and not the data from the column as expected. The "edit" button behaves more like the "create" button. Anybody an idea what I could change to be able to edit the column data?
    Thank you.

    I've met the similar problem with previous releases (1.5.0 and 1.5.1) without any objective reason.
    As I suggests, sometimes HTMLDB lost current session state. When this occurs, ALL links from reports to it's forms does not transit primary keys. I've just completed application development and I've met this behaviour every months.
    As a workaround I found folowwjing process:
    Come into administration tab, selet "Report with option to purge current session state". When I purge current session state and re-login to application, all report-form links will start to work.
    I don't know, what is the issue, but I met it so soon on my local HTMLDB environment.

  • Plz. help,table does not show value for one field

    hi all,
    i have a really strange problem , i have a string field in access database that contains the date and time value,this field for some strange reason does not show in my table created through html,
    i tried all combination(arranging the fields) ,renaming it w/o help, it shows the value using out.println(but then why is it not showing me in the table???)
    plz. help ASAP.
    the code is as under
    <HTML>
    <HEAD><TITLE> LOGGED IN ok</TITLE> </HEAD>
    <BODY bgcolor = "yellow">
    <%@ page import = "java.sql.*" %>
         <%! // declaring variables
    String s = "";
    java.sql.ResultSet rs=null,rs1=null,rs2=null;
    java.sql.Connection con;
    java.sql.Statement stmt,stmt1;
    String empId = "",compid ="",calltype ="",probheader="",probdescription ="",probcomment ="",priority ="",a="";
    %>
    Following are the pending complaints ..
         <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 width="100%">
         <TR>
         <TD> ComplainD </TD>
    <TD> ComplainId </TD>     
    <TD> ProbHeader </TD>     
    <!--
    <TD> ProblemDescription </TD>     
    <TD> Problem Comments </TD>     
    -->
    </TR>
         <%
         try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         java.sql.Connection con = java.sql.DriverManager.getConnection("jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};" +"DBQ=c:/vishal/HelpDesk.mdb;DriverID=22;READONLY=false","","");
         //java.sql.Connection con = java.sql.DriverManager.getConnection("jdbc:odbc:Portal");
              java.sql.Statement stmt = con.createStatement(java.sql.ResultSet.TYPE_SCROLL_INSENSITIVE,java.sql.ResultSet.CONCUR_READ_ONLY);
              s = "select * from Complains";
         java.sql.ResultSet rs = stmt.executeQuery(s);               
                        while(rs.next())
                        //getting data from database
                                                           empId = rs.getString("EmpId");                    // out.print(" " + empId);
              compid = rs.getString("ComplainId");
              // out.print(" " + compid);
              calltype = rs.getString("CallType");
              // out.print(" " + calltype);
                        a = rs.getString("Complaindate"); //problem with this field
    out.print(a); // prints value
              %>               
                        <TR>      
                        <TD> <%=compid %> </TD>
                        <TD> <%=calltype %> </TD>     
                        <TD <%=a %> </TD>
                                       </TR>
    <%
                        }//while loop          
         %>
         </TABLE>     
         <%                
         }//try
              catch(Exception ep)
              out.println(ep);
              System.exit(1);
    %>
    </BODY>
    </HTML>
    value in database is as follows :-
    Complaindate
    5/18/2003 1:30:27 PM
    5/18/2003 7:32:43 PM
    5/18/2003 7:34:02 PM
    5/18/2003 7:49:19 PM
    5/18/2003 7:50:27 PM
    5/18/2003 10:49:42 PM
    5/18/2003 10:58:24 PM
    thanking u ,plz ask if any further clarifications

    Hi
    I am seeing nothing wrong with ur code..
    what about "view source" result.....plz check with that...
    whether u r getting all the trs and tds...
    revert back on this Issue..
    Mars Amutha

  • Print preview not showing values correctly. (single words are omitted)

    Hi,
    When viewing print preview of ME23n , it does not shows the values correctly.
    It omitting the single words.
    If its having 2 or more words, it displaying correctly
    For example;
    This is the vendor & its address.  (check attached image img1.jpg)
    ZERANDIB BUSINESS APPLIANCES
    Number-122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO-04
    When displaying the print preview, it shows only some parts of the above address
    Shows only; (check attached image img2.jpg)
    ZERANDIB BUSINESS APPLIANCES
    PO BOX 41,112,REID AVENUE
    These values are getting from a table called LFA1. I have checked that table & in that table all the values exists correctly.
    I have noted issue is with, having only a single word. (If address or name having only a single word, that is without spaces, it will not going to show in the print preview) -
    In the above example, it is not showing Number-122/A and  COLOMBO-04 (Its a single word. No spaces there)
    If its like --> Number - 122/A   &  COLOMBO - 04 ,  then it will display in the print preview correctly (where there are spaces after - mark)
    check img3.jpg
    If its having more than one word, then it will display correctly in the print preview.  As below;
    ZERANDIB BUSINESS APPLIANCES
    Number - 122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO - 04
    Any ideas how to resolve this issue?
    Is there any thing to do with printer settings & configurations / netweaver admin point of view?
    Best Regards.
    Zerandib

    Hi Zerandib,
    By the way , since its a standard program, i think that code is out of our scope.
    Me23N is a standard tcode but cusomters create Z-Program for printing by making a copy of standard.
    You may please check upon the same.
    Is it possible to check the results on a system where patch has not been applied ?
    Regards,
    Deepak Kori

  • DB02 is not showing values

    hi
    recently we upgraded from 4.6c to ECC6.0, DB02 is showing values as below
    DB Name       PP8        Started       13.04.2008
    DB Server     p690db                   00:37:55
    DB Release    10.2.0.2.0
          Name         DEFAULT                               Filling degree:
    DB system:        ORA
    Size:                     0.00 GB                       Total size:                   0.00 GB
    Free Size:                0.00 GB                       Total free size:              0.00 GB
    Used:                        0 %                        Total used:                      0 %
          Total number               0
    Maximum size:                0.00 MB  ()
    Maximum # segments:             0     ()
          Total number               0
    Maximum size:                0.00 MB  ()
    Minimum free space:          0.00 MB  ()
                               Tables              Indexes               Others                Total
    please suggest me how to get values

    Hi,
    Refer to note 731831- Transaction DB02 always shows 0 as the number of tables.
    Regards,
    Maheswaran

  • RTP's are not showing up from the forms

    Case1:
    ========
    I have a business rule which has seven RTP's. I have unchecked the Hidden Value for the BR in the Calculation Mgr.
    I have included this rule in a Menu and executing it from the form.
    Here it is not showing the pop -up for the RTP's but straight away taking the default values of the form combination and executing properly.
    But I need the RTP to change the combination.
    Case 2:
    ========
    The Same Business rule is working fine when we do a launch form (Menu--> Tools---> Business Rules--> Launch). the RTPs are coming.
    Case 3:
    ========
    I also tried testing the RTPs by including it at "Run On Save", it is showing the RTP prompts properly.
    But I need the Case 1 working
    Please advise me, where I am missing for Case1.
    Regards
    Mahesh

    Hi,
    In the menu definition, for the business rule item, there will be a drop list called "Required Parameters". Modify the value there depending on what parameters you want to obtain from the form.
    Thanks,
    JM

  • Mrp per unit filed in excise invoice not showing value

    Hi,
    in excise invoice print  mrp per unit value not showing, to find solution what process i need to follow
    please find attachment for screen shot.
    regards,
    sivakoti.

    Hi all
    i got solution from my issue , as above given MRP per unit value picking from MRP per case value,
    here if MRP per unit value is more than 3 digits(ex: 1000 rs/-) then value not appearing in excise invoice ,for this my ABAP r has done program variant changes for numeric length increased for MRP per unit field
    thank you to   G Lakshmipathi and Ashok Kumar Telugu for spending your valuable time on this issue .

  • 2D stacked column does not show values

    Hi Friends,
    I am new to Apex. I have a 2D column chart with two columns for every data point. The display value check box is checked and I can see the values on the chart. But now when i to make it a stacked 2 D column, the Show Values checkbox field gets disabled and the values does not appear on the stacked 2D column chart. I tried the same with 3S stacked column chart and even there the show values gets disabled.
    Is there any way i can display the values on the chart for a stacked column? I can see the values when i hover on it in case of Stacked column chart but I need to display the values on the chart.
    Kindly let me know how i can do this in Apex?

    Hi Pradeep,
    In earlier releases of Application Express, the supported version of AnyChart Flash charts did not fully support the display of values for Stacked charts. Therefore, the "Show Values" checkbox would be disabled on the Chart Attributes page. Since our 4.0 release, with the integration of AnyChart 5 charts, the option to display values on stacked charts is exposed via the Chart Attributes page. To take advantage of this option, along with many other charting improvements introduced with our 4.0 release, I would recommend that you upgrade to the latest version of Application Express.
    Alternatively, you could switch your existing chart to use custom XML, and change the following line of code in the chart XML from:
    <names show="no"/> to <names show="yes"/>For further information on customising your chart XML, please refer to the AnyChart 3 documentation: http://3.anychart.com/products/docs/anychart/index.htm.
    Regards,
    Hilary

  • In migrated IP form People picker not showing value

    i have a MOSS 2007 IP form migrated to SP 2013. I need to add a people picker control instead of dropdown. The newly added picker picker is showing up on the form but its value is not showing.
    It shows up when i change the value in existing people picker control(since IP form submits to locate the new user). so basically people picker is not able to resolve the person entry in first go.
    What can be done to show the value without change in the infopath xml structure( cant even migrate it to 2013 IP)

    Hi,
    For your issue, you can migrate InfoPath 2007 form to InfoPath 2013 form as the steps of following blog and then you can add new people picker control.
    http://www.dotnetfunda.com/articles/show/2829/migrating-infopath-2007-form-to-2013-forms
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Markers not showing up from emailed project file.

    I couldn't find an asswer to this but for some reason the clip markers that someone painstakingly put in a Premiere project are now not showing up on my end so i can continue working on the project.
    The project file was uploaded to Creative Cloud and i then downloaded it.
    I have a notion as to why this is, but I'm hoping someone can confirm this and possibly offer a solution to help us out.
    I'm working with .mts files as I shoot onto AVCHD.  So, with those .mts files are corresponding .xmp files in the same folder.  My theory is that the markers get written into the .xmp file and not into the project file somehow.  But interestingly, the markers that were put onto sequences and multi-cam interviews remained.
    Im hoping that if I replace the .xmp files they will show up again.  Can anyone offer some advice here?
    Thanks!

    As noted, Premiere's new Export Markers feature works with only one source at a time. When the Timeline has focus, that could either be the sequence's markers (if no track items are selected) or the markers from a single track item (if only one is selected).
    Unless Jim knows some trick that I'm unaware of, there's no way in PPRO to export the markers from all the constituent clips in one go.
    If you'd like the ability to export markers from multiple project items, please submit a feature request. The more, the merrier.
    The good news is that if you have PPRO CC, you also have Prelude CC, and as noted that app supports exporting markers from multiple selected assets. It gives you the option of writing a separate file for each asset or collecting them all in one file.
    CaptainPincone: would you elaborate on what you mean when you say
    "the in and out points did not match the markers in and out points" -- when you export markers with a clip is selected in the sequence, the timecodes in the marker export file correspond to the markers' timecodes in the master clip, not in the sequence. (If you want the option of having the sequence timecodes used in this scenario, that would be another feature request.)
    "there was no information such as the marker's "Title", or "Comments"? I was the tester on this feature and know of no bugs where any marker's content is not written to the marker export file.

Maybe you are looking for