Updated Release Date For Release 2 Running on AIX

Could you please update me as to the release date for version 2 of the Application Server running on AIX.
Thank you,
Tom

Doh! I never thought of checking my order status :P
But, seriously, May 31 seems like a place holder. If it were May 31, they'd post that when you purchase the software in the Apple Store instead of simply saying May.
Maybe I'm wrong, obviously :P Anywho, I guess I was hoping for it to come sooner and not technically May, but actually June.

Similar Messages

  • Need BAPI to update posting date for parked documents in transaction FBV2?

    Hi All,
    I am retrieving records from table VBKPF and I have to update the posting date for parked documents in transaction FBV2.
    I am doing it with BDC , working fine in foreground, but it is not workung fine in back ground.I want to do this with bapi.
    Can any one suggest me corrct BAPI?
    TYPES : BEGIN OF It_vbkpf,
             bukrs LIKE vbkpf-bukrs,            "Company Code
             belnr LIKE vbkpf-belnr,            "document number
             gjahr LIKE vbkpf-gjahr ,           "Fiscal year
             budat LIKE vbkpf-budat,            "Posting date
             bldat LIKE vbkpf-bldat,            "Document date
             blart LIKE vbkpf-blart,            "Document type
             xblnr LIKE vbkpf-xblnr,            "Reference
             tcode LIKE vbkpf-tcode,            "Transaction Code
             bktxt LIKE vbkpf-bktxt,            "Document header text
             usnam LIKE vbkpf-usnam,            "User Name
             xwffr LIKE vbkpf-xwffr,            "Release necessary
             xprfg LIKE vbkpf-xprfg,            "Document complete
             xfrge LIKE vbkpf-xfrge,            "Release takes place
            END  OF it_vbkpf.
    Thanks,
    Suresh.

    Hi ,
    Thanks for your response.
    PRELIMINARY_POSTING_UPDATE seems working good,But my requirement here , to update the posting date with last working day . how can i do this?
    thanks,
    Suresh.

  • How to update additional data for a premise in ISU?

    Hi Experts,
    Does any1 have any ideas about how to update additional data (Such as number of premises, flat area) for a premise? I mean not use ISU_DB_EWA_VBS_UPDATE directly. I tried to use ISU_S_PREMISE_CHANGE to update the data, but I do not konw how to use the parameters, can any1 help?
    Thx in advance, points will be rewarded.
    Vincent.

    Hi Vincent,
    Here is an example coded by me. Hope this is useful to you. If so, please reward points.
    l_premise = '0000004454'.
    CALL FUNCTION 'ISU_S_PREMISE_PROVIDE'
      EXPORTING
        x_vstelle            = l_premise
        x_wmode              = '1'
      X_TEILOBJ            =
    IMPORTING
      Y_OBJ                =
       y_auto               = x_auto
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       general_fault        = 3
       not_authorized       = 4
       invalid_wmode        = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ENDIF.
    x_auto-evbsd-haus_num2 = '99999'.
    CALL FUNCTION 'ISU_S_PREMISE_CHANGE'
      EXPORTING
        x_vstelle            = l_premise
        x_upd_online         = 'X'
        x_no_dialog          = 'X'
        x_auto               = x_auto
      X_OBJ                =
      X_NO_OTHER           =
    IMPORTING
      Y_DB_UPDATE          =
      Y_EXIT_TYPE          =
      Y_NEW_EVBS           =
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       input_error          = 3
       general_fault        = 4
       not_authorized       = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ELSE.
      COMMIT WORK.
    ENDIF.
    Thanks,
    Pranjal.

  • How to update additional data for Premise in ISU?

    Hi Experts,
    Does any1 have any ideas about  how to update additional data (Such as number of premises, flat area) for a premise? I mean not use ISU_DB_EWA_VBS_UPDATE directly. I tried to use ISU_S_PREMISE_CHANGE to update the data, but I do not konw how to use the parameters, can any1 help?
    Thx in advance, points will be rewarded.
    Vincent.

    Hi Vincent,
    Here is an example coded by me. Hope this is useful to you. If so, please reward points.
    l_premise = '0000004454'.
    CALL FUNCTION 'ISU_S_PREMISE_PROVIDE'
      EXPORTING
        x_vstelle            = l_premise
        x_wmode              = '1'
      X_TEILOBJ            =
    IMPORTING
      Y_OBJ                =
       y_auto               = x_auto
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       general_fault        = 3
       not_authorized       = 4
       invalid_wmode        = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ENDIF.
    x_auto-evbsd-haus_num2 = '99999'.
    CALL FUNCTION 'ISU_S_PREMISE_CHANGE'
      EXPORTING
        x_vstelle            = l_premise
        x_upd_online         = 'X'
        x_no_dialog          = 'X'
        x_auto               = x_auto
      X_OBJ                =
      X_NO_OTHER           =
    IMPORTING
      Y_DB_UPDATE          =
      Y_EXIT_TYPE          =
      Y_NEW_EVBS           =
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       input_error          = 3
       general_fault        = 4
       not_authorized       = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ELSE.
      COMMIT WORK.
    ENDIF.
    Thanks,
    Pranjal.

  • Updating Scheduling data for Purchase Order

    Hi,
    I need a function module which can update the scheduling data for purchase order in EKET table. Normally we create Purchase Order as a reference from purchase requisition through BAPI_PO_CREATE1. That time it takes care of all the scenarios. But as per the requirement I want to create a PO which is created from more than one Purchase Requistions so I can't use the said BAPI. But still I am using this BAPI and after creation is completed I am updating the Requistions. The same scenario is taken care in ME59N, but I can't copy that code because of some requirements. So could any one please give me the idea to replicate the same functionality with any function module or other ways.
    Thanks
    Somnath paul

    try to pass all u sheduling related fields to POSCHEDULE and make sure u have enabled POSCHEDULEX along with sheduling related fields .....also (if no changes  are there  leave it with space )...
    this will definetly update not only eket table ....it will update every table regarding to purchase order,ekpo,ekko,eket ...etc
    Example of population of BAPI interface in the Function
    Parameter: POHEADER
    COMP_CODE            =                    1000
    DOC_TYPE             =                    NB
    ITEM_INTVL           =                    00001
    VENDOR               =                    0000001000
    PMNTTRMS             =                     0001
    PURCH_ORG            =                     1000
    PUR_GROUP            =                     001
    CURRENCY             =                     EUR
    Parameter: POHEADERX
    COMP_CODE            =                     X
    DOC_TYPE             =                     X
    ITEM_INTVL           =                     X
    VENDOR               =                     X
    PMNTTRMS             =                     X
    PURCH_ORG            =                     X
    PUR_GROUP            =                     X
    Parameter: POITEM
    PO_ITEM              =                     00001
    MATERIAL             =                    100-100
    PLANT                =                    1000
    STGE_LOC             =                    0001
    QUANTITY             =                    15.000
    TAX_CODE             =                    V0
    ITEM_CAT             =                     0
    ACCTASSCAT           =                    K
      Parameter: POITEMX
      PO_ITEM              =                    00001
      MATERIAL             =                    X
      PLANT                =                    X
      STGE_LOC             =                    X
      QUANTITY             =                    X
      TAX_CODE             =                    X
      ITEM_CAT             =                    X
      ACCTASSCAT           =                    X
      Parameter: POSCHEDULE
      PO_ITEM              =                    00001
      SCHED_LINE           =                    0001
      DELIVERY_DATE        =                    02.12.2002
      QUANTITY             =                    6.000
      PO_ITEM              =                    00001
      SCHED_LINE           =                    0002
      DELIVERY_DATE        =                    03.12.2002
      QUANTITY             =                    5.000
      PO_ITEM              =                    00001
      SCHED_LINE           =                    0003
      DELIVERY_DATE        =                    04.12.2002
      QUANTITY             =                    4.000
      Parameter: POSCHEDULEX
      PO_ITEM              =                    00001
      SCHED_LINE           =                    0001
      PO_ITEMX             =                    X
      SCHED_LINEX          =                    X
      DELIVERY_DATE        =                    X
      QUANTITY             =                    X
      PO_ITEM              =                    00001
      SCHED_LINE           =                    0002
    Parameter: POACCOUNT
    PO_ITEM              =                    00001
    SERIAL_NO            =                    01
    QUANTITY             =                    15.000
    GL_ACCOUNT           =                    0000400000
    COSTCENTER           =                    0000001000
    CO_AREA              =                    1000
    Parameter: POACCOUNTX
    PO_ITEM              =                    00001
    SERIAL_NO            =                    01
    QUANTITY             =                    X
    GL_ACCOUNT           =                    X
    COSTCENTER           =                    X
    CO_AREA              =                    X
    Parameter: POCOND
    ITM_NUMBER           =                    000001
    COND_ST_NO           =                    001
    COND_TYPE            =                    PB00
    COND_VALUE           =                    79.900000000
    CURRENCY             =                    EUR
    CURRENCY_ISO         =                    EUR
    COND_UNIT            =                    KG
    COND_P_UNT           =                    1
    CHANGE_ID            =                    U
    Parameter: POCONDX
    ITM_NUMBER           =                    000001
    COND_ST_NO           =                    000
    ITM_NUMBERX          =                    X
    COND_TYPE            =                    X
    COND_VALUE           =                    X
    CURRENCY             =                    X
    CHANGE_ID            =                    X
    Parameter: POPARTNER
    PARTNERDESC          =                    OA
    LANGU                =                    EN
    BUSPARTNO            =                    0000001100
    PARTNERDESC          =                    GS
    LANGU                =                    EN
    BUSPARTNO            =                    0000001200
    PARTNERDESC          =                    PI
    LANGU                =                    EN
    BUSPARTNO            =                    0000001000
    reward points if helpful....

  • Updating previous data for LIS Infostructure

    Hi,
    Initially LIS statstics update Indicator is not set for Process Order Types in our systems, But now I have activativated this, but it is updating only data from current date.
    Is there any procedure to update past data in LIS Info structures.i.e what are Infostructures to be updated and what is transaction code for same.

    Dear,
    Please refer this link,
    [Past Data not updting in Info structure |Past Data not updting in Info structure]
    Regards,
    R.Brahmankar

  • System update 5.03 for T520i 4239CTO running windows 7 64-bit does not execute

    Hi, I've just installed the latest Lenovo system update software but it does not run properly. I just get the initial popup screen showing the version but nothing else happens. Looking at the event viewer I see an error saying "Retrieved null machine type model". Any advice on how to resolve this ?
    Tx,

    Hi strangerland, don't give up hope -- I'm using Firefox 36.0.4 on Windows 7 right now.
    That said, I understand troubleshooting fatigue and when you find time to think about Firefox again, and have the opportunity to shut down and restart Windows, you might try testing in Windows Safe Mode with Networking, a mode that blocks some external programs that can interfere with Firefox.
    * [http://windows.microsoft.com/en-us/windows/advanced-startup-options-including-safe-mode#1TC=windows-7 Advanced startup options (including safe mode) - Windows Help]
    * [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Start your computer in safe mode - Windows Help]

  • Application Server on Wintel for CI &DB running on AIX

    Hi,
    Would like to hear the experience/opinion of having Dialog Instance (Application Server)  running on Windows for a system having the CI & DB running on AIX with DB2 database.
    Regards,
    Cs

    Hi Cs,
    In general to run R/3 on the mixed environment you must have the same
    SAP R/3 Kernel across the landscape. It means that this R/3 kernel
    should be released for all DB/OS combinations used in your mixed SAP
    Environment.
    Also there must be technical interoperability between NT application
    server and UNIX database server. The detailed information you can find
    in the document
    "SAP® Heterogeneous R/3 Systems Based on UNIX/NT Combinations"
    Please find this document on the SAP Market Place:
    http://service.sap.com/platforms -> Strategies-> Mixed SAP Environment
    Regards,
    Vincent

  • After Effects CS6 (11.0.3) bug-fix update released, enables running on Mac OS X v10.9 (Mavericks)

    Adobe After Effects CS6 (11.0.3) fixes many crashes and other bugs.
    Details: http://adobe.ly/AE_CS6_1103
    This update is required to run After Effects CS6 on Mac OSX v10.9 (Mavericks).

    Thank you, Todd. I (and many others, I'm sure) are glad to see Adobe still supporting the older (purchased) software. Not a lot of companies do that sort of thing.

  • Update GL Date for Cancelled Invoice.

    Dear All,
    I have created an Invoice for Payment in Oracle Payables (Release 12) for Dec-2012 and was suppose to cancel the invoice with GL Date in December period. Instead of December period we have cancelled the invoice in the month of Jan-2013 and GL Date as '10-Jan-2013'. Is there any way that I can revert this cancellation or update the GL Date to prior month. I am afraid since we have cancelled this month there is a discrepancy for year end data. Since we have audit going on any help will be much appreciated.
    I tried AP_CANCEL_PKG API but no luck. Should there be any steps to be followed or any API or script to update the information kindly let me know.
    Thanks,
    Ahmed
    Edited by: 978715 on Jan 13, 2013 11:51 PM

    Hi Glenn-
    I was curious about your progress on this mission. We too have a need to accomplish exactly what you described in your original post. To the best of my knowledge after much research there aren't any simple FM's or BAPI's to update an existing line item in an Accounting Document that has been parked.
    We are attempting to use FBV2 and BDC technology to update a pre-existing line item or add a new one, or delete a pre-existing one but we have major issues trying to select the appropriate line in that table control because it is an Enjoy transaction.
    Any info you can give on your progress would be helpful and I will gladly do the same.
    Thanks,
    Andy

  • How Update Flash Player for Firefox Without Running Firefox?

    I have had a problem with Firefox freezing when I try to do just about anything other than simple browsing for at least two years. Updates don't help nor disabling all add-ons, nor reinstalling, etc. Nobody can figure out how to fix it so I use it as-is. I would like to update the Adobe Flash Player add-on but Firefox freezes every time I try. Is there a way to update the Flash Player in Firefox with actually running Firefox?
    Thanks
    Running XP SP3 and latest Firefox.
    Also running IE8 using the latest Flash Player.

    That worked, thanks so much. Now all I have to do is figure out where I can find similar files for all the other plugins that are outdated, Acrobat, Java, DivX, etc.
    Thanks again.

  • OSX: Updating pixel data for image

    Heya
    I have a buffer of pixel data that I need to update/change once every 25ms or so.  What's the best way of creating a UI element that I can update on the fly?  It looks like my old way of creating an NSBitmapImageRef and getting a pointer to the data via getBitmapDataPlanes was broken in the transition from 10.5-10.6 [1].  A workaround is to create a new NSBitmapImageRef every time I want to update and render a frame, but that creates a ton of object churn.  I figure there's got to be a better way to have byte-level access to a UI image of some kind.  Thoughts?
    Thanks
    [1] https://groups.google.com/forum/?fromgroups#!topic/cocoa-dev/f05K9ZaafMw

    Theoretically it may be doable assuming the tool used to modify B triggers proper events (not every tool does, unfortunately) AND your updates to layer A can be performed without disrupting user's work on B. What you'd need to do in this case is to implement an automation plugin based on Listener from the SDK samples that would monitor the events. Upon the event you'd need to determine the activate layer in your C++ code and if it's B then update A. The problematic part here would be whether you'd able to modify the non-current layer in a fashion that doesn't interrupt user's work on B (for example, you probably wouldn't want upon any change on B to change the current layer to A which would cause the focus to jump to A and then go back) and this would depend on the the type of changes you'd like to make there.
    Anyway, this would be the general direction I'd take here.
    HTH
    ivar

  • Issue with update_task API for updating Scheduled Dates for Task..

    Hi All,
    We have a requirement to update the project and task dates to a specified period from the current dates. I dont want to update all the tasks, and hence using the update_task API. The scheduled_finish_Date is the column from "pa_proj_elem_ver_schedule" which we want to update. As, this is the date which is shown on the Workplan tab for the tasks for (Scheduled Start and Scheduled Finish Date). I want to extend this scheduled_finish_Date to some days , say for eg. 60 days.
    To achieve, that update_task api is being used and the parameter for the scheduled_date is : p_scheduled_finish_date, this is passed as call to pa_project_pub.update_task API.
    We are also updating the completion data, which is happening fine and is updating the pa_tasks : completion_date column.
    Problem is with scheduled date, Please let me know how to go about this issue.
    Here is the sample code for calling the API :
    pa_project_pub.update_task
    (p_api_version_number => l_api_version_number_i,
    p_commit => l_commit,
    p_init_msg_list => l_init_msg_list,
    p_msg_count => l_msg_count,
    p_msg_data => l_msg_data,
    p_return_status => lt_return_status,
    p_pm_product_code => l_pm_product_code,
    --p_structure_updates_flag      => g_no,
    p_pm_project_reference => l_proj_reference,
    p_pa_project_id => p_project_id_i,
    p_pm_task_reference => p_pm_task_reference_i,
    p_pa_task_id => p_task_id_i,
    p_task_name => p_task_name_i,
    p_task_number => p_task_number_i,
    p_pa_parent_task_id => p_parent_task_id_i,
    p_task_completion_date => p_tsk_actual_finish_date_i,
    --Transaction Date (shown on the screen)
    p_scheduled_finish_date => p_tsk_sched_end_date_i,
    -- Scheduled Date (shown on the screen)
    p_out_pa_task_id => l_pt_task_id,
    p_out_pm_task_reference => l_pt_task_ref
    I am really not sure if I am missing anything here, please suggest as to how to update the Schedule Start and Finish Dates using the API.
    Waiting in anticipation!
    Thank you
    Anand.

    Hello,
    Make sure the wf is active in QA (re-activate if possible), check the transport for errors, check authorizations for WF-BATCH perhaps delete and recreate via SWU3?), refresh the buffers (SWU_OBUF).
    Please let me know if any of this helps.
    regards
    Rick Bakker
    Hanabi Technology

  • Updating Document Date for an AR Reserve Invoice

    A user wants to create an AR Reserve Invoice then at a later date change the Document Date (OINV.TaxDate).
    Even with Open documents, sometimes the Document Date field is greyed out and sometimes it is not, so the user cannot always change it.
    What causes the Due Date and Document Date fields to become inactive for an open AR Reserve Invoice?
    I think allocating a payment does it, but the user sometimes cannot update AR Reserve Invoices where there are no payments, i.e. the Applied Amount is blank.
    Regards,
    Douglas

    Douglas,
    What is the background that you need to change those dates?  You know, the date is sensitive to financial report.  It is better to limit this kind of activities.
    Thanks,
    Gordon

  • Dock icon update current date without having iCal running?

    Hello, minor thing - I typically leave my computer on all the time. I don't use iCal too often but I have the icon in the dock. I am wondering if there is a way to have the dock icon update without launching iCal? It would be nice that the current date is displayed when I view the dock. I guess I could schedule iCal to be launched and then quit once a day. I don't know, any suggestions?

    I have a few suggestions.
    1) This is a free alternative: http://www.objectpark.net/mcc.html
    2) Search MacOSXhints for a way to change the dock date daily. I read a hint there a few months ago for doing this: http://www.macosxhints.com/
    3) Wait for the next iCal as I would be surprised if Apple doesn't build this in to iCal 3 given how many times folks ask this question.
    4) You'll like suggestion #1.

Maybe you are looking for

  • No audio after updating to 10.7.1

    I updated to 10.7.1 today and I've lost the audio on my 17" MacBook Pro.  Before the update, everything was working fine.  The audio icon on the menu bar is grayed out.  Also, I can't adjust anything through System Preferences.  There's no "output au

  • Lack of value in promotions for some customers

    I've been a long time customer with my first phones being on Alltel plans before Verizon acquired/merged with them and currently on my second smartphone, soon to be third on their service. However, as a single person, the buy 1 get 1 free promotions

  • My iPad 2 won't power up and will not recover in iTunes

    My iPad 2 will only power up to the Apple screen and then after around 60 seconds of being on that screen it switches itself off and starts again. I have tried to recover the iPad through iTunes by pluging the cable into the laptop, pressing and hold

  • Report 6i and BLOB type of field

    Hi, I have a table name logo, fields are:- LOGO_NAME varchar2(100) LOGO BLOB If I used form to load picture and saved into this field, how can i extract the data into report?

  • How to get random file name?

    Hi everyone,my problem is that I want to get the random file ,namely,I create a new file called "test***.jpg" everytime,how can I get it?how can I use wild character?Thanks in advanece.