Item Finder Source Code

I am looking to create a page with the same functionality as the 'Item Finder" with in the HTMLDB design tool. It is used on pages like region definitions or any where you need to search for existing items with in your application like on page branching where you can set the item and the value. Does any one have the source code for that page or an example of how to search all of the objects with in the application?

<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com">
<head>
<script src="/i/javascript/htmldb_html_elements.js" type="text/javascript"></script>
<script src="/i/javascript/htmldb_get.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
/*Global JS Variables*/
var htmldb_Img_Dir = "/i/";
//-->
</script>
<link rel="stylesheet" href="/i/css/core.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="/i/css/htmldb_V2.css" type="text/css" />
<title>Item Finder</title>
</head>
<body style="margin:5px;">
<form action="wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm" >
<input type="hidden" name="p_flow_id" value="4000" id="pFlowId" />
<input type="hidden" name="p_flow_step_id" value="273" id="pFlowStepId" />
<input type="hidden" name="p_instance" value="17091739936304412237" id="pInstance" />
<input type="hidden" name="p_page_submission_id" value="62324" id="pPageSubmissionId" />
<input type="hidden" name="p_request" value="" id="pRequest" /><a name="PAGETOP"></a>
<div id="htmldbMessageHolder"></div>
<div><table summary="" ><tr>
<td nowrap="nowrap" align="right"><label for="F4000_P273_SEARCH"><a class="htmldbGALabel" href="javascript:popupFieldHelp('17538524240255101','17091739936304412237','Close')" tabindex="999">Search</a></label></td>
<td colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="17538524240255101" />
<INPUT TYPE="text" NAME="p_t01" SIZE="15" MAXLENGTH="2000" id="F4000_P273_SEARCH" ></td>
<td nowrap="nowrap" align="right"><label for="F4000_P273_PAGE"><a class="htmldbGALabel" href="javascript:popupFieldHelp('17561408257292898','17091739936304412237','Close')" tabindex="999">Page</a></label></td>
<td nowrap="nowrap" colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="17561408257292898" />
<noscript>
JavaScript not supported
</noscript>
<script language="JavaScript1.1" type="text/javascript">
<!-- Comment out script for old browsers
function filter_escape(in_value) {
out_value = in_value;
out_value = out_value.replace( /%/g, '%25');
out_value = out_value.replace( /\?/g, '%3F');
out_value = out_value.replace( /&/g, '%26');
out_value = out_value.replace( / /g, '%20');
out_value = out_value.replace( /;/g, '%3B');
out_value = out_value.replace( /\//g, '%2F');
out_value = out_value.replace( /:/g, '%3A');
out_value = out_value.replace( /@/g, '%40');
out_value = out_value.replace( /=/g, '%3D');
out_value = out_value.replace( /\+/g, '%2B');
out_value = out_value.replace( /\$/g, '%24');
out_value = out_value.replace( /,/g, '%2C');
out_value = out_value.replace( /#/g, '%23');
return out_value;
function genList0_p_t02_2()
w = open("wwv_flow_utilities.gen_popup_list" +
"?p_filter=" +
"&p_name=" + escape('p_t02') +
"&p_element_index=" + escape('2') +
"&p_form_index=" + escape('0') +
"&p_max_elements=" + escape('') +
"&p_escape_html=" + escape('') +
"&p_ok_to_query=" + escape('YES') +
"&p_flow_id=" + escape('4000') +
"&p_page_id=" + escape('273') +
"&p_session_id=" + escape('17091739936304412237') +
"&p_eval_value=" + escape('') +
"&p_translation=" + escape('N') +
"&p_lov=" + filter_escape('select id||\' \'||name n, id from wwv_flow_steps where flow_id = :FB_FLOW_ID and security_group_id = :flow_security_group_id order by 2') +
"&p_lov_checksum=361EF0E5FBE4F62F2941F94F08F82C22",
"winLovList",
"Scrollbars=1,resizable=1,width=400,height=500");
if (w.opener == null)
w.opener = self;
w.focus();
}//-->
</script>
<INPUT TYPE="text" NAME="p_t02" SIZE="8" MAXLENGTH="2000" VALUE="800" id="F4000_P273_PAGE" ><IMG SRC="/i/htmldb/icons/view_small.gif" width="18" height="18" alt="List" border="0" align="bottom"></td>
<td nowrap="nowrap" align="right"><label for="F4000_P273_MAX_ROWS"><a class="htmldbGALabel" href="javascript:popupFieldHelp('17569726576299523','17091739936304412237','Close')" tabindex="999">Display</a></label></td>
<td colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="17569726576299523" />
<select name="p_t03" size="1" id="F4000_P273_MAX_ROWS" >
<option value="5">5</option>
<option value="10">10</option>
<option value="15">15</option>
<option value="20">20</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="75">75</option>
<option value="100">100</option>
<option selected="selected" value="500">500</option>
<option value="1000">1000</option>
<option value="5000">5000</option>
</select></td>
<td nowrap="nowrap" align="left"></td>
<td colspan="1" rowspan="1" align="left"><input type="button" onclick="javascript:doSubmit('GO');" value="Go" class="htmldbButton" /></td>
</tr>
</table>
<span class="nodatafound"><span></div>
<div style="text-align:middle;"></div>
<input type="hidden" name="p_md5_checksum" value="" /></form>
<script language="JavaScript1.1" type="text/javascript">
first_field('F4000_P273_SEARCH');
</script>
</body>
</html>

Similar Messages

  • Finding Source Codes where a Particular Message Is Used??

    Hi All,
    Is there a good way to find out the Programs, FM, BAPIs, etc where a particular message number is used?
    I am trying to find source codes where the mesage TD 463 is used. I am getting this error by RSNAST00 program. It is used somewhere either in an include or some FM or BAPI called within those includes included in RSNAST00.
    I have tried to search for it in RSNAST00 but couldn't find it.
    Any idea how I can find the places where this message is used globally or at least in RSNAST00 and it's sub sources.
    Any suggestions will be greatly appreciated.
    Thanks

    hi,
      Goto SE91, give ur message class <b>TD</b> and your message no <b>463</b>, click on Display button. Place the cursor on the message no 463 and click on Where used list (CTRLSHIFTF3). A popup opens and click ok.
      This gives the list of programs, transactions in which message no is used.
      In that list, check for your program RSNAST00. Click display button.
    Regards,
    Sailaja.

  • Ask again:  Where can I find source code for CPRM algorithm?

    Hi, everyone.
    Where can I find reference implementation or some sample codes for CPRM(content protection for recordable media) algorithm? Can anyone help?
    Information about CPRM can be find here,
    http://www.4centity.com/
    JAVA version is preferred and C/C++ implementation is also OK.
    Thanks in advance,
    Geo

    Thanks, edsonw buddy!
    I only found C2 cipher source code and some other documents dealing with CPRM algorithm. And what I want is total CPRM implementation reference source code (C2 is only a basic module of CPRM algorithm).
    So can you provide me some useful information dealing with how to get total CPRM implementation reference source code? Both JAVA and C/C++ will be OK.
    Have a wonderful weekend,
    George

  • Cannot find source code for Employee Benefit application

    Hello,
    I am trying to find the Employee Benefit Sample Application which used to be provided by Oracle at http://otn.oracle.com/sample_code/products/ias/content.html. Unfortunately I couldn’t find the source code anywhere, neither by searching through oracle sites, nor through the internet.
    Could someone please help me get it, since I just started working on applications based on this model and it is really important for me to have a complete example that works.
    Thanks in advance,
    Stefanos

    Hello,
    This sample application used to work on older versions which is no longer supported. This is the reason, it has been removed.
    Thanks.

  • Could not find source code for Storefront application of CRS in ATG 10.0.1

    Hi All,
    I am trying to find the source code of Storefront application of CRS in ATG 10.0.1. This is needed to try all the multi-site features in the default website first before doing the same on our application. I want to create a similar setup like MotorpriseJSP application on ATG 10.0.1.
    Let me know if there are any options to get the source code for storefront app.
    Thanks,
    Kishore Kumar.

    Hi
    You can find the source code for the CRS applicaiton under
    ATG10.0.1\CommerceReferenceStore\Store\EStore\src
    Thanks
    GS

  • Finding source codes and page rankings

    I have just got the new upgraded Firefox, and I would like to know how to find two things in this browser:
    (1) the source codes for any site I visit, and
    (2) the page rankings for any site I visit,
    Or aren't these available on Firefox?
    Roger

    @pkgrace, what happens when you try to view source -- no window, blank window??
    It's possible to change the source viewer in preferences, so if you have been running Firefox for a while, it might be worth checking that.
    (1) Type or paste '''about:config''' in the address bar and press Enter (click the button promising to be careful, and please do be careful!)
    (2) In the filter box, type or paste '''view_''' and pause until the preferences are filtered
    (3) If '''view_source.editor.external''' appears bold (set to true), double-click it to reset it to false. You're done, you can close about:config now.
    If that isn't it, perhaps it's related to an add-on?? Please start a new question and use the feature to include a list of add-ons and customized settings with your question.

  • XCode wont find source code during debug

    My XCode project (an exernal target initially generated using GNU autotools, and imported into XCode) won't find the source code during debug.
    I'm sure this is a project setup issue, but i can't seem to figure out which setting i need to change.
    Any help is appreciated.
    Thanks

    Hi,
    make sure Debug symbols are generated! If you for example choose to debug while the project is set to "Release" mode (Project->Set Active Build Configuration), you will not get your code displayed and instead have to use the asm output of the debugger.
    If set to "Debug", XCode switches all necessary gcc... parameters for debugging.
    Volker

  • Why does debugger not find source code when compiler output has been directed to the root directory, but the source is in a sub-directory, using Forte for JAVA community edition V3.0

    I have configured Forte to put compiler output, i.e. my classes, in the root directory of the project. I now find that the debugger does not find the source code when it is in a sub-directory. However, if I temporarily copy a classes' source code to the root directory the debugger will display it.
    To direct compiler output to the root directory I selected Project >Settings>Compiler types, then External Compiler ( which is the default compiler in my case ) and set Target to be the root project directory. This is the only directory it will allow.

    This Forum is for Forte 4GL or UDS as its called today. I am not sure if anybody is going to be able to answer your question here. Sorry.
    ka

  • Where to find source code for PDK

    for example, source code for AbstractPortalComponent.

    Hi Han,
    To get the source code of the PDK, first download the pdk either from SDN or portal from java developer> PDK download>jar files  and save netweaverlib.zip.
    Unzip it and you will find more jar file.
    Now if you rename the .jar file to .zip and open you will find .class file. Use a decomplier to get the java classes. For abstract portal component rename and unzip prtapi.jar.
    PS: If helpful award points
    --Deepak

  • Where can I find source code for CPRM algorithm?

    Hi, everyone.
    Where can I find reference implementation or some sample codes for CPRM(content protection for recordable media) algorithm? Can anyone help?
    Information about CPRM can be find here,
    http://www.4centity.com/
    Thanks in advance,
    Geo

    Thanks, edsonw buddy!
    I really take rather a lot of time to search reference implementation in this site but failed to find it out. Can you give me the precise link from which I can download reference implementation and sample vectors?
    Best regards,
    George

  • Trying to view source code

    Cannot view my source code. I go to view --> page source is not there? I'm only getting toolbars, sidebar, zoom, page style, character encoding, full screen. Is there another way to find source code? Why is page source not coming up? Any help would be appreciate! Thnx!

    The Page Source menu item was moved to 'Tools' -> 'Web Developer' -> 'Page Source'.
    You can also access it by right-clicking on a page ('View Page Source'), or with the keyboard shortcut '''Ctrl+U'''.

  • How to find the code which processes idocs

    I am looking for a descriptive short document which would ideally give me comlete picture in IDOC processing, transactions used etc.
    E.g
    My XI sends idocs to an RFC port of an ERP system. All I know is message type FIDCC2(found it in message mapping and under a partner profile ias imput parameter in transaction we20 for a partner profile with rfc destination of its own rfc destination i.e. PR1CLNT001)
    . However in this example I do not find source code which process then this idoc(probably as it is original idoc)?
    How to find the code

    Jan
    You can check the documentation and source code of two reports
    RBDAPP01 & RESOUT00   ( https://service.sap.com/sap/support/notes/1333417)
    https://service.sap.com/sap/support/notes/527481
    Few more IDoc related tcode, we05,bd87 etc...
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0087780d-81b0-2a10-eb82-86e1062f1a2d?overridelayout=true
    Edited by: Anindya Bose on Aug 6, 2009 7:34 PM

  • Loocking for source code for waves

    Anybody know where I can find source code for a Wave applet!, those how makes water waves/ripples when you move your mouse over it???????????

    there are some funny surfing games available in the web:
    http://www.wavescape.co.za/bot_bar/games/games.html

  • Java Library classes source code

    Hi all,
    Does anyone know where I could find source codes for java library classes. The ones that i am especially interested in finding are the inputStream, inputStreamReader, and BuferedReader classes.
    Thanks and regards,
    Green

    Does anyone know where I could find source codes for
    java library classes. The ones that i am especially
    interested in finding are the inputStream,
    inputStreamReader, and BuferedReader classes.http://java.sun.com/j2se/downloads/index.html

  • Java source code

    Hello Java Masters,
    I am new to Java and I have this question about a java code that is written in my work environment.
    I am trying to find source code as we may need to change them. However, I am not sure which is the source code.
    I can see this kind of path/folder structure and believe it is somewhere there.- folders such as bin, lib, and files such as .class, .jar, .java.
    Any help would be great.

    I am new to Java and I have this question about a java code that is written in my work environment.
    I am trying to find source code as we may need to change them. However, I am not sure which is the source code.
    I can see this kind of path/folder structure and believe it is somewhere there.- folders such as bin, lib, and files such as .class, .jar, .java.
    Your boss should find someone that already knows Java to do this work. They can easily hire a consultant for a couple of hours to make a copy of these folders, document what you have and identify what may be missing.
    There are likely other files, in other places, that are needed. These files might include configuration files, third-party jar files or applications, utilities such an Ant, etc.
    In addition there are likely to be configuration changes that have been made to the machine. Such changes include environment variables (PATH, CLASSPATH, etc) and, on windows, registry changes.
    The very first thing ANYONE should do before even beginning is to make a backup copy of EVERYTHING in those folders, put that backup in a safe place and make sure the backup copy is actually readable and not corrupt.
    NEVER change anything in those folders without first taking a backup.
    That is why it is so important that an analysis of the entire machine be performed to identify ALL files and changes related to that code BEFORE anything is done that might change things.
    There are too many other things like the above that someone 'new to Java' might not consider or know to look for. Even your statement that 'we may need to change them' raises a red flag.
    The first priority would be to make sure you can actually rebuild, from scratch what you already think you have. It is entirely possible that whatever you have in those folders doesn't even match the code that you are actually now using. Whoever wrote the code could have made changes AFTER you started using it and those changes may be wrong, incomplete, untested and undocumented.
    If you are currently using that Java application you need to backup the code you are using and then confirm that the code you build from those source files actually MATCHES what you are using. If it doesn't you may have a BIG problem.
    That is why I suggest you get expert help if that code represents any important application. An inexperienced person can very easily destroy important information without even realizing it. And without first taking a backup that info will be gone forever.

Maybe you are looking for