BAPI_FIXEDASSET_CHANGE to modificate the

HI gurus!     I need to modificate data of ANLB ,  The   J_1AARVKEY field  ( Revaluation Key )  of a group of data   
    I m trying to use BAPI_FIXEDASSET_CHANGE   with bukrs anln1 and anln2 values.  But I can't find the corresponding structure or field of the BAPI to J_1AARVKEY .    anyone . could me help please?
thanks in advance

hi , thanks por your post .  ,  could you indicate to me .  how i can use this program to my issue ???
thanks in advance

Similar Messages

  • Impossible to modificate the reception number in iMessage

    Hi everyone,
    I have a problem, I bought an Iphone 4 S and I can't activate iMessage.
    When I check the configuration in Settings/Messages/Receive at, the phone number is from my old sim card which I never use and never been in this phone.
    And it's impossible to modificate this number.
    But Facetime work perfectly...
    Someone have a solution please ?

    The iPod (and iPad) only have a phone number if the same Apple ID is used for Settings>Messages>Send and Receive is also used for an iPhone. Thus you need to get another phone number for the phone.
    http://support.apple.com/kb/HT5538

  • Change the displayed properties of the StandardSearchResultRender

    Hey,
    I would like to change the displayed properties in the StandardSearchResultRender of the SearchResultSet
    (SearchResultLayoutSet  --> StandardSearchResultRenderer --> Displayed Properties).
    I need a new Link such as Displayed Name of a document (rnd:displayname(contentLink/[1;2-3]/alignTop/space-right=30)).
    For this i made two new properties witch called "newdisplayname" and "newlink". In the StandardSearchResultRendere I added the line "rnd:newdisplayname(newlink/[5;2-3]/alignTop/space-right=30)" in the displayed properties. When I apply my changes the Portal shows me an error (The current configurable is invalid ). I don't know why it's invalid.
    Can anybody help me? How can I made a new link with an reference? Thanks.

    Hi Misel,
    > Is it right, that I can create my own modifier, if I modificate the code?
    In general, yes, but one should have heavy experience if starting to modify SAP code.
    > If yes, where must I modifie the code
    There are different classes, one example would be  com.sapportals.wcm.rendering.resource.cm.ResourceRenderer (that is almost supported to "modify", at least it is supported to create your own ResourceRenderer)
    > Is ther anywhere an example, or an document ore something else?
    No, absolutely not. This is really deep-digging into foreign code which in general is not supported at all by SAP.
    > Or is there an other option to show a link with an other caption?
    The easier way would be to create a property renderer and to implement that or the resource renderer by yourself; this also is officially supported: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/nw/NetweaverDevelopersGuide2004s/NetWeaverDevelopersGuide2004s_Documents/KM_articles_new/howto/km/flexui/Flexible%20UI%20Components.html
    Hope it helps
    Detlev

  • Listing the network neighborhood

    In windows NT, if I use the function "list directory" and wire an empty
    path, it list all the drive available on the computer but not the
    network neighborhood. Even if I wire a path with the name of a computer
    like "\\Computer1\", the function list nothing. I have to wire a path
    like "\\Computer1\Folder1\" to get something out of the function. Is
    there a way, maybe a dll call or by ActiveX, to list the computers on
    the network neighborhood and also the content of these computers?
    Thanks in advance
    Sent via Deja.com
    http://www.deja.com/

    I have the same problem.
    I also tried bridge mode, but this case all functions are disabled, so the smart part is useless.... and still samba is running and messing up the whole network.
    I checked the firmware, seems SSH included in the kernel, is it possible to ssh into the EA4500 and modificate the samba config file????

  • Issue with BAPI_FIXEDASSET_CHANGE

    Hi,
       Iam using the BAPI BAPI_FIXEDASSET_CHANGE for updating the asset details inside a proxy class. Whenever i execute the proxy, it goes into some indefinite wait state after the above bapi is called. When i say "Cancel" button next to "Execute", it proceeds with the execution of next statements.  This is how i call the bapi,
    CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'
                  EXPORTING
                    COMPANYCODE                = V_company_code
                    ASSET                               = V_assetno
                    SUBNUMBER                     = V_assetsubno
                    ALLOCATIONS                   = X_allocations
                    ALLOCATIONSX                 = X_allocationsx
                    INVENTORY                      = X_INVENTORY
                    INVENTORYX                    = X_INVENTORYX
                  IMPORTING
                    RETURN                           = X_ret.
                  IF X_ret-type = 'S'.
                    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
                      EXPORTING
                        WAIT = 'X'.
                 ENDIF.
    Also iam not able to see any response out on the execution of proxy, eventhough all the updation to the tables are done successfully. So iam wondering if any one of could guess why the call to this bapi goes to indefinite wait...
    Thanks in advance.
    Rajee

    Since i didn't get any response, iam posting the more clear explanation of the issue.
    In the proxy code (through sproxy transaction) i had created a new wbs
    element using 'BAPI_PROJECT_MAINTAIN' and released it using the
    BAPI 'BAPI_BUS2054_SET_STATUS'. Since Account assignment flag is
    checked,AUC got created automatically during release.I have COMMIT WORK
    AND WAIT Statment after each of this BAPI Call. When i had checked
    manually through CJ03 transaction record exists. Subsequently in code
    iam reading the value of asset number and subnumber for the newly
    created WBS element, which successfully brings in the values. Later iam
    updating some of the fields of AuC through 'BAPI_FIXEDASSET_CHANGE'.
    This goes to endless WAIT state. When i cancel the processing manually,
    the updation of specific fields of AuC is happening. Else, it just
    endlessly waits.
    CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'
    EXPORTING
    COMPANYCODE = V_company_code
    ASSET = V_assetno
    SUBNUMBER = V_assetsubno
    ALLOCATIONS = X_allocations
    ALLOCATIONSX = X_allocationsx
    INVENTORY = X_INVENTORY
    INVENTORYX = X_INVENTORYX
    IMPORTING
    RETURN = X_ret.
    The above code works fine if tested separately. (Not within the same
    program where WBS is created). Please help me how to resolve this. I
    tried to add WAIT UP TO 5 Seconds before calling this BAPI, but of no
    use. Awaiting earliest reply as it is of high priority.
    Thanks.       
    Steps for Reconstruction    
    1. Create WBS using BAPI_PROJECT_MAINTAIN.
    2. Update the System status to 'REL' using the
    BAPI 'BAPI_BUS2054_SET_STATUS'. --> AUC gets created automatically.
    3. Read the asset main number and subnumber from ANLA table. -> Success
    4. Update some of the entries in Auc by passing the above asset number
    and subnumber --Goes to endless WAIT.
    5. Hit the Cancel button next to 'Execute'. --> Comes out of this bapi
    call successfully and proceeds with AuC updation.
    Thanks,
    Rajee

  • Problem in Asset value calculation ... ANEP and ANLC

    Hellö ,
    We have a problem in calculation of the Fixed Asset values. Please see the link below for the problem. Technically it sums up like transaction values are available in the table ANEP but ANLC table is with the wrong value, Some of the transactions are not reflecting in the calculations of planned values for some of the Assets.
    http://docs.google.com/View?id=ddqnbgm8_49cmgq86gx
    We develop and implemented a functionality with the next
    characteristics:
    a. When we ran the MIRO transaction to a fixed asset situation, a
    substitution in accounting documents (using a user-exit ) determines
    the profit center to the fixed asset and insert the line
    item in a custom table.
    b. The custom program identifies all pending line items for processing
    (via custom table) and, for each fixed asset identified, reverse the
    original accounting document, and post the fixed asset in the profit
    center '04219CL000'. To do this movement between the profit
    center '04106CL000' and '04219CL000' the custom program uses a zero
    balance account.
    c. First of all, the custom program set the Field <negative values>
    (BAPI1022_DEP_AREAS- NEG_VALUES) using the function
    BAPI_FIXEDASSET_CHANGE. Later the custom program post the accounting
    document using the function BAPI_ACC_GL_POSTING_POST;
    d. In less than 1% of the cases the fixed asset posted in this process
    it seems with a problem: the asset line itens (transactions  - ANEP
    table) where correct posted but the fixed asset acquisition values
    (ANLC table) where posted in a wrong way (it's initialized - without
    any value sometime or not summing up some transaction values properly).
    e. Our custom program does not update any field value on the asset.
    All the modifications on the asset are being made by the standard
    functions above.
    Edited by: Ravi Sharma on Jun 17, 2009 9:16 AM

    Hi,
    the problem is: Does anybody give you the correct value for each part?
    If you know the value for each part you can use transaction ABUMN to transfer values from one asset to a new asset. With this transaction you can create a new asset. And you can make a partial transfer.
    If you use this transaction you can simulate before you transfer it.
    But as I said the problem is to find out the correct value. In germany for example we have to activate all in one fixed asset (computer with cbu )
    Hope this answer your question.
    Best regards
    Volker

  • EA4500: poor performance as Master Browser - how to disable or make it work?

    I have EA4500 acting as a router on domainless all-Windows network of two XP machines.
    Unfortunately, EA4500 aggressively grabs the role of the Master Browser (I am talking about Computer Browser Service) on the network (regardless in which order you power the devices up) and then doesn't serve as a working Master Browser - both Windows machines stop listing the network computers in the "Network Neighborhood" and incur massive timeouts when attempting to view the listing.
    A quick look with 'browstat.exe status' reveals that indeed the router has announced itself as a Master Browser device, but returns errors when you query it.
    Quite predictably, without the router, both machinces figure out amongst each other who will be the Master Browser and everything works fine. The problems begin only when you add the router to the network.
    Hence the questions:
    1) Is there any way to make EA4500 work like a full-blown Master Browser (the one that not only announces itself, but also serves as such)? That would be really nice, as having a Master Browser integrated in "always-on" router would really improve the predictability of the network.
    2) If not, is there any way to disable the Master Browser on EA4500? For now I managed to achieve that by assigning the router to different workgroup name, but this is lame, as I now can't connect a disk storage to the router and use it within the same workgroup.

    I have the same problem.
    I also tried bridge mode, but this case all functions are disabled, so the smart part is useless.... and still samba is running and messing up the whole network.
    I checked the firmware, seems SSH included in the kernel, is it possible to ssh into the EA4500 and modificate the samba config file????

  • WLC 5508, vlan select, reserved address in external DHCP server

    Hi guys,
    I have a deploy with a WLC 5508 version 7.0.116.0, APs mode local and vlan select feature enable. The issue is that the reserved IP address in external DHCP server not work. The DHCP contains a reserved IP address associates with mac address, but the assignement of IP is not match with de policies in DHCP. All others services operate normally.
    This reserved assignment operate previusly to modificate the WLAN to vlan select feature. Help me to improve this situation.
    Thanks.-
    Best regards

    Hello Abhishek, thanks for you quick answer....
    the link was a document used for the deploy, but not especifict nothing about the reserved IP address for particular host. In other words, the reserved IP address (through MAC address) in external DHCP server not work when "vlan select" its enable.

  • Asset description change

    gurus,
    In as02 transaction description field is having length of char50 .which will appear in f4 help of as02 asset field.
    here this value come from mcoa1 field having length of char30 only.
    so what ever i enter in this description filed is not comming completely.
    I need to upload the data again with length of char 30.
    i know the fm is BAPI_FIXEDASSET_CHANGE.
    kindly sugust the programing steps(i am new to bapi fm usage).
    regards,
    padmaja

    You are in the wrong forum

  • VOFM problem

    I am trying to modificate the net price in VOFM for a purchase order, but i need to know the position of the purchase requisition order that i put in the table control of me21n and when i make a get parameter of BAP parameter i don´t find the data, and i can´t find it in komp, komk, xkomv structure, does anybody how can i get this data in my routine?
    thanks in advance

    Hi,
       The procedure to create the new VOFM.
    1. Go to VOFM transaction
    2. Page down until you find a new spot on the page to put in the VOFM number and description.
    3. Put in the VOFM number and the description of the VOFM.
    4. Now the VERY IMPORTANT part of the process. Double click on the VOFM description not the VOFM number to create this as a Development/Correction and not as a repair. If you double click on the number then this copies some existing code and prompts you for a repair.
    5. Activate and generate the VOFM routine. Note: Configuration must be setup by the OM team for this step.
    for example Go to the routine number that needs to be copied.
    Put your cursor on the routine number field that needs to be copied.
    Overwrite that number with your new routine number and hit enter.
    The new routine will be created as a copy of the old routine and you can modify the new routine as you need it.
    Ex.
    You have to copy routine 104 to 904
    Routine number Description Active
    104 Bill.bus.item data X
    Put your cursor on 104 and then change it to 904 and hit enter.
    904 will be created as a copy of 104 and you can make your changes in 904.
    Don't forget to activate it after you are done.
    refer the below link
    https://forums.sdn.sap.com/click.jspa?searchID=3604222&messageID=994791
    <b>Reward points</b>
    Regards

  • Adding TabPage to (FPM) Standard ABAP Webdynpro Application

    Hi
    i'm beginning with ABAP webdynpro so i have been investigating tutorials and documentation about this and i created some sample programs for show Z tables or things like that.
    But my requirement is modificate the Standard Application 'Course Registration' of Student Lifecycle Management module ; this application has 3 Standard TapPages , one of these TabPages shows the courses to be booked and i need to add another new TabPage in order to show the courses to be booked divided for some criteria in the original TabPage and the new TabPage , the new TabPage must have the same functionality of original Tabpage.  Something like enhance Standard program with Screen Exit and Badis in ABAP. 
    I was investigated and now i know we can enhance Standard WD Component like deleting UI elements, enhance methods or add view/windows ;  but the 'Course Registration' is a FPM application so i found a tutorial cookbook configuration for this application and it explains we can add  TabPages (MainViews) or SubTabPages (Subviews) like i need ; but the tutorial only mentions the 3 original standard TabPages because all is related with already existing configurations for each component ;   In FPM framework configuration for the component if i press the 'Add View' button it adds a TabPage like i want, but i really do not know if it works for add a new 'Z' TabPage.  
    Can somebody please help me about how can i add a TabPage to Standard Webdynpro Application for application wich uses FPM framework ?  Where can i investigate about this ? 
    Excuse me for long thread , any help will be appreciated.
    Best Regards
    Frank

    Thanks Madhu
    Please let me give detail ; I just go to desired Application  PIQ_MBSS_OIF , Configuration PIQAC_MBSS_OIF ;  the configuration shows its two component configurations for Header IDR  (FPM_IDR_COMPONENT)  and floor plan specific (FPM_OIF_COMPONENT).
    In WD Component FMP_OIF_COMPONENT  with standard configuration  PIQCC_MBSS_OIF i see the tree Satndard TabPages created , one of these Tabpage is wich i need to divide in two Tabpages ;  in this Standard TabPage i see its required UIBBs with each standard UIBB configuration (ie.  FPM_LIST_UIBB with configuration PIQCC_MBSS_BCART_LIST  for the table list).
    Here is where i really do not know if my requirement can be made by just using FPM framework configurations :  can i copy Standard Configuration for  FMP_OIF_COMPONENT  , add the new Tabpage , save it with new 'Z' configuration , and it will work ok in the Standard Application ?       For add the Tabpage i should then add configurations for the UIBBs wich compose the TabPage (FPM_LIST_UIBB , FPM_TABBED_UIBB and  PIQUIBB_POPUP_AGENT ) ,  is this right ?
    I hope the explanation is clear ; any orientation will be helpfull.
    Best  Regards
    Frank

  • Simple linkchecker in jsp

    Thanks in advance,
    Hello,
    in order to build a simple jsp, that enables to check links, i tried to modificate the class "GetURLInfo". The idea is simply reading out the http-header, and print out the Response Message and Code.
    Unfortunately i dont know how to make this class able to take the url as a String-Object? Can anyone help me out, please?
    Greetings from Hamburg,
    Bj�rn
    import java.net.*;
    import java.io.*;
    import java.util.Date;
    public class GetURLInfo {
    public static void printinfo(URL url) throws IOException {
    URLConnection c = url.openConnection(); // Get URLConnection from the URL
    c.connect(); // Open a connection to the URL
    // Display some information about the URL contents
    System.out.println(" Content Type: " + c.getContentType());
    System.out.println(" Content Encoding: " + c.getContentEncoding());
    System.out.println(" Content Length: " + c.getContentLength());
    System.out.println(" Date: " + new Date(c.getDate()));
    System.out.println(" Last Modified: " + new Date(c.getLastModified()));
    System.out.println(" Expiration: " + new Date(c.getExpiration()));
    // If it is an HTTP connection, display some additional information.
    if (c instanceof HttpURLConnection) {
    HttpURLConnection h = (HttpURLConnection) c;
    System.out.println(" Request Method: " + h.getRequestMethod());
    System.out.println(" Response Message: " + h.getResponseMessage());
    System.out.println(" Response Code: " + h.getResponseCode());
    /** Create a URL object, call printinfo() to display information about it. */
    public static void main(String[] args) {
    try { printinfo(new URL(args[0])); }
    catch (Exception e) {
    System.err.println(e);
    System.err.println("Usage: java GetURLInfo <url>");

    I'm not sure if I got you right. Do you want to have another signature for printinfo()?
    The solution then is:
    public static void printinfo(String urlString) throws IOException, MalformedURLException {
      URL url = new URL(urlString);
    }

  • BAPI_BATCH_CHANGE

    Hi everybody, I am trying to modificate the expiration date of a batch of a material with the BAPI_BATCH_CHANGE function module, in the se37 transaction it works fine, but when i use it in the program the system show me a run time error.
    Runtime Errors         CALL_FUNCTION_CONFLICT_LENG
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    But I think that the types are ok, somebody had the same problem? Regards

    REPORT ZUPDATE_TEST2.
    Data:
    T_BATCHATTRIBUTES type standard table of BAPIBATCHATT,
    TE_BATCHATTRIBUTES type BAPIBATCHATT,
    *EXPIRYDATE is a component of BAPIBATCHATT Structure.
    TE_BATCHATTRIBUTES-EXPIRYDATE = ‘11/03/2005’.
    append TE_BATCHATTRIBUTES to T_BATCHATTRIBUTES.
    T_BATCHATTRIBUTESX type standard table of BAPIBATCHATTX,
    TE_BATCHATTRIBUTESX type BAPIBATCHATTX.
    *EXPIRYDATE is a component of BAPIBATCHATTX Structure.
    TE_BATCHATTRIBUTESX-EXPIRYDATE = 'X'.
    append TE_BATCHATTRIBUTESX to T_BATCHATTRIBUTESX.
    CALL FUNCTION 'BAPI_BATCH_CHANGE'
    EXPORTING
    MATERIAL = 'AF126-2_DEMO'
    BATCH = '0000000147'
    PLANT = '2010'
    BATCHATTRIBUTES = T_BATCHATTRIBUTES
    BATCHATTRIBUTESX = T_BATCHATTRIBUTESX.
    BATCHCONTROLFIELDS =
    INTERNALNUMBERCOM =
    EXTENSION1 =
    MATERIAL_EVG =
    IMPORTING
    BATCHATTRIBUTES =
    TABLES

  • Bar Code in Assets

    Hi experts,
    Has anyone used the bar code functionality in Fixed Assets?
    I don't have any documentation on it but it would be very helpful in order to print labels for our assets.
    Any help would be appreciated.
    Thanks a lot,
    Drazen

    Hi,
    Please refer to SAP note Note 172251 - Physical inventory and inventory systems, extract of which is below:-
    I have got in touch with the vendor as well who support this process and i can forward you the extract tomorrow.
    Summary
    Symptom
    How can executing a physical stock entry be supported by the R/3 system within a physical inventory for assets?
    Additional key words
    Cause and prerequisites
    Solution
    In Release 4.5A, standardized interfaces (BAPIs) are available which permit a connection of a corresponding non-SAP software to the R/3 system. You can use these BAPIs for example if the physical inventory for assets should be executed with the help of an external system. The BAPIs allow the transfer of the current asset portfolio of the R/3 System to the non-SAP software and permit processing of information collected in the external system in Asset Accounting of the R/3 System.
    The following BAPIs may be of interest to you in the context of a physical inventory for assets:
    BAPI_FIXEDASSET_GETLIST
    (Information on selected assets)
    BAPI_FIXEDASSET_CHANGE
    (Asset master records can be changed with this method)
    BAPI_ASSET_RETIREMENT_POST
    (An asset retirement is posted within Asset Accounting with the help of the method "Post", and the update in Financial Accounting is triggered by the document resulting from this transaction.)
    BAPI_ASSET_ACQUISITION_POST
    (An acquisition is posted within Asset Accounting with the help of the method "Post", and the update in Financial Accounting is triggered by the document resulting from this transaction.)
    BAPI_ASSET_POSTCAP_POST
    (A post capitalization is posted within Asset Accounting with the help of the method "Post", and the update in Financial Accounting is triggered by the document resulting from this transaction.)
    The procedure of an integrated inventory scenario could be as follows:
    1. First the external system receives an overview of the assets available in the R/3 system (BAPI_FIXEDASSET_GETLIST).
    The physical inventory is then executed in the external system.
    2. If the asset found is identical with how it is stored in the R/3 system, you can use the BAPI BAPI_FIXEDASSET_CHANGE to update the date of physical inventory in the asset master record.
    3. If the asset found differs from how it is stored in the R/3 system, you can use the BAPI BAPI_FIXEDASSET_CHANGE to make the change in the asset master record.
    4. If the asset is no longer found during physical inventory, you can post the retirement with the BAPI BAPI_ASSET_RETIREMENT_POST.
    5. If assets are found during physical inventory which are not stored in the R/3 system, you can create the asset master record with the BAPI BAPI_FIXEDASSET_CREATE1 and post the asset acquisition with the BAPI BAPI_ASSET_ACQUISITION_POST.
    Report RABARC01 offers you the option to print bar codes which can be used to identify the asset during the physical inventory for assets with the help of an external system.
    Suppliers of asset inventory software:
    Freudenberg Informatik KG
    Mobile Systeme
    Hoehnerweg 2-4
    D-69465 Weinheim
    Germany
    http://www.freudenberg-it.de
    mailto:[email protected]
    detzner systemtechnik gmbh
    Dornbluthstrasse 31
    01277 Dresden
    Tel.: 0351-3170616
    Fax: 0351-3170615
    e-mail: [email protected]
    homepage:http:// www.detzner.de
    Source code corrections
    Header Data
    Release Status: Released for Customer
    Released on: 11.09.2001  22:00:00
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: FI-AA Asset Accounting
    Releases
    Software
    Component Release From
    Release To
    Release And
    subsequent
    SAP_APPL 45 45A 45B  
    SAP_APPL 46 46A 46B  
    SAP_APPL 46C 46C 46C  
    SAP_APPL 470 470 470  
    Rgds.

  • ID3 crashes upon RTF export

    I have ID CS3 (5.0.3) running on a Windows XP Pro SP2 machine. The computer is embedded in our company's IT network.
    When I try to export the contents of an ID document to RTF, the application quits with two remarks ('The command xxx points to memory "0x00000000"', followed by 'The exception "unknown software exception" xxx has occured in the application at location xxx').
    This had been the case with my former CS2 installation too, so I suspect some driver or service to interrupt the export process. And yes, I have consulted Adobe technical customer service. But they just sent me the common list which a step-by-step description of troubleshooting together with the remark that further assistance will be only available via a support plan. Just build in some bugs and then sell support plans to the customers! Tsts...
    I tried all troubleshooting steps except for disabling all services (which must result in a catastrophe on an network client!) but disabled the ones I know not to affect networking, but to no avail.
    But: I didn't deactivate the service 'nerocheck.exe', which suppresses loading of DLLs which might interfere with Nero's burning software. I would like to turn it off to see whether it affects the RTF export. But just disabling this service has been reported to result in blue screens sometimes. Has anyone experienced problems with this service?
    Is there another way to export the contents of a CS3 document to RTF or Word? I have tried Rorohiko's Text Exporter plugin but it results in the same behavior.
    Thomas

    By "embedded computer" (might be a misnomer) I mean the computer is part of our company's network: I have access to network resources and the IT admins have full access to my computer (software installation and survey, maintenance, ...). When all networking services are disabled, the computer will not boot up.
    Of course I can export to PDF and grab the text from there. But this usually implies more or less heavy modifications to the layout in MS Word. And I have to set up a workflow for the future where I will import MS Word documents (from our technicians and developers) into ID and on demand export to RTF/Word for the developers to modificate the documents, which in turn will be imported to ID again for finalizing. So a temporary workaround is of no real use.
    I cannot export to text, either. ID shows exactly the same behavior as in the case of RTF export. I can export to PDF and to EPS.
    Thomas

Maybe you are looking for

  • Windows 8.1 freezing when streaming media

    Hi Guys, Every time I stream any content such as youtube or netflix then the streaming freezes and stutters. The only thing that has been changed is the update to windows 8.1 last night. Can anyone tell me how to re-install Windows 8? A step by step

  • Adjusting the reason-phrase in servlet response

    Hi- We've recently run into a problem with a service provider that is requiring the response code of one of our servlets to be 'HTTP/1.1 200 OK' - i.e. the Reason-Phrase has to be equal to 'OK'. It appears that the Servlet implementation (we are usin

  • Operating System OS X Lion Disks

    I have purchased a mac 21.5" desktop and a 13" macbook pro.  Both items came with no operating system install disks and/or recovery disks and was wondering if there is a way to get these.  I like to have them in case I need to re-install the systems.

  • Tv shows onto ipod video

    i was wondering before i try can i buy t.v. shows from the american i-tunes site and even when i live in the u.k? what will happen if i try to will it take my money and not download??? please help lol thanks andrew

  • After Effects reversed when saving the file name - clips get wrong content

    Hi there, I have several clips in a sequence. edit this and save it with after effects. then the contents of the edited clips of AE are swapped in Premiere Example: Premiere Clip 1 -> dynamic link -> AE Edit and save -> Premiere clip 1 still OK ... t