Tax Form: HR_F_MMREF_1_MD 'RV' Record 'Source Field Names'

Hi,
Without "Save" of the original (delivered) definition of the subject "Tax Form", the form was updated and customized by mistake or stupidity. (We are ECC 6.0 HR Rel 600 Level 0022 Payroll.)
If anyone can browse his or her "Tax Form Definition" via SPRO=>U S Payroll=>Tax Reporter=>Tax Form Definition=>Define Original Tax Form=> Select "HR_F_MMREF_1_MD" and RV Record..
Please let me know the Source Field Names of the following locations:
RV 088
RV 149
RV 185
RV 209
RV 233
RV 269
RV 297
RV 312
RV 320....
Thanks.
Ben

Hi Arthi,
Thanks for the reply ,  for TAX form Group W2M1, W2M2, W2M3  , while configuring Evaluation of tax form
the following items required to select
Evaluation of tax forms (Employee info required)
Time ranges , in which data will be stored
Reporting of retro calculation
Please let me know how to configure these evaluation forms ?? and Does  any wagetypes needed to be assigned to these tax form groups ??
Note:
The customers has to use manual entries options in PU19 and use the below TFG to populate the respective fields accordingly.
W2M1 MW508-Employer Total Tax Exempt Credits
W2M2 MW508-Overpayment to be credited
W2M3 MW508-Overpayment to be refunded

