New GL BCS extraction

What is the NEWGL table, data source and BI/BCS  to used for detailed extraction for BCS consolidaiton.
Your inputs will be appreciated/awarded with points.

I already answered the similar question, but cannot find the link.
Ok, in general:
Since this DS allows you to get all required data for almost all cases of anlytics in consolidation, there is no predefined cube. Contsruct it by yourself:
Replicate the 0SEM-BCS_10 datasource in your SEM/BW system.
Create an infosource according your needs and DS.
Create the transfer rules or DTP from DS to IS.
Since there is no delta from 0SEM-BCS-10 datasource, create an ODS with the appropriate key fields.
Create the similar structure infocube and using the datamart interface create update rules for the cube.
So, the cube structure completely depends on your needs.
If you have no BW knowledge, you'd better either get it, or invite a BW specialist.

Similar Messages

  • I am new in DART extract and  wanted add the new field in Existing Segement

    Hi ALL
    I am new in DART extract and client is request us to add the new field in Existing Segment.
    What is proceedure i need to follow to add the new field in existing segment.
    Moderator: Please, post in proper forum

    I added an Interactions button and in the Actions on Success I open an URL or file. I have placed the video on our web server.   In the URL I point to our web server "http://www.wmabhs.org/Media/Add Client 3rd Party Coverage.mp4".  If I run this from any browser it works.  So what do you think I have done wrong?

  • Adding a new field in extract structure

    Want to include New field  in the Extract Structure in the Standard Extractor. 
    Please let me know what are the steps are needed to bring the data for that field in the cube level.
    Thanks
    Taj

    Hi ,
    if the data soource is belongs to LO extraction
    Option 1- Enhance in LBWE
    1. check in LBWE- Maintenance -> check if your required field is available in pool (right hand side).
    2. If it is available then send it to left hand side.
    3. Save and you will find the new field as part of your extract structure.
    4. In LBWE go to datasource maintenance and uncheck the Hide check box for newly added fields and Save the data source.
    5. No need to write user exit code for these fields.
    after this replicate the data source
    and activate the transfer rules using RS_TRANSTRU_ACTIVATE_ALL
    Hope you are clear now!!!!!!!!
    Cheers,
    swapna.G

  • HT1414 bought a new computer and extracted my itunes to the new computer. Cannot transfer my purchases to my mp3 player anymore.

    I bought a new computer yesterday. The strore extracted my itunes to my new computer. I can purchase songs but can not send to my mp3 player as I have always done.
    Please help if you can.
    thanks much

    No.
    tt2

  • My 5-minute-old AppleId account was disabled immediately for security reasons. I have followed instructions carefully and although I seem to be able to change my password, I cannot login using the new password bcs account disabled for security reasons!

    It is probably something to do with the fact that I am in the Philippines, but what am I supposed to do? According to the support options I have to pay to open a support ticket. My account was not verified when it was disabled and I think I might be in some sort of deadlock in which the password reset won't work because I'm not verified, and the verification won't work because I can't log in.
    I've never bought a single Apple product before and this has got to be the worst intro I could have imagined!

    Solved.
    After about an hour on the phone with US support (who were very helpful I must say) it turns out that if you do not have an iTunes account with credit card information and a billing address, you are very much more likely to get your AppleId account disabled "for security reasons". This begs the question of course as to whose security we are talking about here! But there you go. If you are an Apple first-timer, get an iTunes account, fill in all your details, and you should be alright.
    Thanks for everyone's suggestions.

  • R3 BCS

    Hello,
    We are in ECC 6.0 , SEM 6.0
    What are the BCS specific configuraiton work to be done in R/3 for the purpose of BCS extraction...
    We are implementing the matrix consolidation in BCS( Company code,PCA).
    The main purpose of going for matrix consolidation is to get balancesheet by PCA. Can this be achived by New GL's features, than BCS matrix?
    Venkat.

    Hi Venkat,
    Please look at OSS Note 852971. It contains a lot of info.
    And yes, the New GL is a very good for consolidation.

  • Urgent: Problems in Generic Extraction by Function Module

    Hi BW Gurus,
    I am new to SDN and also new to generic extraction using function module. My requirement is to extract long text(142 char) from CRM to BW as the text is not stored in database table I used function module read_text with in another ZXXX function module copy of (RSAX_BIW_GET_DATA_SIMPLE). In my extract structure I used GUID(char,32), Langu, long text(142 char) and 2 placeholders. Text can be extracted by passing STXH table fields(Tdname, Tdid, Tdobject, Tdspars) to read_text as parameters and i also need to use CRMD_ORDERADM_H field GUID(32 char) to compare 1st 32 chars of tdname(70 char) with Guid to select Guids and loop thru this Guids and for each Guid i need to append lines of text to e_t_data but as i donot know ABAP i unable to write the code for this. Through my friends help i wrote code when i check in RSA3 it is displaying the text but when i replicate into BW and load into data target in monitor the status is red with records initially but afterwards it will be red status again with 0 from 0 records for initial load again.when i check on job logs the errors i have are:
    The background job has created a job log file of 2Gb size and it is currently on a infinite loop writing entries into the SAP System Log that it cannot write to the Job log file due to “Error 22 for write/read access to a file” this is because of the datasource i have created. Please find my Function module and if anyone would please correct FM and send me that will be really great.I appreciate it in advance.
    MY Function Module is:
    FUNCTION Z_CRMORDERH_STR_TXT.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SRSC_S_IF_SIMPLE-REQUNR
    *"     VALUE(I_DSOURCE) TYPE  SRSC_S_IF_SIMPLE-DSOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SRSC_S_IF_SIMPLE-MAXSIZE OPTIONAL
    *"     VALUE(I_INITFLAG) TYPE  SRSC_S_IF_SIMPLE-INITFLAG OPTIONAL
    *"     VALUE(I_READ_ONLY) TYPE  SRSC_S_IF_SIMPLE-READONLY OPTIONAL
    *"     VALUE(I_REMOTE_CALL) TYPE  SBIWA_FLAG DEFAULT SBIWA_C_FLAG_OFF
    *"  TABLES
    *"      I_T_SELECT TYPE  SRSC_S_IF_SIMPLE-T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SRSC_S_IF_SIMPLE-T_FIELDS OPTIONAL
    *"      E_T_DATA STRUCTURE  YCRM_TEXT_STR OPTIONAL
    *"  EXCEPTIONS
    *"      NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
    ***"  EXCEPTIONS     NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
      Tables: CRMD_ORDERADM_H, STXH.
    Auxiliary Selection criteria structure
    data: l_s_select type srsc_s_select.
    Maximum number of lines for DB table
      Statics: s_s_if type srsc_s_if_simple,
    counter
             s_counter_datapakid like sy-tabix,
    Cursor
             s_cursor type cursor.
    data: i_crmtext type standard table of TLINE .
      types: begin of xsreph ,
              GUID type CRMD_ORDERADM_H-guid,
            end of xsreph.
       data: i_guid type standard table of xsreph.
      data: I_TEXT type STXH-TDNAME.
      data: xempl like  YCRM_TEXT_STR occurs 0 with header line.
      data: t_tab like dd03l-tabname.
    Select ranges
      ranges: l_r_guid for CRMD_ORDERADM_H-guid.
             l_r_connid  for sflight-connid.
    Initialization mode (first call by SAPI) or data transfer mode
    (following calls) ?
      if i_initflag = sbiwa_c_flag_on.
    Initialization: check input parameters
                    buffer input parameters
                    prepare data selection
    Check DataSource validity
        case i_dsource.
          when 'yCRM_TEXT'.  " for S_SREPH1
          when others.
            if 1 = 2. message e009(r3). endif.
    this is a typical log call. Please write every error message like this
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                    i_dsource   "message variable 1
                      ' '.                 "message variable 2
            raise error_passed_to_mess_handler.
        endcase.
       append lines of i_t_select to s_s_if-t_select.
    Fill parameter buffer for data extraction calls
        s_s_if-requnr    = i_requnr.
        s_s_if-dsource = i_dsource.
        s_s_if-maxsize   = i_maxsize.
    Fill field list table for an optimized select statement
    (in case that there is no 1:1 relation between InfoSource fields
    and database table fields this may be far from beeing trivial)
       append lines of i_t_fields to s_s_if-t_fields.
    we will do our selection based on what is in the p table for the
    infoobject
      else.                 "Initialization mode or data extraction ?
    Data transfer: First Call      OPEN CURSOR + FETCH
                   Following Calls FETCH only
    First data package -> OPEN CURSOR
        if s_counter_datapakid = 0.
    Fill range tables BW will only pass down simple selection criteria
    of the type SIGN = 'I' and OPTION = 'EQ' or OPTION = 'BT'.
        LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'GUID'.
            MOVE-CORRESPONDING L_S_SELECT TO L_R_GUID.
            APPEND L_R_GUID.
          ENDLOOP.
          case i_dsource.
            when 'YCRM_TEXT'.  " for S_SREPH1
              t_tab = 'CRMD_ORDERADM_H'.
          endcase.
          select GUID
          from (t_tab)
          into table i_guid where   PROCESS_TYPE = 'ZACI'  and ( OBJECT_ID < '0000000042').
         select tdname from stxh into i_text where tdobject = 'TEXT'.
         if sy-subrc ne 0.
           message e009(r3).
    this is a typical log call. Please write every error message like this
           log_write 'E'                  "message type
                     'R3'                 "message class
                     '009'                "message number
                     i_dsource   "message variable 1
                     'No master data found'.           "message variable 2
           raise error_passed_to_mess_handler.
         endif.
    Determine number of database records to be read per FETCH statement
    from input parameter I_MAXSIZE. If there is a one to one relation
    between DataSource table lines and database entries, this is trivial.
    In other cases, it may be impossible and some estimated value has to
    be determined.
         open cursor with hold s_cursor for
         select (s_s_if-t_fields) from CRMD_ORDERADM_H
                                  where GUID in L_R_GUID .
                                   ENDIF.
    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.
    as we are doing this only once can use the select statement.
    ***data: crmtext like tline occurs 0 with header line.
    **data: i_crmtext type standard table of TLINE.
    **data: i_guid type standard table of xsreph.
    data: l_guid type THEAD-TDNAME.
    data: st_guid type xsreph.
    data: st_crmtext type TLINE.
    data: lan type THEAD-TDSPRAS.
    lan = 'E'.
    loop at i_guid into st_guid.
    l_guid = st_guid-guid.
    CALL FUNCTION 'READ_TEXT'
       EXPORTING
       CLIENT                        = SY-MANDT
         ID                            = 'A002'
         LANGUAGE                      = lan
         NAME                          = l_guid
         OBJECT                        = 'CRM_ORDERH'
       ARCHIVE_HANDLE                = 0
       LOCAL_CAT                     = ' '
    IMPORTING
       HEADER                        =
       TABLES
         LINES                         = i_crmtext.
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       NOT_FOUND                     = 4
       OBJECT                        = 5
       REFERENCE_CHECK               = 6
       WRONG_ACCESS_TO_ARCHIVE       = 7
       OTHERS                        = 8
    e_t_data-guid = l_guid.
    loop at i_crmtext into st_crmtext.
    move lan to e_t_data-langu.
    move st_crmtext-tdline to e_t_data-description.
    append e_t_data.
    endif.
    endloop.
    clear: st_guid,l_guid.
    refresh: i_crmtext.
    endloop.
    S_COUNTER_DATAPAKID = S_COUNTER_DATAPAKID + 1.
    endif.
    ENDFUNCTION.
    please Gurus as I donot know ABAP i appreciate if anyone would write a FM based on requirement and send me that will be really great this is my request. I gurantee of award points for good answers.
    Regards
    Kishore

    Hi,
    The statement <b>RAISE NO_MORE_DATA</b> should be active (uncommented) in your code. Otherwise, the infinte loop occurs.
    See also, the Siggi's blog:
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    BTW, was it your thread here:
    Re: Urgent: problems in extracting Long Text
    Best regards,
    Eugene

  • How can i import the music from my phone on to my itu nes account on a new computer

    hello my name is Brandon, my hard drive on my laptop fried out and i am currently stting up my itunes on a different laptop. I want to be able to keep all of my music but everytime i connect my iphone to my laptop it says that all music will be lost and only the music that is on the laptop now will be imported to my phone. my music is my life and i love the playlist i have now but there are songs that i have on this laptop that i really want on my phone for when i workout. Can someone please tell me how i can save my music.

    It depends on eaxactly what is wrong with the old laptop. If you're lucky the drive can be extracted and connected to a new computer to extract the data. Otherwise see Recover your iTunes library from your iPod or iOS device.
    tt2

  • Script to extract pages with comments

    I know that what I would like to do is probably quite simple. I'm trying to automatically take a source document, and extract all pages with comments to a new document.  Ideally, I would have multiple versions of this script for different purposes.  I used to be a business analyst years ago, but it's been years since I've written any code, and even back then I used SQL almost exclusively--it's been about 12 years since I've written any code other than SQL queries, and back then it was highschool projects written in C++ before OOP was really a big thing.  I'd attempt to read documentation myself and figure it out, but I really don't even know where to start -- my CS knowledge at this point is pretty much only conceptual.  Whenever I have a similar VBscript problem using MS software, usually all I do is find an existing function and modify one or two lines to meet my needs, so I've never really had to learn how the scripts I've used work.  I just tinker with existing stuff to get what I need.  My past coding experience does give me an idea is to the general algorithm that I think would work.  To show that I really tried with this one, I paste my guess as to how I would code this below: 
    1)     Create For loop for source doc.
    2)     Create FOR loop for new doc
    3)     Analyze page in source doc
    4)     IF source page has any comments or highlighting THEN somehow note that page and increment "new doc" counter
    5)     Increment source doc counter
    6)     Repeat 3-5 until all pages in source doc have been analyzed
    7)     Create new file
    8)     Extract pages noted during step 4 to new file.
    If someone could help me create the above script, I would probably be smart enough to get it to meet my needs.  What I'd really like are two versions of that script.  If asking for the community to simply provide me with code is not a cool thing to do, could someone link me to a good tutorial and/or existing scripts so I could try and figure it out myself?
    1)     One that extracts only pages with text comments (using the typewriter tool).
    2)     One that extracts pages with highlights or text comments.

    In the second to last line of my OP I meant "using the 'Add text comment' tool" not "using the typewriter tool".

  • Using new oEhP3 FI or old FI datasources

    Hi all,
    At the moment i am inventarizing for a SAP BI implementation how we want to set up our FI dataflows. I came to notice that since EhP3 there is a new way of extracting FI-GL, FI-AP and FI-AR data.
    I tried to search on SDN on some more information but couldn't find really the information i needed.
    My questions are:
    - If you have SAP ECC 6.0 EhP 3 or higher, is it required to use the new datasources?
    - What are the main differences between the new and the old flows?
    - Can you use them simultanously?
    Please let me know!
    Thanks in advance for your reply.
    Best regards,
    Freek Geldof

    - If you have SAP ECC 6.0 EhP 3 or higher, is it required to use the new datasources?
    It is not a requirement to use the New GL Reporting DataSources, per se. If your FI functional consultant(s) haven't configured your environment to use this new functionality, there won't be any data to extract using the new DataSources and therefore the old DataSources would still be pertinent.
    - What are the main differences between the new and the old flows?
    The New GL Reporting functionality in ECC6 EHP3 and beyond provides for the posting of not only business financial transactions (as it always has) but also provides for settlement of internal document postings associated with managerial accounting concepts. It also provides the ability to manage multiple ledgers for different accounting principles, integrates financial and managerial accounting reporting (as eluded to previously), provides for segemented reporting to meet requirements for International Financial Reporting Standards (IFRS) and US Generally Accepted Accounting Principles (GAAP) and Cost of Goods Sold accounting.
    - Can you use them simultanously?
    I'm not sure that there's any process that would preclude you from executing both the New GL Reporting DataSources and the older ones, but if your ECC environment is configured for the New GL Reporting, I'm not sure that you'd want to execute the old DataSources (not sure if you'd get duplication of data or something worse if you tried).

  • Extract the Pending Proposal which is not posted but not deleted F110

    Dear Friends,
    User has raised new requirement to extract the Pending proposal in F110 which is pending for final run but not deleted by user. 
    Please advice how can I extract the pending proposal which is pending for final run in F110.
    Thanks in an advance.
    Regards,
    Pankaj

    Hello Pankaj,
    There are two mthods, first one is F110 > Edit > Proposal > Proposal List. Another way is SE16 > REGUH > input X selection criteria in input field REGUH-XVORL (Indicator: Only Proposal Run?)  to list proposal pending for final payment.
    Kind regards,
    John Chin

  • Do we need to fill setup table if we change extract structure of D/S

    Hello Experts,
    as we are in need of adding new filed to existing delta enable Datasources.
    Do we need to fill the setup table if we change the Extract structure of Data source which is already loading Delta data to bw system?
    case 1) we are planning to add new field directly in maintain structure in TCode LBWE.
    case 2) adding new field to Extract structure and writing relavent code in CMOD.
    Thanks in advance
    Regards
    Ravi

    Hello Ravi,
    If you are adding new field to a structure, even though you do not need historical data in the new fields it is a mandate that you have to replicate the datasource and then reinitialize the datasource, in both the cases you have mentioned. The reason for this is, the RSA7 contains your existing structure, as you are changing it, a new replica needs to be created in RSA7. You have to run a INIT without datatransfer, dont need to refill the setup tables for the INIT without data transfer.
    After you activate the new fields and poppulate it using CMOD. First transfer all the records in SMQ1 to RSA7, using a V3 update. Then run a delta in BW, by this way you will load all the existing records from source system to BW. Then replicate the datasource and create the required InfoObject and mapping in BW (Please note that without deleting data, you wont be able to change the DataTarget structure unless you are using remodelling in BI 7.0). Delete the datasource entry in RSA7. Runa INIT without datatransfer.
    Please let me know if you need any more information.
    Regards,
    Pankaj

  • What is the field in system extract for FSA annual election

    Hi,
    Thanks in advance for your help. I am new to System Extract, I want to generate a file for our FSA vendor, but I cannot find which field is for FSA annual election, I have found "Enrollment Rate - Employee Total Contribution" is for deduction of every pay check, but I cannot find annual election. You help is much appreciated.
    -Bill

    hi rakesh,
        in your first select single * statement you have given WHERE BUKRS = T001K-BUKRS..but at the point of execution, what will be the value stored in t001k-bukrs...i doubt it will be initial....so,  store bukrs in a variable or hardcode it.....
       in the second select, you hve not given any target work area for the into class...that's y your subrc is 4...specify a target area, where you want the data to be stored...

  • Extended Analytics - Is it possible to extract data from HFM to MS Access through an UDL (OBDC) file?

    Hello,
    I am trying to extract data from HFM, using Extended Analytics, to MS Access through an UDL (OBDC) file but it displays the following error:
    "error occurred while connecting to the database"
    I've followed these steps:
    1. Create a blank MS Access database (.mdb format)
    2. Create an .UDL file which connects to MS Access database:
          - Provider: Microsoft Jet 4.0 OLE DB Provider
          - Connection: Linked to the .mdb database created in step 1.
          - Give "ReadWrite" permissions.
    3. Test .UDL file connection successfully.
    4. Create DNS with Extended Analytics DNS Configuration tool.
    5. In Extended Analytics (HFM), once selected the new DNS and extract it displays the error commented before.
    ¿Do you know how i can solve this issue?
    Thank you in advance,
    Best regards,

    Hello Anjum Ara,
    Thank you for your response.
    I don't understand how to add my database SID to tnsnames.ora. (I already found the file but i don't know how to add new database SID)
    I have created one MS Access database in "C:\TEST.mdb" and i want to connect Extended Analytics to it.
    How i have to add this database into tnsnames.ora file?
    Thank you in advance,
    Kind regards

  • Extract data from TM to BI

    Hi Experts,
    I created the Custom FM for the Data source in TM system and I am getting 20 records in TM system . I am replicating this data source to the BI system after replicating to BI system, I see only 5 or 6 records are replivated in BI system.
    I am looking for why this is happening & any let me know any new procedures to extract the data from TM system
    Thanks
    SAI

    rectified without any action

