Areas in SEM

Hi,
Iam working as a BW consultant, Iam interested in SEM.Iam a commerce graduate.If i can Jump to SEM FI/CO is necessary. If yes knowledge or any working exp.
In SEM BW or FI/CO which contribute more.
In SEM how many modules.
BR

Hi,
SEM modules are: BPS (Planning), BCS (Consolidation), CPM (Performance Mgmt) and SRM (Stakeholders Mgmt).
The widely used modules are BCS, BPS and CPM.
Surely your BW knowledge is a very good foundation for SEM. The other vital knowledge will be on SAP's FICO, that too depends on the SEM module, your FICO experience should help. For example, BPS needs good working knowledge of CCA, PCA, CO-PA with particular emphasis on Planning. BCS needs good understanding of EC-CS or FI-LC module's implementation.
As you could see, it needs both. Since you have one, when starting over to SEM, concentrate on the missing piece. Being Commerce grad, you have right footing.
My suggestion is to be choose a sub-module for more high-end expertise within SEM. For example, I have chosen BPS, since my vast r3 exposure is on planning process both in FICO and Logistics. This approach will put you on niche.
HTH,
Regards,
Nataraj.
Message was edited by: Natarajan Radhakrishnan

Similar Messages

  • When using one of the Windows 7 (32x) Aero themes, PDF's are displayed semi-transparent.

    I can't read PDF's in my Firefox browser anymore. It looks as if they are semi-transparent: The fonts are blurry, and they have the same color as my Aero theme frame. I can see my desktop photo through the fonts. When I save the PDF's and open them offline, they are displayed as they should. The prints also look normal. Btw, when I change to a classic theme, PDF's are displayed normal.

    this problem also posted here: https://support.mozilla.com/en-US/questions/863361

  • Problem With Sliders and Area of a circle-

    Hey everyone--
    New to Java and trying to work on an application where an oval is being manipulated by a slider and i have to caluculate and display the semi major(basically the diameter) and semi minor axes and caluculate the area of the ellipse. The center of the ellipse. should be on the center of the panel. A JSlider should be provided to alter the length of the major axis of the array. Note: the major axis may be along the x-axis (horizontal) or y-axis (vertical). The slider should be set up to represent percentage of the major axis. When the slider is at 0%, the major axis length would be equal to zero. When the slider is at 100%, the major axis length should be equal to the length of the JPanel.
    The major part I am having trouble with is how to get the oval to start at the center of the JFrame and how to get the circle to stop at the ends of the width of the JFrame and the ends of the Height of the JFrame.
    I have two different classes here they are below: the ovalPanel just draws a circle on it self and then the slider demo is an extension of that and is being used to calculate the area and semi major etc...
    import java.awt.*;
    import javax.swing.*;
    public class ovalPanel extends JPanel
    {  int diameter = 10;
    public void paintComponent(Graphics g)
    super.paintComponent(g);
    g.fillOval(246,237,diameter,diameter);
    public void setDiameter(int newDiameter)
    diameter = (newDiameter >= 0 ? newDiameter : 10);
    repaint();
    public Dimension getPreferredSize()
    return new Dimension(500,500);
    public Dimension getMinimumSize()
    return getPreferredSize();
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class sliderDemo extends JFrame
    {  private JSlider diameterSlider;
    private ovalPanel myPanel;
    private JPanel textPanel;
    private JTextField textField1, textField2, textField3;
    private JLabel label1, label2, label3;
    public sliderDemo()
    super("Slider & Ellipse Demo");
    myPanel = new ovalPanel();
    myPanel.setBackground(Color.YELLOW);
    diameterSlider= new JSlider(SwingConstants.HORIZONTAL, 0, 400, 10);
    diameterSlider.setMajorTickSpacing(10);
    diameterSlider.setPaintTicks(true);
    diameterSlider.addChangeListener(
    new ChangeListener()
         public void stateChanged(ChangeEvent e)
         myPanel.setDiameter(diameterSlider.getValue());
    textField1= new JTextField(5);
    textField2= new JTextField(5);
    textField3= new JTextField(5);
    label1=new JLabel("semiMajor: ");
    label2=new JLabel("semiMinor: ");
    label3=new JLabel(" Area: ");
    textPanel = new JPanel();
    textPanel.add(label1);
    textPanel.setLayout(new GridLayout (1,3));
    textPanel.add(textField1);
    textPanel.add(label2);
    textPanel.add(textField2);
    textPanel.add(label3);
    textPanel.add(textField3);
    Container container = getContentPane();
    container.add(diameterSlider, BorderLayout.SOUTH);
    container.add(myPanel, BorderLayout.CENTER);
    container.add(textPanel, BorderLayout.NORTH);
    setSize(500, 500);
    setVisible(true);
    public static void main(String args [])
    sliderDemo application = new sliderDemo();
    application.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Anyone help out with this--would be greatly appreciated
    rich_crush

    Here is a better description of what is needed :
    Write a GUI application that displays an ellipse (oval) of variable size and calculates and displays the semi-major and semi-minor axes and the area of the ellipse. The size of an ellipse is determined by two constants, conventionally denoted a and b. The constant a equals the length of the semi-major axis (i.e. half of the length of the major axis); the constant b equals the length of the semi-minor axis (i.e. half of the length of minor axis).
    The area enclosed by an ellipse is , where � is Math.PI.
    All drawings must be done on a subclass of JPanel, and the result of the calculations should be displayed in JLabels. The center of the ellipse. should be on the center of the panel. A JSlider should be provided to alter the length of the major axis of the array. Note: the major axis may be along the x-axis (horizontal) or y-axis (vertical). The slider should be set up to represent percentage of the major axis. When the slider is at 0%, the major axis length would be equal to zero. When the slider is at 100%, the major axis length should be equal to the length of the JPanel. The initial major axis length should be at 1/2 of the panel length.
    As the ellipse. changes, the lengths of the semi-major axis, semi-minor axis, and the area should be updated and displayed.
    The animation below illustrates the Ellipse Slider program in motion. As you see, the drawn shape will be a circle until it grows big enough to touch the long sides of the JPanel, after which, it will grow as an ellipse (oval) until it touches the narrow sides of the panel.
    Please help--very confused :)
    rich_crush

  • Function Type Calculate Inventory in BPS SEM 6.0

    Hi,
    Do anybody have idea about function type Calculate Inventory .
    We are in SEM 6.0 sp SAPKGS6006.  I'm not getting any documentation on this particulat function type.
    Please revert if you have any knowledge on this.
    Thanks
    Pratyush

    Hi Marc,
    Yes, this looks like a standard function. The number is 31.
    PLNTP CALCF SPFIE                          REFF TIMF FB_METHOD FB_PARAM FB_EXEC TECHF                          TEXT
    31          UPB_Y_TMCHA                              UPS       UPS      UPS     UPB_YS_TECHF_S                 Calculate Inventory
    Thanks
    Pratyush

  • IU Elimination Difference Subassignments (Business Area and Profit Center)

    Hi experts, it's my second tread in the forum and is in one day, I'm expired.
    <br>
    <br>
    Let's clarify the situation.
    <br>
    <br>
    At the past I'm using the parameters settings of IU Eliminination Difference Subassigments with fixed values, now, with our necessity, we question SAP how to do a interunit elimination receiving the business area  and Cons. Profit. Center from the trigger at the differences, and it apparently was simple solve, we just need to mark the "default value" flag and voila, system will do what we need, but is not so simple how we think.
    <br>
    <br>
    In productive environment, we have data since June/2009, and we want to change this from Jan/2010, but elimination is cumulated, and I suspect SEM-BCS is trying to correct the past.
    <br>
    <br>
    Does anybody pass this situation ?
    <br>
    <br>
    What we need is on every elimination on selection items and the difference items receive the business area and cons. profit center from the trigger (this have to remain with the origins), and the total value of elimination on period don't have to change, do you understand ?
    <br>
    <br>
    When change the configuration of the task and execute that, the eliminaton value change too ? We suspect it is
    because we have data before this period.
    <br>
    <br>
    If you need more explanation, please advice me, I will give more details.
    <br>
    <br>
    Here we are in SEM-BCS 600 EHP 2
    <br>
    <br>
    Best Regards
    <br>
    Alexandre Mendoza Collepicolo

    The breakdown category and the corresponding data is the same in the source system. I think I did`t express very well.
    I will put my understand about the default flag of the difference screen: This is used to try to get the subassignments from the items which we select on the preview screen not the fixed parameters. i.e.: Business Area.
    On January, we decided to get the subassignments on difference from the items on selection screen, for this we flag the default value, and re-execute the elimination on the monitor, but, when we execute this, the value is entirely wrong/different from the other, we suppose when we flag that and re-execute the elimination we get more line of elimination on total records with the business area, but that's not what happened, we have strange value with a total of elimination very different.
    Is it clear the operation ?
    I contact SAP and they are analyzing the case, but if anyone had a similar problem please advice me.
    Best Regards
    Alexandre Mendoza Collepicolo

  • Release of Locks for SEM Planning Layouts in EP

    Hi,
    We are using SEM Web Layouts and they are being displayed through the SAP Enterprise Portal.
    To avoid messages when navigating between layouts, we have set the Independant Application Flag to False in the Web Layout Customising, however this is currently resulting in the locks not being release when you navigate away from the BSP within the portal.
    How can we get the portal to release the lock when navigating away from layouts.
    Thanks
    Sakhr

    You can only UPDATE after the LOCK is being released, to check if it LOCKED use SELECT * FROM TABLE1 WHERE ..... FOR UPDATE NO WAIT
    IF locked you will get the following mesg.
    ERROR at line 1:ORA-00054: resource busy and acquire with NOWAIT specified
    Thanks

  • SEM-BPS 6.0 error message requested data cannot be locked but at 999 row?

    Hi all,
    We are using SEM-BPS with WIB and EP 7.0 and I encountered issues for the first time.  I normally avoid configuring layouts with large hierarchies but at this one the client insisted.  They are in testing right now and selection of relatively small node (approx. 10-20 cost centers) still gave us an error message. 
    I know layouts has a limit of 9,999 rows and we should have been okay since it is about 200-300 lines per cost center but we are getting the error message below and it mentioned a limit of 999 rows in the selection table..  Any way we can change that?
    Thanks,
    mary
    Requested data cannot be locked (-> see long text)
    Notification Number RSPLS092
    Diagnosis
    In order to edit data from InfoProvider 'ZYEE_C02', the requested data has to be locked exclusively for user 'YEESU01'. The data that is currently being requested is specified by a very large selection table. In order to lock the data exclusively, the system has to store a compressed version of this selection table on the SAP standard lock server. However, the compressed selection table still has more than 999 rows. So that a reasonable number of users are able to change data at the same time, the system limits the number of records allowed in a selection table to 999 records.
    Information on Context of Lock Request:
    Lock requests can come from BI-Planning or from BW-BPS. The context specifies the following information:
    BI-Planning: for a lock request from a query, {Planning Function} for a lock request from a planning function.
    BW-BPS: {Planning Area}{Planning Level}{Planning Package}{Planning Function}{Parameter Group}. For lock requests from manual planning the following is true: Planning function = '0-MP' and the parameter group is the technical name of the planning layout.
    InfoProvider 'ZYEE_C02' is always a Basis InfoProvider. The current context information is:
    '{0-ADHOC}{0-MP}'
    System Response
    The requested data cannot be locked.
    Procedure
    You can normally only avoid this by simplifying your selections. For more information, see the documentation on this.
    Procedure for System Administration

    Hi Mary,
    in RSPLSE you use the option that the BI lock table is maintained in the SAP enqueue server. Here there is a limit - as explained in the long text of the message - that the compressed selection table for one enqueue request should not have more than 999 rows. This limit can not be changed.
    The selection table seems to be very big, since the compression factor is at least 5. So please check your selection table:
    1 check whether you can make the characteristic causing the problem not lock relevant
    2 or use the second option that the BI lock table is maintained in a shared memory area of the central instance of the system.
    But it is better to keep the selection tables small, e.g. by making some characteristics not lock relevant.
    Check sizing note 928044, e.g. in case you want to use 2. The default setting is very small.
    Regards,
    Gregor

  • Business Areas vs Company Codes in BCS

    Hello!
    I'm getting involved in a project regarding the use of business areas in SEM-BCS and I've a few questions and therefore I need some help, namely:
    1 - If a business area is not considered a legal entity how the consolidation of investments works in this scenario? If there are no participation % between business areas how those the system works regarding the CoI?
    2 - Can you provide some documentation regarding the use of business ares in BCS, I've search times and times for some information but I haven't found nothing besides the use of companies and cost centers. Even if the documentation is not "SAP" it will help a lot.
    3 - Is there any special procedures in customizing when using business areas?
    If you can help with any information please send it to - [email protected]
    Thanks in advanced.
    Best regards,
    David Resende

    Hi David,
    Actually, very much depends on your requirements.
    For example, now I'm working on blueprint with the approximate such a scenario:
    - legal consolidation (by companies) with some additional analytical characteristics, by which I don't have to construct the balance sheet (meaning that these chars I may present in the data basis simply as subassignments).
    - management consolidation - by profit centers and business areas. Classically, I had to use here a matrix consolidation, since I had requirements to publish B/S by PCs and BAs. However, I know that my BA is very specific. There are no activities BETWEEN BAs (means that I may use subassignments, not matrix), but there are activities WITHIN BAs (meaning that I have somehow to eliminate these internal volume).
    This decision implies TWO data bases with double efforts for configuring the system and double work for end users.
    BUT, there is another temptation to use just one data basis with matrix Company-Profit Center and some subassignments. The decision to be made actually depends on your client requirements your understanding of the situation.
    Don't expect to have any documents (SAP, or non-SAP) related to BA consolidation in public. They might just don't exist, or be confidential.

  • Healing brush is semi-transparent

    I have Windows XP, sp2, Photoshop CS3.
    When I drag the healing brush over a section I want to heal, the sampled color looks just fine, but when I release the mouse button, the area turns semi-transparent instead of keeping the full color. I thought there was a problem with my transparency setting, but I can't seem to find where to view that, and I don't think this is the issue. If I drag the brush over the same area a few times, the area does not become more opaque.
    Perhaps I should mention that I usually use the brush to repair the borders of lines that are too indented to fix with the smudge, and I need to fill out the line a bit; the designated healing area usually has a background that has been made transparent with the eraser tool.
    Thank you so much for any help anyone can give me, I really appreciate it!

    The healing brush samples pixels of the surrounding area to be fixed. In areas where adjacent areas are different from target zone you can run into problems. Like OldBob says the clone stamp may work better as one can pick the area you are cloning from easier.

  • SEM BPS Retractor post wrong decimals in R/3

    Hi All, we are implementing SEM-BPS for Sales planning and retracts back to COPA. The currency we are using now is KRW and it has been set as 0 decimals in TCURX table in both BW and R/3.
    The BW and SEM layout displayes the correct figures. However, when retracted to R/3, COPA displayed the figure multiplied by 100. We are really puzzled why so... but when we do debug in the KELR tansaction, seems that they are passing the DB values to R/3 and then multiplied by 100 before posting into the DB in R/3... probably due to the 0 decimals set as well in R/3 KRW currency.
    Anyone has any idea?
    thanks

    Hello,
    We are doing something similar except that we are retracting from BW back to ECCS via transaction CX7B3.  We are experiencing the same type of problem when sending data to R/3 for amounts whose currency exists in the TCURX exception table.
    Would anyone know of an OSS Note to fix this retractor similar to the note Marc Bernard found (or more likely coded himself) for the COPA retractor?
    Any help would be appreciated!
    Thanks.

  • SEM-BCS on SAP-BW master data alignment

    We are implementing SEM-BCS rel 3.2 on SAP-BW 3.2
    In the SEM infoproviders some standard BW info-objects are used such as 0CO_AREA, 0COMPANY etc.
    These info objects are also used in BW infoproviders.
    In SEM-BCS the masterdata that is already available in these infoobjects is not visible. The documentation describes that the SEM system is leading concerning the master data.
    When we create masterdata in SEM for these infoobjects, with te same key as used in BW (the same company number), it creates new records in the BW masterdata table and so deleting the attribute values in the BW tables.
    Note 689229 describes some synchronization programs that can be used to synchronize master data from SEM into BW. It is also possible to use these programs to initially synchronize the BW masterdata to SEM so you don't have to create the master data in SEM but only have to enhance it.
    Has anyone have experience with this issue and can you provide me with information what to do and what not to do.
    Thanks, Wil Heijmans
    Trespa International

    Hi Wil,
    it's right you'll have to synchronize the master data. When we implemented SEM-BCS 3.1 we had some problems with the reports so we used the following routine.
    1. Upload attributes into SEM-BCS.
    2. Put them into the hierarchies if needed.
    3. Synchronize attributes to BW.
    4. Do attribute change run in BW.
    Synchronizing hierarchies was a bit painful so we decided to use different hierarchies (it helped at some other points too because we needed additional features in BW hierarchies like other InfoObjects).
    Synchronizing BW attributes into SEM-BCS attributes was even worse because the standard BCS attributes could not be filled this way.
    We worked on early SEM 3.1 as one of the ramp-up customers. The programs may have changed in the meantime but the one above has worked for us.
    Best regards
       Dirk

  • Subsections and other semi-permanent objects

    I like how sections work, where you can name the section marker, then use that as a variable throughout the section, and simply change the section, and the Master Pages all fall into place.
    I'd like to create SUBsections that do the same thing -- I set them in one place, then change them at a new place, but keep the section marker the same.  I have sections that span, maybe 10 pages, and subsections that span 2-3 pages.  Can sections somehow be nested?
    Along those lines I was wondering if there are other semi-permanent objects/variables that I can define.  I'd like to make a cute little section icon that I can use above the page number along the outside edge of the page.  There's the section *prefix* but that's not what I want.  I want to use an *image*, and I want to be able to resize that image in various places.  I'd like to be able to layout that object in the Master Pages and have it fall through without hand pasting it.
    Can anyone point me to some places to learn about such objects, if they exist?
    (I'm doing a series of manuals and am setting up icons for each manual, each chapter, each section, each subsection (??), plus the page number.  I'm putting these icons along the outside page so the user can easily flip the edge and know where they are in the book.  So you see I can't just make a section prefix and have that come up *next* to the page number.)
    I *could* make a new Master Page based on a more general section page, and then make one for every (frikkin) subsection, but that seems to defeat the purpose -- I'll end up with, like 40-50 Master Pages, one for every 2-3 pages!
    Thanx in advance!!
    Kiki

    No to both. You'll have to make the sub-section text manually. And variable can only contain text. You can make different Master Pages for each section with a different graphic in position, though.

  • My tool bars are see through and my desk top show through

    I just installed Firefox 4 and when trying to install tool bars, the tabs and site screen move down and I can see my desktop (blurry) in the background. The tool bars are also semi-transparent and when I add tool bar items by dragging them up to tool bar area, they are almost invisible. Seems the background is missing above the tabs. I also attempted to create and name a new tool bar and add the items to it, but cannot because it does not show up anywhere in the list or on the screen. Where does it go?

    See:
    * [/questions/804050]
    Right click in a free space on your desktop.<br />
    Left click on Personalization.<br />
    There are four options in Windows 7 at the bottom of the screen, choose "Window Color and Appearance".<br />
    Select a border color<br />
    Uncheck: "Enable transparency"<br />

  • What to do next? Is it advisable to go towards SEM?

    Hi
    I would like to know whether it is advisable go towards SEM after 4 years of FICO experience.
    Pls let me know your advise.
    Thanks
    Sridevi

    There are many topics discussed earlier:
    Re: jumping from sap fi/co to sap sem is advisable?
    Re: areas in SEM
    SEM Details
    Re: regarding sap-sem

  • Consolidation process at a specific consolidation area level

    Hi,
    We are implementing SEM BCS 4.0.
    In this release is possible to work with original financial statements in all the perimeter and also consider the manual adjustments only in each consolidation unit/area individually. That is, we donu2019t want to use the cascade consolidation process (postings at a lower consolidation area level are updated/considered at upper consolidation area) because we only want that each adjustment only affects the specific consolidation area and not the upper ones.
    Is this possible? We do not know any configuration to have this method available in this release.
    Thanks for your help.
    Best regards.

    Hi,
    For me it's a little bit strange requirement. In order to achieve this you just do not need the consolidation system at all.
    If you, anyway, use the BCS system, then use the flat cons units hierarchy: a fictitious head with all your units underneath. Do whatever operations you need and do not use reporting from the head, only from the units.

Maybe you are looking for

  • How to get internal and external speakers playing together?

    Hey everyone, I just bought the HP ENVY dv7 with beats audio and I love it!  I only have one question that I couldn't seem to get answered anywhere else so I turned to here. Is there a way I can have the compuer's internal speakers (beats audio) and

  • Buy from iTunes of another country

    Dear Common Wisdom: Can I buy credit for shopping in an iTunes store from any country? Thanks! Constantine

  • N8 & ovi maps

    Just received my nokia n8 on vodafone UK, and i was surprised to found maps version 3.04 the current is 3.06 o.k., i ran the software update from the phone, but nothing happened the same is with ovi suite. So how i can get the new one?

  • Rotation problem when talking to friend on FaceTime.

    Recently when talking to my friend on FaceTime she kept saying that the rotation was off when we talked and that the little box with her face in it was no longer on the screen.  I kept locking and unlocking mine with the side button, and even going t

  • Small table with many histograms

    In 10gR2 EE I took Oracle's default's when executing exec DBMS_STATS.GATHER_SCHEMA_STATS('xxxx'); One small table has 748 rows with 12 columns. View DBA_TAB_HISTOGRAMS shows 352 rows for the table. The space used in the data dictionary for this table