Similar Messages

  • Records and Field Names

    The table structure for the system can be changed through the front-end, so I am using a record structure with the %ROWTYPE functionality to pick up these changes. Data is received from an external source which has to update this data. What I would like to do is assign a value to a field name within the record that matches a particular pattern rather than stating the exact field name (which I will not necessarily know at the time of writing the code as it is a constantly changing table strucure) so for example I would like to write, something to this effect:
    SELECT utc.columnname
    FROM user_tab_columns utc
    INTO v_team
    WHERE utc.columnname like '%TEAM%';
    myrecord.v_team = 'SomeValue';
    Currently this won't compile as v_team does not exist it is the value within v_team I want to use. Is there a solution to this or does anyone have any alternative methods?
    Thank you
    Emma

    Is the following your requirement. I have created tableA as a source of data.
    SQL> select * from tableA;
    TEAM       AREA
    red        A
    blue       B
    green      C
    SQL> select * from tableB;
    no rows selected
    SQL>   declare
      2    str1 varchar2(50) := 'insert into tableB ( ';
      3    str2 varchar2(300) ;
      4    str3 varchar2(20) := ' ) values (';
      5    str4 varchar2(200);
      6    str5 varchar2(10) := ')';
      7    begin
      8    for rec in (select * from tableA) loop
      9     str2 := str2||rec.team||'_area ,';
    10    str4 := str4||''''||rec.area||''',';
    11    end loop;
    12   str2 :=  substr(str2,1,length(str2)-1);
    13   str4 := substr(str4,1,length(str4)-1);
    14   dbms_output.put_line(str1||str2||str3||str4||str5);
    15   execute immediate str1||str2||str3||str4||str5 ;
    16   end;
    17  /
    insert into tableB ( red_area ,blue_area ,green_area  ) values ('A','B','C')
    PL/SQL procedure successfully completed.
    SQL> select * from tableB;
            ID RED_A GREEN BLUE_
               A     C     B
    SQL>

  • Flat file should have source field name and value

    Hi Friends
    I have a scenario of Idoc to Flat file , where in the target structure the field name and value should be present, generally only the value is available in a flat file.The target structure is as below:
    for e.g RECTYPE is the Field Name and A is the value.
    RECTYPE,A
    DATEH,20111101
    TIMEH,173125
    RECTYPE,B
    ORDNUM,4500054536
    ORDITM,150
    SUPDAT,20090218
    PLNQTY,000000006
    MATNR,14B300
    BATCH,5697
    PLANT,3026
    DELIVTYPE,PO
    SUPPLIER,0000023305
    SUPNAME,Deutsche BP AG
    SUPADRS,Erkelenzer Strasse 20
    SUPCITY,Monchengladbach
    SUPPOST,41179
    SUPCOUN,DE
    TRUCK_NBR,7589
    BOND_FLG,X
    STG_LOC,PLCL
    LINE_ACTION,CRE
    RECTYPE,B
    ORDNUM,4500056721
    ORDITM,10
    SUPDAT,20090218
    PLNQTY,000000013
    MATNR,116703
    BATCH,6589
    PLANT,3026
    DELIVTYPE,PO
    SUPPLIER,0000023380
    SUPNAME,DOW Belgium NV
    SUPADRS,Havenlaan 7
    SUPCITY,Tessenderlo
    SUPPOST,3980
    SUPCOUN,BE
    TRUCK_NBR,7589
    BOND_FLG,X
    STG_LOC,PLCL
    LINE_ACTION,CHG
    RECTYPE,X
    DATEH,20111101
    TIMEH,173125
    RECORDS,3

    Hi,
         NameA.addHeaderLine
    Specify whether the text file will have a header line with column names. The following values are permitted:
    ■       0 u2013 No header line
    ■       1 u2013 Header line with column names from the XML document
    ■       2 u2013 As for 1, followed by a blank line
    ■       3 u2013 Header line is stored as NameA.headerLine in the configuration and is applied
    ■       4 u2013 As for 3, followed by a blank line
    This specification is only permitted if exactly one structure is defined.
    regards,
    ganesh.

  • Converting HTML Forms to PDF - Field Names

    When I use Adobe 8 to convert and HTML form to PDF all the field names in the resulting PDF have the crazy long names that are jumble of letters and numbers. So I always have to go back through and manually rename every field because I'm using another program to autopopulate the fields with data. Is there any way to get Acrobat to automatically name the fields in the PDF the same as they are named in the form either using the "name" or "id" properties of the HTML fields? I don't understand why this isn't the default behaviour to begin with.

    The reason this is done is due to a fundamental difference between HTML forms and Acrobat forms. In HTML forms, fields with the same name do not necessarily share the same value, whereas in Acrobat forms they do.
    In the conversion process, Acrobat gives each field a unique name, but also sets a field's mapping name to the name the field had in the original HTML form. This is so that if the PDF form is used to submit as "HTML", then the original field names will be used and any server process that is capable of dealing with the HTML form is capable of dealing with the resulting PDF form. So be aware that if you want to use your modified form to submit to a web server using the "HTML" format, the new field names that you set will not be used. What will be used are the hidden mapping names.
    Unfortunately, I don't think there's anything you can do about any of this to make it work like you want.
    George

  • ASAP:Field name

    Can anyone please say what is tax conditions data of a tax code..I need the field name in rbkp table

    In an user exit i have to populate two fields.The logic is
    1. If the field TXJCD is blank in the idoc and if the tax code of the invoice item and in the refered PO item are same, then can fill E_RBKPV-TXJCD_BNK from the PO item in the user exit.
    2. If the tax code of invoice item is not same as PO item, can find the TXJCD from the tax condition's data for the tax code and copy it to E_RBKPV-TXJCD_BNK within the user exit.
    3. If the field TXJCD is filled in the idoc, can fill the E_RBKPV-TXJCD_BNK in the user exit from here.
    In the second part the tax conditions data is needed.Do you have any idea?

  • Print or Export Field Names

    If I create a fillable form in Acrobat with numerous field names - is there a way to print or export a list of all field names?

    http://forum.planetpdf.com/wb/default.asp?action=9&read=60502&fid=131#164746

  • How do I add a tax form field to a tax form magnetic tape structure?

    I'm in version ECC 6.0:
    I copied SAP's tax form HR_F_1099R_TAPE and created ZHR_F_1099R_TAPE, bringing in all the entries. 
    The only change to ZHR_F_1099R_TAPE is to add tax form fields T102 (STATE withholding) to position 139 and T103 (STATE tax) to position 151.  However, when I run PU19 the values are blank. All other fields are populated as expected.
    If I stick in T002 (FED tax) and T004 (FED withholding) into positions 151 and 139  I have no issues, but I need state not federal.
    What step am I missing to get the T102 and T103 to show in my magnetic tape structure output? 
    The PDF form works brings in P103 and P102 instead of T103 and T102, but the P's don't work either for the mag media.
    Please help.

    Good Morning Arti,
    Tax Form Field T102 pulls from Tax Form Group 0001, and the same for Tax Form Field T103.
    On the magnetic tape structure, my entry is as follows:
    03     Payee "B" Record     139     Payment Amount 8     T102
    03     Payee "B" Record     151     Payment Amount 9     T103
    I'm using the take from field option. 
    Thanks,
    Kerri

  • How to get the value for the LIT_Withheld field in the city tax form?

    I am trying to get the value for the LIT_Withheld field on the city tax form , PAYUSEET.. This is not a database column but is generated based on some conditions.. Appreciate the help. Thanks, Suguna

    Hi Abhmanyu,
    Thanks for your response.
    Search Help Name : ZZ_MG_MARITAL_VH
    Selection Method  : T502T
    Search help parameters are SPRSL, FAMST, FTEXT,
    Can u provide me a sample code to fetch the value of corresponding text.
    Thanks,
    Hari

  • Tax Form - W2  - MMREF - Field - T101

    Hi ,
    We are trying out the new W2 - MMREF Form for Connecticut.
    And we need to enter the State Employer Account Number in the RS record  in location 248 - 267.
    The corresponding  field in V_T51T3 is mapped to "T101"
    How can we set the value of  "T101"
    Thanks.
    Regards,
    Raj
    Edited by: rajasekar thangaraj on Feb 24, 2009 11:10 AM

    I don't know how to map T101.  But, you could use the "Maintain additional information for tax reporting" configuration under the "Tax Form Definition" node.  Enter your account number in here.  Then, change your mag media definition to use T5UX9-FLDXX (where XX is the field number in your config) instead of T101.
    Hope that helps.
    Mary

  • Tax Form SUI - Field 'Unit/Location/Plant Code'

    Hi All
    Can some one clarify, Which field in T5UTV points to ‘Unit/Location/Plant Code’ in the UI reports?
    As we see, we have 3 options in table T5UTV;
    Field – Worksite (WKSIT)
    Field - Reporting unit no. (REPUN)
    Field - NC9901 establishment or  NC9901 Location Code  (NCLOC).
    Looks like T5UTV plays a key role in holding the information pertaining to Worksites and one of the field in there holds the data for Plant ID/ Plant Code.
    Also, I need to know, if this source field varies based on the requirements of each authority or is it constant. For example, according to the OSS Notes  - 1494040 and 1493111,The Tax reporter form for UI of Iowa points to field ‘IARU’ (refers to Iowa Reporting Unit, I suppose), while for Minnesota (OSS NOTE - 539200), it is fetched by an USER_EXIT.
    It would be great if one of you could guide me in the right direction.
    Thanks!

    Hi Ranjani,
    I believe you need this to be identified for Multiple Worksite Report (MWR) and since you would need to have plant code/unit/location identified in T5UTV.
    MWR would identify it based on worksite code in SAP MWR Report which is field WKSIT.
    Reporting Unit Number is maintained if it is provided by BLS (Bureau of Labor Statistics) to report the worksite on MWR.
    NC9901 Establishment code is used for NC9901 reporting which is a separate report.
    Thanks,
    Ameet

  • How to find table name and field name in JSP FORM

    Hi
    In JSP form's like XML publisher responsibility>templet
    In that form how can we see the system-last query . and how to see the table name

    hi yamini,
    plz go to help->record history (for fining table name)
    and
    help->diagnostic->examine (for finding field name)& enter last_query
    in JSP form also same above only i think.
    or check in back end & apply who columns
    Edited by: raghava bandi on Nov 7, 2008 2:05 AM

  • W2 boxes mapped to tax form fields or groups

    hi,
    Is there any documentation that gives the mapping of w2 boxes to the tax form fields or groups? If not anybody made that mapping for the reference?
    Points guaranteed

    Hello,
    Go to SFP transaction and provide the Form name and Look for the field name which is mapped to the Box, then go to T5UT3 in SE16n and see how the tax form field gets the value and which Tax form is mapped for the Tax form field. Detailed documentation I have created in the WIKI link
    https://wiki.sdn.sap.com/wiki/display/ERPHCM/StepstofindparticularBoxvalueinTaxReporter
    With Regards,
    S.Karthik

  • Is there a way to rename multiple form field names with a "b" at the end?

    I have a two page form, both are identical.  I need to rename all the field names on page 2 with a "b" at the end of the file name so they dont conflict with that of the first page.  Is there any fast way of doing this without renaming each individual one at at time?  I have a LOT to do!

    It's not possible with JavaScript. The name property of a field is read-only.
    I would suggest making a template from the first page and then spawn a new page from it.
    If you do it from a script make sure you set the bRename property to true and the form fields will be automatically renamed, but you can't specify the name, it will be in following pattern:
    P<Page Number>.<Template Name>.<Original Field Name>

  • How to capture the field name on a form when it's double-clicked?

    Hello,
    I plan to create a two field Help table that uses the thirty or so unique field names on the user form in field one. The second field is a Memo type field that contains the Help information for each field.
    Once I know the field name clicked, I will probably use a query to retrieve the help information. I'm planning to use the Double-Click event so the users can double-click any field on the form to be presented the specific field related information
    from the Help table.
    How can I capture the name of the field that was double-clicked, so I can proceed with this project? Thank you.
    Cordially,
    John
    Thank you, John Portland, Maine

    Thank you, Hans,
    How about this code:
    Dim varClickedFieldName as String
    varClickedFieldName = ScreenActiveControl.ControlSource
    Or would you recommend other code?
    Cordially,
    John
    Thank you, John Portland, Maine

  • How to save a form based on a field name

    Hi I am new to this form so please bear with me.
    I would like to set up a form and based on the employee name field use that as the recomended file name under the save as function.
    Also how can I stop a user from saving the form ontop of the template. IE saving the file with confidential information on the original file name.
    Thanking you in advance for you help.

    Hi I am new to this form so please bear with me.
    I would like to set up a form and based on the employee name field use that as the recomended file name under the save as function.
    Also how can I stop a user from saving the form ontop of the template. IE saving the file with confidential information on the original file name.
    Thanking you in advance for you help.

Maybe you are looking for

  • How to get Text instead of key in a ListBox or DropDown

    Hi, I have a Listbox Country and I would like to get the Country name selected instead of key. for example if i select India , i am getting corresponding key value for India not the actual text India. How would i get that I am using this.rawValue to

  • Button Highlight turns Black in Encore

    Hi all.  Am confused about what is happening here.  I am trying to make my own customized Button Highlights.  First thing I do is get my object in photoshop by doing the following.  Change "background" layer to a "layer".  Then using color range, del

  • SC ship-to address

    Hi,   When entering address manually while creating a cart an error is generated (Partner Ship-To Address not found  ). I have found that the BU Partner guid is being looked up and it fails. This lookup seems to be standard ( and logical) for any def

  • A question about Adobe Illustrator and saving layers....

    I use illustrator to create animation art.  Basically, I use each layer as create a seperate frame of art - it's a great wayto constanctly check to see if my character's movement is smooth. However, this often to leads to files that are hundreds of l

  • Nokia N73 Camera Photo Capturing Error

    My Nokia N73-01 firmware updated to v4.0839.42.2.1, (Problem was alive Before flashing) But still I cant take images. I can record videos by pressing camera button. But the button will not work in image mode. I have flashed my phone many times. . . S