PO requisition etc

Hi,
i want to change the cost center while creating purchase order, me21n,me51n,migo etc and
when tried to change the kostl field of the table im_t_ebkn in include:ZXM02U12
i get the error :The field "IM_T_EBKN" cannot be changed. .
And here is my code:
Data: mat1 type marc-matnr,
           prctr type marc-prctr,
           eban like LINE OF im_t_eban,
           ebkn like LINE OF im_t_ebkn.
loop at im_t_eban INTO eban.
        mat1 = eban-matnr.
    SHIFT mat1 LEFT DELETING LEADING '0'.
     if ( mat1(1) eq '6' or mat1(1) eq '7' ).
     data:i2(2),s2(2),i3(3),s3(3).
     SELECT SINGLE prctr from marc into (prctr) WHERE
               matnr eq eban-matnr and werks eq eban-werks.
     i2 = prctr(2).
     s2 = prctr+2(2).
     i3 = prctr+4(3).
     s3 = prctr+7(3).
     if i2 = 'TY'.i2 = '00'.endif.
     CONCATENATE '3033' i2 '0' s3 INTO ebkn-kostl.
          MODIFY im_t_ebkn FROM ebkn.
     endif.
  ENDLOOP.
Why i can not change the im_t_ebkn table or how can i do that?
Also i need the same thing while creating the sales order and i get the same error in sales order too, there i can not change the it_xlips in badi.
How can i change this record?
Thanks.

Hi,
The include is called in the 'EXIT_SAPLMEREQ_010'. IM_T_EBKN is an importing parameter.  So, the error. Look for other exits where you can change.
Sujay

