Help required URGENTLY regarding 9iASWE - logged in Username

Hi,
I have installed Oracle 9iASWE. I have been able to create services and access it through ptg/rm.
One of my service needs to access the username through which the user has logged in. I have tried creating the bind variable :_User as a input parameter in my service. But i have not been able to get the user name . Can anybody tell me how do i exactly get the user name.
Please reply if more details are required to get the solution.
Please reply ASAP.
email: [email protected]
regards.

Hi,
Thanks for the reply. But we are not using URL Adapter.
We are using a SQL Adapter and calling a stored procedure from it.
We are using the :_User variable to get the username, but cannot figure out a way to pass it from the SQL Adapter to the procedure.
Please help.
regards
Kamlesh

Similar Messages

  • Help required urgent regarding patch 3830807

    hi all,
    I have been following this forum very seriously and found out the solution to the problem I posted I need patch number 3830807 to solve my problem... I will greatly appreciate if anyone can provide me with this patch..
    my email is : [email protected]
    thanking you very much in advance..........
    with regards
    jayanth

    what is the platform i srearch for it but couldnot find any are you sure of its number.
    fadi

  • Urgent help required: Query regarding LC Variables

    Hi All
    Sometime earlier I was working on a performance issue raised by a customer. It was shell script that was taking almost 8-9 hrs to complete. During my research I came across a fact that there were some variables which were not set, the LC variables were impacting the sort funnel operations because of which the script was taking a long time to execute.
    I asked them to export the following commands, after which the program went on smoothly and finished in a couple of mins:
    export LC_COLLATE=en_US.ISO8859-1
    export LC_MESSAGES=C
    export LC_MONETARY=en_US.ISO8859-1
    export LC_MONETARY=en_US.ISO8859-1
    export HZ=100
    export LC_CTYPE=en_US.ISO8859-1
    export LANG=en_US.UTF-8
    Later I did recover that setting the LC_COLLATE to C, is not helping and the program was again taking a lot of time. Few questions that I want to ask are:
    1. Can someone please tell me, what each of these variable mean and how these values make a difference.
    2. When I exported LC_COLLATE=en_US.ISO8859-1, it worked fine, but when i tried with the defalut value LC_COLLATE=C, then why the program didnt work.
    As this issue is still going on, hence I would request All to provide their valuable inputs and let me know as much as possible.
    Appreciate your help in this regard.
    Thanks
    Amit
    Hi All
    A new development in this regard. The customer has send us a screen shot in which they were trying to export the locale variable using the commands which I have pasted above. I can see in the screen shot that while exporting LC_COLLATE and LC_TYPE, they get a message that ""ksh: export: couldn't set locale correctly"".
    Request everyone to please give their inputs as it's a bit urgent.
    Thanks for all the help in advance.
    Thanks
    Amit
    Some help required please...
    Edited by: amitsinhaengg on Jul 22, 2009 2:03 AM
    Edited by: amitsinhaengg on Jul 22, 2009 2:06 AM

    LC_CTYPE
    Controls the behavior of character handling functions.
    LC_TIME
    Specifies date and time formats, including month names, days of the week, and common full and abbreviated representations.
    LC_MONETARY
    Specifies monetary formats, including the currency symbol for the locale, thousands separator, sign position, the number of fractional digits, and so forth.
    LC_NUMERIC
    Specifies the decimal delimiter (or radix character), the thousands separator, and the grouping.
    LC_COLLATE
    Specifies a collation order and regular expression definition for the locale.
    LC_MESSAGES
    Specifies the language in which the localized messages are written, and affirmative and negative responses of the locale (yes and no strings and expressions).
    You can use command
    # locale -k LC_CTYPE
    to see more detail about each type.

  • Help required  urgently please help

    i am facing problem on oracle 9i platform the problem is
    ORA-00379: no free buffers available in buffer pool DEFAULT for block size 16K
    WHILE I AM EXECUTING THIS SQL COMMAND
    SELECT * FROM PR_RMRDDATA_M
    PR_RMRDDATA_M IS ONE OF MY VERY BIG TABLE

    BPeasland wrote:
    I guess a response after 4.5 months means the help was not required urgently. ;)
    Cheers,
    BrianGlance at the timestamps again...
    It wasn't 4.5 months. It was a year and 4.5 months.
    <insert smiley emoticon here>
    Additionally, the original poster abandoned the thread after they stopped shouting at everyone.
    Their username profile shows they almost never return to mark anything "resolved".
    This thread is now locked to prevent more "me too" resurrection posts.

  • Help required urgently in formulating a sql query

    I need to formulate a query the detials of which are as follows
    I have a table with columns
    cid,st_dt,end_dt,yob,status
    the data could be like
    1,25-dec-99,31-dec-99,1964,null
    1,01-jan-00,null,1963,null
    1,27-dec-99,31-jan-00,null,a
    1,04-feb-00,null,null,b
    In a row in this table either yob or status
    is null there can't be values for both in a single row.
    Now i need an output for the above like
    1,25-dec-99,27-dec-99,1964,null
    1,28-dec-99,31-dec-99,1964,a
    1,01-jan-00,31-jan-00,1963,a
    1,01-feb-00,03-feb-00,1963,null
    1,04-feb-00,null,1963,b
    here as in the base table the end dt for
    any row is null then it would have all the
    attributes from that start dt onwards.
    Can anybody help me out please. I need one sql script to get this output.
    Thanks in advance.
    null

    Hey,
    Here I have assumed that the table3 has a column named effdt and if it is then,
    Select t1.deptid,t2.report2dept,t2.parent_org
    from table1 t1, table2 t2 , table3 t3
    where t1.deptid = t2.deptid
    and t2.deptid = t3.deptid
    and t3.effdt = (select max(effdt) from table3 where employeeid = t3.employeeid group by employeeid);
    This may help you.
    Regards,
    Nilesh Goswami.

  • Java Mail,SMTP server not starting,help required urgently

    Hi i have been working on java mail .Yesterday it was working ok but today suddenely i am getting this thing.its not starting the smtp server i guess,just exiting and get the command prompt ..dont know what to do.help required how to go about this error
    am pasting the debug information.please check and let me know
    the compilation ,smtp server and others are all valid
    thanks
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Pavan>cd C:\Program Files\Java\jdk1.5.0_07\bin
    C:\Program Files\Java\jdk1.5.0_07\bin>javac jdbcExample3.java
    C:\Program Files\Java\jdk1.5.0_07\bin>java jdbcExample3 smtpserver address
    DEBUG: JavaMail version 1.4ea
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.5.0_07\jre\lib\
    javamail.providers (The system cannot find the file specified)
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax
    .mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsyste
    ms, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com
    .sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLSt
    ore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsyst
    ems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.su
    n.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=jav
    ax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc],
    com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP
    3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.
    sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STOR
    E,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Prov
    ider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc],
    pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems
    , Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun
    Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.S
    MTPTransport,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.5.0_07\jre\lib\
    javamail.address.map (The system cannot find the file specified)
    C:\Program Files\Java\jdk1.5.0_07\bin>

    The debug output doesn't show an obvious problem. You're
    going to have to actually debug your program. A debugger
    might be helpful.

  • URGENT HELP REQUIRED AS REGARDS THIS BILLING FIASC...

    Dont know wether aloud to post this here but  Have also posted Directly to KerryG
    but if anyone else can help most appeciated
    Dear KerryG please forgive me contacting you in this manner but I am desperate
    today saturday the 20th feb I recived my Bt bill (TOTAL SHOCK )
    both my husband & myself Tried desperatly to contact Bt customer services only to be put through to Indian call centers 7 times
    sorry I am not a rascist but for one thing they sometimes have real difficulty in understanding us no matter how well they get trained
    to deal with quearys from a english Number
    any how to cut it short
    my husband lost his temper  and was rather heated after much gnashing of teeth he finaly gave up and canceled our direct debit due to be taken 23rd of this month hence the URGENCY of this mail
    the reason
    Last november I contacted Bt I spoke to a lovley lady in scotland called Rose and explained
    that due to major finacial difficultys we had aproached the CAB (citizans advice center )to be put on a debt management program
    they worked out how much we could afford to pay certain companys Including Bt
    and even though our Bill was £76.50 Direct debit each month we with help increased it to £80.00 a month now
    today without any prior Notice Bt want to Increase our Direct Debit to £135.00 per month starting from on or just after the 23 march
    sorry but we just cant afford it
    and we really dont understand why the bill has suddenly Increase so much by £55 ,00
    we dont want special things on our bill
    everytime we take somthing of BT seem to put somthing on eventualy got through to a person In england
    who told me a caroline lawson a manager at the tyneside bt offices would call me back within the hour
    this was at 12pm midday and no one has called its now14.31 so much for customer reations
    but it needs sorting my phone number is   .....I have removed this bit for this post   
    please can you either get someone from english call center to call asap or do I actualy have to resort to contacting Ian Livingstone via mail
    thankyou for your time
    hope to hear from you
    soon
    regards
    Jayne Llewin

    Hi Ladywriter,
    It was good speaking to you today. I am glad to hear that this has been sorted for you. If you need anything else, please feel free to email [email protected]
    Cheers
    Paddy
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • GroupWise Help Required || Urgent

    hi Experts,
    please help me on below queries -
    (A) Create Contacts in Global Address book in Novell GroupWise server manually. i have exchange servers in my Organization and i want to view my exchange mailboxes in GroupWise Address book so that my users can directly send mails to exchange users via Address lists.(external contacts in exchange are known as mail contacts/contacts. also i dont want to use any third party tool for Dirsync/migration purpose).
    (B) Set Forwarder on GroupWise Mailbox so that new incoming mail will be deliver to remote domain recipient (exchange mailbox) with or without delivering to GroupWise Mailbox locally). i don't want to configure client rules to achieve this goal. i need this to be done via central administration tool for GroupWise servers.
    (C) if we create External Contact with different Email Domain Name (i.e. @XYZ.Com, which is my exchange SMTP Domain) and we have Primary Domain as @ABC.Com (this is my GroupWise SMTP Domain), in this condition can we assign additional email address to external User. so that my external user will have both GroupWise SMTP Email Address and Exchange SMTP Address. in this case new mails to my GroupWise ID should be delivered to my exchange Mailbox because i don't want to keep mailbox in Groupwise
    it is really urgent and any information or step by step docs or Urls are really appreciated.
    i have gone through the non-groupwise domain creation document but not sure what server and domain name entries i have to put during configuration for Non-Groupwise domain and external users. also what would be GIWA configuration. please provide me the SOPs if any one has already done this in past.
    regards,
    Aanand Karki

    AanandKarki wrote:
    >
    > hi Experts,
    >
    > please help me on below queries -
    >
    > (A) Create Contacts in Global Address book in Novell GroupWise server
    > manually. i have exchange servers in my Organization and i want to
    > view my exchange mailboxes in GroupWise Address book so that my users
    > can directly send mails to exchange users via Address lists.(external
    > contacts in exchange are known as mail contacts/contacts. also i dont
    > want to use any third party tool for Dirsync/migration purpose).
    >
    > (B) Set Forwarder on GroupWise Mailbox so that new incoming mail will
    > be deliver to remote domain recipient (exchange mailbox) with or
    > without delivering to GroupWise Mailbox locally). i don't want to
    > configure client rules to achieve this goal. i need this to be done
    > via central administration tool for GroupWise servers.
    >
    > (C) if we create External Contact with different Email Domain Name
    > (i.e. @XYZ.Com, which is my exchange SMTP Domain) and we have Primary
    > Domain as @ABC.Com (this is my GroupWise SMTP Domain), in this
    > condition can we assign additional email address to external User. so
    > that my external user will have both GroupWise SMTP Email Address and
    > Exchange SMTP Address. in this case new mails to my GroupWise ID
    > should be delivered to my exchange Mailbox because i don't want to
    > keep mailbox in Groupwise
    >
    > it is really urgent and any information or step by step docs or Urls
    > are really appreciated.
    This is all handled by our new GroupWise/Exchange coexistence solution.
    There's no need to create anything manually on either side. With
    coexistence configured, users on both sides automatically sync as
    contacts on the other side, plus you also get free/busy searching.
    Here's the documention on coexistence.
    http://www.novell.com/documentation/.../bookinfo.html
    Please note this also requires some additional licensing. Please
    contact your friendly Novell sales rep or partner for more assistance.
    Your world is on the move. http://www.novell.com/mobility/
    We know what your world looks like. http://www.novell.com/yourworld/

  • J2ME Help required (URGENT !!!)

    Hello everyone,
    Well I'm a newbie to this J2ME thing, I am working on a project right now which requires me to develop an application for my mobile phone Sony Ericsson W810i. This application accesses the on board camera and take images after every 1 sec and keep on saving the last 2 images in 2 different files or buffers. Once the images are obtained, Sobel Filter (Image processing) is applied on it for edge detection. Can anyone please help me with this all, I am really desperate and time is running out.
    At the moment, I found this code on Sony Ericsson Developer forums which works perfectly fine with my W810i, the link to the code is as follows,
    http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_java_0403.jsp
    Well this takes one image and shows it on the canvas, however I am still trying to figure out a way to remove the question it asks whenever i press the button SNAPSHOT, it asks "Do u want to allow the application to access Camera?", is there a way to remove this as well. Please let me know.
    Last thing, the getSnapshot is used as vc.getSnapshot(null), i read and changed it to vc.getSnapshot("encoding=jpeg");
    This works fine with my mobile as well, but now i cant find any help on how to apply image processing on this encoded jpeg !!! Well please reply, as much as u know, u dun have to answer all the questions, any information regarding this is helpful, I'll be extremely grateful !!!
    Thanks a lot,
    Regards,
    Mubin Khan

    Hi mobeenkhan
    You know, people are helping out voluntarily here. So it always helps to ask nicely. :-)
    This is what you need to know (not really, since you probably won't use it)
    A signed MIDlet may request higher access rights for specific actions by asking for them in the MIDlet-Permissions attribute of the MIDlet&#8217;s application descriptor.
    The permission name for audio / video recording is:
    javax.microedition.media.control.RecordControl
    The permission name for camera snapshot is:
    javax.microedition.media.control.VideoControl.getSnapshot
    Try a Google search for "jad permissions midlet media camera".
    And check whether, in your SE W810i, you can set the pernission for camera ( it may be called media access etc.) to 'Ask once per application' or something like that. This will be set from the File Manager (or Application manager, I haven't handled the W810i, only SE I've dealt with is the k700i), not when the app is running.
    If your application isn't digitally signed, you probably won't be able to select a setting like 'Never Ask' -- and a digital signature can be fairly expensive, not something you might want to go for unless you're going to earn something out of marketing your products.
    Be nice to everybody :-)
    Darryl

  • Purchase Requisition Release Strategy ---- help required urgently.

    Hello all,
    I have one severe problem in PR release strategy. Whenever we create a PR the Release is triggering but the name of the processer who will release this PR is not triggering. I have done the PO13, where the HR positions are maintained as per the release levels and PA30 where the SAP user ids of these processers is given. But still the processor name is not triggering. Is there any other transaction where we have to maintain certain data?? Kindly help me as this is an urgent issue.
    I will be very glad and give points to all of u.
    Thanks and Regards,
    Umakanth.

    hi,
    Check your release codes and its assignments in the release strategy..
    Also do check whether the PR is liable to trigger for the given characteristics as compared to your PR which you are making...
    Regards
    Priyanka.P

  • GroupWise 8.0.3 Help Required || Urgent

    hi Experts,
    please help me on below queries -
    (A) Create Contacts in Global Address book in Novell GroupWise server manually. i have exchange servers in my Organization and i want to view my exchange mailboxes in GroupWise Address book so that my users can directly send mails to exchange users via Address lists.(external contacts in exchange are known as mail contacts/contacts. also i dont want to use any third party tool for Dirsync/migration purpose).
    (B) Set Forwarder on GroupWise Mailbox so that new incoming mail will be deliver to remote domain recipient (exchange mailbox) with or without delivering to GroupWise Mailbox locally). i don't want to configure client rules to achieve this goal. i need this to be done via central administration tool for GroupWise servers.
    (C) if we create External Contact with different Email Domain Name (i.e. @XYZ.Com, which is my exchange SMTP Domain) and we have Primary Domain as @ABC.Com (this is my GroupWise SMTP Domain), in this condition can we assign additional email address to external User. so that my external user will have both GroupWise SMTP Email Address and Exchange SMTP Address. in this case new mails to my GroupWise ID should be delivered to my exchange Mailbox because i don't want to keep mailbox in Groupwise
    it is really urgent and any information or step by step docs or Urls are really appreciated.
    i have gone through the non-groupwise domain creation document but not sure what server and domain name entries i have to put during configuration for Non-Groupwise domain and external users. please provide me the SOPs if any one has already done this in past.
    regards,
    Aanand Karki

    If you do all the above, the GroupWise mailboxes would seem to not be used any longer. Why would you want to do all of this in the first place?

  • Struts--logic:tag-----------help required---urgent....

    Hi All,
    I have a JSP that has the following code
    <%@ page import='java.util.List' %>
    <%@ page import='java.util.Iterator' %>
    <%@ page import='com.stgil.pos.personal.quickQuote.model.QuoteModel' %>
    <%@ page import='com.stgil.pos.personal.quickQuote.model.QuoteRateMasterModel' %>
    <%
         List masterList = (List)session.getAttribute("MASTERLIST");
    %>
    <%
         QuoteModel quoteModel = (QuoteModel) session.getAttribute("QUOTEMODEL");
    %>
    <FORM action="quoteRate.do">
    <TABLE border="1">
              </br>
              <TR>
                   <TD><bean:message key="QQ001.quote.no.quote.renew.no" /></TD>
                   <TD><%=quoteModel.getQuoteNo()%> / <%=quoteModel.getQuoteRenewNo()%></TD>
                   <TD><bean:message key="QQ001.insured" /></TD>
                   <TD><%=quoteModel.getApplicantFullName()%></TD>
              </TR>
              <TR>
                   <TD><bean:message key="QQ001.effective.date" /></TD>
                   <TD><%=quoteModel.getQuoteBegindate()%></TD>
                   <TD><bean:message key="QQ001.expiration.date" /></TD>
                   <TD><%=quoteModel.getQuoteEndDate()%></TD>
                   <TD><bean:message key="QQ001.term" /></TD>
                   <TD><%=quoteModel.getQuoteTermCode()%></TD>
              </TR>
    </TABLE>
    Click on the submit button to rate for successful programs. Or Click
    on the Review button against the program name to make necessary the
    required corrections.<BR>
    <BR>
    Rating for multiple programs may take time.
    <TABLE border="1" width="804">
              <tr>
                   <TH><bean:message key="QQ001.program" /></TH>
                   <TH><bean:message key="QQ001.edit.check.status</TH>
                   <TH width="161"><bean:message key="QQ001.rate</TH>
              </tr>
              <%
         Iterator it = masterList.iterator();
              while(it.hasNext()){
              QuoteRateMasterModel quoteRateMasterModel =(QuoteRateMasterModel ) it.next();
              %>
              <TR>
                   <TD><%=quoteRateMasterModel.getSubLineCode()%>
                   </TD>
                   <TD><% if(quoteRateMasterModel.getStatus().equals("E")) { %>
                                  <div align="left"> <span style='font-family:Wingdings;mso-ascii-font-family:
                                  "Times New Roman";mso-hansi-font-family:"Times New Roman";mso-char-type:symbol;
                                  mso-symbol-font-family:Wingdings'><span style='mso-char-type:symbol;mso-symbol-font-family:
                                  Wingdings'>&uuml;</span></span> </div>
                   <% } else if(quoteRateMasterModel.getStatus().equals("N")) { %>
                                  <div align="left"> <span style='font-family:Wingdings;mso-ascii-font-family:
                                  "Times New Roman";mso-hansi-font-family:"Times New Roman";mso-char-type:symbol;
                                  mso-symbol-font-family:Wingdings'><span style='mso-char-type:symbol;mso-symbol-font-family:
                                  Wingdings'><font color="#FF0000">&ucirc;</font></span></span> </div>
                   <% } %>
                   </TD>
                   <TD>
                        <input TYPE=CHECKBOX name="chkEditFlag" value='<%=quoteRateMasterModel.getSubLineCode() %>' CHECKED>
                        <% if(quoteRateMasterModel.getStatus().equals("E")) { %>
                        <% } else if (quoteRateMasterModel.getStatus().equals("N")){ %>
                                  Review <img src="../../Images/pencil.gif" width="14" height="14"/>
                   <% } %>
                   </TD>
              </TR>
              <% } %>
    </TABLE>
    <BR>
         <DIV align="center"><INPUT type="submit" name="btnBack" value="Back"> <INPUT type="submit" name="btnSubmit" value="Submit"></DIV>
    </FORM>
    and in my action class i have
    session.setAttribute("MASTERLIST",quoteRateMasterList);
    I have to change the JSP using struts tags ......
    also depending on the chechkec value of the checkbox i have to get those records back in my action class---something like this----
    request.getParameterValues("chkEditFlag");
                   requestArray = request.getParameterValues("chkEditFlag");
    for each checked value i have to perform some action in the action class.....
    can somebody help
    thanks in advance

    Hi Kamal, Thank you so much for ur response.
    I am herewith writing in detail the flow of my program. The fetching of 50000 rows from the remote database is not consuming time, because i hit the database only once and fetch all the records in an array cursor and do the actual processing in a for loop at my end. Only the 'for loop' is consuming so much time. Please tell me if there is any other way the 'for loop' time can be reduced.
    program flow
    consider the table name as (T1) in another database with 50000 records and the table name as (T2) in my end with 1000 records
    <Cursor Declaration>
    while(1)
    <Array Cursor Fetch from table(T1) containing 50000 records from another database. I Hit once and fetch all the records in the array cursor)>
    :value1,-------------------Array Cursor
    :value2
    count=sqlca.sqlerrd[2]; (Here i take the count of records)
    for (i=0;i<count;i++)-------------------------> here count value is 50000
         for (j=0;j<count1;j++)---------(count1 is the count of records in my side
    table(T2)---here the count is 1000.)
              name_match();
              address_match();
    } /* Here i close while loop */
    name_match()
         here i use my logic to do name match. here i match the name field in T1 with the name field in T2 using some logic and if a match occurs i display it in the report. the matching logic is defined by the organization and cannot be changed.
    Address_match()
         for address match i have to hit another table at my end containing address field and match with the address field in T1 and if a match occurs i display it in the report..
    this is the logic i am using. The for loop is executing 50000000 times which is time consuming. is there any other way to achive this. Expecting your reply....thanks in advance.
    Regards,

  • ... PPL Help required Urgent for Viewing Data

    Hi . sorry for such simple question..
    I have displayed 3 different blocks on a same canvas1 and one block on tab canvas placed on the canvas1
    Now i made a menu bar where one of my menu is
    view data.
    behind that menu i m writing the code.
    select st_id from Site where st_id = :txtstid;
    but when i compile it says bad bind variable :txtstid;
    when i remove the colon, it says identifier required txtstid...
    Now what to do..
    Then i wrote..
    go_block('Site');
    go_item('item1')
    and now it compiled properly but when i run it .. it is not giong to that item..
    may b i m doing something wrong.. how to interact with menu s..
    cant i put the same functionality behind them as we do behind button press triggers..
    I need to do it urgent so kindly asses what is happening ..
    cant we place more than one block on same canvas and then access thier items
    with the block name.
    like Site.stid.
    stid by the way is the text item.. that contains the site ids.. at run time..
    Kindly gimme some advices. the form is so large that it is not easier me making it again..
    BR

    One more thing ppl...
    the same fucntionality is working behind the Button i have created..
    so plz help it out.. BR

  • DME configuration help required -urgent

    Hi All,
    I have setup the ACH transfer, and for that i need DME setup for that,
    I am new to it, and so can anyone gide me how to do it.
    I need some configuration and DME indicators.
    I really need help asap.
    Thanks

    hi Nikil,
    When configuring the payment methods for the country (transaction OBVCU), choose the payment medium program as RFFOM100.
    From se38, pls read the documentation for the program, which will give you the various options & the required config too.
    You would also need to configure the instructions keys as required.
    To generate the DME file, you have to run the automatic payment program with this payment method.
    After the payments have been successfully posted, you can go to DME administration and with the help of dme manager download files on your PC.
    SAP has determined that the standard print programs for automatic payments will no longer be supported, and will be replaced by transfer structures created by a tool called the DME Engine.
    This tool enables the business to create DME output files without ABAP development, and can be attached to a print program and form for the creation of Payment Advices.
    Outside of the DME Engine (DMEE), the majority of the configuration takes place within the following IMG menu path:
    IMG Path: Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Outgoing Payments -> Automatic Outgoing Payments -> Payment Media -> Make Settings for Payment Media Formats from Payment Medium Workbench
    Config
    Assign Selection Variants
    IMG -> Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Outgoing Payments -> Automatic Outgoing Payments -> Payment Media -> Make Settings for Payment Medium Formats from Payment Medium Workbench -> Create / Assign Selection Variants or transaction
    OBPM4..select your format that you are using
    Check in FBZP config that all is linked!
    Although this is bitty but you need to work through it!
    Start with FBZP, create all there than go to DMEE either to create your own format or use the standard ones.. than go to the menu path above and work through from create to assign... 
    Regards
    Ranjit

  • Help Required in Supressing the logs printed on console

    Hi,
    have creted the logger and the code is below.... when i log something using subscriberLogger it writes both on console and as well file.
    I badly need to supress the logs which is written on console... and someone help me in this reagards.
               subscriberLogger = Logger.getLogger("SubscriberLogger");
                FileHandler fhsubscriber = new FileHandler("SubscriberLogMessages.log");
                fhsubscriber.setFormatter(new SimpleFormatter());
                subscriberLogger.addHandler((FileHandler) fhsubscriber);
                subscriberLogger.setLevel(Level.INFO);Cheers,
    Jagadeesh

    have added this in static block of that class
    System.setProperty("java.util.logging.config.file", "logging.properties");and my logging.properties looks like this.
    level= INFO
    handlers= java.util.logging.FileHandler
    java.util.logging.FileHandler.pattern= Kikzl1.%g.log
    java.util.logging.FileHandler.formatter= java.util.logging.SimpleFormatter
    Doing this has stopped logging on console.
    Cheers,
    Jagadeesh Sadashiv

