Extraction fo data for SEM 6 from ECC6

Hi Gurus,
We are working on to set up SEM 6.0 with ECC6 as the transactioanl system.
Please could you help solving the following doubts in this regard: -
1) Is this true that in order to get consolidation relevant fields (like Trading partner, Partner profit center
etc.) we should use DS 0SEM_BCS_10 and not DS 0FI_GL_10? SAP Note 852971 suggests as follows: -
'.......The DataSource 0FI_GL_10 is available in the BI business content for the extraction of data of the leading ledger from the new general ledger accounting to BW. However, only one part of the transferred fields can be updated by the structure of the data flow saved in the BI content. This is due to technical constraints during the update into an ODS object. The partner fields that are relevant for consolidation are not updated in the InfoProvider 0FI_GL_10 and, therefore, you cannot use it as the "staging" InfoProvider for SEM-BCS.
SAP delivers the DataSource 0SEM_BCS_10 for the data collection of the leading ledger from the new general ledger into the consolidation. This allows you to set up another data transfer branch to SEM-BCS without affecting the data transfer to the InfoProvider of the new general ledger......'
What is not clear from above is whether we need to use both the data sources or we can manage with 0SEM_BCS_10.
2) Is the BI content statging cube for BCS 0FI_GL_10?
3) I believe that we need to create some other data sources to load data from non-leading ledgers. Are we going to load data from non-leading ledgers to the same staging cube in BW (0FI_GL_C10)? If yes how the data will be differentiated? There could be various sets of data in the same inforprovider for each parallel ledger.
Please advise.
BR,
SSC

Hi,
1. We use 0SEM_BCS_10. It clear said in notes that 0FI_GL_10 is not useful.
2. No, AFAIK, it's a custom cube.
3. If you use the flex GL why you are going to use non-leading ledger.
More info you may find using search.
Particularly, here:
Re: 0SEM_BCS_10 or 0FI_GL_10
I provided some more notes on the theme.