Similar Messages

  • Difference between sales order schedule line and item level data

    Hi All,
    Could you please let me know what is the difference between sales order schedule line and item level data?
    Thanks,
    Ramya

    Hi Ramya,
    Sales order schedule line contains del date, order qty, rounded qty, confirmed qty, delivery qty, schedule line category, purchase requisition etc.,  ie It contains the full details of sales order data with respect to the scheduled line of delivery.  The total quantity of a sales order item can be subdivided into schedule lines that contain the various subsets with the corresponding delivering dates.
    Sales order Item level data contains details of the item in the sales order like material code, net price, net value, UoM, PO details, reason for rejection if any, material group,billing date, plant etc., ie this
    contains the full details of item irrespective of scheduled line.
    Regards,
    R. Senthil Mareeswaran.

  • Delete Records in R/3 reflected in BI ?

    Hi All,
    I have the following scenario, when the planned order is converted to the production order, the planned order will be deleted from the R/3 table (PLAF). I understand in BI delta processing can handle the deletion in R/3 in case that the R/3 system generates another cancelled record or marks a flag for deletion.
    However, in this scenario, the record is deleted completely from the table, and we want this deletion affects the BI system automatically. I am not quite sure that BI Delta processing can handle this situation
    Can andvise me on this
    Thanks
    BR
    Zan

    Hi...usually the startegy in R/3 for cancellation is document reversal..(like in MM they use movement types to specify the cancellation ).
    Now since they are deleting the records so what you can do is ...check if the reference of planned order is maintained in production order..(like the info of purcahse requisition etc are available in purchase order ).
    Basic purpose is to find the info of deleted planned order from production order table...and load that data in some dso and do comparison.. in BW and do selective deletion at BW level.
    Whole process can be automated in this way.
    Regards,
    RK

  • Getting details of RRP3 tcode in ABAP program

    Hi Experts,
    I want to get the sales order numbers and purchase requisition etc., which we see in RRP3 tcode in a ABAP report. So i tried something like this.
    i have first called the FM /SAPAPO/RRP_SIMSESSION_CREATE' to create the session guid and then used /SAPAPO/OM_PEGID_GET_IO to get the I/O nodes ( these values come in the table ET_IONODES ) of the FM. this table consists bunch guids ( like ACT id and ORDID ). I have stuck after this.
    I have tried using the ord ids got in the second FM in 2  FM like
    /SAPAPO/DM_ORDERHEAD_SELECT and /SAPAPO/DM_ORDKEY_SELECT_ORDNO to get the order numbers from the ord id, but both the FMs are not giving any result. can anybody suggest something??
    thanks

    Hi,
    Did you try /SAPAPO/RRP_LC_ORDER_GET_DATA?
    You can get use the following too:
    BAPI_SLSRVAPS_GETLIST2 for sales orders
    BAPI_MOSRVAPS_GETLIST2 for Planned + production orders
    BAPI_POSRVAPS_GETLIST3 for Purchase Requisitions + Purchase orders + Stock transfers

  • Query related to Authorization profile.

    Hi Professionals,
    Please help me out as I'm not a BASIS consultant but PP.....
    We've created Users profile and assigned them profiles that contain a particular bunch of Transaction codes module wise.
    Now we want to to create and assign such a Authorization profile to Users which will contain all Display transaction codes either related to all modules OR that particular module only say PP, MM, FI, CO etc.....
    For example
    MM03- Display material master
    CS03- Display material BOM
    CR03- Display work center
    ME53N- Display Purchase requisition etc.
    Is there any standard profile for that that are already provided by SAP? If it's there, how do we know that are related to what module?
    Suppose if we assign such profiles, what will be implications related to future and user discipline?
    Thanks & Regards,
    Abu Arbab

    Hi Abu, don't worry about being a PP consultant, most of us here are not Basis either, rather we focus on security.
    There are no standard roles delivered by SAP which give this.  There are standard SAP display roles but none will include all the display transactions for a module.
    What you should do is get each functional team to list the dispay transactions which are used by the business processes which they have configured.  There is no point in creating a display role with 500 transactions if the business processes only requires 30 transactions.  Access is more usually required for business processes rather than module so you would often need to combine your modular display roles to cover a single process.
    By building the roles to include the transactions you use rather than are available, you also avoid one of the mistakes often seen with using standard SAP roles - users having wider authorisations than they require to perform their job.

  • MRP job takes more time (Duration / Sec)

    Hello PP Guru’s,
    I have below situation in production environment,
    MRP job for plant – A (Takes more time – 14.650)
    MRP job for plant – B (Takes less time – 4.512)
    When I compare the variant / attributes with plant A and B, I observe only difference in attribute is scheduling (2 - Lead Time Scheduling and Capacity Planning) for plant A.
    For plant B scheduling (1- Determination of Basic Dates for Planned) it was updated.
    So in my observation this scheduling is playing a major role for MRB job which takes more time in plant – A.
    I am in process of changing the variant attribute for plant – A from scheduling 2 to scheduling 1.
    I wanted to know from experts whether if I change any impact / problem will happen in future for plant A or not.
    Please let me know what all the hidden impacts are there if I change the scheduling in variant attribute.
    I look forward to your valuable input to reduce time for my MRP related job.
    Regards,
    Kumar S

    Hi Kumar,
    You have no need to change the inhouse production time you just need to update the Lot size dependent  inhouse production time in work scheduling view of material master. That you can do by scheduling the routing/recipe.
    Transactions CA97 or CA97N can be used to update the in-house production time with the information from the routing.
    If business don't want to have the capacity planning for planned orders then you change the scheduling from 2 to 1 basic date scheduling.
    Expert Caetano already answer you query
    The reports listed below can be used to compare the MRP past executions regarding the runtime:
    RMMDMONI: This report compares the runtime of the MRP execution and also provides the total of planning elements (planned orders, purchase requisitions, etc) changed, created or deleted. It also shows which planning parameters where used and how much time MRP spent on each step (database read, BOM explosion, MRP calculation, scheduling, BAdIs, etc). With this information is possible to observe the relation of runtime and number of elements changed/created/deleted and also to see on which step MRP is taking more time.
    RMMDPERF: This report shows the "material hit list", that means, which materials had the highest runtime during the MRP execution and also on which step MRP is taking more time. Knowing which materials have the highest runtime, allow you to isolate the problem and reproduce it on MD03, where it is possible to run an ABAP or SQL trace for a more detailed analysis.
    Regards,
    R.Brahmankar

  • Mass change in PIR, Source list

    Hi Gurus,
    If there is something wrong in a large number of PIRs, sourcelists, is there any way to change them on a mass scale, rather than going to each and every PIR and changing them manually?
    All the PIRs or source lists have the same correction.
    Thanks,
    Kumar

    Dear,
    Please check t-code MASS.
    Here you can mass change for material, vendor, purchase info record, purchase requisition etc.
    Regards,
    Mahesh Wagh.

  • SP2 or SP3 for App-V 5.0 Client, available via WSUS ?

    Hi, does anybody know if there is intention to release SP2/SP3 for 5.0 Client, via WU/MU/WSUS channels ?
    It would save us a little packaging effort if available via WSUS -> ConfigMgr  :)
    I could understand if it's not going to be available, since the pre-requisites etc might be tricky to do via WUAgent...
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

    I haven't yet cracked open the 5.0SP3 payload to see which (if any) of the pre-reqs might be in it (maybe only the VC++2013RT), but we'll probably set it all up as individual components, tied together as dependencies/requirements in an AppModel Deployment
    Type, so that 5.0SP3 will detect for pre-reqs and if absent pull those down.
    I'm just not yet sure if there's restarts required between the steps - if so, probably can't stack those restarts.
    So it may take us a little time to deploy all that, let it soak and restart, then deploy the 5.0SP3 bits.
    We're not in a crazy rush to get up to SP3 - there isn't any particular feature or fix we are desperately needing to have, so I have time to play, test and plan.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Business packages for Order to Pay process

    HI
    We do not have SRM available or installed in our landscape. In light of this I am wondering if there are any business packages to cater for the "order to pay process", where a user raises a requisition etc etc .. A package in the form available to HR environments such as ESS that can be imported and customized as required. Thanks in advance for info.
    Thanks
    Damien

    Hiya,
    Yann already pointed out where to find the BP for SRM. The Business Package for Supplier Collaboration is also available from the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio">Portal Content Portfolio</a> in the Specialist section. You want to go for the 2.0 release.
    Installation:
    In SAP NetWeaver 2004s, the portal is installed as a usage type via SAPINST. For installing the Business Package for SRM 5.0, the installation process also goes via SAPINST. Please follow SAP note 883948. 
    Best regards
    Dagmar

  • Upgradation To  BI 7.0

    Hi all,
             We are planning to Upgrade to BI 7.0.Our current version is 3.0B. Can anyone  tell me what are the Pre-Upgrade Activities And what are the activities which we do while we are upgrading and what are the Post Upgrade Activities we need to do.The following are Two Strategies Available.Can anyone Explain what is the exact  difference between these two strategies And which one is more helpful.<b>Also what is the exact meaning of Downtime And  Resource Minimisation in this Context</b>
    Down Time Minimized
                    Short Down time.
                    Medium amount of space required to be able to recover data base.
                    Need a shadow system to work.
       Resource Minimized
                   No additional system resources during upgrade
                   No additional space requirements
    This is the first time I am involved with an  BI upgrade project.
    Please Do provide an answer as early as possible.This is very urgent.
    Full points will be duly awarded.
    Regards,
    Samir

    Hi Samir,
                    I have some links which explains the areas of upgradation,Pre-requisites etc.
    Refer these links
    Below links for upgradation material for BI 7.0.
    BI platform:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/594e3c6bf4233fe10000000a114084/frameset.htm
    performance optimization
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62dee07211d2acb80000e829fbfe/frameset.htm
    analysis & repair environment
    http://help.sap.com/saphelp_nw2004s/helpdata/en/92/1d733b73a8f706e10000000a11402f/frameset.htm
    scheduler
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e1/b7463c32a3fe13e10000000a114084/frameset.htm
    FI extraction
    http://help.sap.com/saphelp_bw32/helpdata/en/af/16533bbb15b762e10000000a114084/frameset.htm
    whats new in BI 7.0
    http://help.sap.com/saphelp_nw04s/helpdata/en/57/a21f407b402402e10000000a1550b0/frameset.htm
    System administration tasks
    http://help.sap.com/saphelp_bw30b/helpdata/en/d1/e81c3b85e6e939e10000000a11402f/frameset.htm
    process chains
    http://help.sap.com/saphelp_nw70/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    WAD screen cam
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6dd54713-0c01-0010-8691-a3576b9a95d9
    BI content installation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c1/ea683cc5e8ca68e10000000a114084/frameset.htm
    BI suite :Business Explorer
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/30d43b0527a17be10000000a114084/frameset.htm
    BI 7.0 & EP 7.0 integration
    /message/3945089#3945089 [original link is broken]
    DTP's
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/fb8ed8481e1a61e10000000a422035/frameset.htm
    Extractions in BI
    https://www.sdn.sap.com/irj/sdn/wiki
    transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    Hope this you
    Regards
    Karthik

  • Connection Issues from OBIEE to Essbase

    We are facing the below problem while pulling members or data either from OBIEE repository or Presentation Service. We can see the basic dimensions after connection in physical layer.
    Nqserror:10058 A general error has occurred.
    Nqserror:43093 An error occurred while processing the EXCUTE PHYSICAL statement.
    Essbase Error
    We use Essbase 11.1.1.3 with OBIEE 10.1.3.3.3 on different servers
    We have tried following things already
    1) Reinstalled OBIEE
    2) Changed the Essbase variables to System Variables
    but still facing the same problem. For now we have security through Shared Services with admin login.
    Can anyone tell me what needs to be done at essbase end or OBIEE end to make this work. Like what are the pre-requisites, etc.
    I was able to execute the final sql generated by OBIEE through MDX in EAS from the below log.
    Log file from OBIEE*
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- SQL Request:
    SET VARIABLE QUERY_SRC_CD='Report';SELECT LOR_DB."Total CUST" saw_0, LOR_DB."Active CUST" saw_1, LOR_DB."New CUST # ( Last 12 Months)" saw_2, LOR_DB."New CUST # ( Last 12 Months)" saw_3, LOR_DB."Annual Frequency" saw_4 FROM "LOR_DB#1"
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- General Query Info:
    Repository: Star, Subject Area: LOR_DB, Presentation: LOR_DB#1
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Logical Request (before navigation):
    RqList distinct
    Total CUST:[DAggr(LOR_DB.Total CUST by [ ] )] as c1 GB,
    Active CUST:[DAggr(LOR_DB.Active CUST by [ ] )] as c2 GB,
    New CUST # ( Last 12 Months):[DAggr(LOR_DB.New CUST # ( Last 12 Months) by [ ] )] as c3 GB,
    New CUST # ( Last 12 Months):[DAggr(LOR_DB.New CUST # ( Last 12 Months) by [ ] )] as c4 GB,
    Annual Frequency:[DAggr(LOR_DB.Annual Frequency by [ ] )] as c5 GB
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Execution plan:
    Child Nodes (RqCache):
    RqList <<4179>> [for database 0:0,0] distinct
    D1.c4 as c1 GB [for database 0:0,0],
    D1.c3 as c2 GB [for database 0:0,0],
    D1.c2 as c3 GB [for database 0:0,0],
    D1.c2 as c4 GB [for database 0:0,0],
    D1.c1 as c5 GB [for database 0:0,0]
    Child Nodes (RqJoinSpec): <<4205>> [for database 0:0,0]
    RqList <<4186>> [for database 3023:6:precrmmkt01.INDIA.COM,34]
    AggrExternal(LOR_DB.Annual Frequency) as c1 GB [for database 3023:6,34],
    AggrExternal(LOR_DB.New CUST # ( Last 12 Months)) as c2 GB [for database 3023:6,34],
    AggrExternal(LOR_DB.Active CUST) as c3 GB [for database 3023:6,34],
    AggrExternal(LOR_DB.Total CUST) as c4 GB [for database 3023:6,34]
    Child Nodes (RqJoinSpec): <<4189>> [for database 3023:6:precrmmkt01.INDIA.COM,34]
    LOR_DB T259
    ) as D1
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Sending query to database named precrmmkt01.INDIA.COM (id: <<4186>>):
    select
    { [Measures].[Annual Frequency],
    [Measures].[New CUST # ( Last 12 Months)],
    [Measures].[Active CUST],
    [Measures].[Total CUST]
    } on columns
    from [LOR_PROT.LOR_DB]
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Query execution terminated: <<4186>>
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Execution Node: <<4179>> Projection, Close Row Count = 0, Row Width = 0 bytes
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Execution Node: <<4179>> Sort, Close Row Count = 0, Row Width = 0 bytes
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Execution Node: <<4207>> DbGateway Exchange, Close Row Count = 1, Row Width = 0 bytes
    +++admin:350000:350004:----2011/03/08 18:48:54
    -------------------- Query Status: Query Failed: Essbase Error
    Appreciate any help.:)

    Guys,
    Anyone faced this problem anytime.
    Appreciate any help, thanks in advance.

  • Requesting advice on how to initialize (delete) APO transaction data

    Hello experts,
    We are working on a project to implement a "clean", master-data-only APO system.  The APO system is to be created by doing a full backup of an existing APO system and restore as a new instance (then BDLS to change the system ID).
    My question involves the removal of all transaction data (purchase orders, released production orders, sales orders, purchase requisitions, etc) from the new APO system.  We've tested several delete programs to try to remove these documents from APO (/SAPAPO/DELETE_PP_ORDER, /SAPAPO/RLCDELETE, /SAPAPO/SDRQCR21, /SAPAPO/SDORDER_DEL, /SAPAPO/OM_DELETE_INCON_ORDERS to name a few) with limited success.
    Instead of removing these documents individually is it possible to simply re-initialize APO so that all transaction data is removed but all master data (PPMs, locations, products, transportation lanes, rules, etc) is kept intact?
    Any advice is greatly appreciated.
    Regards,
    David Eady
    Application Delivery Team Lead
    Propex, Inc

    Hi David,
    If you find the comprehensive solution, let me know!
    I have had best luck with deactivating ALL IMs, then running CCR and deleting all marked as no active  model.  Then run the programs mentioned in your posting, as well as anything designed to make data 'consistant'.  After that, there are usually some aggravating bits that don't want to go away, which I have had to chase down and delete manually.  It is a tedious process, one that usually takes me a couple of days.
    Regards,
    DB49

  • Integration with iProcurement application

    I'm trying to integrate Oracle iProcurement application's main business process, i.e browsing through shopping catalog, adding items to the shopping cart, saving and retrieving shopping cart, retrieving the pending requisitions etc, with my web application.
    I have figured out that Oracle exposes certain interfaces like interface tables, Published APIs, e-Commerce gateway and XML gateway, if I go through the JCA adapter route. But I could not get any help regarding the way in which these interfaces can be used (like sample code etc).
    Also, there's no help regarding specific APIs or interface tables that are specific to iProcurement (because I'd need to know the input/output parameters for APIs and the query formats for interface tables).
    Also, does Oracle expose any web-services to achieve the same?

    Hi Madhu,
    You could use the DI server to integrate SAP Business One with a web application. I also believe there is a SAP Business One Web Service which is built on top of the DI Server.
    I can't provide you with a full implementation, but all the information you would need can be found in the SDK help file under the DI server section. The SDK samples are also quite useful. For any additional training I would advise contacting your local SAP field office.
    There are some threads on this forum which might be useful to you. e.g:
    [Re: Accessing company information from a ASP.NET web form]
    Hope this is useful to you.
    Regards,
    Niall
    SAP Business One Forums

  • Intermittent APP-V 5 SP 2 Service Crashes

    Hi there, I'm hoping someone can help me!
    We are running CM2012 SP1, Windows 7 x64 SP1 with APP-V 5 SP2 client.
    Windows 7 Workstations are VMWare Horizon View floating pool machines that are refreshed on log-off and have been prepped correctly for CM2012.
    Flow of issue is as follows.
    When
    Publish-AppvClientPackage or Add-AppvClientPackage powershell cmdlets are run manually or invoked through config manager client we intermittently receive (for example) in the AppEnforce.log
    Publish-AppvClientPackage : Failure to communicate with Application Virtualization Service. Operation attempted: Publish AppV Package. HRESULT: 800706BE.
    Sometimes the app will be added to the store but not published etc. depending on which cmdlet fails.
    These failures coincide with the failure of the APP-V client service and I can see the service stopping, re-starting and stopping again. This is further confirmed by the Windows System and Application log respectively:
    EVENT 7034:
    The Microsoft App-V Client service terminated unexpectedly.  It has done this 4 time(s).
    and Event 1000:
    Faulting application name: AppVClient.exe, version: 5.0.3361.0, time stamp: 0x52781536
    Faulting module name: AppVEntStreamingManager.dll, version: 5.0.3361.0, time stamp: 0x52781643
    Sometimes these cmdlets will run and the App-V service will stay running but i can find no pattern as to why.
    I've tried removing, re-installing the APP-V client, disabling the AV, checking the pre-requisites etc and no luck.
    Before I start picking apart this piece by piece does anyone have any insight as to why this could be happening? Some kind of conflict somewhere?
    Thanks!

    Hi there
    I'm having exactly the same issue and my configuration is exactly the same.
    If the applications is set to download and execute it works fine but if it's set to streaming it fails. Eventually it works after a few tries.
    I can have 4 applications deployed all set to streaming and sometimes one works and the other 3 fail. Or all fail.
    It doesn't matter if the target is a VDI, desktop or user.
    I have applied the hotfix 2 and it hasn't helped. I have tried to reinstall also.
    I have tried everything that Damien has tried with no success.
    I also can see the App-V service stopping once the application start installing in the Software Center.
    Anyone facing the same problem? Anyone with a solution?
    Thanks
    Felipe

  • MRP - MD03 -

    Hi,
    When is executed the MD03, SAP is creating planned orders when the material already has several documents associated (purchase requisition, purchase order, etc.) that fulfilled the reorder point, maximum stock level and Lot size, and this result is incorrect.
    I have been reviewing the material master views (MRP1, MRP 2 and forecast) but I have not detected why SAP create these planned orders.
    Could you please help me?
    Thanks!

    Hi,
        Go to the Transaction OPPJ and check the checking rule for your plant. Then go to Determine check and select your checking rule there. Go to the details, there you can see some check box like Include purchase orders, Include purchase requisitions,etc.. Here you make the check mark which are the receipts you want to included in MRP run.
    Now the MRP will consider all these things and will not create new proposals.
    Hope it will be clear.
    Regards,
    Vijay.

Maybe you are looking for

  • Sort by name problem

    For some reason Itunes 8 is not sorting numbers in names correctly, it sorts as 1,10,11,12,13,14,2,3,4,5,6,7,8,9 i dont know why but for some reason it always puts teens between 1 and 2.

  • Sun one web server 6.0 admin instance

    Hi, After installing Sun one web server 6.0 sp6 on HP-UX, the admin server instance seems to work fine (i.e. I can bring up the admin web page). However, I cannot bring up web page from other web server instance. it gives me this error "the page cann

  • Suggest an IDE similar to Visual Age

    Can anyone suggest an IDE with similar features as Visual Age for Java where we have a workspace where we can load different projects and has debugging capability as well. The IDE need to be a freeware or an Open source.

  • How do I switch off Time Machine in Lion Server remotely?

    So here's what I want to do: I have a mac mini with OSX Lion Server running providing wireless backups for the laptops in the house. I want to rsync these backups, as sparsebundle images, to a machine at my work. I have the rsync working over ssh cor

  • Preferred/Standard for opening a file from hypertext link?

    I wondered if there was a most preferred way to open another fm doc from a hyptertext doc from a useability/customer preference point of view. Openlink? Opennew? Openlinkfitwin? Which is best? -Laurie