Differnt output ...  Urgent!!

Hi to all,
In processreq i used this code,
for (int t=0; t<2; t++)
OAViewObject assoDetVO[] = new OAViewObject[40];
assoDetVO[t] = (OAViewObject)partgCompSegAM.findViewObject("TrialAssociatingCompanyVO1")
TrialAssociatingCompanyVORowImpl assoVORow[] = new TrialAssociatingCompanyVORowImpl[40];
assoVORow[t] = (TrialAssociatingCompanyVORowImpl)assoDetVO[t].first();
System.out.println("ORG ID : " t ":" + assoVORow[t].getOrgId());
In processformreq i used this code
for(int i =0; i<2; i++)
if(lovInputSourceId.equals("AssoCmpnyOuId"+i))
OAViewObject assoDetVO[] = new OAViewObject[40];
assoDetVO[i] = (OAViewObject)partgCompAM.findViewObject("TrialAssociatingCompanyVO1");
TrialAssociatingCompanyVORowImpl assoVORow[] = new TrialAssociatingCompanyVORowImpl[40];
assoVORow[i] = (TrialAssociatingCompanyVORowImpl)assoDetVO.first();
System.out.println("ORGID IN PROCESS FORM REQ" i ":"+ assoVORow[i].getOrgId());
But the thing is I got output this kind...
In processreq
ORGID 0 223
ORGID 1 577
In processformreq
ORGID IN PROCESS FORM REQ 0 577
ORGID IN PROCESS FORM REQ 1 577
why this kind of output came?
suppose anything I made mistake plz let me know.
Please guide me
Fight this issue from last 3 weeks.
Thanks in Advance
Senthur
Edited by: senthur on Nov 18, 2009 4:59 AM

previously i have to display 3 company details in my page. I did using property window.
and i used 3 vo's,
But now my requirement is create a page to display dynamically.
Previous case:
AssoCmpny1DetVO;
AssoCmpny2DetVO
AssoCmpny3DetVO
so i used this kind of way..
OAViewObject asso1DetVO =(OAViewObject)partgCompSegAM.findViewObject("AssoCmpny1DetVO1");
AssoCmpny1DetVORowImpl asso1VORow = (AssoCmpny1DetVORowImpl)asso1DetVO.first();
system.out.println("ORGID1 " +asso1VORow.getOrgId())
OAViewObject asso2DetVO =(OAViewObject)partgCompSegAM.findViewObject("AssoCmpny2DetVO1");
AssoCmpny2DetVORowImpl asso2VORow = (AssoCmpny2DetVORowImpl)asso2DetVO.first();
system.out.println("ORGID2 " +asso2VORow.getOrgId())
OAViewObject asso3DetVO =(OAViewObject)partgCompSegAM.findViewObject("AssoCmpny3DetVO1");
AssoCmpny3DetVORowImpl asso3VORow = (AssoCmpny3DetVORowImpl)asso3DetVO.first();
system.out.println("ORGID3 " +asso3VORow.getOrgId())
it shows output like ORGID1 223
ORGID2 577
ORGID3 454
in processformreq also the same ...
the vo depends on the company exist. suppose the no of company one means it wl used the AssoCmpny1DetVO
suppose the no of company two means it used the AssoCmpny2DetVO
suppose the no of company three means it used the AssoCmpny3DetVO
Now the requirment is we dont the no of companies..
so i used the array of objects and single vo.
but everytime its executing the last value only.
why this kind of output i got?
Thanks
Senthur

