Difference Bet Transformation and InfoSource

Difference Bet Transformation and InfoSource
Please search the forum before posting a thread
Edited by: Pravender on Sep 7, 2010 12:16 PM

Hi,
Infosource connects data source with Transformation (with transfer structure and communiocation structure).
Transforation is same as Update rule in 3.x. It connects one object to another and do the conversion/look up data load (if needed).
You may look for various documenat available at forums for the same.
I hope it will help.
Thanks,
S

Similar Messages

  • What is interactive report , difference bet interactive and classic report

    what is interactive report , difference bet interactive and classic report

    Hi
    Check this thread to get more idea about ALVs.
    Interactive ALV
    DIRLL DOWN AND INTERACTIVE REPORT
    http://www.sap-img.com/abap/difference-between-drilldown-report-and-interactive-report.htm
    As the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers.
    And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed.
    We can have a basic list (number starts from 0) and 20 secondary lists (1 to 21).
    Events associated with Interactive Reports are:
    AT LINE-SELECTION
    AT USER-COMMAND
    AT PF<key>
    TOP-OF-PAGE DURING LINE-SELECTION.
    HIDE statement holds the data to be displayed in the secondary list.
    sy-lisel : contains data of the selected line.
    sy-lsind : contains the level of report (from 0 to 21)
    Interactive Report Events:
    AT LINE-SELECTION : This Event triggers when we double click a line on the list, when the event is triggered a new sublist is going to be generated. Under this event what ever the statements that are been return will be displayed on newly generated sublist.
    AT PFn: For predefined function keys...
    AT USER-COMMAND : It provides user functions keys.
    TOP-OF-PAGE DURING LINE-SELECTION :top of page event for secondary list.
    http://abapprogramming.blogspot.com/search/label/INTERACTIVE%20REPORT%20BASICS

  • Difference bet  se09 and se10

    Hi all
    pls tell the  difference bet  se09 and se10
       Regards.
    Nagendra.

    hi nagendra,
    chk this thread:
    https://www.sdn.sap.com/irj/sdn/profile?userid=3498743
    SE09 transaction is for workbench transport request wherein the developers can track their changes or modifications to the workbench objects . 
    Whereas SE10 is a customising transport request transaction.this is used for displaying customising requests. Sometimes this may be restricted to business analysts.
    regards,
    keerthi

  • Difference bet Authorized and unauthorized FC revaluation

    <Deleted original post contents and retypes in capitalized alphabet - moderator >
    What is the difference bet Authorized and unauthorized FC revaluation
    Edited by: Arun Varadarajan on Sep 1, 2008 10:58 PM

    solve

  • Difference bet Thread and Runnable Inteface

    what is the main difference bet Thread and Runnable interface. Where it is used Thread and Where it is used Runnable interface

    http://www.javaworld.com/javaworld/jw-04-1996/jw-04-threads.htmlThere are a lot of differences, see the article above for details.
    Generally, I would only extend Thread if I want to enhance/extend the functionality of how Threads work (like providing a Timer or a Clock, or something). If all I am doing is providing some work to be done in a separate thread, then I will create a class that implements Runnable and run it using new Thread(myRunnable).start(). Most of the time, I use Runnable, since rarely would I need to change how threads act.

  • Difference Bet. rz01 and sm37

    Dear All,
    What is the use for RZ01 and what is the difference bet.. RZ01 and SM37.
    Regards
    Shankar.

    Thanks resolving the Query.
    few question i have doubt.
    1)           what is listener
    2)           Can i shift the control file to different folder / location in Oracle.
    3)           Can anyone please guide the Homogeneous copy process  steps.
                  in SAP Note little bit confused like 
    Regards
    SNB

  • Difference bet  Billing and invoice

    Hi All
      pls tell the difference  between  Billing and invoice.
    Regards
    Nagendra

    Hi ,
             Both are the same .
    Becuase it is called Billing Invoice .
    Invoice is document indicating to delivery goods and Billing is  a receipt of payment .
    Please reward if useful.

  • Difference bet rep and descrete mfg.

    what is the basic difference between repetitive and discrete manufacturing?

    Hi,
    Discrete Manufacturing:
    1.Oredr related production
    2.Steadily changing product
    3.differing sequence of different work centers
    4.complex routing
    5.Interim storage for semi finished products
    6.Material staging order based ( reservation, picking)
    7.Back flushing per order
    8.cost monitoring order based
    Production order
    Repetitive Manufacturing:
    1.Quantity and period based Production
    2. same/ similar products are produced over a long period of time
    3.line based continuous flow
    4.simple routing
    5. No interim storage for semi finished products
    6. material staging period based
    7. back flushing period and qty based
    8.cost monitoring period based Product cost collector
    9. Planned order ( run schedule qty)
    Regards,
    nandha

  • Difference bet configuration and customization

    hi,
    I want a brief explanation about configuration and customization.
    can any one help me out
    thanx and regards
    pavan

    Dear Pavan,
    The difference between cutomizing and configuration is:
    - CONFIGURATION: we will configure the system to meet the needs of your business by using the existing data.
    - CUSTOMIZING: we will customise or adapt the system to your business requirements, which is the process of mapping SAP to your business process.
    - CLIENT: A client is a unique one in organizational structure, can have one or more company codes. Each company code is its own legal entity in finance.
    Configuration vs. Customization
    When considering enterprise software of any type, it is important to understand the difference between configuration and customization.The crux of the difference is complexity. Configuration uses the inherent flexibility of the enterprise software to add fields, change field names,modify drop-down lists, or add buttons. Configurations are made using powerful built-in tool sets. Customization involves code changes to create functionality that is not available through configuration. Customization can be costly and can complicate future upgrades to the software because the code changes may not easily migrate to the new version.Wherever possible, governments should avoid customization by using configuration to meet their goals.Governments also should understand their vendor's particular terminology with regard to this issue since words like "modifications" or "extensions" often mean different things to different vendors
    Hope this helps you.
    Do award points if you found them useful.
    Regards,
    Rakesh

  • Difference bet rsbdcbtc and rsbdcsub

    hi experts,
    can any one give me the difference between rsbdcsub and rsbdcbtc.
    Thanks

    HI,
    RSBDCSUB
    Processing Sessions Automatically
    Use
    In most cases, batch input sessions can be processed automatically. It is not necessary for a session to wait until a system administrator explicitly starts the processing of the session.
    This section explains how to have sessions started automatically soon after the session has been generated in an R/3 System.
    Prerequisites
    The ABAP program RSBDCSUB must be scheduled as a periodic job in the R/3 background processing system. RSBDCSUB checks for and starts any batch input sessions that have not yet been run. It schedules such sessions for immediate execution in the background processing system.
    Procedure
    Schedule RSBDCSUB to run periodically in one or more background jobs.
    If you have regularly scheduled batch input runs, you can schedule separate jobs for each of the scheduled data transfers. The start time for the RSBDCSUB job can be set according to the batch input schedule. And you can use a variant to restrict RSBDCSUB only to the batch input sessions that you expect.
    With RSBDCSUB, you can use all of the selection criteria offered on the batch input main menu to select sessions to run:
    session name
    date and time of generation
    status: ready to run or held in the queue because of errors
    Result
    Batch input sessions are started automatically rather than by hand. The RSBDCSUB program can be set up to start all sessions that arrive in an R/3 System, or it can be fine-tuned to start only batch input sessions that you expect.
    for RSBDCBTC check the link!!
    http://sapabap.iespana.es/sap/oss/0015999.htm
    BDC
    Regards Rk

  • Difference bet DropdownbyIndex and byKey....??

    Dear Experts,
    My task is to have two dropdowns
    say  for example...
    In the first dropdown i need to have 5 Countries where i should select one of the  choices
    *Corresponding to the country selected, it should give 5 cities where in here no selection should be done.just displaying in this dropdown.
    Please suggest me the dropdown i should use here... and also the steps,properties and the mapping for this task...

    Hi Vinod,
    As suggested by Valery, in the Supply Function get the Country and populate the States node with corresponding values.
    Difference between DropdownbyIndex and byKey is:
    DropDownByKey provides static data in DropDown and DropDownByIndex makes it dynamic.
    DropDownByKey: Is used when u want to use data dictionary type.For this create a dictionary of simple type in the dictionary.
    Creating the Simple Type:
    Ur project>dictionaries>Data Types-->Simple Types right click and select Create Simple Type.
    After entering the name and package, open that and click on "enumeration" tab at the bottom of the same. Now add the Value and Description to be displayed.The created simple type can be used for DropDownByKey.
    Binding it to the UI element:
    Now create a valueattribute and change the type to the dictionary type(created simple type). Finally bind the DropDownByKey UI element to the value attribute.
    DropDownByIndex: Is used while we have to get the data from the database. Here we directly bind the DropDownByIndex UI element to the context node(attribute).
    Regards,
    Jhansi

  • Difference bet  XI and PI

    Hello friends,
    can any one tell me the exact difference betweenXI and PI ?
    regards,
    simran

    Hi,
    This question has been answered many times in many threads use the search option before posting the questions.
    No Major difference as such...
    1. All new features for XI 7.0 are almost same as for XI 3.0 at least till SPS 19.
    Some differences are as follows:
    • Adapter Enhancements like JMS, JDBC, Oracle-JDBC and CIDX Enhancements
    • New Conversion Agent,
    • Receiver Determination Enhancements
    • Multi mapping
    • User defined enhancements
    • Unbounded Processes (Integration Processes).
    2. One more difference is the ABAP stack (which is 7.0 and not 6.40) but from the developer point of view there is nothing new.
    3. PI 7.0 = XI 7.0 i.e. PI 7.0 can also be called as XI 7.0
    4. For each SP in XI3.0 there is a corresponding SP being released for PI (XI 7.0). A comparison of the service packs in 2004 and 2004s:
    In 2004 - In 2004s
    SP12 & lower = SP04
    SP13 + 14 = SP05
    SP15 = SP06
    SP16 = SP07
    SP17 = SP08
    SP18 = SP09
    Thnx
    Chirag

  • Difference bet 9i and 10g

    hi all,
    can u pls explain the diff between oracle 9i and 10g
    thanks in advance

    One number and one letter.
    9=>10
    i=>g
    for an indepth technical analysis you can start reading the Oracle 10g (btw which exact version?) release notes. Especially the Oracle® Database New Features Guide 10g Release 2 (10.2).

  • RE: Transformation and Data transfer process.

    Hi guys,
    Please some bosy help me out by providing the differences between Transformation and Data Transfer Process.
    thanks in adwance
    omkar

    Hi Omkar,
       Trnasformations providing the mapping between Sorce fields( datasource to  data target).  only map the structures..
    <b>Transformations:</b>----
    -->Trsnsformations are used to create mappings between two BI Objects and to
    transform data from BI Source(From where) to BI Target .
    -->You can create One-One Mappings between source and target in BI
    -->In transformations Source is : DataSource, InfoSource, DataStore object,
    InfoCube, InfoObject and InfoSet
    -->Target is: InfoSource, InfoObject, DataStore object and InfoCube.
    -->Transformations replaces the transfer and update rules.It's like creating transfer
    rules and update rules.Through these rules/mappings/transformations, the
    system is going to transform data from Source to Target.
      but DTP  means.. the data loading procedure will be  done with this step..
    <b>DTP :</b>
       DTP is used to transfer data from PSA to the infoprovider.
    The data transfer process can also be used to control data distribution from a BI system into any target outside of the BI system. For this purpose, a data transfer process with an open hub destination is used as the target.
           Since Deltas are now based on request from PSA ,you can have multiple datatargets pulling data with same selection criteria from same datasource(ECC) with INITS/DELTA,not possible earlier.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/f98e07cc483255e10000000a1553f7/frameset.htm
    Creating DTP
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/fa50e40f501a77e10000000a422035/content.htm
    regards
    @jay

  • Datasource and infosource

    HI experts
                   what is the difference between Datasource and infosource.please explain with optimized example

    hi,
       datasource is collectionof fields that are to be transferred from any source system (flat file, R/3 etc.)
    into BI system.Generally it means datasource corresponds to system that is going to send the data.
    Infosource is collection of infoobjects in BI system and is assigned to to transfer data from data source to data targets, it act mediator which help to transfer only required data into data target. Infosource is flexibly used to send data to any no of data targets.
    supoose ur data source contains fields like a, b ,c
    and in data target u want a ,b*c  u can do it in infosource in transformation .or u want only b, c u can choose it in infosource.
    data source contains fields from where u extract data while infosource contains fields required to load data in targets in BI
    u will lots of data in sdn and in hlep too.
    http://help.sap.com/saphelp_nw04s/helpdata/en/fd/5b725f617ddc40b760cf5396bfcb5d/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/90/64553c845ba02de10000000a114084/content.htm
    Regards,
    Archana.

Maybe you are looking for