How to handle Back button in IA06 BDC

Hi all,
I am calling IA06 inspection screen for an task list operation using BDC from my custom program. on this screen user can change the SAP data. if I save the task list then it's working fine.
But I have one issue how to control back button, when user make any changes on this screen and click on back button because it calls all the previous screens which i skipped using BDC.
Or for this particular functionality there is any Function module same as for Characterstics as "CLFM_OBJECT_CLASSIFICATION"
Please advice.
Thanks,
Sanket Sethi

Hi all,
Please suggest if there is any function module/ API  to call Task list characteristic screen directly; same as for Task list classification screen using Function module CLAF_CLASSIFICATION_OF_OBJECTS.
Thanks,
Sanket Sethi

Similar Messages

  • How to handle Back button, Browser Refresh problem at server side.

    Hi Friends,
    How to handle Back button, Browser Refresh problem at server side in java?.
    I am able to trace that,
    request.getHeader("ACCEPT") is returning value- */*
    when the browser was refreshed and returning different MIME types
    for all other actions from browser.
    I have doubt, will the above solution works always for all servers,browsers?.
    Please also specify any solution to handle back button at server side?.
    Thanks in Advance.
    Venkat..

    I'm sorry I don't think tht's the right solution for
    the above question....
    We must be aware that whatever scripting methdologies
    we either javascript/vbscript would executed @
    client(browser) side not @ server side....
    Dud If U get a good solution keep me updated.....
    THANKS & REGARDS,
    RAHULMy dear friend ...
    the bad news is that u simply cant disable or add any listener to the back button of the browser.
    When u hit the back button of ur browser the URL gets re-executed. So in case u have a JSP then the history.forward() is the best solution. [only if the page doesnt get expired similar to secure https sites]
    Now dont say that user can have javascript disabled ...those users will have a pretty touch time browsing websites since javascripts r used extensively by almost all websites.
    But in case u have an action.do or servlet call then u need to manage it using a session variable since the request will be sent to the server rather than client.
    For multiple form submittion issues read the following article in javaworld...
    Client vs. server solutions
    Different solutions can solve this multiple form submission situation. Some transactional sites simply warn the user to wait for a response after submitting and not to submit twice. More sophisticated solutions involve either client scripting or server programming.
    In the client-only strategy, a flag is set on the first submission, and, from then on, the submit button is disabled based on this flag. While appropriate in some situations, this strategy is more or less browser dependent and not as dependable as server solutions.
    For a server-based solution, the Synchronizer Token pattern (from Core J2EE Patterns) can be applied, which requires minimal contribution from the client side. The basic idea is to set a token in a session variable before returning a transactional page to the client. This page carries the token inside a hidden field. Upon submission, request processing first tests for the presence of a valid token in the request parameter by comparing it with the one registered in the session. If the token is valid, processing can continue normally, otherwise an alternate course of action is taken. After testing, the token resets to null to prevent subsequent submissions until a new token is saved in the session, which must be done at the appropriate time based on the desired application flow of control.
    for more details refer :
    http://www.javaworld.com/javaworld/javatips/jw-javatip136.html
    Hope u got the idea.
    FYI I have been using both these ideas in my credit card payment gateway project. This concept has worked really well.

  • How to handle radio-buttons in FB05  bdc????

    How to change Additional selections radio-button from none to Document numbers in CALL TRANSACTION BACKGROUND MODE..............................................
    Edited by: Raghavender Poosarla on Apr 8, 2008 10:32 AM

    I have BDC requirement of FB05 transaction... I am stuck at one point where this recordin is working in Foreground mode and not in Backgroung mode...The reason being there is a bit in which I am selecting a readio-button from value 'NONE' to 'Document numbers' WHICH IS HAPPENING IN FOREGROUND AND NOT IN BACKGROUND ....Can any one tell is there any special way for handling radio-buttons in recording of an transaction???

  • Handling Back Button UIX ADF Application

    Hi,
    I have a similar situation, in which the user goes through 6 steps (UIX pages) on a registration process. If the user is in middle of the registration process and hits the back button, It shows the previous page with entered values, If he hits the submit button again, I'm getting an error "Row currency has changed". How to eliminate this error and is there a way to display a warning message and maintain the state of the application so that the user can continue with the current step of the registration process.
    Thanks a lot.

    you can edit the UIModel.xml file (that corresponds to your UIX file) and in that there is an option to disable the rowCurrency change check. It is called state-token validation.

  • Handle back button in standard tcode .

    I am doing a BDC on standard tcode MEMASSPO which displays the 3rd screen directly of the tcode.
    Now problem is when I press the BACK button on this screen it takes me to the previous screen of the same tcode.
    My requirement is that it should take me to SAP Menu when i click the BACK button.
    I am pasting the BDC code below:
    START-OF-SELECTION.
      PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'MASSSCREEN-VARNAME'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=TAB2'.
      PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'MASSSCREEN-VARNAME'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=FIND'.
      PERFORM bdc_dynpro      USING 'SAPLSPO4' '0300'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'SVALD-VALUE(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=FURT'.
      PERFORM bdc_field       USING 'SVALD-VALUE(01)'
                                    'ELIKZ'.
      PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=NEXT'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'MASSFVIEW-FIELDTEXT(02)'.
      PERFORM bdc_field       USING 'MASSFVIEW-CHECKBOX(01)'
                                    'X'.
      PERFORM bdc_field       USING 'MASSFVIEW-CHECKBOX(02)'
                                    'X'.
      PERFORM bdc_dynpro      USING 'SAPLMSMT' '0200'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'NONEXT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=OK'.
      PERFORM bdc_dynpro      USING 'SAPLMASS_SEL_DIALOG' '0100'.
      CALL TRANSACTION 'MEMASSPO' USING bdcdata MODE 'E'.
    Please help me.......

    Hi,
    You can do it by appending (at the end of the BDC data) the exit actions when the screen X (the one you get after the BACK button has been pressed) is reached.
    As you run the BDC with mode 'E', it will stop the BDC data when SAP sees that screen X from the BDC data is not the screen currently displayed. Then, if the user displays later the screen X, SAP continues to execute the BDC data from screen X.
    This topic is shortly described here: http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInputFAQ#BatchInputFAQ-IsitpossibletosimulateANDSKIPFIRSTSCREENusingBDC%3F
    Sandra

  • IDVD'08: how to make back button, video chapters and stretch pictures?

    Hi!
    I am new to iDVD'08 so I have 4 questions:
    1) In main menu I created a submenu called "video". It opens new screen with a list of videos. I want to have a back button on this screen too. It should return to a main menu. How can I make it?
    2) I have one big movie in iMovie'08 and want to burn it in iDVD'08 with chapters. So that different events in this big movie could be easily selected. I dont want to crop with big movie into pieces in iMovie. So how can I create such a buttons that point to different parts of movie?
    3) All that dropzones and buttons with preview are fantastic... But! How can I tune photo assigned to them? You know that picture tuning dialog: when you select photo and then can zoom in/out and move photo. Where such a dialog in iDVD?
    4) If I create a button with preview (for example, with a shape of heart) for submenu than folder icon is displayed in that preview. Hoe to place photo or movie just on a preview zone of such button?

    Q: I was curious is there a PRO analog of iMovie and iDVD like Aperture comparing to iPhoto.
    A: Your only options of apple video editing software (with the exception of QT Pro) are as follows:
    1. iMovie 7 (consumer grade video editing software)
    2. iMovie 6 (Free Download from apple's web site assuming you own iLife'08)
    http://support.apple.com/downloads/iMovieHD6
    Also consumer grade however this software is actually better for adding custom chapter markers, exporting back to the camcorder when needed, working with a Timeline, etc.
    3. FCE (I consider this app as pro-sumer software mainly because it's better than iMovie and very much like FCP; with the exception that it cannot be used to open existing FCP projects. That can only be done with apple's FCS 2)
    4. FCP (part of FCS 2) Apple's Professional / High end Video editing software.
    Message was edited by: SDMacuser

  • How to disable Back Button

    Hi
    i want to dactivate back button of my IE browser in JSp
    how it will happen
    Thanks

    How abt this?
    hi..hi
    <body onunload=fun(false)>
    <form>
    <Input type=submit onClick=fun("true") value=submit>
    </form>
    <script>
    function fun(what) {
    if(what) {
         //do actual submit;
    } else{
         alert("hey dont click that back button :-(  ");
         location.href="a.html";
    </script>
    </body>
    Save the above file as a.html and try..forgot to mention!!

  • How to reinstal back button

    my back button tab has dissapeared.
    How do i get it back.
    thanks

    Your back button where?  If it's on your browser, go to View>Customize Toolbar and drag a back button onto your toolbar.

  • How to handle enter button in Jdevloper

    hi all,
    Is there any code to handle ENTER button,
    Thanks

    I'd be really cautious here.
    I read "self service pages" and immediately thought "Oracle E-Business Suite, OA Framework"
    If that's the case, I suggest you post on the OA Framework forum. If you're talking about ADF Faces, then Didier has pointed you in the proper direction.
    Regards,
    John

  • How to handle the button "cancel" in a dialog box for displaying views?

    Hello!
    I ve a question about handling the cancel button in a dialog box for displaying views.
    I ve already implemented the dialog box by using the following code:
    METHOD eh_onnewqact.
      DATA stitle TYPE string.
      IF m_popup IS BOUND.
        stitle = cl_bsp_runtime=>get_otr_text( alias = 'ZCC_ICRM/NEW_TASK' )."cl_wd_utilities=>get_otr_text_by_alias( 'ZCC_ICRM/NEW_TASK' ).
        m_popup = comp_controller->window_manager->create_popup(
          iv_interface_view_name = 'ZCC_POPUP_NEWBT/NewQActWindow'
          iv_usage_name = 'CUNewQAct'
          iv_title = stitle
        CALL METHOD m_popup->set_on_close_event
          EXPORTING
            iv_view       = me
            iv_event_name = 'NEWQACT_POPUP_CLOSED'.
      ENDIF.
      m_popup->open( ).
    ENDMETHOD.
    My dialog box consists two buttons - cancel and create.
    The cancel buttons should close the popup and the create button should create an entity of a specified object. but let us come to the cancel button. I did´nt find any information about implementing an cancel button. So, how should I implement it? I thougt
    me->close( ). But that didnt works!
    Could u give me further information about that, because my cancel event-handler is empty?
    method EH_ONCANCEL_QACT.
    endmethod.
    After that I would know how my calling view could know that the user pushes the Create Button and how the data of 2 inputfields of the dialog box finds their way to the calling view in order to process this data there?
    Thank you very much!

    Hi Michael,
    thank you for your advice! This problem is solved...
    ...but I have another issue. Ive implemented 2 editable fields in my popup. The user should fill that fields with context and that context should be processed in the calling view of my popup.
    My question is how to transfer these information from my popup to my calling view or method?
    I tried the following...
          lv_context_node ?= m_popup->get_context_node( 'QUICKACT' ).
          IF lv_context_node IS NOT INITIAL.
            lv_text = lv_context_node->get_date( attribute_path = '' ).
          ENDIF.
    But it doesnt work! The context node object is always empty/initial.
    Thank you!
    PS: Another possibility could be that the object / node of the calling view is transferred to the pop-up in order to process it there.
    Edited by: Marcus Findeisen on Feb 22, 2011 12:13 PM

  • How to handle OK button in faces error message

    Hi everyone,
    Iam using Jdev 11.1.2.0. I have a scenario where faces error message will be displayed . After clicking ok button, some validation should be done . If iam using popup with dialog, i can handle my requirement using java script but now my scenario is with faces message . Kindly suggest me how to get hook for the button OK in faces message. Thanks in advance.
    Regards
    Alekhya

    As Frank said, it does not allow customization.Instead of Faces message you can use an popup with dialog.use dialog listener in ok button
    like
    public void dialogListener1(DialogEvent dialogEvent) 
        if (dialogEvent.getOutcome() == DialogEvent.Outcome.ok)
         // write your custom code for ok event
        } else
          // write your custom code for cancel event
    read more on http://www.techartifact.com/blogs/2013/03/handling-ok-and-cancel-button-in-afdialog-using-popup-in-oracle-adf-by-dialogl…

  • How to handle advance button on LOV popup

    HI,
    I have implemented framework classes to get the handle of search button of inputlistofvalues pop up window.
    Now i want to perform advance search with different type of operator.
    Can anybody tell me how can i archive it.
    Thanks in Advance

    Hi,
    you get a handle to a LOV button. And this is all we know. What you really want to do is not mentioned in your post. You don't mention the JDeveloper version and you don't mention the usecase
    Frank

  • How to handle MANY buttons?

    hi!
    lets say i create n buttons..
    i need a function (i bet it has to be only one) that handles
    all of them.. for example onClick it will trace "u've pressed the
    10th button" or will open the "10thpage.swf" .. it doesnt matter..
    i nned to know how to get the id of the one button i pressed..
    i tried trace(event.target.name); and i expected to get u've
    pressed but[10] or something like that.. but all i get is the
    components of that button i pressed: like buttonBckgMC, or
    buttonTextField, or buttonSelectionMC
    thank you!

    evt.target.id should work fine if everything is defined (like
    text and you have a MenuButton class that contains a textfield name
    text).
    you might want to use currentTarget instead of target, in
    case your buttons overlap.

  • How to handle a button double click

    I know how to define and IBAction and link it to a control by (Click-Drag)ing.
    But that does not make me chose what action (event for x-Microsoft) in the control am I linking to.
    By other words, when I click-drag, I dont mention, anywhere that I want this action to be linked to the "Click" event of a button. So what if I want this action method to be called when a button is double clicked for example, or when the mouse moves over it.
    Thanks

    Hi Tony, and welcome to the Dev Forum!
    The good news is Apple provides thorough documentation on tracking, interpreting and handling Cocoa mouse events. The bad news is the info is carved into pieces that are scattered all over the library. The challenge is to identify the docs that contain one or more pieces of the puzzle, and then to fit everything together.
    As to double clicks, there's no NSControl equivalent to the double-click notification that many Windows controls send (e.g. BN_DOUBLECLICKED). Also, as you've seen, when connecting an event to an action method in IB, there's only one event to choose from (Cocoa Touch is different in this regard, btw. You'll have a choice of several events when connecting a UIControl object to an action method in IB, though "double-touch" isn't among them).
    So how do Cocoa programmers detect a double click in, for example, an NSButton? The default action message for this class is generated by a NSLeftMouseUp event. I.e. when the left button is released while the control is tracking the cursor.
    One crude but effective solution is to have the listener (the action method connected to the button) set an ivar and start a one-shot timer on the first message. If a second message is received before the timer method resets the ivar, we have a double click. Otherwise we have two single clicks.
    A more general solution is based on two methods you might easily overlook. Firstly, [setContinuous:|http://developer.apple.com/mac/library/documentation/Cocoa/Refe rence/ApplicationKit/Classes/NSCellClass/Reference/NSCell.html#//appleref/doc/uid/20000074-BBCCCEAA] allows you to configure the associated NSActionCell object to send a stream of messages to the button's target instead of just one. The stream starts with the mouse down event that initiated tracking and ends with the mouse up that ends tracking (also see [trackMouse:inRect:ofView:untilMouseUp:|http://developer.apple.com/mac/library/ documentation/Cocoa/Reference/ApplicationKit/Classes/NSCellClass/Reference/NSCell.html#//appleref/doc/uid/20000074-BBCCJAFJ]).
    The next piece of the puzzle is the [currentEvent|http://developer.apple.com/mac/library/documentation/Cocoa/Refere nce/ApplicationKit/Classes/NSApplicationClass/Reference/Reference.html#//appleref/occ/instm/NSApplication/currentEvent] method of NSApplication. This returns the NSEvent object the started the current event cycle, i.e., the event which caused NSButton to send the current action message.
    Thus the listener has access to the stream of event objects which represents the mouse activity from the start of tracking to the end. Using the position and time stamp data from this stream, the listener can distinguish between clicks and drags (hovering is detected differently; I won't try to cover that topic in this post).
    A couple reference links that might help with the rest of the puzzle:
    [Handling Mouse Events|http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Ev entOverview/HandlingMouseEvents/HandlingMouseEvents.html#//apple_ref/doc/uid/100 00060i-CH6-SW1]
    [Control and Cell Programming Topics for Cocoa|http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Con trolCell/ControlCell.html#//apple_ref/doc/uid/10000015i]
    Hope that helps!
    \- Ray

  • How to handle Radio buttons on screen.(urgant)

    Dear all,
    my req is : i had a screen , on that there are 3 radio buttons,Based on the radion button selection on that screen i've to trigger the 3 select statements.
    if  Radio button 1
        execute select stmt 1.
    if  Radio button 2
        execute select stmt 2.
    if  Radio button 3
        execute select stmt 3.
    how to write this and where.
    Pls frnds this is urgant for me.
    please help me,
    Thanks in advance,
    With regards,
    Ajay Kumar K,
    9908979994.

    hiii....
    you have to remember that you have to define the radio buttons in 1 group.because if changes are made in the group from the elements list then it would affect on all the radio buttons for a particular tasks.
    again radio buttons are always been declared with the parameter statements.
    for eg..
    Parameters:
    p_rad1 radiobutton group rad1 default 'X' user-command rad1,
    p_rad2 radiobutton group rad1,
    p_rad3 radiobutton group rad1.
    AT SELECTION-SCREEN ON RADIOBUTTON GROUP RAD1.
    IF p_rad1 = 'X'.
    select statement 1.
    elseif p_rad2 = 'X'.
    select statement 2.
    elseif p_rad3 = 'X'.
    select statement 3.
    endif.
    The group group over here is RAD1.
    the default radio button over here is in radio button 1. you can also also check any of the radio buttons as default.
    thanks..
    any more help pzz revert back...

Maybe you are looking for

  • Installing SJSAS (2005Q1) on AMD64

    Hi all, I am running into an issue installing SJSAS (filename: sjsas_pe-8_1_2005Q1-linux.bin) on AMD64 (Gentoo). I am using JDK 1.5.0.01. When I run the following: ./sjsas_pe-8_1_2005Q1-linux.bin -javahome /opt/sun-jdk-1.5.0.01 -tmpdir /tmp And I get

  • How do I change my security questions I forgot them and I have a rescue email address but it doesn't show the option to send me an email

    I Need help cause I forgot my security questions it's literally driving me nuts!! I got a rescue email and still can't find the option to change my security questions please help!

  • Help with Joining two SharePoint lists using LINQ

    Hi Guys, I have found many threads with this question. Although I had one doubt. I wanted to know that while performing a Join operation on two SharePoint Lists using LINQ does the column on which we are performing the join operation need to be a Loo

  • Saving Powerpoint MAC 2011

    Hello , Saving Powerpoint MAC 2011 files to SMB based shares is very slow (or to anything other than a local hard drive). Typical Powerpoint file size for me is between 15-50 Mb and a file save to an SMB LAN share, with a file size of 10MB can take 2

  • How to delete app completely from my Q10?

    Hi! My bridge connection suddenly did not allow me to transfer files anymore so I decided to reinstall the BlackBerry Bridge App on my Q10. Here is what I did: I deleted the app from my homescreen. I waited a little bit, went to BlackBerry World on m