Similar Messages

  • Extra Page coming in the PDF output -- Urgent

    Hi All,
    I have created an AR Invoice Print report (pre-printed).
    size of the stationary is half of A4.
    In a single A4 page two invocies will be accommodated.
    Here i have not used page break concept. I have adjusted the template with spaces.
    But when are invoices are given in a range lets say 1 to 10.
    The PDF output should have 5 pages accommodating 2 invoice in each page (this is working perfectly), but with this an extra black page is also getting generated. (The PDF is having 6 pages).
    If the range is given between 1 to 9 the extra blank page will not get generated.
    Is there any way to solve this issue???
    It little bit urgent.. :)
    Regards,
    Jana

    Jana,
    http://blogs.oracle.com/xmlpublisher/2007/03/
    Check on the "Anatomy of a Template I & II"... should work on your case. Also, make sure extra carriage returns and unnecessary spaces between tables are removed. If you use fillers, be sure to have the same height attribute as the field being filled.
    regards,
    Rownald

  • How to find a report output - URGENT

    Hi all,
    We have an ABAP program and its basically a report, how can I see the output of the report ie the list.
    Please let me know
    thanks
    Sabrina.

    thanks Priyank for your reply.
    Well we have an ABAP program in BW that outputs a flat file of data.  It is basically a report, it runs every morning and I need to find out the output of the report.  In SM37 when I select the job and click the button SPOOL, I get the following message that I don't have authorization to view the list.
    No authorization to select from spool request 24,323 in system CBP
    and then it says list contains no data.
    What should I do?  Please let me know.
    thanks
    Sabrina.

  • Display empty fields in between the output, urgent

    hi
    i need to display some empty fields in the output txt file, in between teh normal database fields i am displaying
    for eg if first field is f1 (1-10)
    second is f2 (11-35)
    third field is empty i need todisplay as (12-45)
    and again f4 as (13-60) so on
    such there are multiple fields in between dattabase field which just needs to be displayed as empty only and all fields should be seperated by space as showni above eg
    regards
    arora

    closed got solution

  • Graph  for a query output---urgent

    Hi,
    My requirment is to have a report which shows top 3 cubes based on number of records for each week.I also have to plot this in a graph
    the graph should be as follows
    Y axis : No of records
    X axis : Cubes which are grouped based on week.ie Suppose top 3 cubes for
    Week 1 is c11,c12,c13
    and
    Week 2 is c21,c22,c23
    then graph should show
    no of records on Yaxis
    and
    C11,c12,c13 as one series and
    c21,c22,c23 as second series.
    I tries this but Xaxis is showing either C11,c12,c13  or
                                                          c21,c22,c23
    since we cannot give values  to X axias on a series basis.
    Please suggest a way to solve it or a different approch for th above requirment
    Please help this urgent....

    Hi,
    I think you need to develop multiprovider over 3 cubes. Build a single query on this multiprovider and then plot the graph.
    Other way you can try Excel Macro to plot the graph.
    Hope it helps.
    Regards,
    Aditya

  • ME2N -Customized output -Urgent!!!

    I have customized ME2N transaction, my output is ALV format , Here I just changed to logic of 2 performs where I can add the my own flds into the output list.
    for the GUI status which is not working like PO changes,scheduled...buttons (also there in the standard transaction).
    Please help me

    Hi,
    You can create your own local strcutureby inlcuding this strucutre as follows.
    TYPES: begin of new_struct.
    INCLUDE STRUCUTRE MEREP_OUTTAB_PURCHDOC.
    TYPES: new_filed type <give your type here>,
    end of new_Struct.
    then create table type and work area for the new type.
    DATA: itab type table of new_Struct,
               wa_area like line of itab.
    now copy data as followows.
    LOOP at original_ta into origianl_workarea.
    move-corresponding original_workarea to wa_area.
    wa_area-new_filed = <assign your value using some code READ TABLE etc>.
    append wa_area to itab.
    endloop.
    then create list using ITAB instead of original table.
    Regards,
    Sesh

  • NaN output - Urgent

    I am using DAQc 9172 Chassis and obtaining temperature using NI 9217 and Pressure from NI 9205. I get the output properly from the vi file. I am using Lab view 8.2.1 version. But when I build the executable  (Application.exe) and use it for execution at the standalone PC which already has been installed with only (LV version 8.5)Ni DAQmx and runtime Engine , I get the pressure and temperature values as NaN. 
    However the application.exe file runs fine in the main PC which has been installed with Labview 8.2.1.
    Can anyone help me in fixing this problem?
    Solved!
    Go to Solution.

    If your target computer have LV8.5 You may do some debugging on this computer. Check with MAX to sort out naming problems with the daq unit
    Message Edited by t06afre on 02-09-2009 03:15 PM
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • XML Output(Urgent)

    Hi,
    I want to build XML file like this(below one) in .NET.I am
    getting one sub element i.e Year .But I am not getting Item and its
    attributes within the Year element.Its very Urgent.I am using XML
    serializer for this.
    <energyrecap>
    <year id="2006">
    <item type="usage" value="4.666" month="Jan" />
    <item type="usage" value="4.666" month="Feb" />
    <item type="usage" value="4.666" month="Mar" />
    <item type="usage" value="4.666" month="Apr" />
    </year>
    <year id="2007">
    <item type="usage" value="5.666" month="Sep" />
    <item type="usage" value="4.666" month="Oct" />
    <item type="usage" value="3.666" month="Nov" />
    <item type="usage" value="5.666" month="Dec" />
    </year>
    </energyrecap>

    You'll have a lot more luck with this question on dot.net
    forum than here.
    I use dot.net to return xml, but I have never used
    XMLSerializer.
    Tracy

  • BA00 Output Urgent

    Hi all,
    I created a new payment terms but the invoice output shows
    the one thats in the order i.e. the correct one.
    but the order output shows the diffrent payment terms the one that is not in the order or the customer master.
    all partner functions are same.
    Rgds

    hi,
    check your layout program with help of your abaper. It seems that part of text is either hardcoded or you would then need to check the print program whcih is fetching the values from VBKD table.
    Your abaper can simply debug the output program and can fix it.
    regards
    sadhu kishore

  • PO output -Urgent

    Experts,
    I am facing a strange problem. This is related E-mail output
    Email id is maintained in vendor master.
    PO has been created without Message Output (vendor or Partner not selected in messages)
    So it is <b>not</b> supposed to send email to any vendor. But systems sends an email to a <b>different vendor other than vendor</b> on PO.
    I do not understand the relation between the Vendor on PO and the second vendor who received the E-mail.
    Please help me out.

    Please check your print program. If you are processing multiple PO outputs at the same time, then some variable is not getting cleared.
    For eg. If in the print program, you processed PO 1,2 and 3 at the same time (via select options). 1 was email, 2 had nothing. Then if the variables are not cleared properly, the output definitions of 1 will remain until you exit the program. Please debug it with an ABAP person.
    Best of luck
    Lakshman

  • Packaging output.-URGENT

    Hi Guru,
    When user creating delivery and changing PGI date e.g 27/09 to 26/09 he is unable to view the output of packaging material. When he is not changing PGI date it is coming.
    The same scenario I run it's working properly. I checked configuration as well as condition record are maintained properly.
    I created one document and told to verify the user he told that it's coming. Then user changed PGI date of document which I created and told that out-put is not coming.Where could be the problem.
    Please help.

    If this is the case take help of Basis consultant.
    Best Regards
    Sainath

  • Report output - - - Urgent

    I have an existing report. The first data field is concatenation of three fields and this fields data is like the following
    ABCD ( X12 )
    DEFF ( Y34 )
    GSSD ( TST )
    Here I need to get the data output in the order of values within the parentheses instead of starting values of the fields data. Desired output should be like
    GSSD ( TST )
    ABCD ( X12 )
    DEFF ( Y34 )
    To get these values I have added an order by clause to the existing query like
    ORDER BY SUBSTR (field_name, INSTR (field_name, ( ) )
    But I havent got the report output in required order. (ButIf I check this query in SQL I am getting the values in desired order).
    Please tell me a solution to resolve this issue (because existing report is quite complex and I dont want to create this report from scratch).
    Thank you in advance
    Prasad
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ileana Bblcu ([email protected]):
    I suppose this is the master group of a query and you also have a detail group. The detail group is ordered by the order by in aselect, but the master group is ordered by the break order. Add the substr... as a column to the query. In the Data model move this new column as the first one in the group, so the break order will be dictated by it.<HR></BLOCKQUOTE>
    Thank you for response... i did try that scenario before but it wasn't work.
    null

  • Weird Issue : Difference in HTML/excel output and pdf/rtf output--Urgent

    Hi There,
    I am facing a weird issue. I created one rtf template. When I preview the o/p in rtf or pdf, everything comes up as expected. When I preview the same in html or excel, few rows come up as bold though they were not supposed to. What could be the problem ?
    This is extremly urgent as the users primarily use the excel or html as o/p.
    Thanks in advance.
    Regards,
    Saurabh

    Hi Brett,
    I am using Oracle XML Publisher standalone (not with oracle apps). The version is 10.1.3.2 . The issue comes up while previewing as well as when the report is run from the XMLP server.
    Regards,
    Saurabh

  • ME32 Outline agreement problem(when saving it issuing message output)urgent

    Hi ALL,
    I executing Tcode me32 and make changes on this. It will issuing output message.My need is to suppress <b>output message</b> while executing this in Background.Because me32 uses more than 500 PO orders.This will posted data to IDOC(For LSMW processing).IDOC uses message type BLOACH.IDOC type is basic(BLAORD03).

    Hi
    If the requirement is for one time data transfer then it is better to delete the condition records before the transfer and then add it again after the transfer.
    ( This is the way we normally do for initial data transfer ).
    If its an ongoing process then you will have to use routines as IDOC will only create the document . Output processing is done by the Contract Create program itself and not by IDOC Function Module .  The only thing is intead of SY-BATCH you can use some other way to distinguish whether the contract is being created by IDOC .
    Now you have not mentioned whether you will use standard FM IDOC_INPUT_BLAORD or write your own Z Function for IDOC processing.
    I am giving a sloution for both.
    In IDOC_INPUT_BLAORD  there is a user exit
    EXIT_SAPLEINN_002 ( ZXM06U10 ). You can just write one line here
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    Or In you custom FM you can write
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    In the requirement routine as suggested in previous post
    use
    DATA FLAG.
    SY-SUBRC = 0 .
    IMPORT FLAG TO MEMORY ID 'BLAORD'.
    IF SY-SUBRC EQ 0 AND FLAG = 'X'.
    >>> C0de will branch here only when executed thru IDOCs
      SY-SUBRC = 4 .
    ENDIF.
    With above method only when contract created thru IDOCs messages will be suppressed.
    Cheers

  • JSP compilation error, IOException, can not output (Urgent)

              Hi,
              I met the error that Weblogic can compile the jsp to a temporary java file but can
              not compile the temporary java file to class file, it said java.io.IOException, anybody
              can tell why?
              Thanks a millon!
              

              Your system does not have enough swap space to run the JSP compiler.
              Add swap space.
              Mike
              "dai shui" <[email protected]> wrote:
              >
              >Hi,
              >I met the error that Weblogic can compile the jsp to a
              >temporary java file but can
              >not compile the temporary java file to class file, it
              >said java.io.IOException, anybody
              >can tell why?
              >
              >Thanks a millon!
              

Maybe you are looking for

  • Can you set a Cost Rate Table to be used for an entire project

    In earlier versions of project, the default cost rate table (A) is used unless changed by the user for each assignment.  In 2010, is it possible to define which cost rate table to use for the entire project, not at the assignment level?  Thanks.

  • Newest update for itunes did not install properly, error 7 (windows error 126)

    Is there anybody else out there that are having problems updating there itunes.  I keep getting error 7 (windows  error 126).

  • Cleaning up iphoto libraries

    Hi, I've been afraid I would wipe out my iphoto library trying to free up some hard drive space. I actually did in iTunes. Fortunately I had a recent back up. How do you clean up what appears to be multiple iphoto libraries/library locations without

  • My buddie list wont expand like it used to

    im not able to connect, drag names from bonjour or see anybodys online status like i used to. what did i do wrong? now all i get it a little tiny buddy list window with just my user photo. and i cant connect with anybody! any ideas?

  • Auto-Accounting Functions And Function Transaction scenarios

    Hello Experts, Do somebody have the complete information about the the list of Auto-accounting functions triggered @ time of events or functions like costing, revenu , billing etc? Example - Expense Report Cost Account is fired when you run PRC:Distr