Maybe you are looking for

  • Camtasia Poor Quality in Premiere CS4 Export

    I am a PC user. One of my clients uses Mac and Camtasia to screen capture his software program, which I need to integrate into a video I am making for his company. The MP4 Camptasia file he sends me looks good. I bring the file into Premiere to edit

  • CORBA problem after migration to JDK 1.5.0_05

    Hi, I faced some errors with CORBA, after performing migration from JDK 1.4.1 to JDK 1.5.0_02 on Solaris 8 2/02 (SPARC version). I've spend few days on digging in java.sun.com bug database and google archive, but haven't found similar case. The probl

  • Application Builder page ORA-06502

    I'm having the same problem as described in this old thread that doesn't seem to have been resolved: application builder page error ORA-06502 After logging in, I click Application Builder and get this error message three times: report error: ORA-0650

  • COPA KE30 Summarrization Levels

    I have read up on Summarrization Levels and am considering using them. But my users require drilling down into COPA reports and creating report using characteristics as selection criteria. Will these issues affect my option to use Summarrization Leve

  • Help with where to begin creating a custom GUI?

    Links to good tutorials helpful. Basically I have never created a GUI for java beyond your basic text box, radio button, button etc. I need to create a GUI using custom images for the buttons, images etc. I kind of don't know where to begin since all