Maybe you are looking for

  • Mac mini and compatibility of peripherals

    Hi, a friend of mine is giving me his old Mac mini. I'll need to get a keyboard, mouse and monitor. I'm looking at non-apple products. He says that any mouse, keyboard and monitor would be compatible with the mini, but I thought that only some periph

  • Didn't receive my Wii U guarantee online.

    Two weeks ago on August 23-25 I bought a Wii U on Best Buy, I'm from Mexico and I decided it was better and cheaper to buy one in the USA. I bought a guarantee and I was told I would receive a copy online if I gave them my email, but I didn't receive

  • R12 Security Profiles

    Hi- novice here. I do this: select security_profile_id, security_profile_name from per_security_profiles If I do the above query, I get values like: 1508 SECCPF5O 1509 SECCPF5P 1510 SECCPF5R 1511 SECCPF5T 1512 SECCPF5V 1513 SECCPF5W 1514 SECCPF5X The

  • Mail.app 10.6.4 constantly polling Gmail (IMAP) but not fetching new mail

    Since upgrading to Snow Leopard 10.6.4, Mail.app has been having a problem with Gmail (IMAP). When I launch Mail.app it connects to Gmail without any problem and fetches any new mail. The next time it checks for mail on Gmail, the animated activity s

  • T420 won't dock into docking station

    Have a docking station Type 4337, but T420 won't snap into place.  Same type of docking station at work, has no problem with T420 snapping in.  Seems to be binding somewhere, but cannot get it to budge.  Key is in place and in unlocked position.  Not