BC sets to SAP BW

Hello
  Can we extract data from BC sets (Business Configuration sets) into the SAP BW.
Thanks in advance
Regards
Shiva

Hello Shiva,
in general BC sets are a collection of customizing settings. It does not make sense to use them for extraction. For almost all master data and transaction data in R/3, SAP provides standard extractors. You can find them documented here:
http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
So why do you want to use BC sets instead?
Regards,
Marc
SAP NetWeaver RIG, US BI

Similar Messages

  • How to use open data set in SAP

    Hi SAP Gurus,
            Could anyone help, how to use open data set in SAP.
          I need to upload a file from Application server (ZSAPUSAGEDATA) to internal table (IT_FINAL).
    Thanks & Regards,
    Krishnau2026

    Hi Krishna.
    These are the steps you need to follow.
    tables: specify the table.
    data: begin of fs_...
            end of fs_    " Structure Field string.
    data: t_table like
            standard table
                      of fs_...
    data:
    w_file TYPE string.
    data:
      fname(10) VALUE '.\xyz.TXT'.
    select-options: if any.
    PARAMETERS:
      p_file LIKE rlgrap-filename.
    w_file = p_file.
    select .... statement
    OPEN DATASET fname FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    *OPEN DATASET fname FOR OUTPUT IN BINARY MODE.
    LOOP AT t_... INTO fs_....
    write:/ .....
    TRANSFER fs_... TO fname.
    or
    TRANSFER t_... TO fname
    ENDLOOP.
    CLOSE DATASET fname.
    Reward points wisely and if you are benefitted or ask for more detailed explanation if problem not solved.
    Regards Harsh.

  • How to do changes in Layouts setting and SAP scripts to meet requirment?

    hi SD gurus,
    Please explain me how create and work with Z output .
    where and how we do changes in Layouts setting and SAP scripts to meet the user requirments.
    pls forward func spec of Z output
    points will be rewarded
    thanx & regards

    you need ABAP skills to do this.
    basically you need:
    1) draw the layout on a piece of paper
    2) define the fields you need and find out the corresponding SAP fields
    3) check the document with the customer
    4) give this specification to the developer
    5) the developer will give you a program name and form name: place them in the message for the document.
    Roberto

  • Shift rotate weekly - where to do this setting in SAP TM?

    Hello Experts,
    In my current implementation, Shift XYZ rotate weekly for an employee A.
    where to do this setting in SAP TM?
    Please explain.
    Thanks and Regards
    Jaydeep Jadhav

    Hi,
    You can configure this under work schedule. Create a work scheule as per the shift pattern .
    Go to SPRO-Time Management-work schedule-period work schedule- define period work schedule. Here you can define the work schedule pattern ,
    IF the pattern is changinng evry 2nd week , create two entries one as week 1 and the other as week 2.

  • BC Sets in SAP

    Hello everybody,
                                can anyone please explain me about BC sets in SAP. I think it stands for Business Configuration sets...
    Regards,
    Tanmoy
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Aug 30, 2011 4:00 PM

    http://help.sap.com/saphelp_sm40/helpdata/en/cd/a22237406d183fe10000009b38f889/content.htm

  • What is BC SET in SAP BASIS related to SAP Security.....................

    Hi All,
    Please explain me what is BC SET in SAP Basis which is related to SAP Security.
    Can anyone explain in detail...
    Thanks Much.
    Swapna.D

    Hi
    Prerequisites
    You want to create a BC Set from a transport request. A transport request containing Customizing data must already exist.
    This Customizing request is a change request with which you can copy and transport the changed system settings.
    The BC Set is based on the data in the Customizing request. You can copy all the data records in the Customizing request into the BC Set, or select a subset.
    You can subsequently edit BC Sets created from transport requests.
    Procedure
    Enter the Customizing request number and Continue.
    You can search for requests with the F4 help. The request type is Workbench/Customizing requests. The request status is changeable or released.
    You get an overview of the transport objects in the transport request. To put a transport object in the BC Set, flag the row Copy.
    The Status column tells you the BC Set-compatibility of the transport object. It can have the following values:
    ·        green traffic light: The transport object can be put in the BC Set.
    ·        yellow traffic light: BC Set creation or activation problems are possible. Check whether all data records have been put in the BC Set, after you create it.
    ·        red traffic light: Table entries exist, but they cannot be interpreted. They cannot be put in the BC Set.
    ·        Cancel: The transport object cannot be interpreted or put in the BC Set.

  • Setting Up SAP JVM in Eclipse IDE: JRE name is already in use

    In documentation "Setting Up SAP JVM in Eclipse IDE" (https://help.hana.ondemand.com/help/frameset.htm?7613eaad711e1014839a8273b0e91070.html) a definition for a JRE must be added, although in step before that one a JRE has been created.
    If one tries to really add another definition and chooses the directory C:\...\sapjvm-7.1.018-windows-x64\sapjvm_7, then the message comes up: "The JRE name is already in use".
    Was the wrong directory choosen, is this action really needed, what please has to be done at this point during Getting Started?

    The directory is correct. However, if you have already started Eclipse with that JRE, it is automatically added to the list of Installed JREs. Hence the "name already in use" message when you try to add it again manually. In short, you can safely skip this step now.

  • Original System set to SAP???

    Folks, I am not sure if this is the right forum for my question, could not locate a basis forum.
    Anyways, the problem I am facing is I have a reserved namespace /ABC/, whenever I create a program /ABC/XYZ through SE38 and try to associate it to a transport request, I get a warning message "Original System set to SAP" and have a repair task created under the request. In my view the objectes in the reserved namespace should behave similar to 'Z' or 'Y' objects while associating with requests i.e. should have a "development / correction" task. Do you know what am I doing wrong here?
    I have checked the help and my system is configured as suggested in the help.
    http://help.sap.com/saphelp_nw04/helpdata/en/57/38de9b4eb711d182bf0000e829fbfe/frameset.htm
    Appreciate your help.
    Thanks

    > Folks, I am not sure if this is the right forum for
    > my question, could not locate a basis forum.
    >
    > Anyways, the problem I am facing is I have a reserved
    > namespace /ABC/, whenever I create a program /ABC/XYZ
    > through SE38 and try to associate it to a transport
    > request, I get a warning message "Original System set
    > to SAP" and have a repair task created under the
    > request. In my view the objectes in the reserved
    > namespace should behave similar to 'Z' or 'Y' objects
    > while associating with requests i.e. should have a
    > "development / correction" task. Do you know what am
    > I doing wrong here?
    >
    > I have checked the help and my system is configured
    > as suggested in the help.
    > http://help.sap.com/saphelp_nw04/helpdata/en/57/38de9b
    > 4eb711d182bf0000e829fbfe/frameset.htm
    >
    > Appreciate your help.
    >
    > Thanks
    Found a solution to this issue.The issue is with the system change option. The package that I was using a software component that had an attribute "Restricted Modifiability" . I changed the software component to one that was modifiable to solve the problem.
    Thanks

  • Set up SAP to ensure that no 401(k) deductions are taken for 6 mons After

    Can anyone please provide some insight on this???
    Client Requirement - Set up SAP to ensure that no 401(k) deductions are taken for 6 mons immediately following 401(k) hardship distribution
    OSS Notes u2013 SAP Globals support
    A possible solution is to define an IT0041 date type (ex Hardship Termination date), configure dynamic actions/use exit to default correct date on It0041 date type that will be used to calculate the initial eligibility rule date.
    Define an eligibility rule for suspension period (ex. immediately after 6 months from the It0041 date type override date), and assign the eligibility rule to 401k plan.
    (Img: PMàbenefitsà flexible administration à programs àemployee eligibility)
    Upon termination due to hardship distribution, the date for the IT0041 date type muse be changed to the distribution date. This will set the first eligible enrollment date after the hardship date in the enrollment work bench.
    Note: I did try to prevent the employees from updating the Savings plan thru dynamic action.however irresepective of the status of the plan...the employee is able to update the 401k thru open enrollment. I think I should be somehow able to link the open enrollment and the savings plan(IT0169) record....not se how to do it....
    Any suggestions pls????

    Hello Raj,
    Look at table V_T511P and validate constant 401CL, 401KL, 401KS.
    Arti

  • Changing Character set in SAP BODS Data Transport

    Hi Experts,
    I am facing issue in extracting data from SAP.
    Job details: I am using an ABAP data Flow which fetches the data from SAP and loads into Oracle table using Data Transport.
    Its giving me below error while executing my job:
    (12.2) 05-06-11 11:54:30 (W) (3884:2944) FIL-080102: |Data flow DF_SAP_EXTRACT_QMMA|Transform R3_QMMA_EXTRACT__AL_ReadFileMT_Process
                                                         End of file was found without reading a complete row for file <D:/DataService/SAP/Local/Z_R3_QMMA>. The expected number of
                                                         columns was <30> while the number of columns actually read was <10>. Please check the input file for errors or verify the
                                                         schema specification for the file format. The number of rows processed was <8870>.
    reason: When analyzed I found the reason for this is presence of special characters in data. So while generating the data file in SAP working directory which is available on SAP Application server the SAP code page is 1100 due to which the delimeter of the file and the special characters are represented with #. So once the ABAP is executed and data is read from the file it is treating the # as delimiter and throwing the above error.
    I tried to replace the special characters in ABAP data Flow but the ABAP data Flow doesnot support replace_substr function. I also tried changing the Code Page value to UTF-8 in SAP datastore properties but this didnt work as well.
    Please let  me know what needs to be done to resolve this issue. Is there any way we change the character set while reading from the generated data file in BODS to convert code page 1100 to UTF-8.
    Thanks in advance.
    Regards,
    Sudheer.

    Unfortunately, I am no longer working on this particular project/problem. What I did discover though, is that /127 actually refers to character <control>+<backspace>. (http://en.wikipedia.org/wiki/Delete_character)
    In SAP this and any other unknown characters get converted to #.
    The conclusion I came to at the time, was that these characters made their way into the actual data and was causing the issue. In fact I think it is still causing the issue, since no one takes responsibility for changing the records, even after being told exactly which records need to be updated ;-)
    I think I did try to make the changes on the above mentioned file, but without success.

  • How to install and set up SAP BW 7.0

    I have already worked against SAP BW 3.5/3.1 server with SAP DPA for a while. Now I would like install and setup the BW server by myself. How could I get the installation for BW 7.0? Is it part of NetWeaver 2004s? What is the general steps to install BW 7?
    Thanks

    Hi Zhang,
    Yes. It is part of NW2004s. So when you install NW2004s you can select the BI Component. Make sure you select both the BI ABAP and Java stack. Also remember to install the BI content after this. The BI 7.0 has a separate frontend so install that too. Make sure all the frontend and backend are on the same patch level.
    You can find all the set-ups and patches at http://service.sap.com/swdc.
    Bye
    Dinesh

  • BC SETS IN SAP SD

    HELLO GURUS
    AM SD LEARNER
    PLS LET ME KNOW THE BC SETS IN SD
    WHAT IS BC SETS
    WHERE WE CAN USE  THIS SETS
    PLS EXPALIN ME CLEARLY
    IF POSSIBLE TELL ME THE SITES FOR METERIAL
    CHEERS
    HARI

    - In the R/3 system from SAP, a Business Configuration Set (BC Set) is a management tool that allows the user to record, save, and share customized settings. By creating a BC Set, the user is provided with a snapshot of the customized settings of a system that can be used later on as a template; SAP also provides pre-packaged BC sets designed for specific industries and applications. BC Sets are useful because they provide continuity and prevent project team members from overwriting each other's settings.
    if you more explaination you follow this link
    http://help.sap.com/saphelp_46c/helpdata/en/90/c811c8411111d395bb00a0c930dcc1/frameset.htm
    Edited by: sekhar sekhar on Jan 8, 2008 8:34 AM

  • CCMS Monitoring Sets in SAP Netweaver ABAP 7.01 Trial

    Hi community,
    I have successfully installed the trial in the subject but I can't see the alerts in transaction rz20 under CCMS Monitoring Templates. If I click on a node the message "No alerts data exists" appears in the status bar
    I am not an expert of these functionalities, but I suspect that they have been disabled in this trial edition.     Am I right, or I have to do some post actions to activate it?
    Thanks, Valerio

    Hi,
    this is true, but these are disabled (in gray color) and the alert tree is empty, because these graphical icons reflect the status of monitoring alerts.
    I found that parameter alert/MONI_SEGM_SIZE was set to 0 in the instance profile
    By setting it to 40000000 (minimun value) now I can see the alerts in SAP MMC and the tree of alerts is full.
    Unfortunately if I go in transaction RZ20 i see nothing as before...
    Regars,
    Valerio

  • BC Sets - in SAP Tree Menu ?

    Hi Experts,
    I have created BC sets based in IMG, But how to create BC Sets based in SAP Tree Menu.
    I have to create BC sets for the Org Structure for which i have created all objects and relationships. Help me out on the same.
    Regards,
    Madhu Sudhanan

    Hi Pablo,
    I want to prepare BC sets for OM Structure. How to do that?
    reagards,
    Madhu Sudhanan

  • Default setting of SAP GUI Status bar

    Hello all,
    Is there a way to set a default value of the precious combobox from the GUI status bar (the one showing System, Client, User, Program.....).
    I would like to set it to always display the SAP System.
    thanks.

    Hi,
    you can do this like below.
    First select the option to show 'System' ( may be it is by default prompting to show 'Program Name' )
    next time when you login it will default with System name only.
    Kind Regards,
    Ravi Sankar.Z

Maybe you are looking for

  • Desktop PC with Windows Vista won't boot up

    My Acer Aspire 180 Desktop PC  with Windows Vista won't boot up and has a Recovery error message that says it shut down unsuccessfully. Can someone help me with this issue?

  • Company Code not Found

    Hi Experts, We are using OOB webshop with CRM 2007 backend. When we are trying to replicate one of Transaction types to ECC, we are getting this error in order: +An error has occured in the system FETCLNT100 while copying the document Message no. CRM

  • Problem with attribute id in taglib

    <req:headers id="hdrs">           <jsp:getProperty name="hdrs" property="name"/> = <jsp:getProperty           name="hdrs" property="header"/>           </req:headers>           When the JSP gets compiled it throws an error that is does not know about

  • DB13 Check DB performances

    The Check DB via DB13 is getting more than 6 hours to complete on our Sap system. It's and ECC6 with the database size about of 300GB, at latest kernel for Sap and  SP level for Ms-Sql. The hardware is really well sized and it seems not a problem due

  • How to transfer Flash 8 activation to new PC

    I want to move my copy of a full version of Flash 8 Pro fro Windows over to my new PC but I can find no mention of how to transfer the activation. Director has an option on the Help menu! TIA Kevin