Extractor to bring data only from BSAD

Hi Experts,
I need to develop a report to analyse cash collection by payment method. All the data is from BSAD table and couple of fields from REGUP, VBRP and BKPF. Can you please suggest any extractor which can bring mainly from BSAD?
Thanks,
Ramesh.

Hi Malyadri/Nikhil/Jerry,
Thanks for your reply. I can see the FM of 0FI_AR_3 that it is bringing the records from BSAD and BSID tables. Now how can I differentiate the data from these tables? using Clearing date?
If I put filter on clearing date as not equal to blank then will it filter out all the records from BSID, so that I can get only BSAD records?
Thanks
Ramesh.

Similar Messages

  • Loading data only from access

    Hi,
    I just want to load data only from MS Access tables to oracle tables.I already have oracle tables. Can i do this with Oracle Migration workbench.
    Thanks

    Hi,
    The Oracle Migration Workbench can be used to migrate table data from your MS Access to your migrated Oracle database schema. The data can be transferred either online, using the Migration Wizard of the workbench or offline using SQL*Loader scripts generated by the workbench, to copy data from the source database to your destination Oracle database.
    You mention that you already have the Oracle tables. Did you use the migration workbench to migrate your Access MDB file to Oracle?
    If so, then you can do the following to load your data into the Oracle database using the offline capture method:
    1. Use the Exporter for MS Access tool (omwb<version>.mde) to extract the data from your Access MDB file. This generates .DAT files containing the table data.
    2. Launch the workbench, pointing to the repository containing the source and oracle model information for your Access MDB file. This will be the repository you used during the initial migration of your Access database to Oracle.
    3. Select the Oracle Model tab, then select a user schema in the Oracle Model that you want to migrate the data to.
    4. Select the associated "Tables" node of the tree.
    5. From the "Objects" menu, select the "Generate SQL*Loader Scripts.
    6. Use the generated SQL*Loader scripts to load the Access data, contained in the .DAT files generated in step 1 above, into the Oracle database.
    For further information on the steps outlined above, please refer to Chapter 6 Migration the Database of the Oracle Migration Workbench User's Guide, specifically
    section "Transferring the Data Offline". The User's Guide can be obtained in the /omwb/docs/usersguide folder of your omwb installation, or via the Help | User's Guide of the workbench.
    I hope this helps.
    Regards,
    Hilary

  • DateField: Restrict user to select date only from the calender control ??

    How can I restrict user to select date only by using the Calender control, not by typing.
    Abhinav

    Hi,
    This is working perfectly but user can enter or delete date into the text_item >>>through keyboard i want to restrict that they can only select date from calendarSet Insert allowed to 'NO' in property pallete of item ENTRY_DATE.
    In ON-ERROR Trigger::
    BEGIN
    DECLARE
    err_code CONSTANT NUMBER := error_code;
    err_type CONSTANT VARCHAR2(3) := error_type;
    BEGIN
    IF (err_type = 'FRM'
    AND err_code IN (40200)) THEN
    Message('Updates Not allowed, Please Select Your Date from Calendar');
    Message(' ');
    ELSE
    NULL;
    END IF;
    END;
    END;
    Thanks,
    Bhujendra

  • How to fetch data only from index

    Hi,
    I'm using below query which fetches arount 1,00,000 records & then perform group operations on them.
    <pre>
    SELECT Record_Type,Country_Product_Id,Channel_Id,SUM(Items)
    FROM t_Utr
    WHERE Four_Eyes_Status='A'
    AND(
    Booking_Date >= To_Date(v_Period_Start_Date, 'DD/MM/YYYY')
    AND Booking_Date <= To_Date(v_Period_End_Date , 'DD/MM/YYYY')
    AND Invoice_Id IS NULL
    AND Link_Id=p_Link_Id
    AND Billing_Indicator = 'L'
    GROUP BY Record_Type, Country_Product_Id, Channel_Id
    </pre>
    I'm having an index on all the columns being searched and all the values being fetched.
    Here I want to know if there is some procedure where we can fetch all the data from index itself, & we need not to switch again & again between table & index data.
    Thanks
    Deepak

    That's the kind of thing you want to leave to the optimizer.
    Provided you supply it with the information needed, most of the time it will make a better decision than you will on speculation.
    You want to avoid "hard coding" execution plans since this is contrary to the principles of the CBO and the "what" vs "where" philosophy underlying declarative programming.
    A few thoughts:
    1) Possibly the "AND Invoice_Id IS NULL" gets in the way of that of index only lookup
    2) To raise an optimizer bug/change request you will need to prove that your suggested plan is (a) possible (b) superior to the optimizer's choice (c) the optimizer choice is based on erroneous logic (possibly via 10053 trace)

  • Import of Table data only from Full export Dump

    I want to import data inot specified tables of a databse only. Is it possible to do this from a dump file which is the full export of the another database. The database i want to import into is the mirror of the database whose export dump i want to use. Let me know if this is possible and if yes then how i could do this.
    Thanking in advance.

    Please check the following link for full instructions:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/part1.htm#435787
    If on another release, the same documentation is available for it on OTN as well.
    Thanks!

  • Is it possible to copy only data only from a TM backup

    Here's my issue.
    Imac hard drive died last night. I have a full time Machine backup on the Imac on a Lacie external drive.
    I have an existing Mac Book that I use daily and don't want to reformat, but would like to simply add the pictures, music, documents etc. from the Imac time machine and then deal with the IMAC hard drive issue later. I may replace the dead Imac hard drive and do a full restore from Time machine in the coming weeks, or I may simply fix the hard drive and sell it...but I want the data from the Imac Time machine data on my laptop, but don't want to lose what I have on my macbook now.

    At the top of this forum you will find three User Contributed Tips. You will find instructions in one of them on how to restore files from a TM backup. If you select Mac Help from the Finder's Help menu and search for "time machine" you will get a list of articles on using TM for such things as restoring files: Mac OS X 10.5 Help- Restoring files backed up with Time Machine and Mac OS X 10.5 Help- Recovering items using Time Machine and Spotlight. At Apple's support site you will find Mac 101- Using Time Machine in Mac OS X 10.5 Leopard.

  • Migrate Data only from MS SQL to existing tables in Oracle

    Hi,
    I just downloaded Sql developer and I just want to copy data from sql server tables to oracle. I already have existing tables in Oracle and I just want to import the data there. How could I possible do that?
    Thanks in advance :)

    try this it must be helpful
    how can i connect sql server in sql developer?
    Regards

  • Copy File name and Date only from a Folder with SSIS

    Hello all,
    I need to create a package which will list the file names and the dates in a folder, these files are blank flat files. After extracting the file names from the file path i need to create a table which will have two columns Filename and
    Date.We get about 1000 such files every month and we are looking to maintain them in a table.
    Is this possible? Can someone point me in the right direction? 
    FM

    Arthur , I actually figured it out. The For each container let me pass thru the file name, then I inserted the file name into my staging table. I created a FilePath variable and basically Did a sql task and
    INSERT INTO MyTable
    SELECT Filename = ?,
    LoadDate = GetDate()
    In my for each loop I added a *.*txt qualifier... I`ve tested and works well... Got what I needed.
    FM

  • Best way to import data only from sql server 2k to ora9.2

    I have a situation where I don't care about indexes, procedures. The DDLs from sql server 2k and ora9.2
    are (mostly) teh same, I need to port the data from sqlserver to my ora database.
    what is the best way to do it?
    thanks.

    Hello Zack,
    The Oracle Migration Workbench can help you to migrate your data from your Oracle 9.2 database to SQL Server 2000. Please refer to Chapter 6, 'Migrating the Database' in the Oracle Migration Workbench User's Guide for more information about how to migrate your data using the Oracle Migration Workbench.
    You can find this document at the following location on the Oracle Technology Network (OTN) Web site:
    http://download.oracle.com/docs/html/B15857_01/migrate_db.htm#sthref282
    I hope this helps.
    Regards,
    Jocelyn (Oracle Migration Workbench Team)

  • Can we do input field readonly and it will takes data only from F4

    Hi  experts,
    I want user only fill data in inputfield by F4, not manualy , can we do somwthing for that.
    Thanks & Regards
    Prashant Gupta

    Hi Prashanth,
       We can handle your requirement. I will give one example and it is working.   
        Address -  Node
         Firtst_Name-    Node  attribute    and this attribute will have DDIC search help.
       Create Input field 'FIRSTNAME' for this attribute in screen with transparent container  'TC' and bind the above context to the UI element.  Now this UI element is Context is 'ADDRESS.FIRSTNAME'.
    Now add the below code in MODIFYVIEW hook method.The below code will add search help with read only input field but for display mode again you have to disable the search help for this field. i have not written code for that.
      DATA: lo_first_name       TYPE REF TO cl_wd_input_field,
            lo_first_name_new   TYPE REF TO cl_wd_input_field,         " New input field
            lo_transp_cont      TYPE REF TO cl_wd_transparent_container. " TC container
            lo_new_container    TYPE REF TO cl_wd_transparent_container.
      DATA: lv_bound_value      TYPE string,
            lv_read_only        TYPE wdy_boolean.
       IF iv_first_time EQ abap_true.
    lo_first_name_input ?= io_view->get_element( id = 'FIRST_NAME' ).
    lo_first_name_input->set_width( '0' ).
    lv_bound_value = lo_first_name_input->bound_value( ).  "ADDRESS.FIRST_NAME"
        Create new dynamic Input Field
          CALL METHOD cl_wd_input_field=>new_input_field
            EXPORTING
              bind_value = lv_bound_value     
              id         = 'FIRST_NAME_NEW'
              read_only  = abap_true
              view       = io_view
            RECEIVING
              control    = lo_first_name_new.
        Create new dynamic Transparent Container
          CALL METHOD cl_wd_transparent_container=>new_transparent_container
            EXPORTING
              id      = 'TC_NEW'    " New container
              view    = io_view
            RECEIVING
              control = lo_new_container.
          " I used flow layout thats why i am using the flow layout
          cl_wd_flow_layout=>new_flow_layout( container = lo_new_container ).
          cl_wd_matrix_data=>new_matrix_data( element = lo_new_container ).
      " Get old field container
       lo_transp_cont ?= io_view->get_element( id = 'TC' ). 
       IF NOT lo_transp_cont IS INITIAL.
        "Using a new Transparent Container both Fields for FIRST_NAME are shown as only one Field
            cl_wd_flow_data=>new_flow_data( element     = lo_first_name_new ).
            lo_new_container->add_child( the_child = lo_first_name_new ).
            " remove the child means old FIRT_NAME
            lo_first_name ?= lo_transp_cont->remove_child( id = 'FIRST_NAME' ).
            cl_wd_flow_data=>new_flow_data( element = lo_first_name ).
            lo_new_container->add_child( the_child = lo_first_name ).
          lo_transp_cont->add_child( index      = 2
                                     the_child  = lo_new_container ).
       ENDIF.
    endif.
    Regards,
    Devi

  • Re: Data Extraction from Multik R/3 systems into one Infosouce

    Hi Experts,
    In my current project there is a requirement to bring data from two different R/3 clients(systems) into one BW sytem.
    The inforsouce is the same. For example The FI GL data needs to upload into BW through the Infosource 0FI_GL_4 from two different R/3 clients ; 100 and 150. Is it possible?
    Curreny set up is to bring data only from R/3 system 100. Now the requirement change and have to bring data from R/3 system 150. This is the situation in production client.
    Please advise and share your view.
    Thanks in advance

    Luis:
    Thanks for the response.
    In both R/3 clients Data Source is 0FI_GL_4. The infosource is 0FI_GL_4. I am loading data into FIGL ODS. Are  0GN_R3_SSY and 0LOG_SYS_BE two infoobjects to be included into the FIGL ODS?
    Another question - The data source for one client is in the revised mode in BW production client. Can I install the data source in the BW production client by generating transfer rule/transfer structure? Or do I need to transport it from the R/3 client and replicate it in BW?
    Please respond.
    Thanks

  • PCI 6036E/SC 2075, can read only from ch 2, need to use both. help please

    I have interfaced DAQ PCI 6036-E with SC2075. I wrote a code to get data from analog input chl 1 and ch 2. I am getting data only from ch1. cables and hardware connected to sc2075 had been tested and are working properly. help please .Also, is it possible to test those channels from measurement and automation explorer and how ?.thanks

    Greetings,
    Yes, it is possible to test these analog input channels in Measurement & Automation Explorer (MAX). To do so, expand Devices and Interfaces, right-click on the PCI-6036E, and select Test Panels. On the Analog Input tab, you can set the Channel control to any of the device's channels. If both CH1 and CH2 function correctly in MAX, you will need to troubleshoot your code.
    Good luck with your application.
    Spencer S.

  • Can I update only from my iMac and have data flow to iPhone and MacBook, not the other direction?

    New to iCloud and Lion.  Can I update via iCloud only from my iMac and have data flow to my  iPhone and my MacBook, not the other direction?

    No. Syncing means bringing both ends to be the same.

  • Bring data from one database to another using a DBASE link

    I usually bring data using a database link
    something like
    Insert in table
    colon 1
    colon 1
    colon 3
    select
    colon 1
    colon 2
    colon 2
    from table@nameLINK.
    I
    The tables have the same structure the tables in the database where I am runing the script are empty
    I wonder if it is a way to do it faster (not a dba) without wriiting a script with the insert, some of the tables have a lot columns
    thank you

    Use NOLOGGING for the table and the APPEND hint for the query. This will eliminate the generation of redo and be faster.
    ALTER TABLE myTable NOLOGGING;
    Insert /*+ APPEND */ into myTable
    colon 1
    colon 1
    colon 3
    select
    colon 1
    colon 2
    colon 2
    from table@nameLINK;
    ALTER TABLE myTable LOGGING; -- if you want to turn logging back onIf this is a table you will truncate and load each day just leave the table as NOLOGGING.

  • HT4437 I was able to bring a Video from Amazon Prime to my iPad, but with Airplay got only the audio through my AppleTv.  Any suggestions to get the video also (from iPad to AppleTv)?

    I was able to bring a Video from Amazon Prime to my iPad, but with Airplay got only the audio through my AppleTv.  Any suggestions to get the video also (from iPad to AppleTv)?

    Amazon Prime reply app does not allow video airplay - nor do several other content providers.
    It must have something to do with digital rights/copyright.
    AC

Maybe you are looking for