TE chnages value maintained in the field of deduction to of  IT2007 to zero

Hi Experts
At client site positive Time management is implemented without Quota . Client is using IT2007 to store approved OT.
Accordingly OT is updated with Hours in IT2007 on particular date. After the execution of Time evaluation it checks for clock in and Clock Out time in IT2011 and then updates the deduction to field  in IT2007 with hours of OT(eg 6 hrs). For this approved OT (eg 6 hrs), payment is given to employee.
In the month of May payment is given correctly for all OT updated in IT2007. But during the June payroll retro was run by system itself with deduction of some OT paid in May.
This has affected only few employees. During analysis it has been found that before actual Payroll run normal TE was executed by user which has changed the value in IT2007 to 0(deduction to field). Due to zero value payroll ran retro and deducted amount. After payroll execution the TE was rerun which has changed the zero value to original one (eg 6 hrs).  For this strange behaviour of TE we have checked if there is any master data change but we did not found any change in Master data.
We are surprised without master data change the value in IT2007 became zero after TE.When we rerun TE it became again original approved OT hours (eg 6 hrs). 
What could be possible reason for strange behaviour of TE ?

Hi,
When i was trying to do the same, i was getting error.
"adapter exception, context binding of property value unresolved"..i tried many times but same.
Seems some problem with context mapping/binding.
i deleted the entire componenet and created a fresh one.  Its working fine now.
I thought i am missing something for this data transfer. Many thanks for your inputs.
Regards,
Ajay

