ALV Report Prob with Sys Status & Totl Planned Costs

Hi,
Ive dev the report. now ive a few chages on report. I need to add this three frields in my report.
For the getting the system status. For Each works Order find the recors in the table JEST.
JEST-OBJNR = AUFK-OBJNR AND JEST-STAT <> 'X' AND CHARG = '01'.
THEN we need to find each record  TJ024-txt04.
And Getting the Tot Planned cost..First we use table PMCO and list all entries for the orders selected for the report where PMCO-objnr = aufk-objnr. and Sum of (PMCO-wrt00 To PMCO-wrt16) where pmco-wrttp = '1'.
Sum of all records of the order.
  IF ip_out = 'X' AND ip_rel = 'X' AND ip_com = 'X'. "means  if its ourstanding or completed or progress are selected.
  PERFORM select_else.
FORM select_else.
  SELECT   aufk~aufnr
           aufk~auart
           aufk~werks
           aufk~objnr  
           aufk~ktext
           aufk~idat1
           aufk~zzwref
           aufk~zzhmrg
           afih~kunum
           afih~serialnr
           afih~sermat
           afih~ilart
  INTO TABLE itab
  FROM aufk INNER JOIN afih ON aufk~aufnr = afih~aufnr
  WHERE aufk~aufnr IN so_order
  AND   aufk~auart IN so_ordrt
  AND   aufk~erdat IN so_per
  AND   afih~ilart IN so_mat
  AND   afih~sermat IN so_mat1
*  AND   afih~gewrk IN so_mwc
  AND   aufk~vaplz IN so_mwc
  AND   aufk~werks IN so_plnt.
ENDFORM.
In the itab iam getting OBJNR for every order number. now i need to get the system status as well Totl Planned Costs .
Ive a bit confussed.
For getting System stastus.. but its not working.
loop at itab into wa .
select single stat from jest into lv_stat where OBJNR = wa-objnr AND
                                                stat  NE 'X' AND
                                                chgnr = '01'.
clear:wa.
select single txt04 from tj02t into lv_STTXT where ISTAT = lv_stat.
wa-sttxt = lv_sttxt.
append wa to itab.
clear:lv_stat,
       lv_sttxt,
       wa.
endloop.
Plz let me know  while append to itab. its not append the status to final itab. as well. how to calc  the Total planned costs.
Bcoz in the PMCO, ive WRT00,WRt01,WRT02 Up to WRT16. I need to sum every column as well as every row then last final figure , i need to add to itab-dgeskoplan[total planned cost field]. how to do this.
Plz give me solution.
Regards

hi,
thank you for repy.Ive cleared but its not working.
can u plz tell me the to create the status color in other way
FORM monitor_create .
  ls_layout-excp_fname = 'TRAFFIC1'.
  IF sy-datum BETWEEN orange2 AND orange .
     wa-traffic1 = '2'.
    clear:orange2,
          orange.
  ELSEIF sy-datum > green.
    wa-traffic1 = '1'.
     clear:green.
  ELSEIF sy-datum < red.
    wa-traffic1 = '3'.
    clear:red.
  ENDIF.
  If gray is not initial.
*    if sy-datum > gray.
    wa-traffic1 = '0'.
    clear:gray.
*  endif.
  endif.
ENDFORM.
Regards

