Is my understanding correct ?

hi guys,
I am a technical SAP BI guy working on financial data.I extract data from financial databases and store them in SAP BI and generate reports on them  when needed by finance department managers.Now I am trying to understand how finance department works and from my previous posts here,I got one understanding which I am posting below to see if I got it right.
Finance department makes budget for next year(e.g 2011) this year in months Sept-Oct.Again, when 2011 years starts and when they keep getting actual data,they will adjust budget for June-Dec 2011 period in April-May months of 2011.This is called latest estimate(LE).Is that right?or any faults in understanding?
then what is Restatement in this example I explained above?
Thanks and Regards,
SChand
Moderator: I'm afraid your question does not refer to SAP issues. Financial aspects could differ from client to client and to get better understanding of the terms, you'd better schedule a meeting with financial analyst at your client's site

Some what correct Gopi ,not all.
Write_form is the function module to pass data between from program(SE38) to SE71 (SAP Form Painter) using text elements. so you should use loop internal table before using write_form. Just check the your program,i modified according to your needs.
SAP Script is three parts .
1. Form painter ( SE71)
   Designing the windows ,using text elements and so on
2. Standard Text ( SO10)
     You can call standard text globally when you want to go for Reusablitity
3. STYLE ( SE72)
    Global Paragraph formats and charcters formats,mainly for standard text.
Thanks
Seshu

