Calculating Profit of COGS - different ways of calculating

I found that in SAP B1 the profit calculation varies and it depends on where you look and the different settings allowed. For instance:
I am talking about the calculation method of COGS:
1. In System Initialisation/Document Setting one can set the workings of Profit on say Last Calculated Price
2. In individual (say Item Code ABC) Item Master Data one can set the calculation method on FIFO
3. In another Item Master Data (say Item code FGH) can be set on Average Cost method
So now we have 3 ways of calculating COGS in the same system - so how can one achieve consitency?
My understanding is that setting 1 is not taken into account when the system charges COGS, so does anybody know what is the purpose of this setting?
Thank you
Robert
I am trying to debate this in order to confirm my understanding

Robert--
The basic rule to understand in B1 is that specific settings take precedence over general settings.  The company-wide default settings that you find in the System Initialization screens set the general parameters for the system.  But they may be overridden on specific records - like the Item Master or BP Master.  On these, company policy may determine that certain items or business partners do not fit the general rules and should be treated differently in some regard.  So an authorized user may change the default settings for these records, either during the initial entry of the record or afterwards (if changes to the specific fields are permitted).  Similarly, users may change some settings on specific documents if they represent an exception situation that should not be forced to follow the usual rules.
The other consideration - which should make accountants happy - is that settings that affect journal postings generally cannot be changed once they have been used.  So for example, a customer's AR control account number cannot be changed once there are any transactions for that customer. An item's valuation method cannot be changed while there are quantities in the warehouse or open documents that may have caused journal postings.  These rules may not represent consistency, as you wish for, but they do enforce an integrity in the accounting process.
The place where these restrictions cause problems is if records are imported from a legacy system without regard to the system defaults.  Since these records are brought in and saved in a single process, they can have whatever settings are specified in the import process, which may or may not be the same as the system defualts you wanted.  Once these records are created and then used in transactions, it is very difficult to make them conform to what you wanted.  Changing the system defaults will never cause retroactive changes to existing records.
If you are having continuing problems with settings on new records, I would consider restricting authorization for adding or editing new records to those people who understand what the ramifications are.  Additional training for your personnel may also be helpful, now that you have a better understanding of how the system works.