Similar Messages

  • Reg : for Tcode IW32, where the text is maintained for the field FHKTX

    Hi GM to all,
    Can any one teme where the text is maintained for the field "FHKTX" in IW32 Tcode
    Regards
    valluru

    What is the Agent version monitoring the Database for which this alert is raised?
    You need to apply the fix for Bug : 9110313 to the Agent on the database machine.
    Refer to Note 9110313.8: Bug 9110313 - Metric clear alerts reported when warning and critical threshold are crossed

  • Preserving a field's value on changing the field access parameter?

    I have a form that has a number of fields that are set to "protected" and have calculation scripts on them. If the user selects a specific radio button option elsewhere, the form sets the .access parameter to "open" and disables the calculation so that the user can enter whatever they want into those fields. The problem arises when the user imports XML data via Acrobat. The radio button choice is made (since it is bound to an element in the schema), but when the form changes the access parameter of the fields to "open", it fires the calculate event on the fields and we lose the value assigned to those fields from the imported XML.
    Is there any way to preserve the fields value when it changes from "protected" to "open"? Here is an example PDF w/ XSD.
    The more I dig into this the more I think this might be an issue with calculate.override not disabling the calculations on a field, even when it is set to "open" - at least until the user manually edits that field.

    Ok, worked out a solution. It's specific to my application, but maybe someone else will get something out of it. What I did is moved the calculation script from the field I am changing the access parameter of (call it "Field A") to the fields that feed into that field (call them "Field B" and "Field C"). Now, when the user triggers the exit events on B and C, each one fires a script that updates the value of A. For my application, this works only because B and C are hidden from the use if they toggle the radio button allowing them to manually enter A.
    Basically, instead of A pulling values from B and C to calculate it's value, B and C check each other and push values to A.

  • R/3 table for the field DDUCT (Deduction)

    Hi all,
    I have a R/3 field DDUCT (Deduction) which needs to be mapped to BW. Can you please tell me from which tables in R/3 can i get this field. Is there some t-code where i can check the tables in which a particular field is present?
    Regards,
    Anupama

    Hi Anupama,
    Always check in se11 with option data type.
    DDUCT is not coming from database table.
    The values are specified in domian itself with values yes or no. always you will get these two values in BW or in r/3.
    Hope this helps.
    Regards,
    Reddy.

  • Problems with a PopUp to URL consisting 'The Value contained in the field'

    The Link text is the IP_ADDRESS of one of our Cameras.
    The only thing I want placed in the URL field of the browser is the IP_ADDRESS. (ie. 111.111.111.111)
    What I get is something like 'http://hostname:port/pls/apex/f?p=111.111.111.111'
    I've used popUps a lot, but I've never tried it for this purpose.
    Can someone offer some advice for me.
    Thanks- Gary

    Hi Gary,
    You need to ensure that you include the protocol in your call. Without this, the address you enter is seen as relative to the application.
    Use something like: javascript:popUp('http://#IP_ADDRESS#')
    Andy

  • Abap Code to Repeat the field (3nos) Values for all the fields

    Hi Friends I have a Requirement to merge the Data for One of my BI - BCS model.
    I have fields in one table(/BIC/AZDBBCP_040) <b>business Num , PRCTR, REGION  and RELOCAT</b>  and Field ZAUD_TYP and Audit Year Zyear also in same table.
    But I want to reapeat this information Highlighted in Bold for all the Zaudtyp and ZYEAR. Please help me with the Code
    <b>Problem as below</b>
            BUSNUM  PRCTR  REGION  RELOCAT   ZAUD_TYP  ZYEAR
              101     22    ALAN      MN           
              101                                                                                GT(ZAUD_TYP)        1999(ZYEAR)
    101                                      BTE         2001
    102          25          CA        SFO          
               102                           LTE         2008
    Please help me with any Code to fix the problem so that the data repeat for PRCTR  REGION  RELOCAT  where Bus Num is same.
    Kindly Get me any ABAB Code . Will really be thankful to you
    Regards
    Soniya Kapoor
    soniya kapoor
    Message was edited by:
            soniya kapoor

    Hi Soniya,
    You can use one of the following:
    IF SOURCE_FIELDS-DATETO =  ' '.
    RESULT = '20990101'.
    ENDIF.
    or
    IF SOURCE_FIELDS-DATETO IS INITIAL.
    RESULT = '20990101'.
    ENDIF.
    or
    IF SOURCE_FIELDS-DATETO = '00000000'.
    " THERE WAS A SPACE IN YOUR CODE.
    RESULT = '20990101'.
    ENDIF.
    Regards,
    Satya

  • How to validate the field values in module pool program?

    Hi Guys
         I am working with module pool programming.
         Here I want to validate the fields like below.
         with out filling all the fields if I click SAVE option it has to show a message that all fields has to be filled.  This can be done by checking all the fields individually.
         I think it can be done through <b>LOOP AT SCREEN ......ENDLOOP</b>. sequence.
         If it is possible, can anyone help me?

    You need to write the Module in between the CHAIN and ENDCHAIN statment in SE51
    If you send a warning or error message from a module <mod> that you called using a FIELD statement as follows:
    CHAIN.
    FIELD: <f1>, <f 2>,...
    MODULE <mod1>.
    FIELD: <g1>, <g 2>,...
    MODULE <mod2>.
    ENDCHAIN.
    all of the fields on the screen that belong to the processing chain (all of the fields listed in the field statements) are made ready for input again. Other fields are not ready for input. Whenever the MODULE statement appears within a processing chain, even if there is only one FIELD attached to it, all of the fields in the chain (not only the affected field) are made ready for input again, allowing the user to enter new values. If the fields in the processing chain are only checked once, the PAI processing continues directly after the FIELD statement, and the preceding modules are not called again.
    Look at the DEMO program DEMO_DYNPRO_FIELD_CHAIN.
    ashish

  • How to get values of selection screen fields in the POV event

    I have two radio buttons r1,r2 and a field file_name on  selection screen.
    I have written At selection screen on value-request for the field file_name. Based on the selection of radio buttons I have to display different screens when f4 for field_name is pressed.
    Unfortunately the values of r1 or r2 are not populated in the AT selection screen on value-request event.
    Can any one tell me if there is a way to obtain the values of r1 or r2 in the AT selection  screen on value-request event.

    Hi..
    Try out this.
    REPORT  ZH_TEST4                                .
    CONSTANTS : c_x                TYPE char01 VALUE 'X',
                c_rg1(4)        TYPE c      VALUE 'RG1',
                c_gr2(3)        TYPE c      VALUE 'GR2',
                c_gr3(3)        TYPE c      VALUE 'GR3',
                c_zero          TYPE n      VALUE '0',
                c_neg(2)        TYPE c      VALUE '-1'.
    data: w_sscrfields_ucomm1   TYPE sscrfields-ucomm.
    SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
    PARAMETERS       : p_back   RADIOBUTTON GROUP rg1
                                     USER-COMMAND pc,
                       p_fore   RADIOBUTTON GROUP rg1
                                          DEFAULT 'X'.
    SELECTION-SCREEN : END OF BLOCK blk1.
    SELECTION-SCREEN : BEGIN OF BLOCK blk2 WITH FRAME TITLE text-002.
    PARAMETERS : p_phif LIKE rlgrap-filename  MODIF ID gr2,
                 p_ahif LIKE rlgrap-filename  MODIF ID gr3.
    SELECTION-SCREEN : END OF BLOCK blk2.
    AT SELECTION-SCREEN OUTPUT.
      IF p_fore EQ c_x.
        w_sscrfields_ucomm1 = c_rg1.
      ELSE.
        w_sscrfields_ucomm1 = space.
      ENDIF.
      LOOP AT SCREEN.
        IF w_sscrfields_ucomm1 EQ space.
          IF screen-group1 = c_gr2.
            screen-active = c_zero.
          ENDIF.
        ELSE.
          IF screen-group1 = c_gr3.
            screen-active = c_zero.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    also try out function module POPUP_WITH_TABLE_DISPLAY.
    Plz reward points if this helps by clicking on star!1
    Good Luck!!
    Cheers,
    Rajeev

  • How to handle the lack of  unentered  values in a text field

    hello
    i am a bit new to Swing . i have created a form where i need the user to input details BUT HE DOES NOT HAVE TO ENTER VALUES IN ALL THE FIELDS .
    when i pass values to all the text fields it works well but when i fail to enter one of the fields it throws exceptions .
    how can i rectify this problem ?
    i really need ideas .

    hi,
    i think. i am having similar kind of errors. can you please have a look on this and advice me.
    * this part of code is used to save object */
         if (e.getSource () ==save)
              if(SName.getText().trim().length())!=0 && SNo.getText().trim().length())!= 0 && Smark.getText().trim().length() != 0)
                   StudentMark s = new StudentMark(SNo.getText(),SName.getText());
                   try{
                   s.setMark(Integer.parseInt(Smark.getText()));
                   v.addElement(s);
                   JOptionPane.showMessageDialog(null, "Saved Succesfully:" + s.toString());
                   catch (NumberFormatException e2)
                   JOptionPane.showMessageDialog(null," Record cannot saved-Entered Mark is not a Integer- Enter Number");
                   SName.setText(" ");
                   SNo.setText(" ");
                   Smark.setText(" ");
                   //SName.requestFocus();
    /* this part of code is used to save object */
    using this code to save marks,name and module no. on first time it works fine but on second time it put some white space before name,module no and mark. and if i treid to save it gives me exception msg as it not recognised mark with a white space.
    thnaks,

  • Assigning Default value to a Infotype Field

    Hi,
    My requirement is to assign default value to the loan amount field of the loans infotype(0045).
    I am using the PBAS0001 user exit program ZXPADU01 and taking the basic pay amount for the employee from infotype 8 and assigning it to pa0045-dabrt(loan amount)field in infotype 45. But the problem is the loan amount field in 45 infotype is of the type currency(13 characters) and if i assign a value 2000 to the field its displaying as 20,000,000.00. That is the value is being multiplied by 10000 and is displayed. When i tried to divided the value by 10000 and pass it, for odd numbers its not working.Can Some one provide the solution for this problem.

    Try using simple Formula at field level insted of field routine.
    there is IF( <condition>, <result when true>, <result when false> ) option avaialble in formula
    Regards
    Sudeep

  • Error The field cannot be changed

    Hello Friends,
    I have code as below where name1 and LIFNR are the paramenters in WD I am sending it out to FM. But, when I compile I get the error as "The field "LIFNR" cannot be changed" LIFNR is CHAR size 10. I think normally a CHAR data type should hold the numbers. Incase not, then can any one show me how to do type casting or what is the correct way to code so that it holds the value that could be passed to LIFNR.
    lv_zvendorlist = name1.
    DATA vendnamenum type string.
    DATA: vendname type string, vendnum type string.
    vendnamenum = lv_zvendorlist.
    SPLIT vendnamenum at '-' INTO vendname vendnum.
    IF vendnum is NOT INITIAL.
    write: vendnum+0(1).
    ENDIF.
    lv_zlifnr = vendnum.
    LIFNR = lv_zlifnr.
    Thks & Rgds,
    Hemal

    I have fixed the code by passing the value directly to the field of a context node. the fix is as below for future reference.
    lv_zvendorlist = name1.
    get single attribute
      lo_el_inv_input_values->get_attribute(
        EXPORTING
          name =  `ZVENDORLIST`
        IMPORTING
          value = lv_zvendorlist ).
    DATA vendnamenum type string.
    DATA: vendname type string, vendnum type string.
    vendnamenum = lv_zvendorlist.
    SPLIT vendnamenum at '-' INTO vendname vendnum.
    lv_zlifnr = vendnum.
    set single attribute
      lo_el_inv_input_values->set_attribute(
        EXPORTING
          name =  `ZLIFNR`
          value = lv_zlifnr ).
    Thks & Rgds,
    Hemal

  • Substituting the field PROJK of BSEG table using Substituting Exit

    Hi All,
    Actually I am using substituting the PROJK field using substitution exit U901.
    but after this form routine standard routine in program GBTC2FIJ is getting called which is reverting my changes.
    because there is a  temp structure which is not having the field and while saving this temp structure to bseg this will create BSEG-PROJK as initial.
    Please help on this.
    Thanks

    Hi,
    I think the field PROJK is available for substitution.  Check the table GB01 for
    BOOLCLAS = '9' ,
    CLASSTYPE = 'S',
    BCLFIELD='PROJK'.
    if the field BEXCLUDE is holding the value 'X', then the field is not available for substitution.
    Regads
    Vinod

  • To select the field dynamically while fetching th e data

    Hi Experts,
    We have fields like TKG001, TKG002, TKG003 etc in COST table...
    My requirement is that we want the value present in the field TKG0** where ** is the month of system data.
    Do we have any method to extract the field dynamically from the table.
    Please suggest me how can i achieve the requirement.
    Thank you,
    Regards,
    Kavya

    Hello
    You can use dynamic field specification
    Check this :
    REPORT x.
    DATA :
          BEGIN OF lw_field,
            field(20),
          END OF lw_field,
          lt_field LIKE STANDARD TABLE OF lw_field.
    START-OF-SELECTION.
      lw_field-field = 'BUKRS'.
      APPEND lw_field TO lt_field.
      lw_field-field = 'GJAHR'.
      APPEND lw_field TO lt_field.
      SELECT (lt_field)   "<-- Internal table contains your dynamically specified in parenthesis
      FROM bkpf
      INTO TABLE itab.
      BREAK-POINT.

  • How to use the field checkbox for bapi parameter ?

    Dear All,
    Now, i find some code as below.
    The BAPI is uesd to create or update the sales order; but checkbox for bapi parameter have not been give values 'X'. why?
    take the first bapi for example, i think table order_items_inx (table parameter) should be given value 'X' for the field which will be update.
    Could you teach what happed?
    case gt_all_hd-sd_doc_cat.
    when 'C'.
    call function 'BAPI_SALESORDER_CREATEFROMDAT2'
    exporting
    order_header_in = gs_order_hd
    importing
    salesdocument = gv_vbeln
    tables
    return = gt_return
    order_items_in = gt_items
    order_partners = gt_partners
    order_schedules_in = gt_schedules
    order_conditions_in = gt_conditions.
    when others.
    call function 'BAPI_SALESDOCU_CREATEFROMDATA1'
    exporting
    sales_header_in = gs_order_hd1
    importing
    salesdocument_ex = gv_vbeln
    tables
    return = gt_return
    sales_items_in = gt_item1
    sales_partners = gt_part1
    sales_schedules_in = gt_sch1
    sales_conditions_in = gt_cond1.
    endcase.

    If you want to change a value, you need to pass the value in the 'order_items_in = gt_items' structure.
    You also need to add an 'X' in the 'order_items_inx = gt_itemsx'  structure for the same field.
    If you do not pass the 'X' then the value will not be updated...
    It looks like you are not passing the required '...x' structures.
    For more info see the documentation:
    Notes                                                                               
    1.  Mandatory entries:                                                                               
    ORDER_HEADER_IN : DOC_TYPE     Sales document type                      
                        SALES_ORG    Sales organization                       
                        DISTR_CHAN   Distribution channel                     
                        DIVISION     Division                                                                               
    ORDER_PARTNERS..: PARTN_ROLE   Partner role, SP sold-to party           
                        PARTN_NUMB   Customer number                                                                               
    ORDER_ITEMS_IN..: MATERIAL     Material number                                                                               
    2.  Ship-to party:                                                                               
    If no ship-to party is entered, use the following: Ship-to party =  
          sold-to party.                                                                               
    3.  Commit control:                                                     
          The BAPI does not have a database commit. This means that the       
          relevant application must leave the commit, in order that can be    
          carried out on on the database. The BAPI BAPI_TRANSACTION_COMMIT is 
          available for this.                                                                               
    4.  German key words:                                                   
          The following key words must be entered in German, independantly of 
          the logon language:                                                 
          DOC_TYPE     Sales document type, for example: TA for standard order
          PARTN_ROLE   Partner role, for example: WE for ship-to party                                                                               
    Further information                                                                               
    You can find further information in the OSS. The note 93091 contains    
      general information on the BAPIs in SD.

  • Maintaing a default value for a particular field in the selection screen

    Hi all,
    How to maintain a default value for a particular field in the Selection Screen of a Standard report
    Regards
    Ajay

    >
    ajay babu wrote:
    > Hi all,
    >
    > How to maintain a default value for a particular field in the Selection Screen of a Standard report
    >
    > Regards
    > Ajay
    Create a variant for your standard program and assign this variant to the field 'Start with variant' while creating transaction code for the standard program in the transaction 'SE93'.
    Regards
    Rajesh.

Maybe you are looking for

  • My name is wrong on my email.  i cant figure out how to fix it.  Help?

    I have started a mobile me account and my name is wrong on the from line. How do I fix this.

  • Generic Extractor on DB Table without Date, Time stamp

    Hi all, We have requirement of creating a generic extractor on the table which doesnt have date or time stamp in the data field. The only option availabel is to extract from Document numbers. And we cant put the extractor mode to "Read from view" bec

  • Lightroom 4 soft proofing doesn't show installed ICC profiles

    If I go to printing options there are many paper profiles I can choose. However in the Other menu of the soft proofing tool, there is no profile except the visualization ones. I have an HP officejet 8500 pro printer and windows 7 64 bit.

  • Query modify

    how to rewrite the below mentioned query could any one help me b'coz i am not familiar with query tuning please any body help me. SELECT GP1.SUBGRPCODE PGRP,GP1.SUBGRPNAME PGRPNAME,GP1.SUBGRPID PGRPID, GP2.SUBGRPCODE SGRP, GP2.SUBGRPNAME SGRPNAME,GP2

  • Alv list printing-dump error

    hai, i get following dump error when tryign to print a alv list report. 'Illegal interruption of the event LOAD-OF-PROGRAM. What happened? Error in the ABAP Application Program The current ABAP program "SAPLSZA12" had to be terminated because it has