Similar Messages

  • How to extract  the date n time from images

    can anybody help me...what function/ method that i can use to extract the date an time from images
    thanks

    Hi norazanita,
    Please give clear idea what you want so one can proceed.
    And if i am not wrong and get you correctly than i think you need to read about OCR for JAVA.
    Regards,
    Joshi Shirin.

  • Which tables are being used to extract the data for the materi Extractors

    Hi
    please advise which tables are used to extract the data for the extarctors
    0MAT_SALES_ATTR,
    0MATERIAL_ATTR,
    0MAT_PLANT_ATTR
    0PLANT_ATTR
    ,Many thanks.

    Hi,
    Activate a database trace using ST01. Then perform the MM03 operation and goto the SD Texts tab. Now stop the trace and see if you can locate either a table or program which you can utilize in the log.
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55f993545a11d1a7020000e829fd11/frameset.htm
    Hope this helps..
    Rgs,
    Ravikanth.

  • How to extract meta data of documents from SAP R/3

    dear all,
    i`am working in aproject where we connect the documents for SAP R/3 applications.we maintain our own repository for that purpose.it may be in bound or out bound according to customer needs.the meata data related to the documents is stored in SAP.our requirement now is to have that metadata available in our repository .can any one guide me how to write ABAP code for extracting meata data from SAP and enable even nonSAP users to have the access for the documents.
    thanks in advance
    ravi

    Hi,
    One way to do this is probably set a connection between SAP Database and an external database and store the meta data into external database from where a non-sap user will have an eccess to the data.
    Steps required are :
    1. we have to involve basis team also in that.
    2. they will make one entry
    in DBCON table
    (that entry will point to secondary database/external database)
    (suppose the name of this secondary connection is HRCON)
    3. Also they will make connection string
    in application server.
    4. After that,
    we should have
    the table definition in SAP dd dictionary
    and also
    the same defintion
    in the external database. 
    5. now in abap code,
    we have to use like this.
    DATA: mydbcon(30) TYPE c.
    mydbcon = 'HRCON'.
    INSERT ydev_msg_cur CONNECTION (mydbcon)
    FROM msg_cur .
    <b>Hope this helps.
    Please mark helpful answer.</b>
    Regards,
    Amit Mishra

  • How to display all available data for KFs from different Cubes

    Hi,
    I am using a MultiProvider that consists of two InfoCubes. KF1 uses Cube1, KF2 uses Cube2 - characteristic Country exists in both cubes. I have the following data:
    KF1 - Country 1: 5
    KF1 - Country 3: 8
    KF1 - Country 4: 10
    KF2 - Coutnry 1: 9
    KF2 - Country 2: 7
    KF2 - Country 5: 3
    I have a query that uses Country as a drilldown characteristic (ROWS) and displays the values of KF1 and KF2 (COLUMNS) for each Country. However, instead of seeing data for Countries 1-5 I only see data where I have results for KF1 (Countries 1,3 and 4). The value for Country 1 for KF2 shows up correctly in the corresponding row, but Countries 2+5 aren't displayed for KF2. If I change the Access Type for Result Values from "Posted Values" to "Master Data" I get the correct result. However this is not feasible in the final setting due to the amount of data that has to be handled (MasterData setting will lead to crashes of the query due to maximum number of cells exceeded).
    Are there any other options to force the query to display values for all characteristic values where I have data for any KF?
    Thanks a lot for your help!
    Best regards,
    David

    As it turned out the issue was due to 2 restrictions on KPI2:
    1) Restriction to InfoProvider "Cube 2"
    2) Constant selection on two characteristics that have filters on a global level but which should not affect the display of the data for KF2
    Removing (1)+(2) provided the desired result.

  • Extracting HTML data in BSP from Browser

    Hello,
            I am displaying an Adobe Interactive form as HTML using an IFRAME in BSP, I know there is another way of using Adobe Interactive form in BSP, but it would occupy the entire BSP page and would overwrite any other BSP elements and they will not be displayed. Since the requirement is to enhance the existing BSP page and display buttons like SAVE, SUBMIT on the top of the BSP page and have the Interactive Adobe form occupy the rest of page as HTML display in IFRAME. I do understand that such functionality can easily achieved using web dynpro ABAP or JAVA, but I have very limited options, I used the below code to render the Interactive Adobe form :-
    DATA: cached_response TYPE REF TO if_http_response.
        CREATE OBJECT cached_response
          TYPE
            cl_http_response
          EXPORTING
            add_c_msg        = 1.
        cached_response->set_data( file_content ).
        cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                           value = file_mime_type ).
        cached_response->set_status( code = 200 reason = 'OK' ).
        cached_response->server_cache_expire_rel( expires_rel = 180 ).
        DATA: guid TYPE guid_32.
        CALL FUNCTION 'GUID_CREATE'
          IMPORTING
            ev_guid_32 = guid.
        CONCATENATE runtime->application_url '/' guid INTO display_url.
        cl_http_server=>server_cache_upload( url      = display_url
                                             response = cached_response ).
    Once displayed as HTML using the IFRAME in BSP, is there a way I can capture the data entered Interactive Adobe Form in BSP? I can still extract data even if it were in XML format or XSTRING. Please let me know if there is way to extract the data.
    Regards,
    Shishir.P

    Hi,
    Have you gone through this link
    [check this|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0e58022-2a39-2a10-69a8-c1a892e2b3f4?quicklink=index&overridelayout=true]
    Cheers,
    bhavana

  • Parallel extraction of data for BW3.1 and BI 7.0 from one ECC 6.0  source

    We have an existing BW3.1 system and  we are coming up with BI 7.0 system. Can we extract data to both BW3.1 ( all our standard datasource have enhancement) and BI7.0 from one single ECC6.0 source system. If yes, can anyone provide more info on how this is possible.
    Regards,
    Mark

    Hi,
    I assume you are asking whether multiple BI systems can be supplied data from the same source system.......
    If so the answer is YES..... 1 Source system can act as a data-source for any number of source systems.
    I also assume you are asking whether 2 BI systems which are of different version (3.x and 7) can be supplied data from the saem source system ?
    The answer is YES. Your source system version has nothing to do with the BI version. If you have created a datasource in source system, then it can be used to pull data to both BI7 system and BW 3.x system
    How it can be done.
    Your datasource from the source system will already be present in the BW 3.x system, so you need to do nothin about it. Once your BI7 system is ready please establish a link to the source system in question and replicate datasources. Once  you do that it will ask whether you need this datasource in 3.x (ISFS) or 7(RSDS) version. Select 7 and continue.
    Then you can proceed further with modeling and data extraction.
    Regards,
    Pramod
    Edited by: Pramod Manjunath on Sep 12, 2008 11:23 AM

  • Transactional data for SEM-BCS

    Dear experts!
    We are working in a SEM-BCS project and wonder which is the best solution to load data from FI-GL into BCS.
    As far as I know there are two possibilities to do this:
    .) extract form RFBILA00 and then use the flexible upload method
    .) load the data into a FI-GL-cube in BW and then use the read from data stream method
    Does anybody have experience with these two variants and know about the advantages/disadvantages?
    Does it make a difference if you use new or old general ledger (concerning the load scenario)?
    For me the load from the info cube looks more elegant, but the sap help documentation describes only the RFBILA00-extract (if you look for integration with other SAP systems).
    Thanks in advance for any help.
    Best regards
    Michael

    Hi Michael,
    - Abt. RFBILA00 - I tried to use it but refused. Maybe I wasn't lucky enough, but I couldn't get partners.
    - Abt extraction to BW - try to use 0SEM_BCS_10.
    - I also used to activate extraction total records to GLT3 and then using the generic datasource extracted it in BW.
    - There are many ways for extacting data in BW. I even saw such a decision where the whole huge BSEG table was used.
    A work with new GL, IMHI, is preferable for BCS consolidation since there are some features that make a life a bit easier (it's easier to setup ERP in order to extract all info needed).

  • Extract Cube data for all entries of an internal table

    Hi
    I want to fetch the data from the cube for all entries of another internal table.
    Scenario : Fetching the COMPANY_CODE and DATE into an internal table and for those company codes and Dates, I have to fetch the records of the Cube.,
    I am using the Function Module : RSDRI_INFOPROV_READ
    But not sure how to accommodate the multiple selections condition for this.
    Selection Required:
                                    *For all entries of it_cc
                                      where comp_code = it_cc-comp_code and
                                                  date = it_cc-date.*
    Please help me how to such multiple conditions and "for all entries" functionality for fetching the data from the cube.
    Thanks.
    Veera Karthik G

    HI
    You can try like this
    LOOP AT lt_donotcall_old .
    <ls_donotcall>-examination_date = sy-date.
    <ls_donotcall>-examination_time = sy-time.
    ENDLOOP.
    append it_donotcall_old.
    Reward all helpfull answers
    Regards
    Pavan

  • Data source availability from ecc6.0

    Dear Experts
    A requirement came to us for ORDER BOOK DATA WITH QUANTITES Report . for SD MODULE  in BI.
    BELOW ARE THE FIELDS GATHERED BY ME THAT SATISFIES THE REPORT. BUT MY ISSUE IS I COULD NOT FIND THE RIGHT DATA SOURCE THAT FULL FILL  THE REQUIREMENT.
    FRNDS WHO HAS EXPERIANCE ON SD REPORTS OF BI MODULE CAN GIVE SUGGESTIONS HOW CAN WE GO TO GET THE SOLUTION. BELOW ARE THE DETAILS OF FIELDS  AND TABLES THAT I REQUIRED.
    VBAK           vbak      vbuP        vbap     konv     Vbap       konv     konv     vbrp     konv     konv
    vbeln     vbeln      posnr     matnr     kbetr     zmeng    kwert     kwert     fkimg     kwert     kwert
    Master. Contract. No
    Quantity. Contract. N0
    Item No     
    BOQ Mat. Code                                     BESIDE ARE THE HEADER INFORMATION OF THE REPORT
    BOQ Unit     
    Rate     
    Total Qty     
    Gross Order Value
    Net Order Value
    Invoice Qty
    Gross Invoice Value
    Net Invoice Value
    Gross Bal. Value
    Net Balance Value
    Suggest me the process which we  has to follow to get the out put of the report
    Advance
    Thanks

    Dear frnds
                    Thanks for all the guidance
    here i has checked all the possibility with standard data sources but requirement is typical which out put will bw in four levels
    1st level,2nd level ,third level and 4th level informations has to be provided.
    when i check for the same level of information from the data sources this is stored in 5 data sources still one field like kbetr is not incuded.
    These are the scenarios which i observed from the requirement.
    any how i has asked abappers help in creating function module they are on process right now.
    Thanks for who has suggested me.

  • Formating Data for Read from Spreadsheet

    Hello,
    I am trying to read data with the function Read from Spreadsheet. Can I do this with a file in Excel? I saved it as a .csv file, both tab and comma delimited and neither work. Does this function truely read from a spreadsheet, or does it need to be a text file? What is the correct format for this data?
    Thank you!
    Attachments:
    bridge_data_1.csv ‏16 KB
    read_spsheet.vi ‏73 KB

    You need to set the "delimiter" input of the Read from Spreadsheet vi. Wire a string constant with a comma in it and you should be fine. A .csv file is really just a text file anyway.
    The other problem that I saw was that you set the "transpose" input to true, this caused the data to be stored in the array across two rows, when your code was looking for it to be down the two columns. Change that boolean to false and you should be all set, it works on this end at least.
    I hope this helps. Let us know if it doesn't!
    Brian

  • Is it possible to extract the xpath for fields from a XML file

    Hi,
    After all we do the recording to capture the xpath of the fields, so i thought of extracting xpath from a XML file will be a good idea.
    Is there a way to do this?
    Please suggest
    regards
    Suresh

    Yes, there is.  Go to the Tools menu -> Generate XPaths and load in your xml file.  Select the element you are interested in and you will get the XPath to utilise.
    Regards,
    Jamie

  • Loading data for heirarchies from flat file.

    Hi,
    I am trying to load heirarchies from a flat file. I am getting the error "Error during the calculation at the node level".
    I am not able to get the reason.I am also scpetical about this
    1.Is it necessary that the external characterics whic are used in heirarchy should already contain data?
    2.Should we create a root node before loading the data? Or will it create everything itself during the loading.
    3. Should this heirarchies be created directly on the productive system.
    regards
    Mandha

    Hi,
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/e92637c2cbf357e10000009b38f936/frameset.htm
    GTR

  • Infoobject change for extracting texts data.

    Hi BW guys,
    Here is my requirement.
    I have one info object 'salesmen', which is already used in some other ODS & Cube's.
    Now I want to extract texts data for the object 'salesmen', for that I will need to change my infoobject (changes are : adding credit control are object under compounding).
    But while i am activating the info object again it is giving errors.
    Error messages:
    1) InfoObject XXXXX (or ref.) is used in data targets with data -> Error:
    2) Characteristic XXXXX: Compound or reference was changed
    3)InfoObject XXXXX being used in InfoCube XXXX (contains data)
    etc....
    But i don't want to delete the data in any data target.
    Is there any way to solve this problem?
    Thanks in advance......

    Hi,
    If you have not many cubes and ODSs with this salesman, you can consider another, beter, but more time-consuming way.
    1. Create a new IO for your salesman, add a compounding attribute as you want.
    2. Load master data for the new IO.
    3. Create copies of your infoproviders.
    3. In each of them delete an old salesman IO and insert a new one.
    4. Create export datasourses for old cubes.
    5. Create update rules for new data targets based on old ones.
    6. In URs map your new IO with the old one. All other IOs should be mapped 1:1 (new<-old).
    7. Reload data targets.
    That's all.
    The way I proposed earlier is less preferrable. Because anyway you'll have to change loaded into data targets data. And in this case it's better to change data model as you want.
    Best regards,
    Eugene

  • Reg: Extract Date for  the closed periods

    Hi,
    In FI/CO, Every Financial year accounts have been closed.
    Now issue is I want do extract the data for a particular period of which is closed (2002) By using some standard prog.  It is giving an error msg that the input date is closed. How to over come this as a technical guy.  They require the data for 6 months in 2002.
    Regards
    Reddy

    Hi Santosh,
    Thanks for your Questions. Below are the explainations:
    1. Can you expalin how your system is behaving at the moment?
    A. Presently the GR Processing time is 1 day for a material in Plant. So, if the user wants to produce on Wednesday (Planned date in PR, provided by the MRP run), then the delivery should be on Tuesday (Because GR processing time is 1 day). In  the same way, he dont wants the delivery to be on Friday. I mean, if he wants to produce on Monday,  he wants the delivery to be on Thursday.
    Only Friday, he don't wants to make the Delivery.(The delivery date should not show Friday in PR's).
    2. Pls explain your original MRP view and planning calendor setting...
    A. For solving of the above issue, we changed the Lot size to copy of "PK" - Period lot size acc to planniong calendar. Then we maintained the Planning calendar, in which the periods are for every Monday, tuesday, wednesday and thursday. Expecting, the delivery  should be excluded for friday, the friday in the planning calendar is not given as a period.
    The scheduling paramter in the Lotsize is tried with both the options (period start = Deliery date and period end = Delivery date).
    Later removed "PD" in MRP type and tried with "R1" Time phase req. But, the precondition for this is to maintain "Forecast req". This is also done. But, then, the system for this material is not responding to the MRP run. It is asking to run the forecast model. We ar not using SOP.
    3. The results thst you get with current setting?
    A. For the planned date in PR of Monday, the delivery date in PR is on the day before monday. i.e., Friday (Saturday and sundays are holidays).
    4. Expected results...?
    A. For the planned date in PR of Monday, the delivery date in PR should be Thursday (the day before monday production).
    Hope, i am clear in my explaination. Please revert back, if you need any more information.
    Thanks and Regards
    Surendra Chakka

Maybe you are looking for

  • Can't sync data in login mode.

    i dont know what happend but when i sync my account in my other pc .i can't get the data which i have sync on my first pc.the thing is when i've click sync ,sync processing shows but not my bookmark,preference ,addons.nothing is sync please help all

  • PSD or JPG files not recognized in the organizer after an editing session

    Without any obvious reasons, I am now consistently experiencing the following problem (which I never had before): 1) I choose a JPG (or NEF) image from the Organizer (not renamed - as imported from the camera). 2) I use the FIX menu to open the Edito

  • Inserting parameters in Web layout in Reports 9i

    I have created a paper layout with parameter which works great. But when I try to run the web layout it gives the error message that cannot create cursor for group "G_courseid". My layout and report was manually created. In my parameter when the cour

  • Some contacts not shown as being online

    I've noticed that some of my contacts on the Xbox app are not shown as online, despite them being logged on the PC and tablet next door. As a result, I can't call them, although they are able to call the Xbox. Not sure whether it's a fault with those

  • Sort algorithm: how can I sort two arrays according to one

    I have two parallel arrays, similar to this: var array1 = [4, 3, 1, 5, 2]; var array2 = ["four", "three", "one", "five", "two"]; I want to sort the first array, and have the second array follow the same sort as the first. Any advice for a good algori