Control not going in module

hi to all experts,
my requirement is to create assign an authorization object for a ztable. so what i have done in the screen of table maintenance generator i have created a module for a field which requires the authorization,But the control never goes in . what might be the problem.
PROCESS BEFORE OUTPUT.
MODULE LISTE_INITIALISIEREN.
LOOP AT EXTRACT WITH CONTROL
  TCTRL_ZMPRU015 CURSOR NEXTLINE.
   MODULE LISTE_SHOW_LISTE.
ENDLOOP.
PROCESS AFTER INPUT.
MODULE LISTE_EXIT_COMMAND AT EXIT-COMMAND.
MODULE LISTE_BEFORE_LOOP.
LOOP AT EXTRACT.
     my added code
        FIELD ZMPRU015-PLANT_GROUP.
           MODULE CHECK_AUTHORIZATION.     
      MODULE LISTE_INIT_WORKAREA.
  CHAIN.
    FIELD ZMPRU015-PLANT_GROUP .
    FIELD ZMPRU015-ZSEQ .
    FIELD ZMPRU015-KOSTL_FROM .
    FIELD ZMPRU015-KOSTL_TO .
    FIELD ZMPRU015-GLFROM .
    FIELD ZMPRU015-GLTO .
    MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.
   ENDCHAIN.
   FIELD VIM_MARKED MODULE LISTE_MARK_CHECKBOX.
   CHAIN.
    FIELD ZMPRU015-PLANT_GROUP .
    FIELD ZMPRU015-ZSEQ .
    MODULE LISTE_UPDATE_LISTE.
   ENDCHAIN.
ENDLOOP.
MODULE LISTE_AFTER_LOOP.

Your code should b placed at the follwoing place.. Then only it will be triggered...
CHAIN.
  Standard code
   MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.
      Your Code
   ENDCHAIN.

