OION Transaction-Group formation-URGENT PLEASE

Dear PM experts,
when I try to create Number range group in OION transcation in Testing client,it not getting created.Already around 150 groups are formed and objects were assigned.Is there is any restriction in NUMBER OF GROUPS in this Transaction.
Since its very urgent,Guys pl give solution.
Regards
ISWARI

What do u mean by not getting created?! There must be some message, symptom, result!
Message was edited by:
        Bala Aluru

Similar Messages

  • ASCI to ALV format urgent please.

    Hi ;
    I have internal table format as  DATA: gt_txtlines(1024) TYPE c OCCURS 0 WITH HEADER LINE. This containes alv lines submitted from external report . So some lines and format of internal table is not usefull .Is there any format to upload
    CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listobject         = lt_list
          listasci           = lt_txtlines
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
    functions produce asci format data take as an normal internal table format (column design.) I mean take memory data as its original internal table format.
    Please find below the code ;
    *&      Form  submit_fields
          text
    -->  p1        text
    <--  p2        text
    FORM submit_fields .
      SUBMIT rcs15001  WITH pm_idnrk EQ s_matnr-low
                       WITH pm_werks EQ p_werks
                       WITH pm_stlan EQ p_stlan
                       WITH pm_datuv EQ p_datuv
                       WITH pm_emeng EQ p_emeng
                       WITH pm_rmeng EQ p_rmeng
                       EXPORTING LIST TO MEMORY
                       AND RETURN.
      PERFORM retrieve_list_from_memory TABLES gt_listout
                                               gt_list
                                               gt_txtlines.
    ENDFORM.                    " submit_fields
    *&      Form  retrieve_list_from_memory
          text
         -->P_LISTOUT  text
    FORM retrieve_list_from_memory  TABLES lt_listout STRUCTURE gt_listout
                                           lt_list    STRUCTURE gt_list
                                           lt_txtlines.
      CLEAR lt_list.  REFRESH lt_list.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = lt_list
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      CHECK sy-subrc = 0.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listobject         = lt_list
          listasci           = lt_txtlines
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
      CHECK sy-subrc = 0.
      PERFORM rearrange_list TABLES lt_txtlines.
      CALL FUNCTION 'LIST_FREE_MEMORY'.
    ENDFORM.                    " retrieve_list_from_memory
    How can I get alv list
    Regards.
    Message was edited by:
            yanut

    Hi ;
    I have internal table format as  DATA: gt_txtlines(1024) TYPE c OCCURS 0 WITH HEADER LINE. This containes alv lines submitted from external report . So some lines and format of internal table is not usefull .Is there any format to upload
    CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listobject         = lt_list
          listasci           = lt_txtlines
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
    functions produce asci format data take as an normal internal table format (column design.) I mean take memory data as its original internal table format.
    Please find below the code ;
    *&      Form  submit_fields
          text
    -->  p1        text
    <--  p2        text
    FORM submit_fields .
      SUBMIT rcs15001  WITH pm_idnrk EQ s_matnr-low
                       WITH pm_werks EQ p_werks
                       WITH pm_stlan EQ p_stlan
                       WITH pm_datuv EQ p_datuv
                       WITH pm_emeng EQ p_emeng
                       WITH pm_rmeng EQ p_rmeng
                       EXPORTING LIST TO MEMORY
                       AND RETURN.
      PERFORM retrieve_list_from_memory TABLES gt_listout
                                               gt_list
                                               gt_txtlines.
    ENDFORM.                    " submit_fields
    *&      Form  retrieve_list_from_memory
          text
         -->P_LISTOUT  text
    FORM retrieve_list_from_memory  TABLES lt_listout STRUCTURE gt_listout
                                           lt_list    STRUCTURE gt_list
                                           lt_txtlines.
      CLEAR lt_list.  REFRESH lt_list.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = lt_list
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      CHECK sy-subrc = 0.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listobject         = lt_list
          listasci           = lt_txtlines
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
      CHECK sy-subrc = 0.
      PERFORM rearrange_list TABLES lt_txtlines.
      CALL FUNCTION 'LIST_FREE_MEMORY'.
    ENDFORM.                    " retrieve_list_from_memory
    How can I get alv list
    Regards.
    Message was edited by:
            yanut

  • Date format, urgent, Please help

    I'm having problem with date format. In the sql I need get data that greater than
    '05-01-2005' but cannot get it work.the = is Ok but not > or >=.
    Could someone please tell why and how to do it?
    Many thanks
    this one is work.
    select distinct to_char(LAST_MODIFIED_DATE, 'DD/MM/YYYY') start_date
    from ccst_acctsys_account
    where to_char(LAST_MODIFIED_DATE,'DD-MM-YYYY') = '05-01-2005';
    this one is not work
    select distinct to_char(LAST_MODIFIED_DATE, 'DD/MM/YYYY') start_date
    from ccst_acctsys_account
    where to_char(LAST_MODIFIED_DATE,'DD-MM-YYYY') > '05-01-2005'

    since you convert the date to character format you won't be able to use the > or <
    you might want to use the trunc() function and convert the '05-01-2005' in date datatype:
      select distinct to_char(LAST_MODIFIED_DATE, 'DD/MM/YYYY') start_date
        from ccst_acctsys_account
       where trunc(LAST_MODIFIED_DATE) >= to_date('05-01-2005','dd-mon-yyyy');Message was edited by:
    Warren Tolentino
    Jonh has the same solution. You might want to try including the TRUNC() function.

  • PNG File format  ------- URGENT Please help

    Hi all
    I am trying to create a file of format type png. my code looks like this could someone help me with this and tell me whats wrong and how should i go about this. The file ofcourse is getting created but there is nothing in the file.
    Thanks in advance
    File file = new File("something.png");
    String filename = "something.png";
    FileOutputStream f = new FileOutputStream(filename);
    java.awt.image.renderable.ParameterBlock pb = new java.awt.image.renderable.ParameterBlock();
    pb.addSource(image);
    //pb.add(DataBuffer.TYPE_BYTE);
    com.sun.media.jai.codec.PNGEncodeParam.RGB encodeParam = new com.sun.media.jai.codec.PNGEncodeParam.RGB();
    com.sun.media.jai.codec.ImageEncoder encoder = com.sun.media.jai.codec.ImageCodec.createImageEncoder("PNG", f, encodeParam);
    encoder.encode(image);
    f.close();
              

    take a look at
    http://www.javaside.com/asp/mfr.asp?page=/us/jspImage.shtml

  • Date format Problem in OAF R12 Urgent Please help!!!

    We have acustom application in OAF which was developed in 11i. Now we migrated the same to R12.
    In this there are two date fileds getting dispayed on the page and the query for the same is
    SELECT TO_CHAR (SYSDATE, 'dd-mm-yyyy') AS CURRENT_DATE, UPPER (TO_CHAR (SYSDATE - 10, 'mon-yy')) AS g_period, UPPER (TO_CHAR (SYSDATE + 5, 'mon-yy')) AS gnext_period, TO_CHAR (sysdate,'dd-mon-yyyy') as today_date, TO_CHAR (sysdate - 1,'dd-mon-yyyy') as yesterday_date FROM DUAL
    In 11i version the output is dispaying correctly but in R12 the current date is dispayed as
    Start Date 04-Nov-5242
    End Date 04-Nov-5241
    As per logic it should be
    Start Date 09-Feb-2012
    End Date 10-Feb-2012
    Please help..Urgent issue.

    Here are the answers to your problems :
    1. Once u restart , the oracle services and the database is not mounting automatically.That is because, when you install the Oracle Oracle8i Standard Edition Release (8.1.7), the two key services namely
    OracleOraHome81TNSListner and
    OracleService<your SID name>
    are configured as manual start ( check the NT --> start>setting>control panel>services. )
    For the database to start automatically the next time you start your machine, these two services will have to be put into "Automatic Start" mode.
    < for this double click on the respective service, select the "Automatic" radio button and click on ok>.
    Now when you restart the machine, your database will be automatically mounted.
    2. this as explained above is a corollory to the above problem. you can start or stop your database on NT using the "Services" window....
    hope this helps.
    bye.
    Hi All,
    I have installed Oracle Oracle8i Standard Edition Release (8.1.7) from technet site.
    I have installed it on windows NT 4.0 .
    Installation is fine.
    I can access or get into SQL prompt .
    I have created a database also.
    1st problem
    My problem is once I restart the Machine and try to access SQL plus .it gives me an error
    ORA-01034: Oracle not available
    ORA-27101: shared memory realm does not exist.
    2nd problem
    I dont know how to start and stop the database , as there is nothing to do that in the start menu of Oracle .
    How do i do this .
    This is very urgent please help.
    regards,
    Preeti

  • RFCHKE00 program  output formatting - Urgent

    Hello Friends,
    I am working on the Positive payments - Outgoing payments to Banks.  The standard SAP program is doing the Check extract for the same.  If I run the transaction code FCHX, then this transaction is using the program RFCCHKE00 to produce the output file from SAP.  The format of the output file does not match the Bank format and so I've to reformat the output file to the bank format before transferring the data to the respective banks. 
    Could anybody tell me how to reformat the output file programattically?  Shd I write an ABAP for this or what should I do?  If I've to write an ABAP then could somebody help me with the program?.  Please advise. 
    This is very urgent please.
    Thanks in Advance.

    check below program which was written for the same purpose in one of our client.
    <b>AWARD Points</b>
    REPORT  zfo_positive_pay   LINE-SIZE  120
                               LINE-COUNT 60
                               MESSAGE-ID zf_cd.
    ======================      T A B L E S       =======================
    TABLES: t001,        "Company Codes
            t012,        "House Banks
            tcurc,       "Currency Codes
            payr,        "Payment data
            dfkkcr.      "Repository For Checks
    ======================         T Y P E S      =======================
    TYPES: BEGIN OF ty_boa_format,
            acc_num(10)  TYPE  c,
            void_ind(1)  TYPE  c,
            filler(2)    TYPE  c,
            s_no(10)     TYPE  c,
            amount(12)   TYPE  c,
            add_data(45) TYPE  c,
          END OF ty_boa_format.
    TYPES: BEGIN OF ty_boa_detail_format,
            acc_num(10)  TYPE  c,
            void_ind(1)  TYPE  c,
            filler(2)    TYPE  c,
            s_no(10)     TYPE  c,
            amount(12)   TYPE  c,
            iss_date(8)  TYPE  c,
            add_data(37) TYPE  c,
          END OF ty_boa_detail_format.
    =========        I N T E R N A L   T A B L E S         ==============
    DATA  BEGIN OF it_sap_format OCCURS 0.
            INCLUDE STRUCTURE dtachkp.
    DATA  END OF it_sap_format.
    DATA: it_boa_format TYPE STANDARD TABLE OF ty_boa_format
                                      WITH HEADER LINE,
          it_boa_detail_format TYPE STANDARD TABLE OF ty_boa_detail_format
                                    WITH HEADER LINE.
    internal tables to send E-mail
    DATA: st_doc_chng LIKE  sodocchgi1,
                          "Data of an object which can be changed
          it_objtxt   LIKE STANDARD TABLE OF solisti1   ,
                            "SAPoffice: Single List with Column Length 255
          wa_objtxt   LIKE LINE OF it_objtxt,
          it_objpack  LIKE STANDARD TABLE OF sopcklsti1 ,
                     "SAPoffice: Description of Imported Object Components
          wa_objpack  LIKE LINE OF it_objpack,
          it_objhead  LIKE STANDARD TABLE OF solisti1 ,
                            "SAPoffice: Single List with Column Length 255
          wa_objhead  LIKE LINE OF it_objhead,
          it_reclist  LIKE STANDARD TABLE OF somlreci1  ,
                           "SAPoffice: Structure of the API Recipient List
          wa_reclist  LIKE LINE OF it_reclist,
          it_objbin   LIKE STANDARD TABLE OF solisti1,
                      "SAPoffice: Single List with Column Length 255
          wa_objbin LIKE LINE OF it_objbin.
    =========              C O N S T A N T S               ==============
    CONSTANTS c_flag TYPE c VALUE 'X'.
    =========              V A R I A B L E S               ==============
    DATA: w_flag TYPE c,
          w_str(70) TYPE c,  " To store E-Amil contents
          w_tab_lines TYPE sy-tabix.
    ==========         S E L E C  T I O N  S C R E E N      =============
    SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-t01.
    SELECTION-SCREEN: SKIP.
    SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME.
    PARAMETERS:     p_bukrs   LIKE payr-zbukr OBLIGATORY DEFAULT '2580',
                    p_hbkid   LIKE payr-hbkid OBLIGATORY DEFAULT 'BOAUS',
                    p_waers   LIKE payr-waers OBLIGATORY DEFAULT 'USD'.
    SELECT-OPTIONS: s_erdat   FOR  dfkkcr-erdat OBLIGATORY.
    "DEFAULT SY-DATUM.
    SELECT-OPTIONS: s_voidr  FOR payr-voidr.
    SELECTION-SCREEN: END OF BLOCK b2.
    SELECTION-SCREEN: BEGIN OF BLOCK b3 WITH FRAME.
    PARAMETERS:     p_sfile   LIKE rlgrap-filename OBLIGATORY,
                    p_opath LIKE rlgrap-filename OBLIGATORY,
                    p_ofile   LIKE rlgrap-filename OBLIGATORY.
    SELECTION-SCREEN: END OF BLOCK b3.
    SELECTION-SCREEN: END OF BLOCK b1.
    ============     I N I T I L I Z A T I O N              =============
    data : w_bukrs like payr-zbukr.
    INITIALIZATION.
      DATA: l_path1 LIKE rlgrap-filename VALUE '/global/data/transfer/',
            l_path2 LIKE rlgrap-filename   VALUE '/3302/pub/out/'.
      CONCATENATE l_path1 sy-sysid l_path2 INTO p_opath.
    ============     A T  S E L E C T I O N  S C R E E N    =============
    AT SELECTION-SCREEN.
    *---to Validate the entered Company code
      PERFORM to_validate_bukrs.
    *---to Validate the entered house bank
      PERFORM to_validate_hbkid.
    *---to Validate the entered currency
      PERFORM to_validate_waers.
    AT SELECTION-SCREEN OUTPUT.
    *--- to populate the default file names if the entered company code and
    *--- house bank id are valid
      PERFORM to_populate_default_file_names.
    ============    S T A R T  O F  S E L E C T I O N       =============
    START-OF-SELECTION.
    *---checking of file CD_POS_COMPLETE for existence
      PERFORM CHECK_FILES.
    *--- to submit the report RFCHKE00
      PERFORM submit_rfchke00.
    *--- to open the unix file and download the data
      PERFORM open_unix_file_and_process.
    *--- to convert the sapfile format to the required BOA format
      PERFORM sap_format_to_boa_format.
    =============    E N D   O F  S E L E C T I O N       ===============
    END-OF-SELECTION.
    *If entered file exists in the Unix directory
      IF w_flag = ' '.
    *--- process the boa internal table to generate the trailer records for
    *--- every new account number
        PERFORM process_boa_for_trailer_record.
    *--- upload data to the unix file which contains the required BOA format
        PERFORM upload_unix_file.
    *---addition of files into server
      PERFORM ADD_FILES.
    *-----Send a E-Mail to the user
        PERFORM send_email.
      ENDIF.
    ===================    S U B R O U T I N E S       ==================
    *&      Form  to_validate_bukrs
          to validate the entered company code at the selection screen
    FORM to_validate_bukrs .
      IF NOT p_bukrs IS INITIAL.
        SELECT SINGLE bukrs
                 FROM t001
                 INTO t001-bukrs
                WHERE bukrs EQ p_bukrs.
        IF sy-subrc NE 0.
          MESSAGE e004 WITH text-e01.
          STOP.
        ENDIF.
      ELSE.
        MESSAGE e004 WITH text-e00.
      ENDIF.
    ENDFORM.                    " to_validate_bukrs
    *&      Form  to_validate_hbkid
          to validate the entered house bank id at the selection screen
    FORM to_validate_hbkid .
      IF NOT p_hbkid IS INITIAL.
        SELECT SINGLE hbkid
                 FROM t012
                 INTO t012-hbkid
                WHERE hbkid EQ p_hbkid.
        IF sy-subrc NE 0.
          MESSAGE e004 WITH text-e02.
          STOP.
        ENDIF.
      ELSE.
        MESSAGE e004 WITH text-e00.
      ENDIF.
    ENDFORM.                    " to_validate_hbkid
    *&      Form  to_validate_waers
    to validate the entered cCurrency at the selection screen
    FORM to_validate_waers .
      IF NOT p_waers IS INITIAL.
        SELECT SINGLE waers
                 FROM tcurc
                 INTO tcurc-waers
                WHERE waers EQ p_waers.
        IF sy-subrc NE 0.
          MESSAGE e004 WITH text-e03.
          STOP.
        ENDIF.
      ELSE.
        MESSAGE e004 WITH text-e00.
      ENDIF.
    ENDFORM.                    " to_validate_waers
    *&      Form  to_populate_default_file_names
      to disable the file name fields and to populate the default values
      into it
    FORM to_populate_default_file_names .
      DATA: l_date LIKE sy-datum.
      l_date = sy-datum.
      IF p_sfile IS INITIAL or w_bukrs <> p_bukrs.
    *---   move the entered company code, house bank id and todays
    *---   date to the sap file name
        CONCATENATE '/tmp/FI_' p_bukrs p_hbkid p_waers sy-datum
                    INTO p_sfile.
      ENDIF.
      IF p_ofile IS INITIAL or w_bukrs <> p_bukrs.
        CONCATENATE '3302-BA-03-'
                       l_date '-' sy-uzeit '-' p_bukrs '-out'
                     INTO p_ofile.
      ENDIF.
      w_bukrs = p_bukrs.
    ENDFORM.                    " to_populate_default_file_names
    *&      Form  open_unix_file_and_process
          opne the unix file and download data to internal table
    FORM open_unix_file_and_process .
      DATA : l_msg(80) TYPE c.
      CLEAR w_flag.
    open the file in text mode
      OPEN DATASET p_sfile FOR       INPUT
                           IN        TEXT MODE
                           MESSAGE   l_msg
                           ENCODING  DEFAULT.
      IF sy-subrc NE 0.
        MESSAGE s004 WITH l_msg '-' p_sfile.
        w_flag = 'X'.
        STOP.
      ENDIF.
    move the downloaded file data record wise to the internal table
    till it reaches to the last record
      DO.
        READ DATASET p_sfile INTO it_sap_format.
        IF sy-subrc = 0.
          APPEND it_sap_format.
        ELSE.
        cursor reached to the last record of the file
          EXIT.
        ENDIF.
      ENDDO.
    remove the header record form the downloaded file data
      DELETE it_sap_format INDEX 1.
    remove the dataset file created by sap standard program
      DELETE DATASET p_sfile.
    close the opened file
      CLOSE DATASET p_sfile.
    ENDFORM.                    " open_unix_file_and_process
    *&      Form  sap_format_to_boa_format
          to convert the sap generated file format to the required Bank Of
          America format
    FORM sap_format_to_boa_format .
      DATA: l_amount(10),
            l_decimal(2),
            l_payee2 LIKE payr-znme2.
      LOOP AT it_sap_format.
        WRITE it_sap_format-bankn  TO it_boa_detail_format-acc_num
                                      RIGHT-JUSTIFIED.
        UNPACK it_boa_detail_format-acc_num TO it_boa_detail_format-acc_num.
        IF NOT it_sap_format-voidr IS INITIAL.
          it_boa_detail_format-void_ind = '2'.
        ELSE.
          CLEAR it_boa_detail_format-void_ind.
        ENDIF.
        it_boa_detail_format-filler   = space.
        WRITE it_sap_format-chect  TO it_boa_detail_format-s_no
                                      RIGHT-JUSTIFIED.
        UNPACK it_boa_detail_format-s_no TO it_boa_detail_format-s_no.
        WRITE it_sap_format-amnt+6(9) TO l_amount.
        WRITE it_sap_format-decm+0(2)  TO l_decimal.
        CONCATENATE '0' l_amount l_decimal INTO it_boa_detail_format-amount.
        it_boa_detail_format-iss_date = it_sap_format-zaldt.
    *addition of payee2 field in version2.
        CLEAR l_payee2.
        SELECT SINGLE znme2
                      INTO l_payee2
                      FROM payr
                      WHERE zbukr = p_bukrs AND
                            hbkid = p_hbkid AND
                            chect = it_sap_format-chect.
    *payee1 and payee2 separated by # symbol.
        it_boa_detail_format-add_data+0(20) = it_sap_format-znme1.
        it_boa_detail_format-add_data+20(1) = '#'.
        it_boa_detail_format-add_data+21(16) = l_payee2.
    *if payee1 is initial , then condenses the name
        CONDENSE it_boa_detail_format-add_data.
        APPEND it_boa_detail_format.
      ENDLOOP.
      CLEAR it_boa_detail_format.
    ENDFORM.                    " sap_format_to_boa_format
    *&      Form  process_boa_for_trailer_record
          to generate the trailer record for every new account number
    FORM process_boa_for_trailer_record .
      DATA: l_cnt     TYPE i,
            l_amt(12) TYPE p DECIMALS 2,
            l_temp(12).
    *--- sort the table on account number
      SORT it_boa_detail_format BY acc_num.
      LOOP AT it_boa_detail_format.
      to get the item line count and the total
        if it_boa_detail_format-void_ind <> '2'.
          l_cnt = l_cnt + 1.
          l_amt = l_amt + it_boa_detail_format-amount.
        endif.
        it_boa_format-acc_num        = it_boa_detail_format-acc_num.
        it_boa_format-void_ind       = it_boa_detail_format-void_ind.
        it_boa_format-filler         = it_boa_detail_format-filler.
        it_boa_format-s_no           = it_boa_detail_format-s_no.
        it_boa_format-amount         = it_boa_detail_format-amount.
        it_boa_format-add_data+0(8)  = it_boa_detail_format-iss_date.
        it_boa_format-add_data+8(37) = it_boa_detail_format-add_data.
        APPEND it_boa_format.
        CLEAR it_boa_format.
      for the new bank account number
        AT END OF acc_num.
          it_boa_format-acc_num        = it_boa_detail_format-acc_num.
          it_boa_format-void_ind       = 'T'.
          it_boa_format-filler         = ''.
          it_boa_format-s_no           = l_cnt.
    *--   unpack is used to add leading zeros
          UNPACK it_boa_format-s_no     TO it_boa_format-s_no.
          l_amt = l_amt / 100.
          UNPACK l_amt                  TO it_boa_format-amount.
          l_temp = it_boa_format-amount.
    *-- Changes as per BOA - no decimals requried ,instead put a 0
    *-- in the start
          CLEAR it_boa_format-amount.
          it_boa_format-amount+0(01)  = '0'.          "Zero at the start
          it_boa_format-amount1(9)   = l_temp1(9).   "9 digits whole amt
          it_boa_format-amount10(2)  = l_temp10(2). "2 decimals amt
          UNPACK it_boa_format-add_data TO it_boa_format-add_data.
          APPEND it_boa_format.
          CLEAR: l_cnt,
                 l_amt,
                 l_temp,
                 it_boa_format.
        ENDAT.
      ENDLOOP.
    ENDFORM.                    " process_boa_for_trailer_record
    *&      Form  upload_unix_file
          create unix file with the required BOA format
    FORM upload_unix_file .
      DATA l_msg(80) TYPE c.
    opne the unix file
      CONCATENATE p_opath p_ofile INTO p_ofile.
      OPEN DATASET p_ofile FOR      OUTPUT
                           IN       TEXT MODE
                           MESSAGE  l_msg
                           ENCODING DEFAULT.
      IF sy-subrc NE 0.
        MESSAGE i004 WITH l_msg.
        EXIT.
      ENDIF.
    move the data from internal table to unix file
      LOOP AT it_boa_format.
        TRANSFER it_boa_format TO p_ofile.
      ENDLOOP.
      message about number of records downloaded
      IF sy-subrc EQ 0.
        MESSAGE s004 WITH
                     sy-tfill 'records downloaded to the file'
                     p_ofile.
      ENDIF.
      close file
      CLOSE DATASET p_ofile.
    ENDFORM.                    " upload_unix_file
    *&      Form  submit_rfchke00
          to submit the standard program RFCHKE00 to extract the checks
          for the given company code, House bank and currecncy
    FORM submit_rfchke00 .
      SUBMIT rfchke00 WITH par_zbuk EQ p_bukrs
                      WITH par_hbki EQ p_hbkid
                      WITH par_waer EQ p_waers
                      WITH par_xneu EQ c_flag
                      WITH sel_zald IN s_erdat
                      WITH par_file EQ p_sfile
                      WITH par_dbup EQ c_flag
                      WITH sel_void IN s_voidr
                      AND RETURN.
      IF sy-subrc NE 0.
        MESSAGE i004 WITH text-e04.
        EXIT.
      ENDIF.
    ENDFORM.                    " submit_rfchke00
    *&      Form  send_email
          sends an email in the required format
    FORM send_email .
    Populate the Mail contents
      PERFORM populate_email_ref_data.
    Populate the attachment data
      PERFORM pop_data_objbin.
      CLEAR w_tab_lines.
      DESCRIBE TABLE it_objbin LINES w_tab_lines.
      wa_objhead = text-021.
      APPEND wa_objhead TO it_objhead.
    Creation of the entry
      wa_objpack-transf_bin = 'X'.
      wa_objpack-head_start = 0.
      wa_objpack-head_num   = 0.
      wa_objpack-body_start = 0.
      wa_objpack-body_num   = w_tab_lines.
      wa_objpack-doc_type   = 'txt'.
      wa_objpack-obj_name   = 'POS pay-FI'.
      wa_objpack-obj_descr  = text-022.
      wa_objpack-doc_size   = w_tab_lines * 255.
      APPEND wa_objpack TO it_objpack.
    Populate the User mail ids from the distribution list
      PERFORM receiver_details.
    ENDFORM.                    " send_email
    *&      Form  POPULATE_EMAIL_REF_DATA
         Subroutine to set the Attachment file name ,Mail subject,
         Body of the mail and size of the mail
    FORM populate_email_ref_data .
    Setting up attachment file name
      st_doc_chng-obj_name = text-t02.
    Setting up mail subject
      st_doc_chng-obj_descr = text-t03.
      st_doc_chng-sensitivty = 'P'.
    *Seting up the body of the E-mail
      wa_objtxt = text-t04.
      APPEND wa_objtxt TO it_objtxt.
      DESCRIBE TABLE it_objtxt LINES w_tab_lines.
      READ TABLE it_objtxt INTO wa_objtxt INDEX w_tab_lines.
    *Finding size of the E-mail
    st_doc_chng-doc_size = ( w_tab_lines - 1 ) * 255 + STRLEN( wa_objtxt ).
    Creation of the entry for the compressed document
      CLEAR wa_objpack-transf_bin.
      wa_objpack-head_start = 1.
      wa_objpack-head_num = 0.
      wa_objpack-body_start = 1.
      wa_objpack-body_num = w_tab_lines.
      wa_objpack-doc_type = 'RAW'.
      APPEND wa_objpack TO it_objpack.
    ENDFORM.                    " POPULATE_EMAIL_REF_DATA
    *&      Form  POP_DATA_OBJBIN
    Subroutine to populate the contennts of the attached document
    FORM pop_data_objbin .
      DATA : l_date LIKE sy-datum.
      l_date = sy-datum - 1.
    Populating the message
      CLEAR w_str.
      CONCATENATE text-t06 l_date INTO w_str SEPARATED BY space.
      MOVE w_str TO wa_objbin-line.
      CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
      wa_objbin-line = w_str.
      APPEND wa_objbin TO it_objbin.
      CLEAR w_str.
      CLEAR wa_objbin.
    WRITE TEXT-T07 TO W_STR+01(64).   "Message
    MOVE W_STR TO WA_OBJBIN-LINE.
    CONCATENATE  CL_ABAP_CHAR_UTILITIES=>CR_LF W_STR INTO  W_STR.
    WA_OBJBIN-LINE = W_STR.
    APPEND WA_OBJBIN TO IT_OBJBIN.
    CLEAR W_STR.
    CLEAR WA_OBJBIN.
    WRITE TEXT-T06 TO W_STR.
    MOVE W_STR TO WA_OBJBIN-LINE.
    CONCATENATE  CL_ABAP_CHAR_UTILITIES=>CR_LF W_STR INTO  W_STR.
    WA_OBJBIN-LINE = W_STR.
    APPEND WA_OBJBIN TO IT_OBJBIN.
    CLEAR: W_STR,
            WA_OBJBIN.
    *for Company Code and House Bank
      CONCATENATE text-t08 p_bukrs INTO w_str SEPARATED BY space.
      CONCATENATE w_str text-t09 INTO w_str.
      CONCATENATE w_str p_hbkid INTO w_str SEPARATED BY space.
      MOVE w_str TO wa_objbin-line.
      CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
      wa_objbin-line = w_str.
      APPEND wa_objbin TO it_objbin.
      CLEAR w_str.
      CLEAR wa_objbin.
      WRITE text-t07 TO w_str+0(62).
      MOVE w_str TO wa_objbin-line.
      CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
      wa_objbin-line = w_str.
      APPEND wa_objbin TO it_objbin.
      CLEAR w_str.
      CLEAR wa_objbin.
    Processing output records to send email in attachment
      LOOP AT it_boa_format.
        PERFORM cheque_records_to_objbin.
      ENDLOOP.
      IF it_objbin[] IS INITIAL.
        MOVE 'No data in Positive Payfile for FI'  TO wa_objbin-line.
        CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
        wa_objbin-line = w_str.
        APPEND wa_objbin TO it_objbin.
        CLEAR w_str.
        CLEAR wa_objbin.
      ENDIF.
    ENDFORM.                    " POP_DATA_OBJBIN
    *&      Form  CHEQUE_RECORDS_TO_OBJBIN
          Subroutine to populate the output data in attachment
    FORM cheque_records_to_objbin .
      DATA: l_bank_acc_no(10),
            l_check_no(10),
            l_amount(12),
            l_paid_date(8),
            l_status(1).
      l_bank_acc_no = it_boa_format-acc_num.
      l_check_no    = it_boa_format-s_no.
      l_amount      = it_boa_format-amount.
      l_paid_date   = it_boa_format-add_data+0(8).
      l_status      = it_boa_format-void_ind.
    Display only summarised records in Email
      IF it_boa_format+10(1) = 'T'.
        WRITE text-t05 TO w_str+01(80).
        MOVE w_str TO wa_objbin-line.
        CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
        wa_objbin-line = w_str.
        APPEND wa_objbin TO it_objbin.
        CLEAR w_str.
        CLEAR wa_objbin.
        WRITE l_bank_acc_no TO w_str+0(18).
        WRITE l_check_no    TO w_str+18(12).
        WRITE l_amount      TO w_str+30(14).
        MOVE w_str TO wa_objbin-line.
        CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
        wa_objbin-line = w_str.
        APPEND wa_objbin TO it_objbin.
        CLEAR w_str.
        CLEAR wa_objbin.
        WRITE text-t05 TO w_str+01(80).
        MOVE w_str TO wa_objbin-line.
        CONCATENATE  cl_abap_char_utilities=>cr_lf w_str INTO  w_str.
        wa_objbin-line = w_str.
        APPEND wa_objbin TO it_objbin.
        CLEAR w_str.
        CLEAR wa_objbin.
    ELSE.
      for detail records
       WRITE L_BANK_ACC_NO TO W_STR+0(18).
       WRITE L_CHECK_NO    TO W_STR+18(12).
       WRITE L_AMOUNT      TO W_STR+30(14).
       WRITE L_PAID_DATE   TO W_STR+44(12).
       WRITE L_STATUS      TO W_STR+56(1).
       MOVE W_STR TO WA_OBJBIN-LINE.
       CONCATENATE  CL_ABAP_CHAR_UTILITIES=>CR_LF W_STR INTO  W_STR.
       WA_OBJBIN-LINE = W_STR.
       APPEND WA_OBJBIN TO IT_OBJBIN.
      ENDIF.
      CLEAR: w_str,
             wa_objbin.
    ENDFORM.                    " CHEQUE_RECORDS_TO_OBJBIN
    *&      Form  RECEIVER_DETAILS
       Subroutine to populate the receiver details
    FORM receiver_details .
      wa_reclist-receiver = text-t10.  "'[email protected]'.
      wa_reclist-rec_type = 'U'.
      APPEND wa_reclist TO it_reclist.
      CLEAR  wa_reclist.
    *-- Sending the email with attached document
      PERFORM call_email_function.
    ENDFORM.                    " RECEIVER_DETAILS
    *&      Form  CALL_EMAIL_FUNCTION
          text
    FORM call_email_function .
    Call function to send email
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
            EXPORTING
                 document_data              = st_doc_chng
                 commit_work                = 'X'
                put_in_outbox               = 'X'
          importing
               sent_to_all                = sent_to_all
            TABLES
                 packing_list               = it_objpack
                 object_header              = it_objhead
                 contents_bin               = it_objbin
                 contents_txt               = it_objtxt
                 receivers                  = it_reclist
            EXCEPTIONS
                 too_many_receivers         = 1
                 document_not_sent          = 2
                 operation_no_authorization = 4
                 OTHERS                     = 99.
      CASE sy-subrc.
        WHEN 1.
    *message e004.
        WHEN 2.
    *message e005.
        WHEN 3.
    *message e006.
        WHEN 0.
          SUBMIT rsconn01 WITH mode = 'INT' AND RETURN.
    *leave program.
         SET SCREEN 0.
          MESSAGE s004(zf_cd) WITH text-012 ' '  text-t10.
      ENDCASE.
    ENDFORM.                    " CALL_EMAIL_FUNCTION
    *&      Form  CHECK_FILES
    Perform used to check whether FI_POS_COMPLETE file exists on the
    server
    form CHECK_FILES .
      DATA : L_MSG(80) TYPE C,
             L_FILE   LIKE RLGRAP-FILENAME.
      CLEAR : L_FILE.
      CONCATENATE P_OPATH 'FI_POS_COMPLETE_' P_BUKRS INTO L_FILE.
      OPEN DATASET L_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF SY-SUBRC = 0.
      CLOSE DATASET L_FILE.
      MESSAGE E054.
      ELSE.
      CLOSE DATASET L_FILE.
      ENDIF.
    endform.                    " CHECK_FILES
    *&      Form  ADD_FILES
    Perform used to create the FI_POS_COMPLETE file on the server with a 0
    byte record
    form ADD_FILES .
      DATA : L_MSG(80) TYPE C,
             L_FILE   LIKE RLGRAP-FILENAME.
      CLEAR : L_FILE.
      CONCATENATE P_OPATH 'FI_POS_COMPLETE_' P_BUKRS INTO L_FILE.
      OPEN DATASET L_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
      IF SY-SUBRC = 0.
        TRANSFER SPACE TO L_FILE.
      ELSE.
        MESSAGE I055.
      ENDIF.
      CLOSE DATASET L_FILE.
    endform.                    " ADD_FILES

  • How to display the ALV output in a Group format

    Hello Experts,
    I have my current ALV report output like this:
    GROUP DESCRIPTION
    group1 adsfadsfadsfa
    group1 lkjadsfjlajdsfla
    group1 adsfadsfadsf
    group1 adsfadsfadfa
    group2 adsfadsfafaa
    group2 oiueworuowe
    group2 zxvzcxvzvcsd
    group2 oiuqoewruqw
    And I need to display the output of my ALV report in a group format like this:
    GROUP DESCRIPTION
    group1 adsfadsfadsfa
           lkjadsfjlajdsfla
           adsfadsfadsf
           adsfadsfadfa
    group2 adsfadsfafaa
           oiueworuowe
           zxvzcxvzvcsd
           oiuqoewruqw
    Can anybody please let me know if there is any sample program/thread/help etc.
    I grealty appreciate your help.
    Thanks.

    Hi Rainer,
    Thanks for the reply. I am using container for the ALV Display.
    So I wrote my code lie this:
    sort t_data by zgroup zdesc  ( t_data is my output internal table) .
    I have my ALV layout delcared like this:
    data: alv_layout type lvc_s_layo.
    So I have modified my code like this:
    alv_layout-NO_MERGING  = 'X'.
    But it did'nt work. Please let me know if I need make any other changes.
    Thanks again.

  • I need to use the PDF editor so I can sign or edit documents already on pdf format. Please advise?

    I need to use the PDF editor so I can sign or edit documents already on pdf format. Please advise?

    As per my understanding , To disable the field RV45A-KWMENG based on the condition for Transaction VA01/VA02.
    The conditions which i need to check is Order Type and item category.
    I understand that this is the code which i need to insert for disabling the field but i have a question here, where is the condition here and how the system understand for this field RV45A-KWMENG it has to disable. I think we need give the condition as if RV45A-KWMENG....... Another one if iam not wrong we need check that it has to be done in VA01 and VA02 then only this condition should be executed.
    IF VBAK-AUART EQ 'XXX' OR VBAP-PSTYV EQ TANN .
    IF SCREEN-NAME = 'XXX'.
    SCREEN-ACTIVE = 0
    ENDIF.
    ENDIF.
    Please suggest me the better way how can i do it in the coding.
    Awaiting for ur prompt reply.

  • Date Difference between two dates which is in String format - Urgent

    Hi,
    My requirement is
    String s1 = "04/24/2008" ; // in "mm/dd/yyyy" format
    String s2 = "08/30/2010" ; // in "mm/dd/yyyy" format
    Now i want to calculate the number of days between the two Strings(Dates).It's urgent.Please help me.

    A late entry:
    If you want to turn a String into a Date, use SimpleDateFormat.
    [Calculating Java dates: Take the time to learn how to create and use dates|http://www.javaworld.com/jw-12-2000/jw-1229-dates.html]
    [Formatting a Date Using a Custom Format|http://www.javaalmanac.com/egs/java.text/FormatDate.html]
    [Parsing a Date Using a Custom Format|http://www.javaalmanac.com/egs/java.text/ParseDate.html]

  • Transaction group for internal order

    Hi Experts,
    Please tell me where is the assignment done of transaction groups for internal order status management (KOV2) to internal order types. And how to add additional business transaction in it.
    Regrds,
    Sonali.

    Hi,
    In the order master, you can enter a business transaction group as a "disallowed transaction group". The business transactions contained in this group can no longer be used on the order.
    Standard group ALL contains all possible transactions for I/O.
    Regards,
    Eli

  • My pages is showing error while opening a document in microsoft word format. Please help

    While trying to open documents in microsoft word format, pages is showing an error. It is unable to complete the task and is requesting me to reopen pages but then no response. However I am able to work on pages format. Please help.
    thanks

    When you open a Word document in Pages, it is translated into the internal .pages document format — and you are no longer working in the original Word document format. This translation also occurs in reverse when exporting a document back to Word. When you open a Word document in Pages, if it has issues with the translation (missing font characteristics, other issues), it will open a warning dialog box and display these issues for you.
    If however, you prefer to always work in the native Word document format, and not risk translation issues, then you should be using MS Word in Office for Mac 2011 with the latest update.

  • After upgrading to Yosemite I cannot share my pages document by mail as a word format - HELP please!!!

    After upgrading to Yosemite I cannot share my pages document by mail as a word format - HELP please!!!

    You don't need to go to the App Store to for support for Steam and Minecraft. You need to go to their website(s).
    You're welcome 

  • Urgent please: lost all datas while sync my new iPhone. how can i retrieve my old datas? through icloud?

    urgent please: I have a new iphone 4S and while sync with itunes, it was not done using the data of my old iphone but with a new virgin iphone. how can I retrieve and sync with my old datas? through icloud? or have I lost everything? please help

    to be more precise
    I have saved all my datas of my old iphone on itunes and icloud. I got a new phone 4s that I connected to itunes in order to load it and sync with my old datas. but I don't konw how but when itunes sync my new iphone i did not take my old datas. at the end of the sync process, I got an iphone totally virgin, but none of my previous apps, neither contact neither calendar neither anything. what happened? did itunes erased all my previous datas?? i hope not but if it's the case, can I recuperate my old datas through icloud? please help because as a lot of us, all my life is in this iphone.. (contacts, photos of my 18months girl, etc etc)
    thank you very much

  • Kernel panics, message saying "You need to restart your computer.Hold down the Power..." I am in the middle of HSC very URGENT please help!! Mac keeps needing to restart!!

    Kernel panics, message saying "You need to restart your computer.Hold down the Power..." I am in the middle of HSC very URGENT please help!! Mac keeps needing to restart!!
    I looked in console and its saying that it may be because of Sophos Anti-Virus, i deleted and uninstalled all traces of Sophos but looked in console and this is some of the lines coming up:
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.intercheck[6460]) posix_spawn("/Library/Sophos Anti-Virus/InterCheck.app/Contents/MacOS/InterCheck", ...): No such file or directory
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.autoupdate[6461]) posix_spawn("/Library/Sophos Anti-Virus/SophosAutoUpdate.app/Contents/MacOS/SophosAutoUpdate", ...): No such file or directory
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.notification[6462]) posix_spawn("/Library/Sophos Anti-Virus/SophosAntiVirus.app/Contents/MacOS/SophosAntiVirus", ...): No such file or directory
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.intercheck[6460]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.intercheck) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.autoupdate[6461]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.autoupdate) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.notification[6462]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.notification) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:18.291 PM Safari: self <TabContentView: 0x7f8d5dd1aa50>
    26/09/13 10:11:22.617 PM Safari: self <TabContentView: 0x7f8d5db7bb00>
    26/09/13 10:11:27.866 PM Safari: self <TabContentView: 0x7f8d5c331a70>
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver[6487]) posix_spawn("/Library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer", ...): No such file or directory
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver[6487]) Exited with code: 1
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver) Throttling respawn: Will start in 10 seconds"
    Looked all over computer and cant find anything of Sophos please help very urgent!

    That was all that there was in the most recent one, how long do you think it could take to fix?
    Here is the second most recent:
    Wed Sep 25 15:39:39 2013
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f81757965, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff81acc397fe, CR3: 0x000000001e2b5025, CR4: 0x00000000000606e0
    RAX: 0x000000001d31a000, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000000
    RSP: 0xffffff80b0dbb710, RBP: 0xffffff80b0dbb820, RSI: 0x0000000000000000, RDI: 0x0000000000000001
    R8:  0x000000000000000a, R9:  0x0000000000000378, R10: 0x0000000000000128, R11: 0x0000000000000378
    R12: 0xffffff800c626400, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff81acc39802
    RFL: 0x0000000000010246, RIP: 0xffffff7f81757965, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff81acc397fe, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80b0dbb3c0 : 0xffffff8000220792
    0xffffff80b0dbb440 : 0xffffff80002c4794
    0xffffff80b0dbb5f0 : 0xffffff80002da55d
    0xffffff80b0dbb610 : 0xffffff7f81757965
    0xffffff80b0dbb820 : 0xffffff7f817667a0
    0xffffff80b0dbb840 : 0xffffff7f8173a58e
    0xffffff80b0dbb870 : 0xffffff7f8177fb6f
    0xffffff80b0dbb8a0 : 0xffffff7f81779632
    0xffffff80b0dbb8d0 : 0xffffff7f8177d7d5
    0xffffff80b0dbb900 : 0xffffff7f8177c6db
    0xffffff80b0dbb9e0 : 0xffffff7f817412b8
    0xffffff80b0dbba10 : 0xffffff7f81778684
    0xffffff80b0dbba30 : 0xffffff7f817449ce
    0xffffff80b0dbbb60 : 0xffffff7f81741a4c
    0xffffff80b0dbbbc0 : 0xffffff8000655f3e
    0xffffff80b0dbbbe0 : 0xffffff800065681a
    0xffffff80b0dbbc40 : 0xffffff8000656fbb
    0xffffff80b0dbbd80 : 0xffffff80002a3f08
    0xffffff80b0dbbe80 : 0xffffff8000223096
    0xffffff80b0dbbeb0 : 0xffffff80002148a9
    0xffffff80b0dbbf10 : 0xffffff800021bbd8
    0xffffff80b0dbbf70 : 0xffffff80002aef10
    0xffffff80b0dbbfb0 : 0xffffff80002daec3
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelHD3000Graphics(7.3.2)[A2328231-E577-32FF-B20F-D08BDC FE9C51]@0xffffff7f81738000->0xffffff7f8179bfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80d2e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cf5000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11G63b
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 1866666823698
    last loaded kext at 480357661446: com.apple.filesystems.smbfs          1.7.2 (addr 0xffffff7f80795000, size 241664)
    last unloaded kext at 303348424187: com.apple.driver.AppleUSBUHCI          5.1.0 (addr 0xffffff7f80af7000, size 65536)
    loaded kexts:
    com.sophos.kext.sav          8.0.14
    org.virtualbox.kext.VBoxNetAdp          4.2.16
    org.virtualbox.kext.VBoxNetFlt          4.2.16
    org.virtualbox.kext.VBoxUSB          4.2.16
    org.virtualbox.kext.VBoxDrv          4.2.16
    com.logmein.driver.LogMeInSoundDriver          1.0.2
    com.Greatdy.driver.SystemAudioCapture          1.0.0
    com.apple.filesystems.smbfs          1.7.2
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.iokit.IOBluetoothSerialManager          4.0.8f17
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleHDA          2.2.5a5
    com.apple.driver.AppleMikeyDriver          2.2.5a5
    com.apple.driver.AGPM          100.12.75
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.ApplePolicyControl          3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d8
    com.apple.driver.AppleIntelHD3000Graphics          7.3.2
    com.apple.driver.AppleBacklight          170.2.2
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.8f17
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.2.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCISerialATAPI          2.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.1.0
    com.apple.driver.AppleUSBHub          5.1.0
    com.apple.driver.AppleFWOHCI          4.9.0
    com.apple.driver.AirPort.Brcm4331          561.7.22
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.4b8
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleAHCIPort          2.3.1
    com.apple.driver.AppleUSBEHCI          5.1.0
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.4
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.DspFuncLib          2.2.5a5
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.2.5a5
    com.apple.iokit.IOHDAFamily          2.2.5a5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleGraphicsControl          3.1.33
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d8
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleIntelSNBGraphicsFB          7.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.kext.triggers          1.0
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.8f17
    com.apple.iokit.IOBluetoothFamily          4.0.8f17
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          230.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.0
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.0.3
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.4.8
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOUSBFamily          5.1.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4

  • HT4790 My Mac OS Lion 10.7 FileVaulted HD does not boot, prohibitory sign, stop sign appears some minutes after boot starts. Disk Utility repair shows four error messages: Unable to bootstrap transaction group 2517: inconsistent crosscheck (the same with

    My Mac OS Lion 10.7 FileVaulted HD does not boot, prohibitory sign, stop sign appears some minutes after boot starts. Disk Utility repair shows four error messages:
    Unable to bootstrap transaction group 2517: inconsistent crosscheck
    No valid commit checkpoint found
    The volume xxxxxxxxxxxxxx(here it shows physical volume number) was found corrupt and can not be repaired.
    Problems were encountered during repair of the partition map
    Error: Storage system verify or repair failed.
    (the same with 2518, 2519 and 2520 transaction group)
    I suppose it is serious bug in Mac OS Lion managing FileVault and wonder what the help could be?

    Most likely culprit is your Lacie drives which are notorious for flaky power supplies which cause just the sort of erratic behaviour that you describe. Have had similar issues myself. Lacie has been good about replacing my power converter-- twice. If you have seven of them, good luck finding the bad one or more. Like I said, the behaviour is erratic. Sometimes it'll work sometimes not. I can't comment on Samsung drives because I've never used them and have never heard anything about them. Same with Softraid. Why not just use Disk Utility. Sounds like you're ready for an external hardware raid. This will be much faster, much more reliable, and may even be cheaper than seven firewire drives. Check out G Tech, and Maxx Digital for starters.
    Best of luck
    Terry

Maybe you are looking for