Module pool MP007000 missing from T588M table

Dear friends,
I need to make some modifications to the IT70 screen therefore tried looking for the screen in T588M but unfortunately its missing from the list of module pools defined over there. The system is already configured with IT70 for Great Britain and i need to define it now for Netherlands but T588M does not even have the module pool for Great Britain in there. Can someone pls help me with a solution to find the screen modifications for MP007000.
Thanks in advance
Shruti

Hi mu10na
Please Try to create a New MP007000 according to ur requirement with the screen number
I hope this will sort out ur issue
With Regards
Vikram

Similar Messages

  • Connection Pool Name Missing from Drop Down when Creating a New Datasource

    Hi All,
    I'm running Weblogic Server 8.1. I've successfully created a connection pool for DB2 using the Non-XA JDBC driver from IBM (Version 7.1). When I attempt to create a datasource for this pool and un-check the "Honor Global Transactions" checkbox, the connection pool is missing from the dropdown on the next page of the wizard. If I check the checkbox, the connection pool appears in the list.
    I experience this behavior on one instance of Weblogic Server, but not on another (I can see the pool whether or not the check box is checked).
    Is there some setting on the connection pool that could cause this behavior?
    Any help would be appreciated.
    Thanks,
    Steve

    Steven Grant wrote:
    Hi All,
    I'm running Weblogic Server 8.1. I've successfully created a connection pool for DB2 using the Non-XA JDBC driver from IBM (Version 7.1). When I attempt to create a datasource for this pool and un-check the "Honor Global Transactions" checkbox, the connection pool is missing from the dropdown on the next page of the wizard. If I check the checkbox, the connection pool appears in the list.
    I experience this behavior on one instance of Weblogic Server, but not on another (I can see the pool whether or not the check box is checked).
    Is there some setting on the connection pool that could cause this behavior?
    Any help would be appreciated.
    Thanks,
    SteveI can't reproduce this on 8.1sp5...
    I would have you compare the JDBCConnectionPool entry
    between the two instances.

  • Generic datasource by function module to fetch data from multiple tables?

    I'm writing a function module to fetch price, for generic datasource.
    At first, extract test is OK. But InfoPackage never stop  when loading data to PSA in BW.
    And I find the example codes:
         OPEN CURSOR WITH HOLD S_CURSOR FOR
          SELECT (S_S_IF-T_FIELDS) FROM SFLIGHT
                                   WHERE CARRID  IN L_R_CARRID AND
                                         CONNID  IN L_R_CONNID.
        ENDIF.                             "First data package ?
    * Fetch records into interface table.
    *   named E_T_'Name of extract structure'.
        FETCH NEXT CURSOR S_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA
                   PACKAGE SIZE S_S_IF-MAXSIZE.
        IF SY-SUBRC <> 0.
          CLOSE CURSOR S_CURSOR.
          RAISE NO_MORE_DATA.
        ENDIF.
        S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
      ENDIF.
    There using Cursor to fetch data package by package, and raise exception NO_MORE_DATA to stop the loading process.
    Now I fetch data from multiple tables, I don't think I can use Cursor.
    Then How can I handle this?  
    Thanks a lot.

    Thanks
    IF IT_999[] IS INITIAL.
        SELECT A~KNUMH A~MATNR A~KSCHL VKORG VTWEG A~DATBI A~DATAB KBETR KMEIN KPEIN C~MTART APPENDING CORRESPONDING FIELDS OF
          TABLE TP_DATA
            FROM A999 AS A
              INNER JOIN KONP AS B
                  ON A~KNUMH = B~KNUMH
              INNER JOIN MARA AS C
                 ON A~MATNR = C~MATNR
    *          FOR ALL ENTRIES IN IT_999
                    WHERE
    *      A~KNUMH = IT_999-KNUMH  AND
           ( ( A~KSCHL = 'ZPRC' AND VKORG = 'Z000' AND VTWEG = 'Z1' ) OR
                          ( A~KSCHL = 'ZPRD' AND VKORG = 'A000' AND VTWEG = 'Y3' ) ) AND
    *                      A~DATBI >= SY-DATUM AND
                          LOEVM_KO = ''.
        SELECT A~KNUMH A~MATNR A~KSCHL VKORG VTWEG A~DATBI A~DATAB KBETR AS KHETR  KMEIN KPEIN C~MTART APPENDING CORRESPONDING FIELDS OF
          TABLE TP_DATA
            FROM A999 AS A
              INNER JOIN KONP AS B
                  ON A~KNUMH = B~KNUMH
              INNER JOIN MARA AS C
                 ON A~MATNR = C~MATNR
    *          FOR ALL ENTRIES IN IT_999
                    WHERE
    *      A~KNUMH = IT_999-KNUMH AND
          A~KSCHL = 'ZPR3' AND A~VKORG = 'I000' AND
    *                      DATBI >= SY-DATUM AND
                          LOEVM_KO = ''.
      ENDIF.
      IF IT_997[] IS INITIAL.
        SELECT A~KNUMH A~MATNR A~KSCHL VTWEG A~DATBI A~DATAB KBETR AS KHETR KMEIN KPEIN C~MTART APPENDING CORRESPONDING FIELDS OF
          TABLE TP_DATA
            FROM A997 AS A
              INNER JOIN KONP AS B
                  ON A~KNUMH = B~KNUMH
              INNER JOIN MARA AS C
                 ON A~MATNR = C~MATNR
    *          FOR ALL ENTRIES IN IT_997
                    WHERE
    *      A~KNUMH = IT_997-KNUMH      AND
          A~KSCHL = 'ZPRA' AND VTWEG = 'Y1' AND
    *                      DATBI >= SY-DATUM AND
                      LOEVM_KO = ''.
      ENDIF.
      IF IT_996[] IS INITIAL.
        SELECT A~KNUMH A~MATNR A~KSCHL A~DATBI A~DATAB KBETR AS KHETR KMEIN KPEIN C~MTART APPENDING CORRESPONDING FIELDS OF
           TABLE TP_DATA
             FROM A996 AS A
               INNER JOIN KONP AS B
                   ON A~KNUMH = B~KNUMH
               INNER JOIN MARA AS C
                  ON A~MATNR = C~MATNR
    *          FOR ALL ENTRIES IN IT_996
                    WHERE
    *      A~KNUMH = IT_996-KNUMH AND
          A~KSCHL = 'ZPRB' AND
    *                       DATBI >= SY-DATUM AND
          LOEVM_KO = ''.
      ENDIF.
      SELECT   MATNR     "u7269u6599u53F7u7801
               MEINH     "u4ED3u50A8u5355u4F4Du7684u5907u7528u8BA1u91CFu5355u4F4D
               UMREZ     "u57FAu672Cu8BA1u91CFu5355u4F4Du8F6Cu6362u5206u5B50
               UMREN     "u8F6Cu6362u4E3Au57FAu672Cu8BA1u91CFu5355u4F4Du7684u5206u6BCD
          FROM MARM
          INTO CORRESPONDING FIELDS OF TABLE IT_MARM
           FOR ALL ENTRIES IN TP_DATA
         WHERE MATNR = TP_DATA-MATNR AND  MEINH = TP_DATA-KMEIN.
      LOOP AT TP_DATA.
        IF TP_DATA-KPEIN NE 0.
          TP_DATA-KBETR =  TP_DATA-KBETR / TP_DATA-KPEIN.
          TP_DATA-KHETR =  TP_DATA-KHETR / TP_DATA-KPEIN.
        ENDIF.
        IF TP_DATA-KSCHL = 'ZPRA'.
    *       TP_DATA-MEINH = 'ZI'.
    *      TP_DATA-KSCHL = 'B4'.
          IF TP_DATA-KMEIN = 'ZI'.
            TP_DATA-KBETR = TP_DATA-KHETR / '1.17'.
          ELSE.
            READ TABLE IT_MARM INTO WA_MARM1 WITH KEY MATNR = TP_DATA-MATNR MEINH = TP_DATA-KMEIN.
    *           READ TABLE IT_MARM INTO WA_MARM2 WITH KEY MATNR = TP_DATA-MATNR MEINH = 'CT'.
            TP_DATA-KHETR = TP_DATA-KHETR * WA_MARM1-UMREN / WA_MARM1-UMREZ.
    *           * WA_MARM2-UMREZ / WA_MARM2-UMREN.
            TP_DATA-KBETR = TP_DATA-KHETR / '1.17'.
          ENDIF.
        ELSEIF TP_DATA-KSCHL = 'ZPRB'.
    *      TP_DATA-KSCHL = 'L0'.
    *       TP_DATA-MEINH = 'ZI'.
          IF TP_DATA-KMEIN = 'ZI'.
            TP_DATA-KBETR = TP_DATA-KHETR / '1.17'.
          ELSE.
            READ TABLE IT_MARM INTO WA_MARM1 WITH KEY MATNR = TP_DATA-MATNR MEINH = TP_DATA-KMEIN.
    *           READ TABLE IT_MARM INTO WA_MARM2 WITH KEY MATNR = TP_DATA-MATNR MEINH = 'BAG'.
            TP_DATA-KHETR = TP_DATA-KHETR * WA_MARM1-UMREN / WA_MARM1-UMREZ.
    *           * WA_MARM2-UMREZ / WA_MARM2-UMREN.
            TP_DATA-KBETR = TP_DATA-KHETR / '1.17'.
          ENDIF.
        ELSEIF TP_DATA-KSCHL = 'ZPRC' OR TP_DATA-KSCHL = 'ZPRD'.
    *       TP_DATA-MEINH = 'ZI'.
          IF TP_DATA-KMEIN = 'ZI'.
            TP_DATA-KHETR = TP_DATA-KBETR * '1.17'.
          ELSE.
            READ TABLE IT_MARM INTO WA_MARM1 WITH KEY MATNR = TP_DATA-MATNR MEINH = TP_DATA-KMEIN.
    *           READ TABLE IT_MARM INTO WA_MARM2 WITH KEY MATNR = TP_DATA-MATNR MEINH = 'WZI'.
            TP_DATA-KBETR = TP_DATA-KBETR * WA_MARM1-UMREN / WA_MARM1-UMREZ.
    *           * WA_MARM2-UMREZ / WA_MARM2-UMREN.
            TP_DATA-KHETR = TP_DATA-KBETR * '1.17'.
          ENDIF.
        ELSEIF TP_DATA-KSCHL = 'ZPR3'.
    *      TP_DATA-KSCHL = 'B2'.
          IF TP_DATA-KMEIN = 'ZI'.
            TP_DATA-KBETR = TP_DATA-KHETR / '1.17'.
          ELSE.
            READ TABLE IT_MARM INTO WA_MARM1 WITH KEY MATNR = TP_DATA-MATNR MEINH = TP_DATA-KMEIN.
    *           READ TABLE IT_MARM INTO WA_MARM2 WITH KEY MATNR = TP_DATA-MATNR MEINH = 'BAG'.
            TP_DATA-KHETR = TP_DATA-KHETR * WA_MARM1-UMREN / WA_MARM1-UMREZ.
    *           * WA_MARM2-UMREZ / WA_MARM2-UMREN.
            TP_DATA-KBETR = TP_DATA-KHETR / '1.17'.
          ENDIF.
        ENDIF.
        TP_DATA-MEINH = '01'.
        MODIFY TP_DATA.
    E_T_DATA-MATNR =   TP_DATA-MATNR.
    E_T_DATA-KSCHL =   TP_DATA-KSCHL.
    E_T_DATA-KHETR =   TP_DATA-KHETR.
    E_T_DATA-KBETR =   TP_DATA-KBETR.
    E_T_DATA-KMEIN =   TP_DATA-KMEIN.
    E_T_DATA-DATAB =   TP_DATA-DATAB.
    E_T_DATA-DATBI =   TP_DATA-DATBI.
    APPEND E_T_DATA.
        CLEAR WA_MARM1.
        CLEAR WA_MARM2.
      ENDLOOP.
    Edited by: Shen Peng on Oct 20, 2010 10:09 AM

  • Is there any BAPI or function module  to delete entries from a table (VBAK)

    Hi Everybody,
    this is my first thread in SDN...
    my problem follows...
    A report is be created that selects all sales orders created by e-Sales that are more than 20 minutes old and still have a delivery block:
    tables:
    VBAK     sales document: header data
    selection fields:
    VBAK-LIFSK      &#8800;     <BLANK>
    VBAK-ERNAM     =     userID used by e-Sales / IVE
              (EP-BATCH / EAI-BATCH)
    VBAK-ERDAT      <=     Current system Date
    VBAK-ERZET     <=     Current system Time - 20 minutes
    These orders should be deleted from SAP system.
    This report should be scheduled to run regularly every 10 minutes.
    my doubt : is ther any BAPI or Function module to delete entries from a standard table...if no what is the way to delete the enteries from a std table...
    best replies will be rewarded....
    regards
    Reddy

    Hi Vasanth ,
    thanks for your reply.
    i tried in the same manner what u mentioned.
    but how to pass only one parameter to the functionmodule..
    here in this case we have to pass only update flag as 'D'..
    i did the same it giving dump..
    An exception occurred that is explained in detail below.                          
    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was      
      not caught and                                                                   
    therefore caused a runtime error.                                                 
    The reason for the exception is:                                                  
    The call to the function module "BAPI_SALESORDER_CHANGE" is incorrect:                                                                               
    In the function module interface, you can specify only                            
    fields of a specific type and length under "ORDER_HEADER_INX".                    
    Although the currently specified field                                            
    "INT_ORDER_HEADER_INX" is the correct type, its length is incorrect.              
    my pgm :
    *& Report  YNEW_ORDER_DELETION
    REPORT  ynew_order_deletion.
    TABLES:vbak.
    PARAMETERS:
         p_lifsk LIKE vbak-lifsk DEFAULT '02'.
    SELECT-OPTIONS:
       s_lifsk FOR vbak-lifsk DEFAULT '10',
        s_ernam FOR vbak-ernam,
        s_erdat FOR vbak-erdat,"DEFAULT sy-datum.
        s_erzet FOR sy-uzeit.
    *PARAMETERS:
    p_erzet LIKE sy-uzeit.
       s_erdat like vbak-erdat,
       s_erzet like vbak-erzet.
    DATA:
       BEGIN OF int_final OCCURS 0,
            w_vbeln TYPE vbak-vbeln,
       END OF int_final.
    DATA:
      int_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
    DATA: int_order_header_inx LIKE bapisditmx OCCURS 0 WITH HEADER LINE.
    DATA:
      wf_time TYPE sy-uzeit.
    INITIALIZATION.
      s_ernam-low = 'KULKARMA'.
      s_ernam-sign = 'I'.
      s_ernam-option = 'EQ'.
      APPEND s_ernam.
    s_ernam-low = 'EAI-BATCH'.
    s_ernam-sign = 'I'.
    s_ernam-option = 'EQ'.
    APPEND s_ernam.
    wf_time = sy-uzeit - 1200.
    p_erzet = sy-uzeit - 1200.
    p_erzet-low = wf_time.
    APPEND s_erzet.
      int_order_header_inx-updateflag = 'D'.
      APPEND int_order_header_inx.
    START-OF-SELECTION.
      SELECT vbeln FROM vbak
                       INTO TABLE int_final
                       WHERE lifsk EQ p_lifsk
                         AND ernam IN s_ernam
                         AND erdat IN s_erdat
                         AND erzet IN s_erzet.
      IF sy-subrc = 0.
        LOOP AT int_final.
          CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
            EXPORTING
              salesdocument         = int_final-w_vbeln
      ORDER_HEADER_IN             =
        order_header_inx            = int_order_header_inx
      SIMULATION                  =
      BEHAVE_WHEN_ERROR           = ' '
      INT_NUMBER_ASSIGNMENT       = ' '
      LOGIC_SWITCH                =
      NO_STATUS_BUF_INIT          = ' '
            TABLES
              return                      = int_return
      ORDER_ITEM_IN               =
      ORDER_ITEM_INX              =
      PARTNERS                    =
      PARTNERCHANGES              =
      PARTNERADDRESSES            =
      ORDER_CFGS_REF              =
      ORDER_CFGS_INST             =
      ORDER_CFGS_PART_OF          =
      ORDER_CFGS_VALUE            =
      ORDER_CFGS_BLOB             =
      ORDER_CFGS_VK               =
      ORDER_CFGS_REFINST          =
      SCHEDULE_LINES              =
      SCHEDULE_LINESX             =
      ORDER_TEXT                  =
      ORDER_KEYS                  =
      CONDITIONS_IN               =
      CONDITIONS_INX              =
      EXTENSIONIN                 =
        ENDLOOP.
        LOOP AT int_return.
          WRITE:/ int_return-type,
                  int_return-id,
                  int_return-number,
                  int_return-message.
        ENDLOOP.
      ENDIF.
    please help me ..its a very urgent issue to be solved...
    am waiting for ur reply...
    regards
    gangareddy

  • Function Module to get address from adrc table

    Hi,
    Is there any Function module which is retrieving data from ADRC table by passing address number.
    I tried in SDN and I got address_read but its obsolete.

    Hi,
    Please try this piece of code
    data: wa_addr1_sel like addr1_sel,
    wa_addr1_val like addr1_val.
    clear : wa_addr1_sel, wa_addr1_val.
    wa_addr1_sel-addrnumber = it_adrnr-adrnr.
    call function 'ADDR_GET'
    exporting
    address_selection = wa_addr1_sel
    importing
    address_value = wa_addr1_val
    exceptions
    parameter_error = 1
    address_not_exist = 2
    version_not_exist = 3
    internal_error = 4
    others = 5.
    if sy-subrc eq 0.
    it_addr-adrnr = wa_addr1_val-addrnumber.
    it_addr-name1 = wa_addr1_val-name1.
    it_addr-street = wa_addr1_val-street.
    it_addr-city = wa_addr1_val-city1.
    it_addr-region = wa_addr1_val-region.
    append it_addr.
    clear it_addr.
    endif.
    Regards
    Hiren k.Chitalia

  • Expansion Module 3/4 missing from UCS Central

    Hello,
    In Equipment tab, Expansion module 3 and 4 is missing  from UCS Central.  I have 6296UP FI.
    Does anyway run into this issue?
    Thnaks
    Hetal Soni

    Hello Hetal,
    Is it same on tabs i.e Hardware, Farbic Interconnects or the expansion modules in 6296 is not shown only when you right click and select  " Properties "  window ?
    Can you please share the output of following commands
    connect resource-mgr
    scope domain-mgmt
    scope ucs-domain
    scope fabric-interconnect a
    show module detail
    Padma

  • Fields missing from MYSQL table in Database Expert

    I have just updgraded from Crystal XI to 2011 and I am still having issues with joining a mysql table to any other table.
    Fields show up in field explorer but when I try to uise Database expert the only filed in the MYSQL table is the ID field.
    Am I missing something here. Same problem with both versions. When I runa report using just the mysql table evrything works fine.

    Typically if the field doesn't show up the CR can't figure out what type it is which means when we query the DB for the field type the client/server returns the wrong type or some type that CR doesn't support.
    How is the field defined on the server?
    Thank you
    Don

  • App-V 5.0 - GenericApplicationError Missing from string table. 0x80004005

    I have two App-V 5.0 packages, when loaded on a new box, that are getting the same error message. These two applications are two very different applications, so I assume that it has to do with the way I am packaging this application.
    The error message is below:
    Anyone with ideas on where to start troubleshooting this or what this error message is in relation to?
    The application runs fine on the machine I sequenced it on. Its only when I move it to a different system that it blows up.
    Entrepreneur, Strategic Technical Advisor, and Sr. Consulting Engineer - Strategic Services and Solutions Check out my book - Powershell 3.0 - WMI: http://amzn.to/1BnjOmo | Mastering PowerShell Coming in April 2015!

    Report.xml File:
    <reporting><ISSUE CODE="12" SEVERITY="WRN" MODULE="3731881984"><DESCRIPTION SHORT="Files excluded from package." FULL="One or more files were excluded from the package because they are located in excluded paths. Missing files can cause unexpected application failures."/><RESOLUTION SHORT="Verify package functionality." FULL="To add an excluded file to the package, do the following:&#xA;1) Remove the path from the exclusion list using the sequencer options page.&#xA;2) Add the file using the Virtual File System Tab in the sequencer and resave the package."/><MOREINFO DESCRIPTION="The following files were excluded:"><ITEM DESCRIPTION="C:\System Volume Information"/><ITEM DESCRIPTION="C:\System Volume Information\SPP"/><ITEM DESCRIPTION="C:\System Volume Information\SPP\OnlineMetadataCache"/><ITEM DESCRIPTION="C:\System Volume Information\SPP\OnlineMetadataCache\{d7220215-1391-4f72-b7ce-8b4e62342443}_OnDiskSnapshotProp"/><ITEM DESCRIPTION="C:\System Volume Information\SystemRestore\FRStaging"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\024823B39FBEACCDB5C06426A8168E99_4EB65D2EF896F9A30A10A7F798B64304"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\1DAF2884EC4DFA96BA4A58D4DBC9C406"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\5080DC7A65DB6A5960ECD874088F3328_2908F682DFC81A793BD240CF29711C77"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\5457A8CE4B2A7499F8299A013B6E1C7C_CE50F893881D43DC0C815E4D80FAF2B4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\77EC63BDA74BD0D0E0426DC8F8008506"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\7B8944BA8AD0EFDF0E01A43EF62BECD0_7AFE634B89AA4D607E4C17E1D3663E93"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\7B8944BA8AD0EFDF0E01A43EF62BECD0_F248B6188B41DA39ADC9E0EDAA8A4DF2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\7D266D9E1E69FA1EEFB9699B009B34C8_0A9BFDD75B598C2110CBF610C078E6E6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\B912B2C6928A18B8CD7D50CF08BEA95B_2E84CAB33E504DE5D71A827D113AC41F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\CAEDF689AA6DC9642B833051B2B77D1A"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\D236B74794790D9923905972356B8BEC"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\D47DBD2F9E3365FBBE008D71FB06716F_D33192D58AA9CA2B9097E848E9FE86DE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\024823B39FBEACCDB5C06426A8168E99_4EB65D2EF896F9A30A10A7F798B64304"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\1DAF2884EC4DFA96BA4A58D4DBC9C406"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\5080DC7A65DB6A5960ECD874088F3328_2908F682DFC81A793BD240CF29711C77"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\5457A8CE4B2A7499F8299A013B6E1C7C_CE50F893881D43DC0C815E4D80FAF2B4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\77EC63BDA74BD0D0E0426DC8F8008506"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\7B8944BA8AD0EFDF0E01A43EF62BECD0_7AFE634B89AA4D607E4C17E1D3663E93"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\7B8944BA8AD0EFDF0E01A43EF62BECD0_F248B6188B41DA39ADC9E0EDAA8A4DF2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\7D266D9E1E69FA1EEFB9699B009B34C8_0A9BFDD75B598C2110CBF610C078E6E6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\B912B2C6928A18B8CD7D50CF08BEA95B_2E84CAB33E504DE5D71A827D113AC41F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\CAEDF689AA6DC9642B833051B2B77D1A"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\D236B74794790D9923905972356B8BEC"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\D47DBD2F9E3365FBBE008D71FB06716F_D33192D58AA9CA2B9097E848E9FE86DE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\Internet Explorer"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\Internet Explorer\Services"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{0633EE93-D776-472f-A0FF-E1416B8B2E3A}.ico"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\AssemFiles"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\AssemFiles\StageManagerUserPreferences.config"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\AssemFiles\ToolBarState.config"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\identity.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\info.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32\UsageLogs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32\UsageLogs\Video Transcoder.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32\UsageLogs\inVobex.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\RegAsm.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\TrialDirector Presentation.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\IECompatData"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\IECompatData\iecompatdata.xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\MSIMGSIZ.DAT"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Active"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Last Active"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Last Active\RecoveryStore.{C03055A9-C386-11E4-8261-005056894BD3}.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Last Active\{DABB739B-C386-11E4-8261-005056894BD3}.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712940"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712940\msapplication.xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712950"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712950\msapplication.xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\UrlBlockManager"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\UrlBlockManager\urlblocklist.bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\imagestore"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\imagestore\04rbnxo"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\0"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\1"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\3"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\5"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\cachemetadata.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\Caches"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\Caches\{3DA71D5A-20CC-432F-A115-DFE92379E91F}.1.ver0x0000000000000011.db"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\516W00BS"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\516W00BS\fwlink[1].htm"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\516W00BS\iecompatviewlist[1].xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\F090S87F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\F090S87F\known_providers_download_v1[1].xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\JYJKAMO9"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\JYJKAMO9\favicon[1].ico"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\JYJKAMO9\urlblocklist[1].bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\Z2N683ZL"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\Z2N683ZL\102[1]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\Z2N683ZL\urlblockindex[1].bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\UsrClass.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\UsrClass.dat.LOG1"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\WindowsUpdate.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\appsFolder.itemdata-ms"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\0"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\1"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\2\2-GetGenuineTicket-.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\3"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\5"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\cachemetadata.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\Microsoft Visual C++ 2010 x86 Redistributable Setup_10.0.30319"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\DSFMgr.exe_0x19119f1aef83fd5f21abac27f8a70129.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\FLVSplitter.ax_0x1a65897a44b09428d4d8fdc26ad2b110.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\MP4Splitter.ax_0x487fdc27eba7464311aa95ff75587f75.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\MpegSplitter.ax_0x5da8d7339e2971d4d6418913b315f758.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\TomsMoComp_ff.dll_0xe63ae2bd9e6a1d0a31c177e44a5549bd.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\TrialDirector6.exe.manifest_0xb9129bfa3778d9bb698c71778b9fa5b8.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\TrialDirectorFileExchange.exe_0x4f4311b70d1c785bd0ebc0999cf1dde1.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\WMFDemux.dll_0xf3bc56289cdeb5456a77b960dd63da22.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\avi.dll_0x8111075e8b53fee942ce45d9a514fa89.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\avs.dll_0x44a5965795fd86118922e18124498d43.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\avss.dll_0x832f62588782ee5a938381694ed43a2f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\dxr.dll_0xf2168a9d9950d9301c4349e2fddf60e0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_liba52.dll_0x78b857acbec0f6ad5ee1ee8813c150a7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_libdts.dll_0x9f99960d548cc0f65e0f5dea1c7b521d.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_libfaad2.dll_0x1d8412ecca827e608cb6e88773ab111f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_libmad.dll_0xb5345ffa25bc30ce3a5ac3f17861b409.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_samplerate.dll_0x0ff5c091479031714675ac7b76b395bf.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_unrar.dll_0xf258413b9753601e01ec543f9a68a176.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_wmv9.dll_0x13dcfad7df20beaf0bd30ebfcfc13912.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ffdshow.ax.manifest_0x7f8a2fb6a26f74a9a9a8688e521ad16e.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ffdshow.ax_0xfd135d573326c1855e35764d03fda68c.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\libFLAC.dll_0x5c3739f97d09caf8abcc0a1f14c82a49.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\libmpeg2_ff.dll_0x2019f6559e43f3751d156bf91ca38b45.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mediainfo.dll_0x422f18ebe9b243afd39d932ad3f9015f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mediainfo.exe_0xb1030358994020009c971d6716d74482.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mkunicode.dll_0xdd4401190884dadbd4a5acf4267fba6b.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mkx.dll_0xe8913ec08f74efa6b810f7273888d7d5.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mkzlib.dll_0x8ef0fec8ea55674dced3a0202fc2b47e.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mp4.dll_0xbffc5ae21f3ce210e8b360130e557de7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ogm.dll_0x628c28b1946e0277c68fb5386e5be761.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.123.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ts.dll_0x4f6d016f4bb6ac81e610d3b61d7f2fb0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\Haali.MediaSplitter.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\DelphiApplication.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\MyApplication.app.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\ffdshow.ax.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\Microsoft.MSXML2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\msxml4.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\Microsoft.MSXML2R.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\msxml4r.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\DSFMgr.exe_0x19119f1aef83fd5f21abac27f8a70129.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\FLVSplitter.ax_0x1a65897a44b09428d4d8fdc26ad2b110.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\MP4Splitter.ax_0x487fdc27eba7464311aa95ff75587f75.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\MpegSplitter.ax_0x5da8d7339e2971d4d6418913b315f758.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TomsMoComp_ff.dll_0xe63ae2bd9e6a1d0a31c177e44a5549bd.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TrialDirector Presentation.exe.manifest_0xb9129bfa3778d9bb698c71778b9fa5b8.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TrialDirector Presentation.exe_0xdc1c043484d9f346951d3f0f027b9bb2.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TrialDirectorFileExchange.exe_0x4f4311b70d1c785bd0ebc0999cf1dde1.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\WMFDemux.dll_0xf3bc56289cdeb5456a77b960dd63da22.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\avi.dll_0x8111075e8b53fee942ce45d9a514fa89.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\avs.dll_0x44a5965795fd86118922e18124498d43.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\avss.dll_0x832f62588782ee5a938381694ed43a2f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\dxr.dll_0xf2168a9d9950d9301c4349e2fddf60e0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_liba52.dll_0x78b857acbec0f6ad5ee1ee8813c150a7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_libdts.dll_0x9f99960d548cc0f65e0f5dea1c7b521d.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_libfaad2.dll_0x1d8412ecca827e608cb6e88773ab111f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_libmad.dll_0xb5345ffa25bc30ce3a5ac3f17861b409.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_samplerate.dll_0x0ff5c091479031714675ac7b76b395bf.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_unrar.dll_0xf258413b9753601e01ec543f9a68a176.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_wmv9.dll_0x13dcfad7df20beaf0bd30ebfcfc13912.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ffdshow.ax.manifest_0x7f8a2fb6a26f74a9a9a8688e521ad16e.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ffdshow.ax_0xfd135d573326c1855e35764d03fda68c.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\libFLAC.dll_0x5c3739f97d09caf8abcc0a1f14c82a49.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\libmpeg2_ff.dll_0x2019f6559e43f3751d156bf91ca38b45.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mediainfo.dll_0x422f18ebe9b243afd39d932ad3f9015f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mediainfo.exe_0xb1030358994020009c971d6716d74482.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mkunicode.dll_0xdd4401190884dadbd4a5acf4267fba6b.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mkx.dll_0xe8913ec08f74efa6b810f7273888d7d5.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mkzlib.dll_0x8ef0fec8ea55674dced3a0202fc2b47e.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mp4.dll_0xbffc5ae21f3ce210e8b360130e557de7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ogm.dll_0x628c28b1946e0277c68fb5386e5be761.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.123.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ts.dll_0x4f6d016f4bb6ac81e610d3b61d7f2fb0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\Haali.MediaSplitter.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\DelphiApplication.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\MyApplication.app.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\ffdshow.ax.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\Microsoft.MSXML2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\msxml4.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\Microsoft.MSXML2R.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\msxml4r.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\is6E80.tmp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\isE480.tmp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\~DF979BC39168CD182E.TMP"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta\@PROGRAMFILESCOMMONX86@\inData Shared"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta\@PROGRAMFILESCOMMONX86@\inData Shared\mmNtfy20.dll.__meta__"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified\@PROGRAMFILESCOMMONX86@\inData Shared"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified\@PROGRAMFILESCOMMONX86@\inData Shared\mmNtfy20.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\stubexe"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\stubexe\0x2D45A7E7F990BFE4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\stubexe\0x2D45A7E7F990BFE4\splwow64.exe"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\temp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\temp\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\temp\@PROGRAMFILESCOMMONX86@\inData Shared"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming\modified"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming\modified\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming\modified\@PROGRAMFILESCOMMONX86@\NCT Audio Video"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\xsandbox.bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk\4.0.0.1473"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk\4.0.0.1473\roaming"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk\4.0.0.1473\roaming\xregistry.bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Roaming\Microsoft\Windows\Recent"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Roaming\Microsoft\Windows\Recent\TrialDirector 6.7.1473.1.lnk"/><ITEM DESCRIPTION="C:\Users\My_User_Name\ntuser.dat.LOG1"/><ITEM DESCRIPTION="C:\Windows\Temp"/><ITEM DESCRIPTION="C:\Windows\Temp\Microsoft Visual C++ 2010 x86 Redistributable Setup_20150305_162600067-MSI_vc_red.msi.txt"/><ITEM DESCRIPTION="C:\Windows\Temp\Microsoft Visual C++ 2010 x86 Redistributable Setup_20150305_162600067.html"/></MOREINFO></ISSUE></reporting>
    Entrepreneur, Strategic Technical Advisor, and Sr. Consulting Engineer - Strategic Services and Solutions Check out my book - Powershell 3.0 - WMI: http://amzn.to/1BnjOmo | Mastering PowerShell Coming in April 2015!

  • Function modules for data retrieval from diff. tables

    Hi,
    I would just like to ask if there are function modules that can be used to retrieve data from the ff. tables:
    TSAD3T
    KNVV
    ESTRH
    for TSAD3T i need to get the value of title_medi
    for KNVV    i need to get the fields klabc vkorg vtweg
    for ESTRH  i need to get the fields subcat subid.
    Thanks.

    I doubt if you have such a FM

  • Data missing from W_GL_BALANCE_F table

    Hi:
    OBIA: 7.6.3
    Source: EBS 11.5.10
    I have run and re-run a full load for Financial Analytics, and, strangely, data is missing for a few months. When I have re-run, I selected Reset Data Sources in DAC. Specifically, data is missing in W_GL_BALANCE_F for Dec 2010 and Feb-May 2011. All other months that could contain data, do contain it. I have verified that transactions exist in GL_BALANCES table for the missing months.
    Can anyone suggest what might cause this behavior?
    Thank you.

    I assume they also do not exist in the W_GL_OTHER_FS staging table. Can you check this table as well as the TMP table that precedes it. The issue seems to be on the Extract side (not the GL Balance Load side). Each source system may have specific preceding tables for the GL Journal Lines. Also, are you extracting from the GL_BALANCES in EBS or are you calculating the balances in the ETLs? There are 2 options to configure here..check the configuration guide. I would just work backwards from W_GL_OTHER_FS and see why these are not coming through. If this was helpful, please mark as helpful or correct.

  • Function module to get data from VARI table

    Hi All,
    thank you for viewing this thread. can anyone help me out in finding a function module which can get data from the VARI table?
    thank you

    Hi,
    FMs you will require are:
    RS_VARIANT_CONTENTS - Values of a variant returned in a table
    RS_VARIANT_EXISTS - Checks whether a variant exists for a report
    RS_VARIANT_TEXT - Returns short description of variant
    RS_VARIANT_VALUES_TECH_DATA - Reads variant parameters of a report
    Do search on them for complete details.
    Cheers.

  • Function Module to retrieve Address from the table ADRC

    Is there any function module available to retrieve data from ADRC by using the ADDRNUMBER as input

    Try using FM: ADDR_GET
    This has import parameter ADDRESS_SELECTION which contains ADDRNUMBER.
    Hope this helps.
    Please reward if it works.
    Vallabh.

  • Module Pool screen copy from 4.7 system to 4.5 system

    Hi can any body tell me how can i upload screens from 4.7 environment to 4.5 environment.
    Due to version incompatable i am unable to do.

    Hi
    I've downloaded the file from dynpro, the first lines are:
      THIS FILE IS GENERATED BY THE SCREEN PAINTER.
      NEVER CHANGE IT MANUALLY, PLEASE !
    %_DYNPRO
    SAPMF05A
    0100
    700                <---- Basis SAP Release
    Try to change the version and insert the rel of 4.50
    Max

  • How to update field values in a database table using module pool prg?

    hi
    how to update field values in a database table using module pool prg?
    we created a customized table, and we put 2 push buttons in screen painter update and display.
    but update is not working?
    data is enter into screen fields and to internal table, but it is not updated in database table.
    thanks in adv
    vidya

    HI,
    we already used the update statement. but its not working.
    plz check this.
    *& Module Pool       ZCUST_CALL_REC
    PROGRAM  ZCUST_CALL_REC.
    TABLES: ZCUST_CALL_REC,ZREMARKS.
    data:  v_kun_low like ZCUST_CALL_REC-kunnr ,
           v_kun_high like ZCUST_CALL_REC-kunnr,
           v_bud_low like ZCUST_CALL_REC-budat,
           v_bud_high like ZCUST_CALL_REC-budat.
    ranges r_kunnr for ZCUST_CALL_REC-kunnr  .
    ranges r_budat for zcust_call_rec-budat.
    DATA: ITAB TYPE STANDARD TABLE OF ZCUST_CALL_REC WITH HEADER LINE,
          JTAB TYPE STANDARD TABLE OF ZREMARKS WITH HEADER LINE.
    *data:begin of itab occurs 0,
        MANDT LIKE ZCUST_CALL_REC-MANDT,
        kunnr like ZCUST_CALL_REC-kunnr,
        budat like ZCUST_CALL_REC-budat,
        code like ZCUST_CALL_REC-code,
        remarks like ZCUST_CALL_REC-remarks,
        end of itab.
    *data:begin of Jtab occurs 0,
        MANDT LIKE ZCUST_CALL_REC-MANDT,
        kunnr like ZCUST_CALL_REC-kunnr,
        budat like ZCUST_CALL_REC-budat,
        code like ZCUST_CALL_REC-code,
        remarks like ZCUST_CALL_REC-remarks,
        end of Jtab.
    CONTROLS:vcontrol TYPE TABLEVIEW USING SCREEN '9001'.
    CONTROLS:vcontrol1 TYPE TABLEVIEW USING SCREEN '9002'.
    *start-of-selection.
    *&      Module  USER_COMMAND_9000  INPUT
          text
    MODULE USER_COMMAND_9000 INPUT.
    CASE sy-ucomm.
    WHEN 'BACK' OR 'EXIT' OR 'CANCEL'.
    SET SCREEN 0.
    LEAVE SCREEN.
    CLEAR sy-ucomm.
    WHEN 'ENQUIRY'.
    perform multiple_selection.
    perform append_CUSTOMER_code.
    PERFORM SELECT_DATA.
    call screen '9001'.
    WHEN 'UPDATE'.
          perform append_CUSTOMER_code.
          PERFORM SELECT_DATA.
          call screen '9002'.
          perform update on commit.
    WHEN 'DELETE'.
          perform append_CUSTOMER_code.
          PERFORM SELECT_DATA.
          call screen '9002'.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9000  INPUT
    *&      Module  STATUS_9000  OUTPUT
          text
    MODULE STATUS_9000 OUTPUT.
      SET PF-STATUS 'ZCUSTOMER'.
    SET TITLEBAR 'xxx'.
    ENDMODULE.                 " STATUS_9000  OUTPUT
    *&      Module  USER_COMMAND_9001  INPUT
          text
    MODULE USER_COMMAND_9001 INPUT.
    CASE sy-ucomm.
    WHEN 'BACK' OR 'EXIT' OR 'CANCEL'.
    SET SCREEN 0.
    LEAVE SCREEN.
    CLEAR sy-ucomm.
    endcase.
    ENDMODULE.                 " USER_COMMAND_9001  INPUT
    *&      Module  STATUS_9001  OUTPUT
          text
    MODULE STATUS_9001 OUTPUT.
      SET PF-STATUS 'ZCUSTOMER'.
    SET TITLEBAR 'xxx'.
    move itab-MANDT   to zcust_call_rec-MANDT.
    move itab-kunnr   to zcust_call_rec-kunnr.
    move itab-budat   to zcust_call_rec-budat.
    move itab-code    to zcust_call_rec-code.
    move itab-remarks to zcust_call_rec-remarks.
    vcontrol-lines = sy-dbcnt.
    ENDMODULE.                 " STATUS_9001  OUTPUT
    *&      Module  USER_COMMAND_9002  INPUT
          text
    module  USER_COMMAND_9002 input.
    CASE sy-ucomm.
       WHEN 'BACK' OR 'EXIT' OR 'CANCEL'.
          SET SCREEN 0.
          LEAVE SCREEN.
          CLEAR sy-ucomm.
       WHEN 'UPDATE'.
             perform move_data.
         UPDATE ZCUST_CALL_REC FROM TABLE ITAB.
            IF SY-SUBRC = 0.
               MESSAGE I000(0) WITH 'RECORDS ARE UPDATED'.
             ELSE.
               MESSAGE E001(0) WITH 'RECORDS ARE NOT UPDATED'.
            ENDIF.
      WHEN 'DELETE'.
             perform move_data.
             DELETE ZCUST_CALL_REC FROM TABLE ITAB.
              IF SY-SUBRC = 0.
               MESSAGE I000(0) WITH 'RECORDS ARE DELETED'.
             ELSE.
               MESSAGE E001(0) WITH 'RECORDS ARE NOT DELETED'.
            ENDIF.
    endcase.
    endmodule.                 " USER_COMMAND_9002  INPUT
    *&      Module  STATUS_9002  OUTPUT
          text
    module STATUS_9002 output.
      SET PF-STATUS 'ZCUSTOMER1'.
    SET TITLEBAR 'xxx'.
    endmodule.                 " STATUS_9002  OUTPUT
    *&      Module  update_table  OUTPUT
          text
    module update_table output.
         move itab-MANDT   to zcust_call_rec-MANDT.
         move itab-kunnr   to zcust_call_rec-kunnr.
         move itab-budat   to zcust_call_rec-budat.
         move itab-code    to zcust_call_rec-code.
         move itab-remarks to zcust_call_rec-remarks.
    vcontrol-lines = sy-dbcnt.
    endmodule.                 " update_table  OUTPUT
    ***Selection Data
    FORM SELECT_DATA.
    SELECT  mandt kunnr budat code remarks  FROM zcust_call_rec INTO
                            table itab
                             WHERE kunnr IN r_kunnr AND BUDAT IN R_BUDAT.
    ENDFORM.
    ****append vendor code
    FORM APPEND_CUSTOMER_CODE.
    clear r_kunnr.
    clear itab.
    clear r_budat.
    refresh r_kunnr.
    refresh itab.
    refresh r_kunnr.
    IF r_kunnr  IS INITIAL
                  AND NOT v_kun_low IS INITIAL
                   AND NOT v_kun_high IS INITIAL.
                        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                                    EXPORTING
                                       input         = v_kun_low
                                    IMPORTING
                                       OUTPUT        = r_kunnr-low.
                       CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                                  EXPORTING
                                      input         = v_kun_high
                                  IMPORTING
                                      OUTPUT        = r_kunnr-high.
                     r_kunnr-option = 'BT'.
                     r_kunnr-sign = 'I'.
                     append r_kunnr.
       PERFORM V_BUDAT.
    ELSEIF r_kunnr  IS INITIAL
                  AND NOT v_kun_low IS INITIAL
                   AND  v_kun_high IS INITIAL.
                        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                                    EXPORTING
                                       input         = v_kun_low
                                    IMPORTING
                                       OUTPUT        = r_kunnr-low.
                    r_kunnr-SIGN = 'I'.
                    r_kunnr-OPTION = 'EQ'.
                    APPEND r_kunnr.
       PERFORM V_BUDAT.
    ELSEIF r_kunnr IS INITIAL
                  AND  v_kun_low IS INITIAL
                   AND NOT v_kun_high IS INITIAL.
                        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                                    EXPORTING
                                       input         = v_kun_low
                                    IMPORTING
                                       OUTPUT        = r_kunnr-low.
                    r_kunnr-SIGN = 'I'.
                    r_kunnr-OPTION = 'EQ'.
                    APPEND r_kunnr.
          PERFORM V_BUDAT.
    ELSEIF r_kunnr IS INITIAL
                  AND  v_kun_low IS INITIAL
                   AND  v_kun_high IS INITIAL.
                        IF SY-SUBRC = 0.
                             MESSAGE I003(0) WITH 'ENTER CUSTOMER NUMBER'.
                              CALL SCREEN '9000'.
                        ENDIF.
    PERFORM V_BUDAT.
    ENDIF.
    ENDFORM.
    FORM V_BUDAT.
    IF  R_BUDAT IS INITIAL
                   AND NOT v_BUD_low IS INITIAL
                   AND NOT v_BUD_high IS INITIAL.
                     r_budat-low = v_bud_low.
                     r_budat-high = v_bud_high.
                     r_budat-option = 'BT'.
                     r_budat-sign = 'I'.
                     append r_budat.
             ELSEIF  R_BUDAT IS INITIAL
                   AND NOT v_BUD_low IS INITIAL
                   AND  v_BUD_high IS INITIAL.
                     r_budat-low = v_bud_low.
                     r_budat-high = v_bud_high.
                     r_budat-option = 'EQ'.
                     r_budat-sign = 'I'.
                     append r_budat.
             ELSEIF  R_BUDAT IS INITIAL
                   AND  v_BUD_low IS INITIAL
                   AND NOT v_BUD_high IS INITIAL.
                     r_budat-HIGH = v_bud_HIGH.
                     r_budat-option = 'EQ'.
                     r_budat-sign = 'I'.
                     append r_budat.
              ELSEIF  R_BUDAT IS INITIAL
                   AND  v_BUD_low IS INITIAL
                   AND  v_BUD_high IS INITIAL.
                   IF SY-SUBRC = 0.
                       MESSAGE I002(0) WITH 'ENTER POSTING DATE'.
                      CALL SCREEN '9000'.
                    r_budat-low = ''.
                    r_budat-option = ''.
                    r_budat-sign = ''.
                    ENDIF.
            ENDIF.
    ENDFORM.
    *&      Form  update
          text
    -->  p1        text
    <--  p2        text
    form update .
    commit work.
    endform.                    " update
    *&      Form  move_data
          text
    -->  p1        text
    <--  p2        text
    form move_data .
       clear itab.
      refresh itab.
           move-corresponding  zcust_call_rec to itab.
           MOVE ZCUST_CALL_REC-MANDT   TO ITAB-MANDT.
           MOVE ZCUST_CALL_REC-KUNNR   TO ITAB-KUNNR.
           MOVE ZCUST_CALL_REC-BUDAT   TO ITAB-BUDAT.
           MOVE ZCUST_CALL_REC-CODE    TO ITAB-CODE.
           MOVE ZCUST_CALL_REC-REMARKS TO ITAB-REMARKS.
         APPEND ITAB.
         delete itab where kunnr is initial.
    endform.                    " move_data
    thanks in adv
    vidya

  • How to get the cursor position from screen in module pool program

    Hi,
    I am doing the module pool program, I have one table control in one screen.
    I have to give functionality to the user that when the user enters first record in the table control and after filling the last field
    when he presses enter the cursor will have to come in the starting field of the second record.
    I know the logic , but i m bit confused.
    Can any body help me to solve this....
    thanks

    Hi,
    Check this code,
    Write it in the PBO
    MODULE SET_CURSOR_WERTKONTRAKT.
    MODULE SET_CURSOR_WERTKONTRAKT OUTPUT.
      PERFORM SET_CURSOR USING 'VBAP-ZWERT'.
    ENDMODULE.                 " SET_CURSOR_WERTKONTRAKT  OUTPUT
    FORM SET_CURSOR USING US_FELDNAME.
      DATA: DA_TFILL LIKE SY-TFILL.
      DESCRIBE TABLE IVBAP LINES DA_TFILL.
    FCODE 'Create Position':
    ==> Cursor to the first free line set to make the new position
    Can be created directly
        IF DA_TFILL EQ 0.
          SET CURSOR FIELD US_FELDNAME LINE 1.   -> set cursor position
        ELSE.
          SET CURSOR FIELD US_FELDNAME LINE 2.
        ENDIF.
    Product proposal actively
    Set ==> cursor in the first row
      IF DPP_ACTIVE   EQ CHARX AND
         XVBAP_UMFANG_OPV IS INITIAL.
    in the 'target volume' if available
        IF KOPGR_MIT_ZMENG CS TVAK-KOPGR.
            SET CURSOR FIELD 'VBAP-ZMENG' LINE 1.
            EXIT.
        ELSE.
    Else in the field 'Order quantity'
          SET CURSOR FIELD 'RV45A-KWMENG' LINE 1.
          EXIT.
        ENDIF.
      ENDIF.
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

