R/3 Master Data Extraction from Function Module

Hi Experts,
   I need to extract R/3 Master Data (Attr & Text) using function Module.
  It is already developed and in Live system,I need to extract Master Data for 3 more attributes.
  Could you please specify detailed steps on how to proceed wit this once i made changes to Function Module (ABAP Code),Extract Structure...how shall i proceed once this is done.
Thanks

Hi,
Check the following,
http://help.sap.com/bp_biv235/BI_EN/html/bw.htm
business content
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20co-pa%20extraction%203.0x
https://websmp203.sap-ag.de/co
http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
(navigate with expand left nodes)
also co-pa
http://help.sap.com/saphelp_nw04/helpdata/en/53/c1143c26b8bc00e10000000a114084/frameset.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1910ab90-0201-0010-eea3-c4ac84080806
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ff61152b-0301-0010-849f-839fec3771f3
FI-CO 'Data Extraction -Line Item Level-FI-CO'
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a7f2f294-0501-0010-11bb-80e0d67c3e4a
FI-GL
http://help.sap.com/saphelp_nw04/helpdata/en/c9/fe943b2bcbd11ee10000000a114084/frameset.htm
http://help.sap.com/saphelp_470/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
http://www.sapgenie.com/sapfunc/fi.htm
FI-SL
http://help.sap.com/saphelp_nw2004s/helpdata/en/28/5ccfbb45b01140a3b59298c267604f/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/41/65be27836d300ae10000000a114b54/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
Please reward for the same.