Similar Messages

  • Differance betwwen alternative calculation type & condition base value.

    dear expert
    wats the differance betwwen alternative calculation type & condition base value in pricing.
    vicky

    Hi,
    AltCty - Condition formula for alternative calculation type:
    It is an alternative formula for the condition type that can be used instead of standard formulas.
    For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.Ex.: 950 0 Profit Margin 11. So we assign 11 - Profit Margin.
    AltCBV - Alternative formula for condition base value:
    Formula for determining the condition basis as an alternative to the standard.
    It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
    Ex.: Freight - KF00. Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master. In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
    During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
    Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.
    And both of them are routines written by APABers in VOFM.
    Reg,
    JJ

  • Wrong calculated profit/loss in f.01 financial statement

    i have created new finanical statment version in ob58.
    and i am using that in f.01 financial statement,
    but calculated profit coming wrong
    why it is coming wrong,
    & how it is calculating.

    Hi Thiru
    In OB58, double-click on your newly created Financial Statement Version and then click on Fin. Statement Items
    This includes all your accounts that are linked to your FSV. You can change the order or add / remove the accounts from this setting and then save your FSV.
    We surely can't say WHY is your profit wrong, but this might suggest you HOW it calculates and can be corrected.
    Let me know if it helps.
    Regards
    Zubin

  • Remove "Calculated Profit *ERGEBNNIS*" from Customized PCA Drilldown Report

    I create PCA Drilldown Report by copy from standard form &standard report "0SAPBSPL-03" or T-Code "S_E38_98000088".
    When I execute this standard report with Financial Statement Version, it's OK. There is no item of Calculated Profit (Account No. ERGEBNNIS)
    When I execute my report that copied from the standard, and also input the same Financial Statement Version in the selection screen, the report always show ERGEBNNIS.
    How could I set my PCA drilldown report to exclude ERGEBNNIS?
    Ton

    Hi
    In Drilldown reports, there is usually a menu option in the report form definition to define the Drilldown Layout Display... This controls what to hide and what to display
    You can try that once
    br, Ajay M

  • Calculated Profit in FSV PL BI Report

    hii all,
             Regarding the "calculated profit" field in the hierarchy of the PL BI report,
    Calculated Profit is not appearing in the Hierarchy it is showing in the Financial statement item(hierarchy) but in the unassigned nodes.
    how do i get the Calculated Profit assigned to hierarchy it belongs.
    Regards,
    Rennie

    Hi Rennie
    I am experiencing the same problem - did you ever find a solution?
    rgds
    Anton

  • Quantity Conversion warnining: different dimensions, no calculations

    Hello BI experts,
    I have defined a quanity conversion type to convert any weight units to Kgs based on T006 table.
    source is from data record. target is fixed to KG.
    my record contain data in KG and GM ( gram )
    in the output KG records are displayed correct. But the gram records are displayed as 0.000
    with a warning message: Quantity unit of measures have different dimensions --> no calculations.
    Please advice.
    Regards,
    BWer

    Very trivial.. Was using units from different dimensions
    Message was edited by:
            BWer

  • Different way to aggregate Essbase: Cannot aggregate to parent level

    Hi,
    I used to use the following statement in BR to aggregate dimensions:
    FIX("Segment Allocation Base")
    FIX(@IDESCENDANTS("YearTotal"))
    @IDESCENDANTS("Total Company"); /*Total Company is member of spare dimension: Market Segments */
    ENDFIX
    ENDFIX
    The tree structure is like this:
    Market Segments (Never Share)
    |__ No Market Segments (Never Share)
    |__ Total Company (Never Share)
    |__Total Market Segments (Dynamic Calc)
    |__SC (Store) -> Level 0
    |__SE (Store) -> Level 0
    1. However, I found that the parent level cannot be aggregated. After I enter a value for Total Company (I think I am creating a block for Total Company), the above BR works.
    2. If I change the BR to the following statement, it works. I don't need to create the block first.
    FIX("Segment Allocation Base")
    FIX(@IDESCENDANTS("YearTotal"))
    AGG("Market Segments");
    ENDFIX
    ENDFIX
    Any gurus knows the difference about the above 2 different ways to aggregate? What's wrong with the first one?
    Thank you in advance.
    Casper

    Unless you wrote the first statement wrong. The reason the first one doesn't calculate is because it does absolutely nothing
    @idescendant is a declaration not a calculation
    Definition of @idescendant is: Returns the specified member and either (1) all descendants of the specified member or (2) all descendants down to a specified generation or level. You can use this member set function as a parameter of another function, where that parameter is a list of members.
    AGG is a calculation.
    So unless I'm reading it wrong you declare the children of Total Company and then do absolutely nothing. Therefore it has nothing to do with dense/sparse or blocks existing or not.

  • Different way of ratating the camera

    Hi,
    considering using the rotate command can give out odd
    resultts, I am trying a different way of rotating my camera.
    basically I want my camera to rotate just like how a camera rotates
    in a 3d application. I took a look at a different appreoach by
    looking at a behaviour script that the chromeLib uses. The
    chromeLib behaviour I am referring to is called rotating target
    camera. Now, from what I can see, its method is controled by the
    left and right arrow keys, and its calculation is done by using
    triginometry. In addition, the script only causes the camera to
    appear like it is rotating in the z direction. So I took its
    formulay and I thought I could switch the rotating axis from z to y
    so that the camera would rotate on the y axis. In other words,
    instead of this....
    on exitFrame me
    set x = (cos(pVar) * pDistance)
    set y = (sin(pVar) * pDistance)
    sprite(spriteNum).camera.transform.position = vector(x, y,
    pModel.worldPosition.z + pPlunge)
    sprite(spriteNum).camera.pointAt(pModel.worldPosition,
    vector(0,0,1))
    go to the frame
    end
    I did this....
    on exitFrame me
    set x = (cos(pVar) * pDistance)
    set z = (sin(pVar) * pDistance)
    sprite(spriteNum).camera.transform.position = vector(x,
    pModel.worldPosition.y, z)
    sprite(spriteNum).camera.pointAt(pModel.worldPosition,
    vector(0,1,0))
    go to the frame
    end
    however, when I did this, my camera just flew all over the
    place. So how could I get this to work so that the camera could
    appear like it is rotating off its y axis?

    >basically I want my camera to rotate just like how a
    camera rotates in a 3d application
    can you explain this a little bit more detailed?
    regards!

  • Profit Center & COGS

    Hi,
    In the marketing documents the Profit Center & COGS Profit Center are auto populated while selecting the item. The problem is COGS Profit Center is wrong..
    I think, The profit center codes are from the UDF's of Business Partner & Item master data.
    I am not able to find how this profit centers are auto populated since there is no formatted search linked for these two fields.
    The items are set GL account by account groups, the expense/revenue are not the same as the auto populated profit centers.
    Am I missing something? Is there any where the Profit center can be linked to the item?
    Any help will be appreciated. Thanks in advance!
    Regards,
    Mohan

    Hi Jim/Eric,
    Thanks for your replies..
    As for as I am aware, you can setup the Profit Centre to auto populate in 2 ways,
    1. Setup the profit centre at G/L account level. Profit Centre linked to the Revenue account of the Item (set at Item Group level in my case)...In the revenue account Change the account type to Sales or Expenditure and click the distribution rule and assign the profit centre.
    2. Setup the profit centre as UDF, Using the formatted search query and selecting the auto refresh option populate the UDFu2019s
    I have checked these options, in my case revenue account and COGS (set at Item Group level in my case) the distribution rule check box is NOT selected. In AR Invoice a formatted search is NOT linked either..if I press SHIFTF2 or SHIFTCtrl+F2 (a user-defined value is not setup)
    Any other suggestions?
    Regards,
    Mohan

  • BI server generating  query in a different way between two instances

    Hi All,
    We have executed a report in dev,test instances,BI server generated query in a different way in two instances where as dev BI server is on AIX operating system(recently we migrated from windows),test instance is on still on Windows environment.
    For a report below are the queries
    DEV(AIX)
    WITH
    SAWITH0 AS (select sum(T316025.SALES_QUOTA) as c1,
    T329697.DIVISION_DESC as c2,
    T329697.AREA_DESC as c3,
    T329697.TERRITORY_DESC as c4,
    case when T329697.ACCOUNT_NUM is null then T329697.BILL_TO_PARTY_NAME else concat(concat(concat(T329697.BILL_TO_PARTY_NAME, '('), T329697.ACCOUNT_NUM), ')') end as c5,
    T150993.X_CONS_MAJOR_GROUP as c6,
    T66755.PER_NAME_ENT_YEAR as c7
    from
    W_DAY_D T66755 /* Dim_W_DAY_D_Common */ ,
    W_PRODUCT_D T67704 /* Dim_W_PRODUCT_D */ ,
    WC_SLX_DATA_F T316025 /* Fact_WC_SLX_DATA_F */ ,
    WC_CUSTOMER_HIERARCHY_D T329697 /* Dim_WC_Customer_Hierarchy_D_With_Error */ ,
    OBIEE_SECURITY_LOCATION_SALES T339204,
    W_PROD_CAT_DH T150993 /* Dim_W_PROD_CAT_DH_General */
    where ( T66755.ROW_WID = T316025.DAY_WID and T316025.CUSTOMER_HIERARCHY_WID = T329697.ROW_WID and T67704.ROW_WID = T316025.PRODUCT_WID and T67704.PROD_CAT2_WID = T150993.ROW_WID and T329697.TERRITORY_CODE = nvl(T339204.LOCATION , T329697.TERRITORY_CODE) and T329697.AREA_DESC = 'GROCERY AREA - EAST' and T329697.DIVISION_DESC = 'DOMESTIC SALES DIVISION' and T339204.USER_NAME = upper('Administrator') and case when T329697.ACCOUNT_NUM is null then T329697.BILL_TO_PARTY_NAME else concat(concat(concat(T329697.BILL_TO_PARTY_NAME, '('), T329697.ACCOUNT_NUM), ')') end = 'JETRO CASH AND CARRY ENTERPRISES INC(10313)' and (T66755.PER_NAME_ENT_YEAR in ('2011', '2012')) and (T329697.TERRITORY_DESC in ('BOSTON', 'CHARLOTTE', 'FLORIDA', 'GREAT LAKES', 'MID-SOUTH', 'NEW YORK', 'WHITE ROSE')) )
    group by T66755.PER_NAME_ENT_YEAR, T150993.X_CONS_MAJOR_GROUP, T329697.TERRITORY_DESC, T329697.AREA_DESC, T329697.DIVISION_DESC, case when T329697.ACCOUNT_NUM is null then T329697.BILL_TO_PARTY_NAME else concat(concat(concat(T329697.BILL_TO_PARTY_NAME, '('), T329697.ACCOUNT_NUM), ')') end )
    select distinct SAWITH0.c2 as c1,
    SAWITH0.c3 as c2,
    SAWITH0.c4 as c3,
    SAWITH0.c5 as c4,
    SAWITH0.c5 as c5,
    SAWITH0.c6 as c6,
    SAWITH0.c7 as c7,
    SAWITH0.c1 as c8
    from
    SAWITH0
    order by c1, c6
    Test(Windows)
    select distinct D1.c2 as c1,
    D1.c3 as c2,
    D1.c4 as c3,
    D1.c5 as c4,
    D1.c5 as c5,
    D1.c6 as c6,
    D1.c7 as c7,
    D1.c1 as c8
    from
    (select sum(T316025.SALES_QUOTA) as c1,
    T329697.DIVISION_DESC as c2,
    T329697.AREA_DESC as c3,
    T329697.TERRITORY_DESC as c4,
    case when T329697.ACCOUNT_NUM is null then T329697.BILL_TO_PARTY_NAME else concat(concat(concat(T329697.BILL_TO_PARTY_NAME, '('), T329697.ACCOUNT_NUM), ')') end as c5,
    T150993.X_CONS_MAJOR_GROUP as c6,
    T66755.PER_NAME_ENT_YEAR as c7
    from
    W_DAY_D T66755 /* Dim_W_DAY_D_Common */ ,
    W_PRODUCT_D T67704 /* Dim_W_PRODUCT_D */ ,
    WC_SLX_DATA_F T316025 /* Fact_WC_SLX_DATA_F */ ,
    WC_CUSTOMER_HIERARCHY_D T329697 /* Dim_WC_Customer_Hierarchy_D_With_Error */ ,
    OBIEE_SECURITY_LOCATION_SALES T339204,
    W_PROD_CAT_DH T150993 /* Dim_W_PROD_CAT_DH_General */
    where ( T66755.ROW_WID = T316025.DAY_WID and T316025.CUSTOMER_HIERARCHY_WID = T329697.ROW_WID and T67704.ROW_WID = T316025.PRODUCT_WID and T67704.PROD_CAT2_WID = T150993.ROW_WID and T329697.TERRITORY_CODE = nvl(T339204.LOCATION , T329697.TERRITORY_CODE) and T329697.AREA_DESC = 'GROCERY AREA - EAST' and T329697.DIVISION_DESC = 'DOMESTIC SALES DIVISION' and T339204.USER_NAME = upper('Administrator') and case when T329697.ACCOUNT_NUM is null then T329697.BILL_TO_PARTY_NAME else concat(concat(concat(T329697.BILL_TO_PARTY_NAME, '('), T329697.ACCOUNT_NUM), ')') end = 'JETRO CASH AND CARRY ENTERPRISES INC(10313)' and (T66755.PER_NAME_ENT_YEAR in ('2011', '2012')) and (T329697.TERRITORY_DESC in ('BOSTON', 'CHARLOTTE', 'FLORIDA', 'GREAT LAKES', 'MID-SOUTH', 'NEW YORK', 'WHITE ROSE')) )
    group by T66755.PER_NAME_ENT_YEAR, T150993.X_CONS_MAJOR_GROUP, T329697.TERRITORY_DESC, T329697.AREA_DESC, T329697.DIVISION_DESC, case when T329697.ACCOUNT_NUM is null then T329697.BILL_TO_PARTY_NAME else concat(concat(concat(T329697.BILL_TO_PARTY_NAME, '('), T329697.ACCOUNT_NUM), ')') end
    ) D1
    order by c1, c6
    If we observe test query is very simple and easy to back track but in Dev it is appending like sawwith0,sawwith1 etc..looking difficult.
    Is there in any configuration to change to generate query like Test(with out SAWWITH0).
    NOTE:Any how results are same in both instances.
    Please help me to resolve this issue.
    Thank You,
    Anil Kumar.

    Anil,
    Are your database settings the same in both of the rpds dev and test?
    Check wether you didn't change anything to the default. Open your RDP double click on the Database in the physical layer and go to Feature you can check all the settings there
    Adil

  • Different ways to setup applets... what's best?

    Alright. I need some help deciding how to setup an applet. I'm a high school student and I'm going to be in a competition on Saturday that will be using Java applets. I've been trying to get my hands on as much info about it as I can, but I've seen so many different ways of displaying things on an applet that I'm not sure what to do anymore.
    So here's the deal. In a book I have, they set up applets like this:
    import javax.swing.*;
    public class Example extends JApplet
       public void init()
          getContentPane().add(new ExamplePanel ());
          set size (300, 300)
    }And the other class:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ExamplePanel extends JPanel
       private vars
       public ExamplePanel ()
          set up listeners and set background
       public void paintComponent (Graphics page)
          super.paintComponent (page);
          paint stuff
       event methods
    }I'm pretty sure this works fine, but while on the Java website, looking for examples, I noticed that sun sets up applets like this:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class Example extends JPanel implements listener interfaces
       protected and private vars
       public Example ()
          set up panels, labels, basically any JComponent stuff
          create listeners
          use add(...) to put stuff on applet
       event methods
       private static void createAndShowGUI()
            JFrame frame = new JFrame ("Example");
            frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
            JComponent newContentPane = new Example();
            newContentPane.setOpaque (true);
            frame.setContentPane (newContentPane);
            frame.pack();
            frame.setVisible(true);
        public static void main()
            javax.swing.SwingUtilities.invokeLater(new Runnable()
                public void run()
                    createAndShowGUI();
    }I don't know which way is better, but we don't have much time so I need something that's easy. The problem with the second one is that I don't know how to draw shapes on the second one and I might need to do that. I tried using paintComponent in it and things just got screwy. If anyone knows of a better way, please let me know. And since that one was developed directly from Sun, I'm guessing it's more efficient, so I would like to use that one if I can just learn how to use it as easily as the first.
    Also, if anyone knows a completely different way to do this that's better, please let me know.

    The second Example class shows an important issue: swing is not thread safe, and thus all GUI operations, including creating the GUI itself, must be done in the event dispatch thread. Read more about it at http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html#EDT.
    The second class Example does also not seem to be an applet, that is why main() is used instead of init(). But even in init() you are not guaranteed that the current thread is the EDT - it is choosen by the browser you are using - and you should thus use invokeLater() there as well.
    Appart from that, a component should not care if it is displayed in an applet or in an application.

  • A different way to deal with "unknown" user after upgrade from Tiger.

    It's a known issue that doing upgrade and install or archive and install from Tiger to Leopard, produces a lot of folders with "unknown" group in their "get info" panel. This has to do with a different group structure in Tiger and Leopard.
    In Tiger, every user has their own private group with the same name as the username. That group is set to be user's primary group.
    In leopard, every new user with an account is a member of the group staff (gid=20) which is not present in Tiger. Leopard doesn't fully understand Tiger's private group structure, hence the "unknown" group. This causes various problems such as Finder crashes when trying to change the permissions and ownership in the get info window.
    Apple's proposed way of dealing with this is described [here|http://docs.info.apple.com/article.html?artnum=307128].
    However, this method doesn't change the existing group structure and doesn't resolve all the problems.
    I'd like to suggest a different way of dealing with it.
    1. create a new admin user (if you don't have one already), log out of your primary account and log into the new one.
    2. enter the following in terminal:
    *sudo dscl . delete /users/"username"*
    where username is the short name of the user on the main account (not the one you are currently logged into).
    This will delete that user.
    3. Log out/in.
    4. go to system preferences->accounts and create a new user with the name and short name exactly as the one you've deleted in step 2.
    You'll be get a popup saying that a home directory by this name already exists and asking if you want to use it. Say "Yes".
    That's it. Your main user will be recreated using the native group structure of Leopard with gid=20(staff). Permissions on your home directory will be reset with correct group and ownership.
    I tested the process on my powerbook after an upgrade and install from Tiger to leopard and it worked without a hitch.
    I like this method better than Apple's because it completely gets rid of Tiger's group structure which was creating all the confusion. The only downside as far as I can see is that you might have to manually change the group ownership on some files belonging to the main user that sit outside your home directory.
    I would appreciate any comments on this.

    hmm, I confess, I did this before installing 10.5.2 so i can't say for sure. However, I've dealt with a few people (see e.g. this [thread|http://discussions.apple.com/thread.jspa?messageID=7012957]) who are running 10.5.2 and still have this issue. I don't know what if anything 10.5.2 did about this but I'm quite sure that it didn't change the group structure inherited from Tiger.
    Message was edited by: V.K.

  • Two separate versions of the same file corrupted in different ways...

    I was working on a Photoshop CS4 file last night that was created in CS4 and has only been opened on this machine in CS4. I saved the file and closed Photoshop. When I open the file today, all my layers are gone, flattened into one Background layer, and the image looks like colored TV static. On top of that, the separate, older version of this file with a different name (created earlier in the week on the same machine in the same CS4) will not open at all - I get the error message, "Could not complete your request because the file is empty" and the file size has mysteriously shrunk to 76 KB from 20+ MB. What happened?! I'm guessing these files are corrupted beyond recovery, but why and how did this happen? Has anyone had this or a similar problem? I want to know how to prevent this from happening in the future. Please help! Thank you. =)

    Thanks for the suggestion, Chris.
    Same issue, new question - don't ask me why I did this, but while both Photoshop and the now corrupted file were open, I changed the name of the folder containing the file, then continued to save the open version of the file without first closing it and reopening it from the newly renamed folder. Could this have caused both files in that folder to become corrupted in different ways? The other file that gives me the "file is empty" error was not open at the time, but it was in that folder. I'm thinking maybe by changing the path to the files while Photoshop was running, that could have triggered this. ?? I have 3 1TB internal drives raided to read as 1 drive, so I'm really hoping that one of these disks is not dying on me as you suggested. I was also backing up an external drive using BackBlaze when this all occurred - any possible connection? How can I find out if one of my three raided drives (and which one) might be going bad?
    Thanks!!

  • Multiple iPhoto libraries to manage photostreams in different ways

    My wife and I both have iPhone's. I have a 5s and she a 5. We share an iCloud account so that all photos she takes and ones I take go into one photostream and then automatically get loaded on my iMac hard drive. This way we are sure to not lose any photos.
    This works great for that purpose. However, I would like to create an iPhoto library that will only upload photos taken with my iPhone.
    I know I can create multiple iPhoto libraries, but I would like to have the ability to manage preferences for each so that they manage photos in different ways.
    Is there a way to do this?
    Thanks in advance for any suggestions you may offer.
    Keith

    I know I can create multiple iPhoto libraries, but I would like to have the ability to manage preferences for each so that they manage photos in different ways.
    Keith, the problem is, that only one iPhoto ibrary can be associated with the photo stream on any device, see e.g.  http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=14%26se ction=2%26tasks=true
    Photo Stream is designed to work with one Aperture or iPhoto library at a time. However, it’s easy to switch the library Photo Stream uses to upload and download photos.
    If you enable the photo stream in a different library, the photo stream will be removed from the earlier library. You would continually have to reanable the photo straem when switching between libraries, and each time the stream would be reset. This way, auto matic import will not work reliably, because the photo stream would only be seeing the current ly stored photos in iCloud.
    Have you considered to use the Shared Photo Streams for specific purposes? I am using the Shared Photo Streams as thematic iCloud albums, for wildlife photos, family photos, etc.
    iCloud: Using and troubleshooting Shared Photo Streams
    -- Léonie

  • What are the different ways to upload file data to SAP? Please help

    Hi Experts,
       I have to transfer huge file data (few lakhs records) to SAP business transaction. What are the different ways to do the same? I have heard of BDC and LSMW. But are there any more options?
    Which option is best suited for huge file data?
    Is LSMW an old technology and SAP will not support it any more?
    Kindly answer my queries at the earliest.
    I will be greatful to you if you can help me.
    Thanks
    Gopal

    for uplodig data to non sap we have 2 methodes
    i) if u know bapi u will use lasm
    2) bdc
    but u mentioned so many records isthere
    best thing is u will uplode all record sto al11 using XI interface
    then u have to write bdc / lsmw  program
    beter to go for lsmw before that u will find bapi
    if u will unable to find bapi
    u have to create bapi and use it in lasmw
    ofter that u have schedule the lsmw program as a bockground
    then u have to create a job for it
    and release from sm 37
    then u have to moniter through bd87
    if u want to go through i will help u.
    if it is usefull to u pls give points
    Saimedha

Maybe you are looking for

  • Migration from DPS subscription to Creative Cloud

    Hi there, I come to this forum for a DPS account problem because no other form of Adobe support seems able to solve my problem. I have been using DPS since the beta days and then subscribed to DPS professional although I create only Single-folio apps

  • How do I create a list which compiles data from all lists on the sharepoint?

    I have many pages to my sharepoint which all have separate task lists. On my overview page I want to create a list so that all the tasks and data inputted into the other task lists on the site are compiled together in one list. This way I have a long

  • IMac intel 2009/10 - external HD

    My son is running Final Cut Express on his Intel iMac. As his HD is getting full, he's using an external drive as a scratch disk for his render files. The disk is connected via Firewire. This causes the rendering process to be extremely slow. What is

  • Setting up Service desk Management

    Hi, We have EP 6.0 SP14. We want to set up Service Desk Management with  solution Manager. Could any one guide the set up steps. Thanks in advance Pradnya

  • Pre - SSL ERROR

    Ok, a bit frustrated the least to say. This morning around 7am I went to Bestbuy, stood outside until 10am so I could get a Pre. Palm shipped the Pre with a dead battery so I had to wait another 30 minutes so BestBuy could charge it. Well in a nut sh