Maybe you are looking for

  • Keyboard + Trackpad Issues

    Recently, my keyboard and trackpad have started to act weird. Occasionally, my trackpad will just stop working. When this happens, I can still type on the keyboard, but if I touch the trackpad at all, the keyboard stops working for a couple of second

  • Is there a way to prevent Adobe from crashing when ocring multiple documents?

    I'm using Adobe Acrobat 9 Standard.  I am trying to OCR multiple documents, Adobe crashes when it hits a document that cannot be OCR'd. How can I prevent Adobe from crashing and to skip that document and continue the OCR'ing process with the next doc

  • Problem with RFC adapter (JCO Exception RFC logon failure)

    Hi , I have SOAP to RFC scenario. Scenario with same configuration (RFC adapter) is working in QA system.but when I have transported to PRODUCTION system it is showing com.sap.aii.af.ra.ms.api.DeliveryException: RfcAdapter: receiver channel has stati

  • How can I download 11.3 Flash Player

    My Vizio VTAB1008 Tablet tells me to up date the flash player on the  Androi market and I do but then it will freeze  or kick me out of market saying theres and erro. Help.

  • Using Ethernet network and Wireless to connect to ARD

    Hi, I am using ARD to connect 2 mac minis, 1 macbook pro and a G4 powerbook. I have been having some serious issues with trying to network them all together. When I connect 3 of the machines using ethernet and an airport extreme everything is fine, b