Similar Messages

  • Do I understand correctly that if I own a Mac but no other Apple mobile devices, I will not be able to access my photos, documents, contacts, and calendar in iCloud?

    Do I understand correctly that if I own a Mac but no other Apple mobile devices, I will not be able to access my photos, documents, contacts, and calendar in iCloud?

    No, you don't understand correctly.
    Apple iCloud Related Support/How-To/Troubleshooting Docs:
    Apple IDs and iCloud
    iCloud: iCloud security and privacy overview
    MobileMe: About moving to iCloud
    Frequently asked questions about the MobileMe transition and iCloud
    iCloud: Troubleshooting the move from MobileMe to iCloud
    iCloud: MobileMe services that no longer sync after moving to iCloud
    iCloud: Supported system requirements
    iCloud: What if my device or computer doesn't meet iCloud system requirements?
    Creating an iCloud account: Frequently Asked Questions
    iCloud: Managing your iCloud storage
    iCloud: Purchasing iCloud Storage and Billing
    iCloud: Resetting your Photo Stream
    iCloud: Calendar & reminder data removed from iCal when disabling iCloud Calendar
    MobileMe: Advanced iCal troubleshooting for MobileMe Calendar data
    iCloud: What version of Windows software am I using for iCloud?

  • I just purchased Lightroom 5 back on 15th of February, and v6 is now available. Do I understand correctly that I have to buy the new version for $149.00? Free updates are not available/included with the purchase for some time after the purchase?

    I just purchased Lightroom 5 back on 15th of February, and v6 is now available. Do I understand correctly that I have to buy the new version for $149.00? Free updates are not available/included with the purchase for some time after the purchase?

    Do I understand correctly that I have to buy the new version for $149.00?
    You can upgrade for $79.
    Products

  • Is my understanding correct that you do not need to have anti-virus, malware, etc. for an iPad?

    Is my understanding correct that you do not need to have anti-virus, malware, etc. for an iPad?

    You do still need to be smart on the internet. YOu can be phished just as easily on an iPad that you can on a computer. So be smart with your internetting. THe iPad does offer a user more protection than a regular PC but a user's actions can change that.
    ANd the relative immunity to viruses apply to non-jailbroken devices.

  • New to Network - Is this topology and understanding correct ? (please help)

    Hi all,
    I am new to network and is currently taking my ICDN1 course, but have no actual hands-on experience beside the short labs lesson in class..
    Hence, I will like to take this opportunity to check with gurus here for their advices and to see if my understanding is correct or wrong.
    Please pardon me if I ask/make any silly questions or wrong theories.
    =========================================================
    Refer to below diagram (which I drawn)
    Assumptions
    Node 1 and Node 2 need to have public IPs assigned by ISP.
    Internal and mangement network not reflected Security not a concern, NAT/DMZ not required
    Firewall and Router are 2 separate physical device
    Questions
    Q1) is my toplogy and IPs assignment correct base on the assumption above ?
    Q2) do we need to assign IPs to Fe0/0 for both firewall and MyRouter ? Must it be using the ISP issued IPs or can it be internal IPs ?
    Q3) Can we consider MyRouter Fe0/0 and below = 1 broadcast domain/network segment or
    MyRouter Fe0/0 to Fe0/0 firewall = 1 network segment and Firewall Fe0/1 and below = another network segment ? and why ?
    I am thinking of how does a IP packet transfer from node1 to the internet. Let's say node1 send a packet to 8.8.8.8
    [src ip=202.156.1.4][dst ip=8.8.8.8][src mac=a.b.c.d][dst mac=a.b.c.f] (packet going from Node1 to the gateway/firewall)
    [src ip=202.156.1.4][dst ip=8.8.8.8][src mac=a.b.c.g][dst mac=a.b.c.h] (packet going from the Firewall to the MyRouter)
    Q4) How does firewall know which interface it must exit on the next hop ?
    Is there a routing table in Firewall ? Does the Firewall has a default gateway , or it has a default route ?
    Q5) Since the firewall is connected to MyRouter directly, how does it know the MAC address of MyRouter and vice versa ? Can we do ARP request without going through switch ? Is the MyRouter physically connected to the switch or to the Firewall ?
    Hope some kind gurus here can enlightened me.
    Thanks

    Hi Jon,
    Thanks for shedding some light on my questions
    In terms of IP addressing it depends on what the ISP has given you. Often you get two blocks, one for the link between the outside of your router and the ISP router and one for use for the connection between the outside interface of your firewall and the inside interface of your firewall.
    The ISP router would then have a route for the block in use between your firewall and router pointing to the outside interface of your router.
    Q1) Let's say the 1st block will be 202.123.123.1 and 202.123.123.2 that will be the IP between my external interface of MyRouter and the ISP router -> am I right ?
    Q2) For the 2nd block based on my example, it will be 202.156.1.0/24, am i right ?
    Q3) Can i further subnet this block (202.156.1.0/24) so that I can have a different subnet between MyRouter internal interface fe0/0 <-> MyFirewall external interface fe0/0 and another subnet for MyFirewall internal interface fe0/1 and below ?
    In this case, I can have 2 different subnet so that routing and occur between MyRouter to MyFirewall ?
    Q4) Actually with regards to the question on whether MyRouter needs to be connected to the switch is because from what I have understand, a packet need to have both the L3 ip addresses and L2 mac addresses to be send out.
    Since the firewall is forwarding a packet from node1 to the MyRouter, it needs to know MyRouter mac address, so I am asking if an ARP request can be done directly from the connection from MyFirewall to MyRouter..
    Actually, is there a routing table inside the Firewall as well ? how does it knows where to forward the packet out ?
    Q5) I understand that it will be good to do NAT and I have been hearing from people that assigning public IPs on the nodes are bad. But why ?
    If I have assigned public IPs on the nodes, doesn't the packets still go through the firewall for whatever inspection that is needed as compared to NAT ?
    Jon, just a shoutout and thanks on the replies that you have given me as I do not really have anyone to ask except for the forums around.
    Thank you.
    Regards,
    Noob

  • Am I Understanding Correctly That iPhoto Doesn't Work Well With Others?

    After reading all the previous posts and topics on iPhoto vs. LR2 and such with RAW/NEF file formats, they simply don't work well with each other, right?
    Basically, what I am trying to understand like a lot of others is that the way they read/write file info is dramatically different.
    I just started using LR2 in the trial period and maybe I'm just not used to it yet but I still like using iPhoto for organizing my library of photos; it seems a lot easier with the folders and albums and such.
    I also started using Nikon's RAW format NEF and working with them in iPhoto is a loser it seems.
    Other than the obvious increase and control and options availabe for editing in LR, is iPhoto all that bad with working with NEF or RAW files? What is the downside to it?
    Thanks for reading.
    John

    The problem is that Lightroom and iPhoto are essentially the type of application.
    They are both Photo Managers, they both want to own and control the pics, to be your central “go to” app for whenever you want to get a photo. Obviously only one can be the primary application.
    Lightroom - a rather more expensive application - is a professional app, aimed at the Pro Photographer. It’s a rather more powerful app in pretty much every way. For a point of comparison, Lightroom is closer to Apple’s Aperture rather than iPhoto.
    On top of that, earlier versions of Lightroom had a bug in the way that it wrote metadata to the file and iPhoto was unable to import these files - tho’ I believe that’s been fixed since.
    As to the RAW/NEF issue, There’s no point dealing in filetypes. Each model of camer produces a different RAW file, so what you need to tell us is the Model of Nikon you use. For instance iPhoto imports the NEFs from my D40 with no problems.
    As to “working well with others” iPhoto integrates with just abou every app on your mac, make the pics available in every ‘Open...’ dialogue in the OS, with Mail app and an any image editor you care to mention.
    Regards
    TD

  • Is my understanding correct abt connect by execution ?...

    Could any1 confirm if my understanding of the ordering of clauses in a connect by statement is right:
    WITH dataset AS
    (SELECT 'ABC' col
    FROM DUAL)
    SELECT SUBSTR(col,
    ROWNUM,
    1
    FROM dataset
    CONNECT BY ROWNUM <= LENGTH(col)
    1) first of all 'from dataset' clause gets executed which gives 'ABC'
    2)second ,CONNECT BY ROWNUM <= LENGTH(col) gets evaluated ,Rownum which is 1 get evaluated with length('ABC') which is 3 , so 1<=3 evaluates to true
    3) third , 'SELECT SUBSTR(col,ROWNUM,1)' gets evaluated to 'SELECT SUBSTR('ABC',1,1)' and we get A out of this
    4) fourth , CONNECT BY ROWNUM <= LENGTH(col) gets evaluated , rownum = 2 and length('ABC') = 3 ,which evaluates to TRUE
    5) fifth , 'SELECT SUBSTR(col,ROWNUM,1)' gets evaluated to 'SELECT SUBSTR('ABC',2,1)' and we get B out of this
    6) sixth , CONNECT BY ROWNUM <= LENGTH(col) gets evaluated , Rownum which is 3 gets evaluated with length('ABC') which is 3 , so 3<= 3 evaluates to true
    7) seventh , 'SELECT SUBSTR(col,ROWNUM,1)' gets evaluated to 'SELECT SUBSTR('ABC',3,1)' and we get C out of this
    8) Eighth , CONNECT BY ROWNUM <= LENGTH(col) gets evaluated , Rownum which is 4 now gets evaluated with length('ABC') which is 3 , so 4<= 3 evaluates to FALSE
    are these values that are getting generated in step 3,5,7 are pushed in stack/queue or are these printed to the screen immediately.
    PS : I tried my best to explain my problem may be I am too stupid to be asking this ,either ways please help me out :(
    Regards
    Rahul

    I think that is perfect , and same is the explain plan
    PLAN_TABLE_OUTPUT
    Plan hash value: 1731520519
    | Id  | Operation                     | Name | Rows  | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT              |      |     1 |     2   (0)| 00:00:01 |
    |   1 |  COUNT                        |      |       |            |          |
    |*  2 |   CONNECT BY WITHOUT FILTERING|      |       |            |          |
    |   3 |    FAST DUAL                  |      |     1 |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - filter(ROWNUM<=3)Cheers
    Nawneet

  • I need help understanding/correcting an ORA-04063 error.

    Hello,
    I am new to Oracle and I have been trying to uderstand/correct this error message for a couple of days now. I would appreciate any help that you can provide. I have included botht he error message and the procedure where the error occurs. Thanks in advance!
    ORA-04063: package body "SAFETYUSER.SEL_INCIDENT_INFO" has errors ORA-06508: PL/SQL: could not find program unit being called ORA-06512: at line 1
    Error(53,3): PL/SQL: Statement ignored
    Error(53,25): PLS-00302: component 'ECUID' must be declared
    CREATE OR REPLACE --44 new
    PACKAGE BODY "SEL_INCIDENT_INFO" as
    procedure sel_0022Info
    in_ID0022 in number,
    out_eName out t_varChar2,
    out_mName out t_varChar2,
    out_Work out t_varChar2,
    out_Loc out t_varChar2,
    out_Sign out t_varChar2,
    out_obsDate out t_varChar2,
    out_veh out t_varChar2,
    out_vehType out t_varChar2,
    out_vehTag out t_varChar2,
    out_secSup out t_varChar2,
    out_dlic out t_varChar2,
    out_dlType out t_varChar2,
    out_rc out t_varChar2,
    out_JTitle out t_varChar2,
    out_actTake out t_varChar2,
    out_jobfunc out t_varchar2,
    out_ecuid out t_varchar2,
    out_mcuid out t_varchar2
    is
    -- cursor to get ecuid ID for entered employee cuid
    CURSOR cur0022 IS
    select o.euid,o.muid,o.workperf,o.loc,o.obsdate,o.sign,o.dlid,o.secid,o.vehid, o.action, o.eID
    from TBL_0022 o
    where o.id0022 = in_ID0022;
    -- variable
    out_eFN varchar2(50);
    out_mFN varchar2(50);
    out_eJF varchar2(4);
    out_DL varchar2(100);
    out_DLT varchar2(100);
    out_Sec varchar2(100);
    out_Vh varchar2(50);
    out_VhT varchar2(50);
    out_VhTg varchar2(50);
    out_eID varchar2(7);
    out_eRC varchar2(10);
    out_signFull varchar2(50);
    out_eJT varchar2(100);
    -- rows for cursors
    row0022 cur0022%rowtype;
    begin
    open cur0022;
    fetch cur0022 into row0022;
    sel_eFullName(row0022.ecuid,out_eFN, out_eJF,out_eID,out_eRC,out_eJT);
    --sel_mFullName(row0022.mcuid,out_mFN);
    sel_DL(row0022.DLID,out_DL,out_DLT);
    sel_Sec(row0022.secid,out_Sec);
    sel_Veh(row0022.vehid,out_Vh,out_VhT,out_VhTg);
    out_veh(1) := out_vh;
    out_vehType(1) := out_vht;
    out_vehTag(1) := out_vhtg;
    out_secSup(1) := out_Sec;
    out_dlic(1) := out_DL;
    out_dlType(1) := out_DLT;
    out_eName(1) := out_eFN;
    out_mName(1) := out_mFN;
    out_Work(1) := row0022.workperf;
    out_Loc(1) := row0022.loc;
    sel_mfullname(row0022.sign,out_signFull);
    out_Sign(1) := row0022.sign;--out_signFull;
    out_obsDate(1) :=row0022.obsdate;
    out_actTake(1) :=row0022.action;
    out_jobFunc(1) := out_eJF;
    out_rc(1) := out_eRC;
    out_ecuid(1) := row0022.ecuid;
    out_mcuid(1) := row0022.mcuid;
    out_JTitle(1) := out_eJT;
    close cur0022;
    end;
    procedure sel_eFullName
    in_0022EcuID in varchar2, --number,
    out_eFN out varChar2,
    out_eJF out varchar2,
    out_eID out varchar2,
    out_eRC out varchar2,
         out_eJT out varchar2
    is
    -- cursor to get ecuid ID for entered employee cuid
    CURSOR curCUID IS
    select e.efn, e.eln,e.jobfunc,ecuid,rc,e.eid, e.jTitle
    from TBL_EINFO e
    where e.ecuid = in_0022ecuid
    order by e.eid desc;--eid = in_0022EID;
    -- rows for cursors
    rowCUID curCUID%rowtype;
    begin
    open curCUID;
    fetch curCUID into rowCUID;
    out_eFN := rowCUID.efn||' '||rowCUID.eln;
    out_eJF := rowCUID.jobfunc;
    out_eID := rowCUID.eid;--ecuid;
    out_eRC := rowCUID.rc;
    out_eJT := rowCUID.jTitle;
    close curCUID;
    end;

    Mistake in the record field name:
    CURSOR cur0022 IS
    select o.euid,o.muid,o.workperf,o.loc,o.obsdate,o.sign,o.dlid,o.secid,o.vehid, o.action, o.eID
    from TBL_0022 o
    where o.id0022 = in_ID0022;
    row0022 cur0022%rowtype;
    begin
    open cur0022;
    fetch cur0022 into row0022;
    sel_eFullName(row0022.ecuid,out_eFN, out_eJF,out_eID,out_eRC,out_eJT);
    Has to be everythere you are using row0022 - row0022.euid
    Rgds.

  • I just bought the hp deskjet 3520, if i understand correctly I can not get any print apps, correct?

    I can only get a few things from quick forms correct? If I print out 5 sudokus which they be the same, or will they be different, wish I bought the better prtiner at this point.

    Look in the post at the topof this forum to see what web services are compatible with your printer.
    I believe the puzzlesare updated each day...
    I am an HP employee.

  • Do I understand WDS correctly?

    Hi all..
    Ok, i've been trying to get WDS working with my WLSE.
    I'm not sure if I understand correctly.. our laptop clients currently authenticate via another system but I have a WLSE which I want to use to manage the radio network, signal strength/stats/etc.
    Am I right in thinking that the main WDS AP needs to authenticate with Radius via the WLSE before all the AP's will start sending data to the WDS and then to the WLSE? :((
    I've got my Radius server configured on the WDS access point and the other APs are seeing it, as when I issue the "show wlccp wds ap" command I get the following:
    WIG-ap01#sh wlccp wds ap
    MAC-ADDR IP-ADDR STATE LIFETIME
    0013.6086.2ced 192.168.94.3 AUTH IN PROGRESS -
    0012.80fd.0790 192.168.94.14 AUTH IN PROGRESS -
    0013.6086.2cb2 192.168.94.2 AUTH IN PROGRESS -
    0012.d922.a237 192.168.94.11 AUTH IN PROGRESS -
    I cannot get it any further than "AUTH IN PROGRESS"
    Here is some of the Radius config on the WDS AP
    aaa group server radius iauth01
    server <IP ADD REMOVED> auth-port 1645 acct-port 1646
    aaa group server radius rad_mac
    aaa group server radius rad_admin
    aaa group server tacacs+ tac_admin
    aaa group server radius rad_pmip
    aaa group server radius dummy
    aaa group server radius rad_eap
    aaa group server radius rad_acct
    aaa authentication login eap_methods group rad_eap
    aaa authentication login mac_methods local
    aaa authentication login method_iauth01 group iauth01
    aaa authorization exec default local
    aaa authorization ipmobile default group rad_pmip
    aaa accounting network acct_methods start-stop group rad_acct
    aaa session-id common
    dot11 network-map
    negated
    radius-server host <IP removed> auth-port 1645 acct-port 1646 key xxxx
    radius-server timeout 30
    radius-server attribute 32 include-in-access-req format %h
    radius-server authorization permit missing Service-Type
    radius-server vsa send accounting
    bridge 1 route ip
    wlccp authentication-server infrastructure method_iauth01
    wlccp wds priority 128 interface BVI1
    wlccp wnm ip address <ip removed>
    Please help, I know im a n00b.. but the lack of documentation with this is really screwing me.
    Thanks
    Tim

    Thanks for the replies guys..
    I've managed to get it to send stuff to the radius server which also authenticates with the AD, however the radius server is rejecting me because im using a "unknown authentication type" its windows radius server.
    My friend has double checked my config on my AP's and Radius and WDS is setup fine.. we are wondering if you use a standard radius server? or does it have to be a Cisco ACS or a AP with the local radius server running...
    Many thanks
    Tim

  • Understanding Flexconnect - Local vs Central Switching, and WLC failover scenario ??

    Hello Experts
    We have one WLC 5508 in Building1, few 2700 Series AP in Building1, and one 1252AG in Building2. The LAN subnet is same for both Buildings connected via a dark fiber.
    My requirement is to have Central Switching in Building1 since WLC is located locally, and Local Switching in Building2 to avoid inter-building traffic, for both Buildings we already one VLAN/IP Subnet. (Both Buildings access resources from a central Datacenter which hosts all the servers.)
    Questions:
    1. Is the above scenario possible using single SSID ? My understanding is that one WLAN+SSID can't have both Local and Central switching enabled.
    2. In Flexconnect Central Switching mode, during WLC failure, does the switching change to Local switching automatically ?
    3. When I choose Local Switching for a specific WLAN, does it Locally switch always , or does it Locally switch only when WLC is down ?
    4. We want to use Microsoft PEAP using AD User Authentication. When Local Authentication is enabled on WLC, I understand that when WLC fails (and RADIUS Server is still reachable), can we still have the AP directly contact RADIUS server as a direct client and provide 802.1X Microsoft PEAP authentication. Guess this is Primary Backup Radius Server configuration. Is this understanding correct ?
    Thanks.

    Hi
    The LAN subnet is same for both Buildings connected via a dark fiber.
    If this is the case there is no need of FlexConnet, as you have enough bandwidth & same L2 extended in those two buildings. Typically FlexConnect is for branch deployment where WAN link bandwidth is a concern.
    Anyway if you want to do this & here is the answer for your specific queries.
    1. Is the above scenario possible using single SSID ? My understanding is that one WLAN+SSID can't have both Local and Central switching enabled.
    You can have both local switching & central switching available for a given SSID. Only FlexConnect mode AP will do Local switching & all Local mode AP will do central switching, though both using the same SSID.
    2. In Flexconnect Central Switching mode, during WLC failure, does the switching change to Local switching automatically ?
    No, if it is central switching SSID, when WLC is not available client won't able to join this SSID. It is not fall back to Local switching.
    3. When I choose Local Switching for a specific WLAN, does it Locally switch always , or does it Locally switch only when WLC is down ?
    This is applicable only to FlexConnect mode APs & it always do local switching if that configured. If WLC is not reachable AP will go on "standalone mode" & still do local switching.
    4. We want to use Microsoft PEAP using AD User Authentication. When Local Authentication is enabled on WLC, I understand that when WLC fails (and RADIUS Server is still reachable), can we still have the AP directly contact RADIUS server as a direct client and provide 802.1X Microsoft PEAP authentication. Guess this is Primary Backup Radius Server configuration. Is this understanding correct ?
    Yes, when this option configured & WLC is not reachable (but RADIUS is reachable) then AP will act as Authenticator & pass radius messages to Auth Server directly.
    This is a very good Ciscolive presentation you should see as it describe lots of these features & which WLC codes they introduced.
    BRKEWN-2016 - Architecting Network for Branch Offices with Cisco Unified Wireless
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Need Help Understanding How To Use iMessage Between Two iPhones

    I have an iPhone 4 and my wife an iPhone 3GS.  We both have iOS 5, but I have discovered something about iMessage I need to make sure I understand correctly.  As I understand it iMessage can send text even if our voice carrier service is unavailable.  I tend to loose signal inside the building I work in.  I usually can get texts in and out, but sometimes not.  But in testing the two phones sending iMessages, I've noticed is that if I have one of the phones with iMessage turned on and the other with iMessage turned off, the two phones will not be able to exchange text.  Is that how it's supposed to work?  Even though one of these phones can receive an iMessage doesn't mean the other one send one back.  Can't the system detect when one phone is connected and another one not, and the one that is not gets sent SMS messages instead?  I don't want to try to send my wife an iMessage because I can't get a voice signal in my building, but her have iMessages turned off and not able to get any messages from me, iMessage or SMS.  I guess I need help better understanding how this actually works between the two phones so I can always get texts back and forth between my wife and I.  My other misgiving is that this iMessage thing consumes my data limit.  My wife gets unlimited because she had her phone before the limits were imposed, but I got on board after, so I am hesitant to use iMessage all the time because of it.  I have no intention to send picture mail through iMessage, but the thing is if I wanted to switch to SMS to send picture mail to save data, but my wife's phone is set to iMessage, she won't get it.  If this is how this thing is supposed to work, I'm not really impressed.  Some insight would be appreciated

    I think you are making this way too complicated. Why are you turning iMessage off? If you are at your office connect to the WiFi there and send your wife messages that way (unless your office is blocking the port iMessage uses). When possible the two phones will use iMessage but will revert to SMS is iMessage is not available if that option is set that way.
    I would not worry about using up your data plan if you have the 2GB, text iMessages are going to be very small and MMS (picture) ones are not very large either. Unless you are sending hundreds of picture iMessages a day you will have a hard time using up your data.
    If you are near an Apple Store you should explore signing up for an intro iPhone course and have them run through iMessage options.

  • Understanding Camera RAW with JPEGs

    I usually work on the design end, hence I rarely work (professionally) with files straight-from-camera. I get the stuff after the photographers are done with it.
    However, that is slightly changing and so I have a question about the Camera Raw plugin in Photoshop. In particular, processing JPEG images with it.
    If I understand correctly, it does not actually modify the JPEG image itself, but merely saves the correction information as metadata in the JPEG file, which is then re-constructed when the JPEG is re-opened.
    This would (assuming I understand it properly) make it a "safe" way of tweaking JPEGs as unlike most JPEG operations, no resave/quality-loss is occurring. Only the metadata is changing.
    Am I correct or have I horribly misunderstood this process?

    I can appreciate that - my own plug-ins all do their work in linear space as well for the advantages thereof.  However, it's not as if one can't get good results with the normal Photoshop tools, which for some reason seem to be out of favor...  One can convert to a linear profile to work on it in Photoshop proper, for example (though one has to craft or find a linear profile to use for that, as none is provided by Adobe).  I do my astroimage processing that way.
    I might change my workflow to involve Camera Raw where JPEGs are concerned IF Camera Raw could be set to write its metadata back to a sidecar file or the central database instead of rewriting the JPEG file.  I understand that it is not rewriting the actual image data, but I just don't want it writing back to my JPEGs at all.
    -Noel

  • Photo Dimensions in iWeb - Am I correct?

    Is my understanding correct?
    Under Inspector/Photos/Download Size there are three options, small, medium and large.  From a previous post I was informed that these relate to:
    1) small = 800px x 600px
    2) medium = 1280 x 960
    3) large = 1920 x 1440
    On my photos page, I am draggin and dropping my images.  If  I select "medium" and my image is 2400 pixels on the longest side, does this mean that iWeb will convert the image to 1280 pixel?
    And, if Inspector/Page is set to 1,000 pixel width, the image will be further downsized to something less than 1,000 pixels when it appears on the screen.
    Am I understanding this correctly?  I am trying to maximize my photos for viewing on the new iPad.
    Thanks

    much better when you clarified your question.
    My basic question is in regard to the ultimate displayed resolution... for viewing on the new iPad.
    960px is fine for displaying in ipad.
    however, images have more than one purpose; it can be for display and/or for print.
    computer/ipad display can stay the same size, but for printing the higher resolution the larger or better the prints look. so it's up to you to decide.
    you already saw my other post reagrding scaling web page when using ipad, by scaling with ipad safari... you can have smaller image for displaying (but bad for printing)

  • Understand the technical base for Enterprise Services?

    Hi all,
    I am trying to understand what is the technical base for enterprise services and the restrictions when activating them. The best documents I have found are:
    Note 1566412 u2013 Enhancement package 6 for SAP ERP 6.0.
    Note 1359215 u2013 Technical prerequisites for using enterprise services
    sdn blog u201CDetermin the SOA readiness of your System with the ES Workplace (Part 1 and 2)
    EHP Master Guide - https://websmp107.sap-ag.de/~sapidb/011000358700001183052011E
    The documents are quite informative, however there are still questions. Maybe someone can shed some light of these:
    1.) Is my understanding correct that Enterprise services can have three different base u201Cmodulesu201D?:
    a. An EHP (with relation to a business function).
    b. The swc u201CESA ECC-SE 60xu201D (without relation to a business function). E.G. ES Bundle "Bank Communication Management".
    c. The SWC u201CSAP APPLu201D (without relation to a business function). E.G. u201CBusinessPartnerERPUpdateRequestConfirmation_Inu201D
    2.) Is it possible to activate enterprise services (bundles) that rely on business functions after a EHP installation or ONLY during the EHP installation?
    3.) Is it possible to activate enterprise services with base u201CESA ECC-SE 60xu201D after a EHP installation or ONLY during the EHP installation?
    4.) Is SWC u201CESA ECC-SE 60xu201D a u201Ctechnicalu201D business function, whose activation cannot be reverted either? If yes what effect has the activation von u201CESA ECC-SE 60xu201D on the current ERP customizing?
    5.) How do the Enterprise Services relate with Service Interface definitions from SAP Process Integration (XI Content)?
    Do I need the XI Content with the service interfaces in ES Repository (and SPROXY) only if the communication is B2B (with PI) or also if the communication is Point-2-Point (without PI)?
    Thanks for your feedback!
    Chris

    Hi Chris,
    I'll try and provide answers where I can...
    1.) Is my understanding correct that Enterprise services can have three different base u201Cmodulesu201D?:
    I personally don't agree with this understanding. Enterprise Services would always relate to some or other business function, unless we have a different understanding of what "Business Function" means . What changes is how the Enterprise Services (or versions of them) are delivered.
    SAP APPL for example would be relevant to most of the enterprise services shipped with a standard ECC EHP*. So it will relate to the business functionality for the applications that are shipped with an ECC installation.
    2.) Is it possible to activate enterprise services (bundles) that rely on business functions after a EHP installation or ONLY during the EHP installation?
    I don't understand this question but I'll try and offer a generic answer. You can activate/use Enterprise Services whenever you want to as long as they are already available in your current installation. If they are only available in an EHP that you don't have yet then you will need to upgrade (but I also seem to recall some workarounds - SAP notes - as an alternative to upgrading).
    3.) Is it possible to activate enterprise services with base u201CESA ECC-SE 60xu201D after a EHP installation or ONLY during the EHP installation?
    You decide when you would like to activate it, it's generally after. SAP will ship them anyway.
    4.) Is SWC u201CESA ECC-SE 60xu201D a u201Ctechnicalu201D business function, whose activation cannot be reverted either? If yes what effect has the activation von u201CESA ECC-SE 60xu201D on the current ERP customizing?
    There is a tool call Impact Analyzer, read up a little on it. It allows you to do an impact analysis before activating. It might also help posting a separate thread on of the ECC functional forums here on SCN for more impact analysis. I'm not sure if the activation can be reverted.
    5.) How do the Enterprise Services relate with Service Interface definitions from SAP Process Integration (XI Content)?
    The XI Content is the design equivalent of the Enterprise Services as you see them in SPROXY. It's only relevant in certain cases, examples:
    - If you want to enhance standard SAP Enterprise Services
    - If you want to do additional transformation/s & routing.
    If you are planning P2P type communication, then the XI content is not relevant. One thing to be aware of though is if you have your backend ECC system connected to your PI ESR, the view that you get in SPROXY will reflect the SWC view of the ESR. So you might want to download the XI Content & import it into your PI ESR anyway.
    Regards, Trevor

Maybe you are looking for