Similar Messages

  • Control not going from Adobe Interactive form to ABAP WD Event handler

    Hi
    I am facing an issue with adobe interactive forms and WD ABAP integration.
    The buttons in adobe interactive form when clicked is going round and round and the control is not going to the ABAP code(WD ABAP event handler code whatsoever). I have also set the debugger but the control is not moving to the ABAP code from the adobe interactive form.
    Can anyone help me what can be the issue here and how can I resolve the same?
    Thanks.
    Sid

    Hi Babi,
    In the adobe form layout library Use the Submit(which internally means submit to SAP) button from the Webdynpro Native category.
    Only this button action can connect adobe to web dynpro.
    Whenever we click on this particular button the event will be trigger in the ONsubmit event of interactive form UI element in the webdynpro.There we can write our abap code.Hope this will help you.
    Regards,
    Simi A  M
    Edited by: amsimi on Mar 22, 2011 11:37 AM

  • Control not going to java

    HI..
    I am facing a problem. I am doing validation for fileuploader in java. I am able to do the validation in java. But the requirement is to do the validation in java (page code). When i am passing empty string and do a submit, its working fine i.e the contol is going fine to the page code. But when I give some blank string to the fileuploader field and do a submit. The control is not going to the page code.
    Please help me in the regard. Its very urgent
    Regards
    Rishab

    What is the difference between an empty string and a blank string? And what JSF component are you talking about? Tomahawk t:inputFileUpload? RISB risb:multiFileUpload? Custom component? Why do you need the control in the backing bean? If you want to validate it on being filled or not, generally just add required="true" to the component.

  • When working with check box control goes to " MODULE (PBO) %_CTL_INIT "

    Hi All,
    I have a problem regarding check box.
    I have  a global itab and the itab is having some data. so now the iatb data i'm able to use in my module. When i'm writing code for my check box as below
    types : begin of t_ itab1 ,
            field type DB-FIELD,
            end of itab1.
    data : lt_itab1 TYPE TABLE OF t_itab1 WITH HEADER LINE.
    DATA : USER1 TYPE C.
    module USER_COMMAND_0300 input.
      case sy-ucomm.
      WHEN 'USER'.
    *IF USER1 = 'X'.
       LOOP AT itab.<-----global table
       SELECT field FROM DBtab INTO TABLE lt_itab1 WHERE field =
       itab-field.
       ENDLOOP.
    *ENDIF.
       when 'CAN'.
        LEAVE TO SCREEN 0.
         ENDCASE.
    endmodule.                 " USER_COMMAND_0300  INPUT
    This is my code.
    now when i'm debugging it when the cursur is at loop at statement i'm pressing F5 cursur is not going in to the select statement. it going into " MODULE (PBO) %_CTL_INIT " .
    method GET_CURRENT_DYNPRO.
    Can anybody tell me what is wrong in that? i should get the data in to lt_itab1.
    Thanks
    g.s.naidu

    Hi,
    Set one flag variable in itab of the table control and set taht flag = 'X whn you save the selected record into the ztable.Then In PBO, do like this.
    PROCESS BEFORE OUTPUT.
      LOOP AT   it_t001l INTO x_t001l   WITH CONTROL tc CURSOR tc-current_line.
        MODULE tc_get_lines.
      ENDLOOP.
    MODULE tc_get_lines OUTPUT.
    IF  x_t001l-flag = 'X'.
        LOOP AT SCREEN.
          IF screen-name = 'X_T001L-SEL'.
                  screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDMODULE.                    "TC_GET_LINES OUTPUT
    *---->In PAI, For saving
    MODULE user_command_9002 INPUT.
    CASE ok_9002.
    WHEN 'SAVE'.
    loop at it_marc into x_marc where sel = 'X'.
    <Modify the zable>.
    <b>x_marc-flag = 'X'.
    modify it_marc from x_marc transporting flag.</b>
    Endloop.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_9002 INPUT "TC2_MODIFY INPUT
    Message was edited by:
            Vigneswaran S

  • PXI-8431 not going into receive mode with VB6

    I am using a PXI-1045 chassis with a PXI-8431 RS422/485 card and communicating via a VB6 program
    The output of the PXI-8431 RS485 module works OK when it is in send mode, the signal levels are approx 1v and 3v for high and low, but when it is in receive mode the outputs remain at 1v and 3v instead of going into passive mode and both lines floating at approx 2v with approx 300mV differential as they should. This means when the remote devices send, the amplitude of the signal is approx half as they are competing with the PXI module, and that the centre point of the two signals are at 1v and 3v respectively. Our software does not receive the signals from the PXI module which is consistent with my theory that it is still in send mode and taking control of the lines, or maybe it has changed it to 4 wire mode.
    I have swapped over the PXI card and the remote cards with our good system and the problem does not move.
    I have eliminated ALL the hardware on the new ring by replacing it with a 67 Ohm resistor on the pins of a 9 way D connector plugged onto the PXI card directly. With a scope I can see that the new system is not going into passive mode, but with the same connector the old system works OK.
    The only difference I can see between the 6 old rigs we have that do work and the 2 new ones that do not work is the new ones use the the NI-XNET-PXI-8513 and the old ones use the PXI_8464 CAN card. Could this software be conflicting? Is there any other updates to the NI software that could be causing it?
    Solved!
    Go to Solution.

    Hi,
    I've had a check to see if we have any known software conflict issues with those cards but it all seems fine, it could be that the Windows Driver layer is causing some issues. If you nip into Device Manager and go to the properties of the 8431 you should be able to change it to 2-wire mode from those settings then re-run the program.
    Also does the program throw any errors at all in terms of device resources when trying to move from send to receive mode?
    What versions of NI-VISA and NI-Serial do you currently have installed?
    Kind Regards,
    Applications Engineer

  • This server does not have the module needed for interpreting traces

    I wan to use the Trace Control function of the Exchange Troubleshooting Assistant. I specifically want to look at the transactions of a particular user. When starting the function I get the message, "This server does not have the module needed for interpreting traces." I find nothing to tell me what the module is or where to get it.
    Specifically, I have a Macintosh user (bigwig in my organization) that insists on using Apple's 10.6 Calendar program, and constantly complains that his calendars are different between his 3 Macs and his iPhone. He claims to have put a calendar item on one machine, now it appears nowhere. And I have no way of proving what is going wrong. He hates Outlook and refuses to use it, he hates Entourage and refuses to use it. The local database for Entourage kept getting fouled up to the point that we kept having to delete this account and readding it to force the recreation of the database. The database tool never fixed the problems and of course he did a lot of customization that got destroyed every time we deleted the account settings and added them back.
    I really want to run the tool for a while and see if there is actually some transaction actually happening on the server side, so I would like to have these traces and be able to view them.
    SnoBoy

    See
    http://blogs.msdn.com/b/dvespa/archive/2011/05/27/how-to-use-extra-to-troubleshoot-rpc-client-access-issues.aspx.
    Just click on ok and proceed with set trace manually.
    Svetozar Petrović

  • Computer not going to sleep when lid closed

    My wife's new MacBook Air has a couple of problems we can't figure out.  First sometimes the computer is not going to sleep when lid is closed and when we lift the lid everything is frozen.
    Second, the user Library folder is not seeable in her user account.  I know it's there because on the side bar there's a short cut to Preferences folder which we can open.
    Strange behavior.
    Thanks,
    Ron

    Ron,
    The user library folder (~/Library/) is hidden by default in Lion. I assume Apple doesn't want people mucking around with the sensitive files in there. So this is normal behavior.
    As for the freezing issue, I would suggest you reset your power management and perform a safe boot to clear out caches. You should also see if the issue persists after disconnecting USB perhipherals.
    Here's how:
    Power Management:
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    Safe Boot:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).

  • MacBook not going to sleep when connected to WiFi

    Hi there,
    my MacBook 3,1 is not going to sleep as long as it is connected to WiFi.
    It starts the process of going to sleep as my VNC connection gets dropped but it stays awake. I can easily reconnect.
    Everthing else is working fine. Any suggestions?

    Hello everyone,
    I'm facing the same syptom. I tried many things and now havw to live with putting the MacBook to slee by hand. I had some other issues just before that:
    1: The MB returned randomly from sleep while being closed. That was annoying. I think it was fixed after installing smart sleep and doing some cleanup in the preference files.
    2: Then I was put "randomly" to sleep. I figured that came from overheating the processor (thus I'm gld it went to sleep). The fan speed control was set to constantly 2000 rpm. Installing fanControl helped.
    3: Lid closing did not init the sleep mode and the backlight is not turning off. Niether does it wake up on opening when I put it io sleep manually (I have to press a key).
    The sensor for closing the lid seems to work, if it is the same which controls the maximum brightnes of the sleep indicator light (pulsing). It is darker when the lid is closed.
    I wonder if there is some settings tool.
    Besides I think the issues started after the Software updates around 12th of dec. 2008, with MacOS10.5.6 and the EFI & SMC firmware updates.
    I'm eager to get answers.
    Kid regards, Ralf.

  • Sound control not working on my blue tooth keyboard

    sound control not working with my bluetooth keyboard

        UAVPilot,
    Thank you for the information. I do show that the device and car are capable of this function. I do not show any reason you should not be hearing the notifications. One thing you will want to check is that the sound for both your notifications and media are turned up. Also you can look into going into Settings>Apps>S voice Drive Mode> Clear Cache. This should clear any possible bugs in the application. Please keep us updated on this and we can check on other options.
    Thank you,
    TonyG_VZW
    Follow us on Twitter @VZWSupport

  • Invalid record not going into E$ table

    Hi,
    I am using Oracle as source and target but source and target table is on different database.lets say
    base table EMP_SRC table --> ABC database
    fact table EMP_TRG table --> XYZ database
    and some dimension table are also in XYZ Database. and all FK constraint are there in fact table.
    I created one interface in which on source dataset i drag base table and dimension table for lookup and join the code columns with base table code and on target side i am populating keys and measures value correspondence the  base table data which matched with dim table.
    I am using KM
    LKM SQL to SQL
    IKM SQL incremental update
    Option:
    Flow control : true
    CKM SQL
    when i run the Interface it is getting successful with valid records but in base table there is some invalid record also which is not going into E$ table
    why it is happening ? did I miss something ? Please help me
    Thanks.

    I am doing little modification here
    BASE_DATA:
    RSN_CODE
    QUANTITY
    DATA_DIM:
    ID_RSN (PK)
    RSN_CODE
    your join need to be BASE_DATA.RSN_CODE = DATA_DIM.RSN_CODE(+)
    your target table will have as mapping
    TGT_DIM:
    ID_RSN (PK): DATA_DIM.ID_RSN
    QUANTITY: BASE_DATA.QUANTITY
    Now
    Base_Data
    RSN_CODE       Quantity
    1A                    120
    1B                    260
    1C                     130
    1E                    300
    DATA_DIM
    ID_RSN          RSN_CODE
    1                    1A
    2                     1B
    3                    1C
    4                    1D
    ------------------------------OK--------------------------
    After execution
    TGT_DIM
    ID_RSN          QUANTITY
    1                    120
    2                    260
    3                    130
    and in E$ table
    ODI_ROW_ID    :    F                   
    ODI_ERR_MESS  :   ODI-15066: The column ID_RSN cannot be null.
    ODI_CHECK_DATE  :   24-JUL-13
    RSN_CODE   :    (null)
    Quantity       : 300
    ---------------------OK----------------------------------
    but I want in E$ table consist following result
    ODI_ROW_ID    :    F                   
    ODI_ERR_MESS  :   ODI-15066: The column ID_RSN cannot be null.
    ODI_CHECK_DATE  :   24-JUL-13
    RSN_CODE   :    1E  
      Quantity       : 300
    Thanks

  • LOV Control is going to next Input Field

    Hi all,
    when i clikc LOV icon on my form the control is going to next input field.second one should have partial trigger with LOV field .Due to partial trigger am facing this problem .I recreated the binidings also.But it is not working.
    please help me in this .It is very urgent .
    Ravi.

    Hi ,
    Am giving all my code details .Please help me .
    1.LOV INput Field with name PRMID:
    <af:inputListOfValues id="prmIdId"
    popupTitle="Search and Select: #{bindings.PrmId.hints.label}"
    value="#{bindings.PrmId.inputValue}"
    label="#{bindings.PrmId.hints.label}"
    model="#{bindings.PrmId.listOfValuesModel}"
    required="#{bindings.PrmId.hints.mandatory}"
    columns="#{bindings.PrmId.hints.displayWidth}"
    shortDesc="#{bindings.PrmId.hints.tooltip}"
    autoSubmit="false" editMode="select"
    binding="#{backingBeanScope.backing_rcsPartner.prmIdTxt}">
    <f:validator binding="#{bindings.PrmId.validator}"/>
    </af:inputListOfValues>
    2.Input Field HQID having partial trigger to prmID
    <af:inputText value="#{bindings.HqId.inputValue}"
    label="#{bindings.HqId.hints.label}"
    required="#{bindings.HqId.hints.mandatory}"
    columns="#{bindings.HqId.hints.displayWidth}"
    maximumLength="#{bindings.HqId.hints.precision}"
    shortDesc="#{bindings.HqId.hints.tooltip}" id="it1"
    binding="#{backingBeanScope.backing_rcsPartner.hqidTxt}"
    partialTriggers="prmIdId">
    <f:validator binding="#{bindings.HqId.validator}"/>
    </af:inputText>
    3. My Page Definition Page having both PRMID,HQID
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="11.1.1.56.60" id="RcsPartnerPageDef"
    Package="fragments">
    <parameters/>
    <executables>
    <variableIterator id="variables"/>
    <iterator Binds="RcsPartnerSetupViewTbl" RangeSize="100"
    DataControl="AdminHandlerAMDataControl"
    id="RcsPartnerSetupViewTblIterator"/>
    <searchRegion Criteria="__ImplicitViewCriteria__"
    Customizer="oracle.jbo.uicli.binding.JUSearchBindingCustomizer"
    Binds="RcsPartnerSetupViewTblIterator"
    id="ImplicitViewCriteriaQuery"/>
    </executables>
    <bindings>
    <attributeValues IterBinding="RcsPartnerSetupViewTblIterator"
    id="LastUpdateUser">
    <AttrNames>
    <Item Value="LastUpdateUser"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="RcsPartnerSetupViewTblIterator"
    id="CreateDts">
    <AttrNames>
    <Item Value="CreateDts"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="RcsPartnerSetupViewTblIterator"
    id="LastUpdateDts">
    <AttrNames>
    <Item Value="LastUpdateDts"/>
    </AttrNames>
    </attributeValues>
    <tree IterBinding="RcsPartnerSetupViewTblIterator"
    id="RcsPartnerSetupViewTbl">
    <nodeDefinition DefName="com.hp.rebates.grs.model.services.ui.queries.RcsPartnerSetupView"
    Name="RcsPartnerSetupViewTbl0">
    <AttrNames>
    <Item Value="PrmId"/>
    <Item Value="HqId"/>
    <Item Value="LastUpdateUser"/>
    <Item Value="CreateDts"/>
    <Item Value="LastUpdateDts"/>
    <Item Value="Name"/>
    </AttrNames>
    </nodeDefinition>
    </tree>
    <action IterBinding="RcsPartnerSetupViewTblIterator" id="Delete"
    RequiresUpdateModel="false" Action="removeCurrentRow"/>
    <action IterBinding="RcsPartnerSetupViewTblIterator" id="CreateInsert"
    RequiresUpdateModel="true" Action="createInsertRow"/>
    <action id="Commit" RequiresUpdateModel="true" Action="commitTransaction"
    DataControl="AdminHandlerAMDataControl"/>
    <action id="Rollback" RequiresUpdateModel="false"
    Action="rollbackTransaction"
    DataControl="AdminHandlerAMDataControl"/>
    <listOfValues StaticList="false"
    IterBinding="RcsPartnerSetupViewTblIterator" Uses="LOV_PrmId"
    id="PrmId"/>
    <attributeValues IterBinding="RcsPartnerSetupViewTblIterator" id="Name">
    <AttrNames>
    <Item Value="Name"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="RcsPartnerSetupViewTblIterator" id="HqId">
    <AttrNames>
    <Item Value="HqId"/>
    </AttrNames>
    </attributeValues>
    </bindings>
    </pageDefinition>

  • Control nol going to java code

    HI..
    I am facing a problem. I am doing validation for fileuploader in java. I am able to do the validation in java. But the requirement is to do the validation in java (page code). When i am passing empty string and do a submit, its working fine i.e the contol is going fine to the page code. But when I give some blank string to the fileuploader field and do a submit. The control is not going to the page code.
    Please help me in the regard. Its very urgent
    Regards
    Rishab

    Can you elaborate with short examples. When you say "going to java code" I assume you mean either trigger a ValueChangeEvent or a Invoke Application event.
    My assumption is that the blank is not triggering a ValueChangeEvent. If data does not change then Invoke Application will not be called either.

  • Install error "could not install some modules:"

    After I finsihed install I got some errors one was saying somthing exception related to Zip and then after second run I get
    Warning - could not install some modules:
         Core Modeling Library - The module named com.tomsawyer.module/1 was needed and not found.
         Core Modeling Library - The module named org.antlr.module/1 was needed and not found.
    I try to reinstall with the option "repair install" and after that I still get the same error.
    by the way I installed both jdk and the ide. I have an older jdk still on my computer.

    Thanks for response!
    To start the Application Server, open a terminal
    window
    or command prompt and execute the following:
    asadmin start-domain --verbose domain1 The comand window starts with C:\documents and settings\administrator, should I firstly change it to C:\ ? and how to change to C:\ ?
    Or, on Windows, you can choose
    Programs -> Sun Microsystems -> J2EE 1.4 SDK -> Start
    Default Server No, in my Programs menue, there's no Sun Microsystems.
    Says Starting and Stopping the Application Server
    chapter of The J2EE 1.4 Tutorial:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    I browsed the tutorial, it doesn't provide such a trouble shooting.
    Are you sure that you have application server
    installed?Ths install procedure was successfully finished without any error message. Also, I can see J2EE is in my Control Pannel\ Add Remove\Program list.
    What should I do? Thanks!
    Jenny

  • Control design and simulation module

    Hi,
    I am new to Labview and i am trying to work on Control System design. I have downloaded and installed the Evaluation Module of Control Design and Simulation Module. The problem I am facing witht this is its not showing any control fuctions in functions Palette. While installing it said its installing only control design and simulation assistant. Please, can anyone help with this.
    I am actually looking at this module to implement Sliding mode control for non linear systems. I would like to know if there are any examples to implement this??
    Thank You.

    Hello
    The problem is the following. The version of LabVIEW that you are using does not match the version of the evaluation version of LabVIEW Control Design and Simulation Module (CD&SIM). If that happens, the installer will not select the support files for your LabVIEW. If you download LabVIEW 2011, then you must install CD&SIM 2011.
    Now, the module in the current version does not have an example with sliding mode control. But using this module, you can easily implement the algorithms and simulation its result using the Control and Simulation Loop.
    Hope this helps.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • MIRO.......Quality doc not going into block

    Hi,
    When we are posting invoice through MIRO against materials in Quality its not going into payment block..
    We maintaing everything from QM point of view, control keys and select block invoice options.
    we are unable to trace/ fine the settting related from FICO.
    Can any body guide me.
    Regards,
    Venkat

    hi
    In MM02,
    Quality management view,
    Activate "QM in Procurement is Active"
    Enter QM control key - "0007" i.e. Del. release, invoice block
    U have to also maintain QM Info Record, use QI01
    Test 1 complete cycle PO > GR > LIV
    It will start working
    Regards

Maybe you are looking for

  • Help can't transfer video to IpoD!!!!!!!!

    Hi i have a problem i cant transfer video to my ipod when i drag and drop a mp4 video file to itunes nothing happens... if its a mp3 file it works few days a go it also worked with the video files but now not anymore how is this possible. And about r

  • Error Code 88 with Pixma Pro9500 even with art margins set correctly

    I'm getting error code 88 (from the Canon Pro9500 series print monitor window) when attempting to print on an A3Plus art paper (Hahnemuehle William Turner), even though I have the paper size set correctly (in the Photoshop Print Dialog, Print Setting

  • How do I back up my photo stream album photos (not in camera roll) to USB?

    Is their a way I can directly save my photo stream to my computer? I have deleted many pictures from my camera roll and wish to keep photos in their respective photostream albums as there are over a thousand!  The only way I can seem to do it is to s

  • Work process in complete status

    Hi Gurus , wps are going to complete status and restart after error is set to no , tried to retart wps again same problem they going again to complete status . could some guide on this. thanks va

  • FIFO layers detail requirement

    Hi Team, I am facing problem for the development of costing of the fininshed goods whihc we are manfucturing in warehouse through production module . For my result purpose i need to know the detail of raw material whihc actually consumed and from whi