Similar Messages

  • R/3 Master Data Extraction Using Function Module

    Hi Experts,
       Could you please let me know why & How (Detail procedure) to extract R/3 master data using function module.
      My team manager asked me to extract master data from R/3 for 3 more attributes of info object '0material' which is already defined as data target.
    I would like to know why they are extracting data using function module
    Thanks

    The steps for  creating extractor using Function Module. I
    1. Create new Function group (if you have already not done so) in Se80
    2. Copy Function module "RSAX_BIW_GET_DATA_SIMPLE" with suitable name.
    3. Change the code that populate data.
    Following table may give you the guideline for parameters.
    Parameter Description
    I_REQUNR (import) BW provides this request identifier. It is a system-generated identifier in the form REQU_XXXXXX. BW uses this same identifier in all function module calls that relate to a single load.
    I_DSOURCE (import) The name of the generic extractor
    I_MAXSIZE (import) The maximum number of records that BW expects to be in each data packet
    I_INITFLAG (import) A Boolean flag that indicates if this is the initialization (first) call to the function module
    I_READ_ONLY (import) A test flag not needed in most extraction scenarios
    I_T_SELECT (table) This table holds any selections from the BW InfoPackage. The function module should examine these selections and only return data that matches the selections.
    I_T_FIELD (table) This table holds the fields that BW requests
    E_T_DATA (table) The function module fills this table with data records. These records then return to BW as data packets. This table has the same structure as the extract structure defined in the generic DataSource.
    NO_MORE_DATA (exception) The function module raises this exception when no more data is available
    ERROR_PASSED_TO_MESS_HANDLER (exception) The function module raises this exception if an error occurred during the extraction. It alerts BW to check for error logs.
    Change following code to put the selection fields
    Select ranges
    RANGES: L_R_CARRID FOR SFLIGHT-CARRID,
    L_R_CONNID FOR SFLIGHT-CONNID.
    Change following to populate data
    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.
    below links
    Re: functionmodule
    Re: FM for G. extractor
    ***Assign points if it helps.**
    Regards
    CSM Reddy

  • Master data extraction from SAP ECC

         Hi All,
    I am a newbie here and teaching myself SAP BI. I have looked through the forums regarding master data extraction from SAP ECC in all forums but could not answers for my question. Please help me out.
    I want to extract customer attributes from SAP ECC. i have identified the standard data source 0customer_attr and replicated in SAP BI. I have created infopackage for full update. I validated the extractor checker(RSA3) and found 2 records for 0customer_attr.
    When I run the info package, the info package remains in yellow state until it times out. Please let me know in case i am missing anything, Please let me know if there is any other process for master data extraction similar to transaction data extraction.

    Hi All,
    i did the below and afte clicking execute in the Simple job, it takes me back to the Monitor Infopackage screen.
    From your info pack monitor --> menu environment-->job overview--> job in the source system--> prompts for source system(ECC) user id and password, enter them, you will get your job at SM37(ECC), select job and click on log details icon. there you can see details about your error. please share that error screen shot.
    Please find the screenshots.
    I did an Environment -->Check connection and found the below,

  • Master data extraction from APO BW to BW BW

    Hi Gurus,
    I am having a task to extract data from Demand Planning Infocube in APO BW to the Custom Infocube in BW-BW. My question is how do we get the master data (texts and Attributes) for APO-Material and APO-Location (Plant in BW) from APO BW to BW-BW. Any insight into this please.....

    check this
    master data for demand planning

  • Master data extraction from EKKO

    Hi Gurus,
    I need to extract data from EKKO and load it into an Infoobject. What kind of data source I need to create wheter transactional data source or Master data data source.
    Thanks=points,

    Shambu,
    Let me make you clear of my issue.
    there are field called EKKO-ERNAM PO (created by) and EKKO-MEMORY (PO on hold). This should be made available as master data for one info object. In my case it is used in various reports which were built on different ODSes and infosets. Instead of changing all the ODSes and Infosets, I am just pulling this data as master data into on of the info object. So I need to creat a data source to load this info object with this data. Now I am not clear what kind of data source I need to create..??
    Thanks in advance.

  • Master data extraction from R/3 to BW

    Hi all,
    I have to extract master data for characteristic 0CUSTOMER from R/3 system. I have two options for doing that namely 'direct update' and 'flexible update'. Can anyone suggest which method is used in which scenario? I need the data in 0SOLD_TO for some reports on Offers/Orders (0SD_C05) cube in SD. Can I extract data for only this particular attribute? Whats the difference between direct and flexible updates of master data? Please Guide.
    Thanks
    Sumit

    hi sumit,
    Direct update is generally used for Master data infoobject & here no update rules are used, that means data from source system passes though transfer structure, rules, & communication structure directly to Data target i.e. InfoObject.
    Flexible Update - generally used for transaction data ( nowadays can be used for few master data as well) has another set of rule after communication structure i.e. update rule before moving data to data target.
    go through these links
    http://help.sap.com/saphelp_nw04/helpdata/en/98/3a14836fe5e1499a4e17d2d45f4612/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/86/cade377806e664e10000009b38f842/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/86/cade377806e664e10000009b38f842/frameset.htm
    When to use Flexible Update and when Direct update??
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3fdf9587f211d5b2ff0050da4c74dc/frameset.htm
    When to use Flexible Update and when Direct update??
    the following document briefs you about direct and flexible updates:
    http://help.sap.com/saphelp_nw04/helpdata/en/86/cade377806e664e10000009b38f842/frameset.htm
    also have a look at this thread already posted:
    Flexible update Vs direct update.
    Hope it helps...
    don't forget to assign points if useful..
    regards.

  • Master Data Extraction from source system

    Hi BW Gurus,
    I need to extract the "<b>Purchase Document Type</b>" and "<b>Purchase Document Status</b>" master data from R3.
    Can anybody shed some light how can i find out which table in R3 host this data.
    Thank you in advance and i promise to assign point for your answers
    Thank you

    Hi,
    I feel the base table for Purchasing Document Type is T161.
    For Status of purchasing document there is no base table .the avilable value are comming from Available Domain values.
    With rgds,
    Anil Kumar Sharma .P

  • Master Data Extraction from BI to SCM

    Hi.....
    I am extracting master data from BI InfoObject to SCM InfoObject. The extraction works properly provided master data exists in BI. However, if the InfoObject in BI does not have any master data, the extraction never completes but rather remains active (yellow). I have observed that the request triggers in BI and the job completes successfully, however, the status never turns green in SCM.
    Please comment.
    Thanks & Regards,
    Anoop Sahu

    Hi Anoop
    Even when there is no data available, the extractor expects some message which says that there is no data available. You can try to fix this by changing the traffic lights option in the infopackage menu, if there is no data available you can have the request green with 0 records, so that it prevents running the extraction forever.

  • Article Master Data Extraction from IS-Retail System

    Hi,
    I have one IS-Retail System with me. I want to extract Article Master data from IS-Retail System.
    Is there any specific procedure to do this? If yes, can anybody tell me the procedure?
    Waiting for your response...
    Cheers,
    Yash K

    Hi Yash,
    you can use transaction BD10 to extract articles. Note that you should change to message type "ARTMAS" instead of "MATMAS".
    Best regards
    Michael

  • Master data extraction from R/3

    hi all,
    i'm getting issue while activating master data for listing conditions.
    under RSA5 in R/3, i've activiated and transferred 0RT_WLK1_ATTR datasource. In RSA6 same is transported.
    but when i check for data in RSA3 0 records are found. the extract structure ROXAXA0011 is based on view V_WLK1_BW. When i check for data in SE11, table WLK1 shows 18,000 odd records, but V_WLK1_BW is not showing any record.
    is anything missing? process of master data activation is correct or somting is missing.
    regards: gaurave

    HIi ,
          Check here....it may help you
    https://websmp104.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000081520&
    Regards,
    Vijay.

  • Generic Data Extraction From SAP R/3 to BI server using Function Module

    Hi,
    I want step by step procedure for Generic Extraction from SAP R/3 application to BI application
    using Functional module.
    If any body have any Document or any PPT then please reply and post it in forum, i will give point for them.
    Thanks & Regards
    Subhasis Pan

    please go thr this link
    [SAP BI Generic Extraction Using a Function Module|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/sap%20bi%20generic%20extraction%20using%20a%20function%20module.pdf]
    [Generic Data Extraction Using Function Module |Re: Generic Data Extraction Using Function Module;

  • Vendor Master Data extraction???

    Hi,
    I need to extract Vendor Master Data from SAP into a flat file.
    The format should be similar to file input required for the Vendor Master Upload program: RFBIDE00.
    Is there any program which can be used to extract the data in the required format?
    Any help is appreciated.
    Thanks and Regards,
    Varun

    hi varun,
    check this link..
    <a href="http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/vendor-master-data-extract-from-r3-to-flat-file-944432#">VENDOR MASTER EXTRACTION</a>
    <b>dont forget to mark helpful answers..</b>
    Message was edited by: Ashok Kumar Prithiviraj

  • Data Extraction from hierarchies in BW info-object

    Dear All,
    I have a question here regarding master data extraction from hierarchies from BW info-object.
    we have a info-object called as Customer which is defined in the standalone BW system. under the hierarchies for the customer we have the Channel defined.
    Now I have created 2 info-objects in APO BW for Customer and Channel. channel is defined as an attribute of the customer.
    I am wondering to do I extract data from the Customer info-object in standalone BW to both these charactersitics in APO BW?
    Regards,
    Kedar Agarkar

    Hello Kedar,
    Please open this thread on the SDN Forum "DATA WAREHOUSING".
    I already talked with a BW colleague and he suggested to try there, it seems to be their issue.
    Thanks and regards,
    Michel Bohn
    SCM-APO forum moderator.
    Edited by: Michel Bohn on Mar 28, 2009 12:29 AM

  • Master data Extraction in BI7.0

    Hello Gurus,
    I am new to BI 7.0. I would like to know the steps of Master data extraction from ECC 6.0. to BI 7.0 I tried but as the transformation is different than BW3.5 I am not sure what exactly to do. I was trying to extract 0PROFIT_CTR & 0CO_AREA Master data..... Any other Master data example would be fine to. If anybody could explain in simple steps the above process, would be appreciated. Points will be awarded.
    Thanks
    Sujay

    Routines can be added in Transformation step -6
    1. Create the infoobjects you might need in BI
    2. Create your target infoprovider-Infoobject
    3  Create a source system
    4. Create a datasource or use replicated R/3 datasource
    5. Create and configure an Infopackage that will bring your records to the PSA
    6. Create a transformation from the datasource to the Infoprovider
    7. Create a Data Transfer Process f(DTP) rom the datasource to the Infoprovider
    8. Schedule the infopackage
    9. Once succesful, run the DTP to get data from PSA to Infoobject
    10. Check Infoobject for data
    <b>Loading Infoobject using Flat-File</b>
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/01ed2fe3811a77e10000000a422035/content.htm
    Hope it Helps
    Chetan
    @CP..

  • Function module searched: Data extraction from BW to R/3?

    Hello everybody,
    has anyboday any idea on which function module or function group could be used for data extraction from BW to R/3?I have seen some threads,and found the function group RSAX which is actually for extraction from R/3 to BW,is it also suitable for the other direction(BW to R/3)?
    I have looked for this topic for a long time,but so far no success...
    Would you like to give me some hints?
    Regards,
    Liying
    Message was edited by: Liying Wang

    Hi,
    It's going to be an extraction to specific application in R/3 - couldn't be any universal extractor - applications have their own specific.
    But you can try application specific retractors, as examples look here:
    http://help.sap.com/saphelp_sem320bw/helpdata/en/99/97157967e3440a94d199538959cd0b/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/b2af6569e64418a21bd0ab4d83be83/content.htm
    Open hub functionality is another option:
    http://help.sap.com/saphelp_sem40bw/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm
    Best regards,
    Eugene

Maybe you are looking for