Similar Messages

  • ALV Report to display the status of the requests raised through ESS

    Hi All,
    We have to develop a ALV report to display the status of the requests raised through ESS
    for Leave, Travel & Event Management, Travel and Appraisal workflows.
    ESS Travel, ESS TEM, ESS Apraisal workflows are associted with SAP Business Objects.
    we are using the function module SWI_WORKITEMS_OF_OBJTYPE_GET to get
    the top level work item id's by passing the object type like PDRELA_025, BUS2089.
    By using SWP_WORKFLOW_LOG_READ function we are getting the workflow log
    by passing top level work item id's as imort parameter. 
    The report output should have the following fields
    Initiator, Initiator Personal No, Request Type( Leave, Travel etc.. )
    Date of application of the request, Status ( Approved by RM, Rejected etc )
    Name of the Approver, Approved / Rejected Date.
    The logic should be work for all the above ESS workflows and should be generalized.
    Can any one please let me know the procedure to get the required information from the workflow log.
    It would be great if any one suggest on the same how to proceed further to get the information as mentioned above.
    Thanks & Regards,
    Jagadeeswara Rao Balla.

    Hello,
    You can get most of that information from fm SAP_WAPI_GET_HEADER, input is workitem_id.
    regards
    Rick Bakker
    Hanabi Technology

  • Post-processing actions failed (Report Completed with Warning Status)

    Hi Friends,
    I'm developing custom PO Report using XMLP 5.0.0. Preview Of Template is coming properly while running the report , it completed with Warning Status.The Report is not working in UAT while it was passed DEV and TEST Env successfully. Please look at the below log details and help me
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 654357 on node GOLDBQ at 20-JUN-2007 08:07:22.
    Post-processing of request 654357 failed at 20-JUN-2007 08:07:32 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    OPP Log Details
    [6/20/07 10:22:04 AM] [OPPServiceThread1] Post-processing request 654539.
    [6/20/07 10:22:05 AM] [3039:RT654539] Executing post-processing actions for request 654539.
    [6/20/07 10:22:06 AM] [3039:RT654539] Starting XML Publisher post-processing action.
    [6/20/07 10:22:06 AM] [3039:RT654539]
    Template code: XXTCPOXPRPOPG
    Template app: XXTC
    Language: en
    Territory: GB
    Output type: PDF
    [6/20/07 10:22:07 AM] [UNEXPECTED] [3039:RT654539] java.sql.SQLException: Non supported SQL92 token at position: 1:
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Compiled Code))
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Inlined Compiled Code))
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleSql.handleToken(OracleSql.java(Compiled Code))
         at oracle.jdbc.driver.OracleSql.handleODBC(OracleSql.java(Compiled Code))
         at oracle.jdbc.driver.OracleSql.parse(OracleSql.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleConnection.nativeSQL(OracleConnection.java(Compiled Code))
         at oracle.jdbc.driver.OracleStatement.expandSqlEscapes(OracleStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleStatement.parseSqlKind(OracleStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OraclePreparedStatement.<init>(OraclePreparedStatement.java(Compiled Code))
         at oracle.jdbc.driver.OracleCallableStatement.<init>(OracleCallableStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleCallableStatement.<init>(OracleCallableStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleConnection.privatePrepareCall(OracleConnection.java(Compiled Code))
         at oracle.jdbc.driver.OracleConnection.prepareCall(OracleConnection.java(Compiled Code))
         at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:168)
         at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:127)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:208)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    [6/20/07 10:22:07 AM] [3039:RT654539] Completed post-processing actions for request 654539.
    END Of OPP Log Details
    Regards,
    Aanta
    Message was edited by:
    user526601

    HI ,
    i am also facing the same problem but i have one solution for this .... that opp err
    comes in 3 cases ....
    data output will be very large
    unable to insert data in template---->template design is wrong.....(in caseif xml is generated for that).
    the third case is that the data defination file is perfectly fine but when it have to insert data in template its not getting the path where the template is put.
    its all due to xml environment settings.
    Tell your DBA to verify the issue...send him the log and opp log.
    I expect that you will get what exactly the issues is.
    regards
    Ratnesh

  • XML Reports end with WARNING Status, Using Virtual Hostname by Veritas HA

    Dear Experts,
    We have upgraded our Application from 11.5.10.2 to R12, 12.1.3. Now in the Upgraded Application we are unable to open/view any of the XML based Concurrent Reports. All the XML Concurrent Reports are ending in Status WARNING.
    When we click on the View Out put, we are just getting the XML code and not the XML based reports.
    The log file of Out Put Postprocessor shows the following errors:
    ================================================
    5/28/13 12:40:20 PM] [STATEMENT] [960882:RT4152834] Get Output Type
    [5/28/13 12:40:20 PM] [STATEMENT] [960882:RT4152834] XML file name: /mnt/oracle/ERPROD/inst/apps/ERPROD_erp-lh-dr/logs/appl/conc/out/o4152834.out
    [5/28/13 12:40:20 PM] [STATEMENT] [960882:RT4152834] XML file is on node: ERP-LH-DR
    [5/28/13 12:40:20 PM] [UNEXPECTED] [960882:RT4152834] java.sql.SQLException: Exhausted Resultset
    at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:1224)
    at oracle.apps.fnd.cp.util.CpUtil.getCanonicalLocalNode(CpUtil.java:127)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    [5/28/13 12:40:20 PM] [960882:RT4152834] Completed post-processing actions for request 4152834.
    And error like below:
    The error we are getting from the Application log files are related to Hostname. Following is the abstract from the Output Post Processor log.
    [5/29/13 2:56:02 PM] [UNEXPECTED] [960900:RT4155505] java.sql.SQLException: Exhausted Resultset
    at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:1224)
    at oracle.apps.fnd.cp.util.CpUtil.getCanonicalLocalNode(CpUtil.java:127)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    ===============================================================
    Concurrent Manger Log files shows the following error:
    ===========================================================
    Executing request completion options...
    Output file size:
    430455
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 4158856 on node ERP-LH-DR at 30-MAY-2013 18:53:38.
    Post-processing of request 4158856 failed at 30-MAY-2013 18:53:38 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    ==========================================================
    **Please suggests:**
    **1- Is there any way to make these XML reports work with Veritas HA, using Virtual hostname**
    **2- Can we identify or pin point from where the Out Put Postprocessor is setting the Physical Hostname.**
    Regards
    Ali Ammar

    Hi,
    The metalink note Output Post Processor Fails Due to java.sql.SQLException: Exhausted Resultset [ID 740529.1], is not related to us, we have already verified that. In our case the Application is running on Virtual Hostname and this virtual hostname is taken care by Veritas Library, ACC.
    Secondly the FND_NODES also shows the Virtual hostname as the application is configured on Virtual Hostname. So in our case its not seems to be comming from the FND_NODES tables, rather it seems that some of the Java files/class is picking it by the OS command uname -a.
    So if we can find that class or environment file of java, we can export the Virtual Hostname as we used it in configuration. Please note that the Concurrent Manager and Application listener are also working fine on the Virtual Hostname, by using the Veritas library.
    Solaris:
    LD_PRELOAD_32=/usr/lib/secure/libvuname.so
    VHOSTNAME=<virtual hostname>
    Please suggest.
    Best Regards
    Ali Ammar.

  • Could RDF report end with warning status conditionally?

    Could I make the Oracle report concurrent program complete with warning status based on a condition?
    I know it is possible with PL/SQL concurrent requests, but with Oracle Reports how could I end the report with a status as warning indicating users to look into the log file.
    Thank you,
    Vinodh

    Hi DC,
    Thank you for quick feedback. But the report is not completing with warning status (still it completes as Normal). I want the concurrent program to end with warning status. So, by looking at the end status of the concurrent program the user would check the log by clicking the view log button.

  • Prob With SYS user...

    Hi All,
             I m installing oracle 9i..but at last whn it will create database at tht time it will ask for oracle sys and system pass..but whn i m starting oracle i can do login using system user not with sys login ..but both pass is same ..and i m getting error in sap 4.7 installation..at Oracle Pre load action...so please help me to complete my installation...its urgent...
    Thx..

    In this step i m stop...
    Following  is log file....at last error is indicated....:---
    INFO 2008-02-17 13:03:01
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2008-02-17 13:03:14
    The 'saploc' share exists at directory 'D:\usr\sap'. Choosing drive D: as SAP System drive.
    INFO 2008-02-17 13:03:27
    Copying file E:/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
    INFO 2008-02-17 13:03:27
    Creating file D:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
    INFO 2008-02-17 13:04:28
    Copying file C:/sap-source/exp1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-02-17 13:04:28
    Creating file D:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2008-02-17 13:04:28
    Copying file system node C:\sap-source\exp1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2008-02-17 13:04:28
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-02-17 13:04:29
    Copying file C:/sap-source/exp1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Creating file D:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Copying file system node C:\sap-source\exp1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2008-02-17 13:04:29
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-02-17 13:04:29
    Moving file D:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-02-17 13:04:29
    Moving file D:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Removing file D:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-02-17 13:05:14
    Package table created
    PHASE 2008-02-17 13:05:49
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2008-02-17 13:05:49
    SAP Web Application Server
    PHASE 2008-02-17 13:05:49
    Request common parameters of SAP System
    PHASE 2008-02-17 13:05:49
    Create operating system accounts
    INFO 2008-02-17 13:05:50
    Copying file D:/SAPinst ORACLE KERNEL/keydb.xml to: D:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2008-02-17 13:05:50
    Creating file D:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2008-02-17 13:05:51
    Copying file D:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.xml to: D:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.1.xml.
    INFO 2008-02-17 13:05:51
    Creating file D:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.1.xml.
    INFO 2008-02-17 13:05:51
    Copying file D:/SAPinst ORACLE KERNEL/DBSIZE.XML to: D:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2008-02-17 13:05:51
    Creating file D:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1004 ACCOUNTNAME=nainesh\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1005 ACCOUNTNAME=nainesh\SAP_O02_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1006 ACCOUNTNAME=nainesh\SAP_O02_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1007 ACCOUNTNAME=ORA_O02_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata2\roll_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata3\temp_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata1\system_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-02-17 13:07:21
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:22
    Removing file D:/ORACLE/O02/917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: D:\ORACLE\O02\917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Creating file D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:24
    Removing file D:/ORACLE/O02/917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Moving file D:/ORACLE/O02/917/database/initO02.sap to: D:\ORACLE\O02\917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Creating file D:\ORACLE\O02\917\database\initO02.sap.
    INFO 2008-02-17 13:07:26
    Removing file D:/ORACLE/O02/917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Moving file D:/ORACLE/O02/917/database/initO02.dba to: D:\ORACLE\O02\917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Copying file E:/NT/COMMON/INSTALL/INITSID.DBA to: D:\ORACLE\O02\917/database/initO02.dba.
    INFO 2008-02-17 13:07:26
    Creating file D:\ORACLE\O02\917\database\initO02.dba.
    INFO 2008-02-17 13:07:27
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02_1/o02.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_2/o02.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_3/o02.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_4/o02.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_5/o02.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_6/o02.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_7/o02.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_8/o02.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_1/o02620.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_2/o02620.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_3/o02620.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_4/o02620.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_5/o02620.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_6/o02620.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_7/o02620.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_8/o02620.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_9/o02620.data9.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_10/o02620.data10.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata2\roll_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata3\temp_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata1\system_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-02-17 13:07:21
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:22
    Removing file D:/ORACLE/O02/917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: D:\ORACLE\O02\917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Creating file D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:24
    Removing file D:/ORACLE/O02/917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Moving file D:/ORACLE/O02/917/database/initO02.sap to: D:\ORACLE\O02\917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Creating file D:\ORACLE\O02\917\database\initO02.sap.
    INFO 2008-02-17 13:07:26
    Removing file D:/ORACLE/O02/917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Moving file D:/ORACLE/O02/917/database/initO02.dba to: D:\ORACLE\O02\917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Copying file E:/NT/COMMON/INSTALL/INITSID.DBA to: D:\ORACLE\O02\917/database/initO02.dba.
    INFO 2008-02-17 13:07:26
    Creating file D:\ORACLE\O02\917\database\initO02.dba.
    INFO 2008-02-17 13:07:27
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02_1/o02.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_2/o02.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_3/o02.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_4/o02.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_5/o02.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_6/o02.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_7/o02.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_8/o02.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_1/o02620.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_2/o02620.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_3/o02620.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_4/o02620.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_5/o02620.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_6/o02620.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_7/o02620.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_8/o02620.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_9/o02620.data9.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_10/o02620.data10.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02usr_1/o02usr.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/roll_1/roll.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/temp_1/temp.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/system_1/system.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/saparch/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/origlogA/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:37
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:07:37
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:37
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:07:38
    Creating file D:\SAPinst ORACLE KERNEL\oradim.log.
    INFO 2008-02-17 13:07:38
    See 'D:\ORACLE\O02\917/bin/oradim -new -sid O02 -STARTMODE auto' output in 'D:\SAPinst ORACLE KERNEL\oradim.log'.
    INFO 2008-02-17 13:07:38
    'D:\ORACLE\O02\917/bin/oradim -new -sid O02 -STARTMODE auto' returned with '20'.
    INFO 2008-02-17 13:07:39
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:40
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:08:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:08:39
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:09:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:09:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:33
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:38
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:40
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:41
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:42
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:14:42
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:14:42
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:14:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:15:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:15:59
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:17:11
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:17:12
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:18:24
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:18:25
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:19:03
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:19:04
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:20:15
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:20:16
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:21:29
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:21:30
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:22:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:22:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:23:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:23:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:25:11
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:25:12
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:26:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:26:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:27:17
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:27:20
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:28:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:28:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:29:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:29:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:31:02
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:31:05
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:32:16
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:32:19
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:33:31
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:33:34
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:34:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:34:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:00
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:01
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:04
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:05
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:31
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:45
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:46
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:36:46
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:36:46
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:36:47
    Creating file D:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2008-02-17 13:36:50
    See 'D:\ORACLE\O02\917/bin/lsnrctl stat' output in 'D:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2008-02-17 13:36:50
    'D:\ORACLE\O02\917/bin/lsnrctl stat' returned with '3'.
    INFO 2008-02-17 13:36:50
    Creating file D:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2008-02-17 13:36:51
    See 'D:\ORACLE\O02\917/bin/lsnrctl start' output in 'D:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2008-02-17 13:36:51
    'D:\ORACLE\O02\917/bin/lsnrctl start' returned with '0'.
    INFO 2008-02-17 13:36:56
    Copying file E:/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2008-02-17 13:36:56
    Creating file D:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2008-02-17 13:36:57
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:57
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    ERROR 2008-02-17 13:37:02
    CJS-00084  SQL Statement or Script failed. Error Message: Executable D:\ORACLE\O02\917/bin/sqlplus.exe returns 3.
    ERROR 2008-02-17 13:37:02
    FJS-00012  Error when executing script.
    above is log file of my error ..so please help me....
    thx...

  • Report for extracting the actual and planned cost from service orders

    HI all
    we are creating a report in BI for Module - Customer service . LIke , the report is all about how many complaints created in the system and how many completed technically and what is the cost involved for each complaint .
    Like we want the comparision between the planned cost and the actual cost .
    Now to give the logic to the BI Team for planned cost and actual cost , please suggest the flow of logic or table flow to arrive the planned and actual cost
    thanks in advance

    Hi Marthand,
    I am not sure which datasource your are using. In this case, you can use the 0VALUETYPE to differencitae between th eplan and actuals. Normally Plan which is budget will have value 050 and for actuals will have 010. For costs, you will have one key figure and at the reporting level, you will have the costs restricted by the value type for plan and actual to make comparisons.
    Hope this helps.
    Regards,
    Srinivas

  • Is there any help for ALV report development with  funcation modules?

    Hi,
    please tell me any help or example to understand the ALV function module.

    Hi neha,
    1. very simple alv
       (with minimum code)
    2. just copy paste
    3.
    report abc.
    TYPE-POOLS : slis.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA : alvfcwa TYPE slis_fieldcat_alv.
    data : begin of itab occurs 0.
            include structure usr02.
    data : end of itab.
    START-OF-SELECTION.
      select * from usr02
      into table itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = sy-repid
          i_internal_tabname     = 'ITAB'
          i_inclname             = sy-repid
        CHANGING
          ct_fieldcat            = alvfc
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    Display
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          it_fieldcat   = alvfc
        TABLES
          t_outtab      = itab
        EXCEPTIONS
          program_error = 1
          OTHERS        = 2.
    regards,
    amit m.

  • Purchase Price Variance Report completes with error status

    Dear Members,
    I am using R12.1.3 Vision Instance.
    When I ran the report Purchase Price Variance Report, it completed with an error.
    The error message is :-
    Enter Password:
    REP-1212: Object 'F_h_report_date' is not fully enclosed by its enclosing object 'Body'.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1212: Object 'F_h_report_date' is not fully enclosed by its enclosing object 'Body'.
    Can any one please guide me in resolving this issue?
    Many thanks in advance.
    Regards.

    HI,
    Check the below references, it would address your issue
    Purchase Price Variance (Xml) Post Process Failed [ID 1341213.1]
    Report Error Rep-1212: Object 'F_report_date' [ID 567886.1]
    Regards,
    Ivruksha

  • Cost element report prob. with auxiliary account assignment

    Hi,
    WBS is statistical.
    Orders are auxiliary account assigned to WBS.
    When running cost element reports, cji3 ; settlement cost elements are not showing there for the order.
    Kindly suggest.
    Thanks,
    Harsh.
    Edited by: Harsh Saxena on Dec 8, 2010 2:12 PM

    NOT RESOLVED

  • Oops alv report not getting displayed

    Hi experts,
    I have  REQUIREMENT WHERE I NEED TO DISPLAY THREE REPORTS USING ALAV OOPS.
    I have maintained a FM to call alv rport.
    ,I have two validations to make at to different location in report. The report needs to be displayed only after I perform two different validations.
    Issue is
    I call this ALV reprt Fm once at  :  AT SELECTION SCREEN OUTPUT
    and second time at : START OF SELECTION...
    Now I can see the ALV report ( oops with three reports in one container) very well when i call it from :  AT SECETION SCREEN OUTPUT(  Here I perform one of teh two validations which I have mentioned above...The validation performed here is of Selction screen valiudation).
    ButNow when I perform another validation at START OF SELECTIOn...here I cannot  see the ALV report...TEH screen appearing is blank...
    I am calling teh SAME OOPS ALV Function Module from both the locations...( START of SEL and AT selc O/p)..
    I have debugged teh code and checked teh feidcatalogue genration as well s output table .and also structure
    parameteers .. all of tehm are getting populated in both the cases ,,, but dont know why thye output doesnot appear in th last call..
    please help ., I am stuck up...
    TX a ton in adv...
    Regards,
    KT

    Hi Kshitija T,
    START-OF-SELECTION is processed in PAI of selection screen - as soon as all processing is done, the program flow will return, initialize your program an all of it's objects and display the selection screen again.
    I solved this by disabling the default report status EXECUTE button and used AT-SELECTION-SCREEN events.
    Regards,
    Clemens

  • How to get  the actual data in ALV report

    I am doing some upgradation work   in that i am using Submit  & And return and  also i am using some function modules like LIST FROM MEMORY , LIST TO TXT wnd WRITE LIST , it gives output in normal list format , But i need to print in ALV report .
    With the use of set table for 1st display i got the  ALV report   but not with actual data, (some junk value is showing) , So can any 1 suggest me how to get  the  actual data in ALV report, With the use of  Any Function Module or with Coding,
    with regards,

    Hi Saravana
    I am sure you must be getting the values in tables of table parameters from every FM.
    consolidate the values from tables of all FMs in one table and built ALV for that table only.
    I hope this way you can show the actual data in ALV.
    thanks
    Lalit

  • Select  mutiple rows in ALV report output

    Hi All,
    I want to select the Multiple records i in ALV report output with out holding the CNTL(Control Key).
    Is there any options in Layout?
    Please let me know
    regards,
    Ajay
    Edited by: Ajay reddy on May 30, 2010 3:27 PM

    Hi Ajay,
    To select several rows without Control button, if the rows are adjacent:
    - select the first and the last of the desired rows with Shift button pressed
    or
    - select a row, keep the mouse button pressed, and pass over the desired rows
    I don't know an option without Control if the rows are not adjacent.
    http://help.sap.com/saphelp_bw/helpdata/en/d1/7d9d37664e4d45e10000009b38f8cf/content.htm
    Regards,
    Paulo Carvalho

  • Print settings for ALV report

    I have a ALV report output with LINE-SIZE 1023.  But when I try to execute the report in background the output row is not coming in one line but in 2 lines. When we run the report in background I gave the printer as 'LOCL' (local) and displayed in spool.  In the PRINT SETTINGS I don't see FORMAT for 65 X 1023. Do I need to create one? If yes, how to create it? Or if there is any other way go get all the cloumns in one row of a ALV output.
    Thank you.

    Hi,
    <b>Change the font on the X_65_255 paper size :-</b>
    This tip was taken from the SAP-R3 mailing list, <b>and is by Sheila Tichener</b>.
    If you need to use a large line-size to get all your data in I know the sap version of X_65_255 for hp laser jet 4 gives an unnecessarily small font . You can change it in SPAD (or copy to Y_65_255) as follows.
    <b>Example:</b>
    Choose Device formats, Change
    hplj4
    x_65_255
    Execute
    Double click on printer initialisation
    Change from:-
    # select Courier 16.67 CPI normal font
    e(s0p16.67h0s0b4099T
    to:-
    # select arial 24 cpi 15 point normal
    e(s0p24h15v0s0b16602T
    Also bold as follows:-
    # select arial 24 cpi 15 point bold
    e(s0p24h15v0s3b16602T
    Also the error you get when changing a format in the output screen is only a warning and can be overidden by pressing the green tick.
    If the sap standard formats don't fit your requirements you can create your own eg Y_65_170 . It seems to be the numbers in the name that somehow triggers which one the abap chooses
    Regards
    Sudheer

  • SHOW ALV REPORT IN k$  (DIVID TO 1000)

    i have an alv report and with dATA  in tousands  100,000,  300,00 , 320,200
    i want to see it in K$ LIKE 100, 300 , 320.2
    HOW I CAN MAKE IT SIMPLE...

    I HAVE A LOT OF FIELDS, AND BCS I SEE IT IN REPORT PAINTER  I  KNEW IT MUST BE IN DECLARING A PARAMETER
    Moderator message - Please do not use all caps when posting. It makes it hard to read and is considered yelling. And think about your question before asking. It seems pretty basic.
    Edited by: Rob Burbank on Jan 13, 2010 2:11 PM

Maybe you are looking for