Regarding maintenance of bindable value...

Hi,
For my web application I am using Cairngorm and AMF-PHP for serverside scriptting. I am also using BrowserManager, but when I reload the page all the content which I have binded went off. Telling specifically When user login all the required information is stored in array which is binded. When the page navigates and when I reload the page , the binded array which stores the information of the user becomes empty. Please suggest me the solution for this as I need to maintain the information for complete application.
Thank you in advance.

Thank you for your reply.
Array that I am using is bindable. But now I have come to solution to connect to php on every navigation to fetch the information.While in php I have already put the information in session. By connecting I just need to return that session through some function that will be called from my flex application.By this the array will be maintained through the application. And when the application reloads it will again connect to php for the same information.

Similar Messages

  • Maintenance Optimizer Error "Value loss during allocation"

    Hi Everybody,
    like Error when Launching the Maintenance optimizer, i am facing the same problem with SolMan 7.1. Is there anything new?
    System is new installed.
    SOLMAN_SETUP is executed.
    BC Set for MOPZ are activeded.
    SMSY is arranged.
    MOPZ is aborting after calculation the target with
    On Web:
    The followin error text was processed in SOL the systm: Value loss during allocation.
    The error occurred on the application server _______ and in the work process. 7
    The termination type was: RABAX_STATE
    The ABAP call hierarchy was:
    Method: GET_2ND_CHECK_RESULT of program CL_MO_SMP_ADAPTER=============CP
    Method: LOAD_IMPACT_ASC of program /1BCWDY/06BL1VDEKWGU61REAXHZ==CP
    Method: LOAD_22 of program /1BCWDY/06BL1VDEKWGU61REAXHZ==CP
    Method: LOAD_CONTEXT of program /1BCWDY/06BL1VDEKWGU61REAXHZ==CP
    Method: IF_COMPONENTCONTROLLER~LOAD_CONTEXT of program /1BCWDY/06BL1VDEKWGU61REAXHZ==CP
    Method: HANDLEDEFAULT of program /1BCWDY/06BL1VDEKWGU61REAXHZ==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/06BL1VDEKWGU61REAXHZ==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    On ST22:
    Category               ABAP Programming Error
    Runtime Errors         CONVT_DATA_LOSS
    Except.                CX_SY_CONVERSION_DATA_LOSS
    ABAP Program           CL_MO_SMP_ADAPTER=============CP
    Application Component  SV-SMG-MAI
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_CONVERSION_DATA_LOSS', was not
         caught in
        procedure "GET_2ND_CHECK_RESULT" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        Value "01200615325000005298|01200314694900012246:01200314694900010013" was
         allocated in a field which is not long enough.
        Therefore the target field could not store all information of
         "01200615325000005298|01200314694900012246:01200314694900010013".

    Hello Espartaco,
    I have the same problem, too. Have there been a response to your OSS message?
    With best regards
    Frank Lehmann

  • Regarding contract sales tab value not updating into the standard VA42 t-co

    Hello Experts!!!
    How to add screen shots in sdn...
    so that i can add my screen shots in SDN
    The below shown screen shot is the output of our Zprogram.The table field name:VBKD-BZIRK, where is has been marked as red colur in box.
    While dropping the from Source contract to Target Contract, where the value is not picking to the target contract and finally it is not displaying in the Standard VA42 transaction
         Input value
    That same field should come in the final alv output and also include in the va43 transaction sales tab( sales district)
    This value must then be inserted into every document which is being transferred.
    The above input field dragged from Source Contract to Target Contract, the picked value should reflected in the VA42 transation , but it is not effecting.
    Regards,
    Preethi...

    i already used same But it's not working
    s_order_header_inx-updateflag = 'U'.
    Line items
      REFRESH: i_order_item_in, i_order_item_inx.
      LOOP AT t_data INTO wa_data.
        LOOP AT t_data_item INTO wa_data_item WHERE vbeln = wa_data-vbeln. .
    BAPISDITM
          i_order_item_in-itm_number = wa_data_item-posnr.
          i_order_item_in-profit_ctr = wa_data_item-profit_ctr.
    BAPISDITMX
          i_order_item_inx-itm_number = wa_data_item-posnr.
          i_order_item_inx-updateflag = 'U'.
          i_order_item_inx-profit_ctr = 'X'.
          APPEND: i_order_item_in, i_order_item_inx.
        ENDLOOP.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = wa_data-vbeln
          IMPORTING
            output = wa_data-vbeln.
        CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
          EXPORTING
            salesdocument     = wa_data-vbeln
            order_header_in   = s_order_header_in
            order_header_inx  = s_order_header_inx
            behave_when_error = 'P'
          TABLES
            return            = it_return
            order_item_in     = i_order_item_in
            order_item_inx    = i_order_item_inx.

  • Regarding how to pass values to the fields of a screen.

    Hi  all :
         there is a field called approver on screen. I'd like to pass value to it ,
         may I use the statement  like      approver-text = 'xxx'. ?
         is this ok?
         Thanks for any of your reply.

    Hi,
    Parameters: p_name type char20 default 'XXX'.
    you can give like this.
    or
    parameters: p_name type char20.
    Initialization.
    p_name = 'XXX'.
    both these will work
    regards
    Sarves

  • Regarding  Exception handling for  Value mapping

    Hi
    We have a requirement for resending the message (using  SXMB_MONI)for Value mapping and other message mapping related errors . Is there any others way we could achieve this , Any help on this is appreciated ?
    Thanks in advance,
    Jishi

    Hi Jishi,
    I don't think that SXMB_MONI is the solution.
    If you have a mapping error this can belong to two things:
    a) either your mapping is wrong
    b) or your message is wrong.
    In case a) you have to correct your mapping
    In b) The sending system must look what happend.
    In my opinion in both cases (a & b) the process must be restartet from the source system. That's the way we do it.
    Additionally we send a information message in the exception branch to the sending system
    Regards Mario

  • Regarding round off the value in adf table

    HI All,
    My Requirement:
    i have to round off the value after decimal in adf column before saving to data base.
    Excample : 1234.67 = 1235
    34567.89=34568
    34567.34= 34567
    i am using jdeveloper 11.1.1.3.0
    Please can you give code using converter or any other strategy.
    Thanks & Regards,
    Madhu

    1. First of all you asked for rounding off, taking the integer part is not rounding off.
    2. As per the documentation
    integerOnly      boolean      Yes      Flag specifying whether only the integer part of the value will be formatted and parsed. Default value is false.if i can understand correctly pertains to formatting only.
    3. You can create a custom faces converter and add it to faces config.xml http://docs.oracle.com/javaee/1.4/tutorial/doc/JSFDevelop4.html . So that you do not have to write it in code.
    4. If only integer is to be allowed why don't you change the data type to long or int instead of number

  • Regarding Maintenance wizard

    Hi,
    We are planning to install and configure Maintenance Wizard for our R12.1.1 instance.
    I am confused about the pre-reqs. Somewhere it mentions that we need to install RDBMS Oracle Home + iAS Oracle Home.
    However, the note 329476.1 which details the installation procedure, nowhere mentions anything about iAS Oracle Home.
    We are planning to install the latest MW(patch 8912211) as described in Note: 430732.1
    Please help me with your inputs.
    thanks.

    Hi;
    I am confused about the pre-reqs. Somewhere it mentions that we need to install RDBMS Oracle Home + iAS Oracle Home.
    However, the note 329476.1 which details the installation procedure, nowhere mentions anything about iAS Oracle Home.
    We are planning to install the latest MW(patch 8912211) as described in Note: 430732.1
    If you want to apply patch 8912211 you should follow How to Perform a LivePatch [ID 291887.1] whish is also descripe in readme part. I suggest follow note How to Perform a LivePatch [ID 291887.1], it show what you have to do
    Regard
    Helios

  • Regarding string operations and value alignment below heading

    Hi all,
    I have a requirement of sending the data in the form of table in mail thought me program.
    Am sending the mail content form int table.
    The issue is the table getting displayed like this(I used internal table of strings for this)-
    Name            |          Old value               |       New value                              -->Heading string
    Description     |          Material for production of tractors  |  Material for tractors  -->value string1
    weight               |       123   | 124                                                                   -->value string2
    Value 124 should have been well below New value.
    In short am not able to arrange the values (Because of variable length of values)well below table field so that i can distinguish  various values in same row.Please guide me for this issue .
    Thank you,
    Edited by: sanu debu on Mar 22, 2009 1:43 PM

    hi,
    use UNDER option.
    like
    write:
      / 5 text-001(give text ele as carrid)
        10 text-002(give as connid)
    loop at itab into fs_itab.
    write: / fs_itab-carrid under text-001,
               fs_itab-connid under text-002.
    endloop.
    Regards,
    jaya

  • Regarding VL01N settinf default value

    Hi Gurus,
      In trancation VL01N  Val.Type ( LIPS-BWTAR) should default value should set as ZCLIENT. Fot this what i have do please any one help me i am very thankfull .
    Regards,
    Venkat.

    hi,
    use this exit.
    V50PSTAT.

  • Regarding maintenance and quality

    Dear all,
    can any tell me is it possible to handle activities like quality control, plant maintenance, machine down time and subcontracting in SAP Business One with help of any addons which will work for Indian manufacturing companies
    regards
    swapnil

    Hi Swapnil,
    There are addons available for this...you need to check out thru the net extensively.
    1. Preactor.
    2. Fast.
    3. Microshop
    Nagesh

  • Query regarding passing of flag value from one component to another.

    Hi all,
        I need to pass a flag value of type CHAR1 from one view of one component to another view of a different component. Any ideas?

    Hi,
    You can use the Global Data Context Parameters which you can define in SPRO->IMG->CRM->UI Framework->Tech Role Def->Define Global Data Context Parameters.
    You can set the value wherever you want and read the same in the other component using the below similar code.
    * Setting the value using GDC
      CALL METHOD lr_gdc->set_data_attribute
        EXPORTING
          i_value = value
          iv_name = 'ZSTARTDATE'.
    *Reading GDC data
    DATA: lr_gdc       TYPE REF TO if_crm_ui_data_context.
    lr_gdc = cl_crm_ui_data_context_srv=>get_instance( me ).
                CALL METHOD lr_gdc->get_data_attribute
                  EXPORTING
                    iv_name = 'ZSTARTDATE'
                  IMPORTING
                    e_value = lv_sdate.
    * Here ZSTARTDATE is the GDC parameter defined in spro
    Hope it would be helpful
    Regards,
    Shobhit

  • Query regarding Balance carry forward value in KNC1

    Hi Experts,
    Please let me know whether the field UMSAV(Balance carry forward field) will be accumulation of all BSID and BSAD transactions for  particular KUNNR for their respective HKONT values.
    If some transaction is updated in BSAD or BSID, will it compulsory reflect in KNC1 table or not? Please let me know.
    Regards,
    Kiran A.

    Dear Kiran,
    The values on UMSAV per definition matches the summarization of all the open item values for a customer number as the resulting amount of summing up the balance carry forward from the previous fiscal year plus the movements on the suitable year.
    Nevertheless, it is updated under the summarization of the value on UMSAV for the previous fiscal year and adding the total amount of items posted on bsid AND bsad. You must notice that it only depends on which period the movements take part, the S/H movement, and that it doesn't depend on the GL account but the customer number. If you also need the GL account you must also check KNC3 for Sp.GL operations, KNB1 and T074 tables.
    I hope this information helps. Regards,
    Lidia

  • Question regarding SAP ECC Server Value Pack successor

    Hello,
    currently one of our ERP 6.0 systems is scheduled for an EHP4 upgrade. So we used the SolMan to determine which technical usages are available for the system.
    The SolMan presents teh SAP ECC Server Value Pack successor as a possible technical usages which could be implemented during this update. Now our customer does not know what this technical usage could be good for. I already searched within the help.sap.com area for ERP 6.0 but I was not able to dig up any information regarding this technical usage.
    Can somebody tell me what they are good for or where to look for specific information?
    Thanks in advance.
    Kind regards,
    Sven

    Someone has information about this pack, I don´t find information in any part.

  • Regarding maintenance views

    what is the main purpose in creation of maintenace views???????
    and where we use it in real time?????

    Hi
    Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    Creation of Views:
    1.Go to se11
    2. select view radiobutton and give a name
    3. Create
    4. select type of view you want to create. Such as database view.
    5. give short description
    6. give a table name such as mara
    7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.
    8. select one or mane tables.
    8 copy
    9.save , check and activate.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Regarding the restricting the value using the keyboard

    Hi,
    In our organisation, I've implemented the Barcode system. I've a case, where user wants that the value in a field has to be taken from the scanner. The other requirement is I've to restrict the user from entering the valu using keaboard in that field.
    Can any one help me in this regard.
    Thanks in advance.
    Regards,

    did you have the docs of the barcode scanner? Look, which kind of remote interaction you can do. Via OLE2, C, RFC, ...

Maybe you are looking for