REgarding form 16

hi experts,
in form 16 ,on page 3 there is a column for the details of TAX DEDUCTED AND DEPOSITED INTO CENTRAL GOV. ACCOUNT,,,,,i gone through the print program of this form but i m not able to understand from where the data is coming,,,as i dont have any hr consultant plz let me know through which application the  enter the details for tax deducted such as tds,surcharge,education cess ,total tax deposited,cheque.ddno etc,,
plz help me.

hi,
u have the upload the flat file for the same
EMP NO
CO CODE
MONTH Of DEDUCTION
TDS
SC
EC
TOT TAX
CHQ NO
BSR CODE
DATE OF PAYMENT
TRANSFER VOUCHER NO
90000628
1000
200501
162822
16282
3582
182686
221145
270602
07.05.2005
29
also change the month of deduction and date of payment record before uploading.
Also please check the note 1029450 regarding this issue.
Regards,
Manish.
Reward pts are helpful

Similar Messages

  • Need help regarding form validation

    Hi all,
    I have particular doubt regarding form validation. I have a form based on a table. ( One data block ) . I have a function in program unit which return boolean value based on some conditions. I will be calling this function in block validate trigger.
    What i need is , if function return false i need to stop any insertion,updation action that's going to be done by forms.( point to control insertion and updation)
    I don't want to use form triggure failure builtin. What should i do ? plz guide
    regards

    what are you going to do stop insert/update upon commit?
    -- use on-insert trigger
    if allowed_to_insert then
    insert_record;
    end if;
    -- use on-update trigger
    if allowed_to_update then
    update_record;
    end if;
    if when entering data, you might want to check set_block_property

  • Help regarding form editor.

    Hello Sapients
    i need details regarding form Editor ( Tcode PE51) how it will works.
    where we need to write the code..how to call Form Editor in pgm..
    tnx in Advance..
    Sandeep

    Hi,
    HR forms are created using Tcode PE51. The program to use this form is Standard SAP programs. You can not write your own program to access this form.
    This HR forms are specifically designed to created Payslip. So the standard program to access payslip is again country specific. For e.g. US, the program name is RPCALCU0.
    Thanks
    Bala

  • Regarding Forms Look & Fell 1.3.8 (Hyperlink in sigle line text item PJC)

    I am using single line text item PJC in my form. I have a tabular block in which one text item implementation calss property is set to "oracle.forms.fd.LAF_XP_TextField".
    Following code is written on when-timer-expire code
    If lower(Get_Application_Property( TIMER_NAME )) = 'laf_timer' Then
    Set_Custom_Property( 'CTRL.BEAN', 1, 'SEARCH_TEXT_ITEMS','') ;
    Set_Custom_Property( 'FIN_ORD.ORD', 1, 'ENABLE_EVENTS', 'fin_ord.ord,true' ) ;
    Set_Custom_Property( 'FIN_ORD.ORD' , 1, 'SET_HYPER_LINK', 'ORD');
    End If;
    When form run & after data execution only first record textbox show the hyperlink but no other textbox shows hyperlink except then first record.
    Please guide.

    Hello,
    Please, ask questions concerning the LAF on the dedicated email : [email protected]
    In you case, it is a generic issue using the Set_Custom_Property() built-in. If you want to set the property on every record, use the ALL_ROWS keyword in place of second argument.
    Regards,
    Francois
    Edited by: Francois Degrelle on Jun 29, 2009 3:02 PM

  • Question regarding Form layout in Flex

    Hi guyz. Today had a look at form layout
    <mx:Form id="form">
            <mx:FormItem label="horizontal:">
                <mx:Text text="test"/>
            </mx:FormItem>
    </mx:Form>
    gives the output in the format 'label' - 'textbox'. But i want to change the orientation like
    label
    checkbox
    How can i do that. Please explain in detail.
    Thanks and Regards,
    Karthik Jayaraman

    savmoy wrote:
     Since php files are run on the server side, can I assume that my JavaScript validations (which are part of  a php file) will be done on the server side as well, and therefore are secure?
    No. The PHP server processes the PHP only, and then sends the output to the browser, which is where the JavaScript will be executed.

  • Regarding form routines IN ECC 6.0

    Hi Abapers,
                       I am currently working in ECC 6.0. I have come through an error as
    se old_entry_xxx as a form routine if you use an own print program
    I have a form routine in my include program as follows...
    FORM ENTRY_NEU USING ENT_RETCO ENT_SCREEN.
      XSCREEN = ENT_SCREEN.
      IF NAST-AENDE EQ SPACE.
        XDRUVO = '1'.
      ELSE.
        XDRUVO = '2'.
      ENDIF.
      CLEAR: XFZ, XOFFEN, XLMAHN, XLPET.
      CLEAR ENT_RETCO.
      PERFORM LESEN USING NAST.
      MOVE RETCO TO ENT_RETCO.
    ENDFORM.   
    Can anyone give any hints regarding how to come out of this error, i guess its a unicode error but not sure.
    Frnds looking for ur help.
    thanks
    & regards,
    kamal

    Hi ,
           I have'nt come up with any solutions yet. But wht i consider is the perform doesnt exist for that form routine.I m wondering , Is that a form routine has any "perform". Frnds if anyone is having any clues plzz provide.
    Its basically a Upgrade task.
    thanking u all.
    regards,
    kamal

  • Query regarding Form Object

    Dear All,
    In my Add On, I have many forms and I am using only one form object for all the forms. Is it permissible or I have to use different form objects for each form. When I am navigating from One form to other I am getting error as Invalid Form. In one case I am opening another(child) form from the parent form, but when I close the child form and click anything on the parent form I am getting error as Invalid Form. Please help me.
    Regards,
    Noor hussain
    Edited by: noor_023 on Feb 25, 2010 10:41 AM

    Hi,
    the error "Invalid Form" refers to the attempt to take a reference to a not existing form, like this:
    oForm = oSboApplication.Forms.Item("ThisFormUIDNotExists")
    Or probably you use e not correct reference to a form in order to reach an item, like this:
    ' oForm is not set properly
    oItem = oForm.Items.Item("TheItemUID")
    Please, post relevant code if this not help you.
    Regards.
    Carmine

  • A question regarding form

    hi,
    i am wondering... is there any way that when my form is displayed first time on screen... it will be
    in MAXIMIZED STATE....
    bye

    Hi farhanmunir99,
    There are many threads in the archive regarding this question. Did you look there?
    Regards,
    Nick G.

  • Regarding Form development in apps

    Hi,
    I developed one custom form in oracle apps, i inserted data into table , but i am not able to see from front end. If am i entered data trough from front end then i am able to see the data.
    Thanks&Regards,
    Hanimi

    "but i am not able to see from front end"
    Have you registered the form function...???
    "I developed one custom form in oracle apps"
    Anyway , you should post your thread to :
    General EBS Discussion
    Sim

  • Regarding Form Modes

    Dear All,
    I sets the Find mode to Screen Painter form default. And i also find record on one edittext. But when i gives tab means when i going to next edittext that time previouse value not shows but . And find mode also not changeing.
    I want to once a data find after that when i wil do some changes any edittext that time mode a will automaticaly change. Like in Item master data form of system form.
    Thanks and Regards
    Harish

    Hi,
    I believe what you are trying to do is that after a record has been fetched and is shown, if the user changes any value, than the mode should be automatically changed to update mode.
    This is accomplished by setting AffectsFormMode property of an item true or false. If it is true, it will change the mode of form, as soon as the value is changed.
    Rahul

  • Regarding Forms Developer6i for  Windows NT

    Hello ,
    I had made one application in Oracle Forms 6i.
    My problem is when more than 5 user tries to add record in same
    table then we couln't found MAX of that record. i.e Max
    (primary_col) of that table.
    I tried with sequence , but when record is not saved then that
    serial no can't be rollback.
    Please suggest some differnt method to solve this query
    Regards,
    Sandeep Kumar

    Hi,
    Instead of using sequence, I suggest you to generate sequence in
    PRE-INSERT trigger of the block.
    Regards
    Syed

  • Urgent regarding forms..................

    Hi all,
    Our client is thinking of using ADS and Adobe Livecyle designer for developing all the forms in SAP instead of Sapscripts/Smartforms . Does anyone have any experience in this area ? can any one help me about this. if you have any material any link plz send me.
    regards,
    Ruchika

    Hi Ruchika,
    Check these links on Adobe forms
    http://help.sap.com/saphelp_nw04/helpdata/en/1e/05853ff8ec2c17e10000000a114084/content.htm
    https://www.sdn.sap.com/irj/sdn/interactiveforms
    http://www.sap.com/solutions/solutionextensions/pdf/BWP_Interactive_Forms_Adobe.pdf
    Thanks,
    Vinay

  • Regarding form name

    hi experts,
                   i m working on print program of form-16 in hr,i want to know the form name of this print program,what sud i do to get the  standard form name of this program ...i have to do some modifications....
    plz help me

    check program HINCF160 for form 16.
    search for open_form in that program , theere u will come toknow which Form it is using ? or check in Pe51 for CEDT.
    Regards
    Prabhu

  • Issues regarding form pdf?

    Hello There,
    I recently downloaded Adobe Pro to test and create a form pdf. I performed the following:
    1. Included a few fields, including mandatory ones which showed * sign while designing. When I saved as pdf, on my local drive. When I opened the pdf file the mandatory * sign just didn't showed up.
    How can I force the user to enter all the mandatory fields before he saves the file?
    The other problem I faced is when I try to distribute and would like to save the pdf in my local drive, it wouldn't allow me to do so, but asks to save in share point or network drive
    Could you please advise?
    Looking forward to hearing from you.
    Thanks & regards
    Don

    The required size and resolution depend entirely on the size the image will be printed, and the printing method. You can check the "Effective Resolution" for the image in either the Links Panel or the Info Panel. That's the one that counts.
    For typical offset litho printing, you want something in the range of 300 ppi effective resolution (but as low as 244 will probably be ok with screen frequency of 150 lpi or less). For digital printing my rule of thumb is 180 -200 ppi effective resolution.
    These numbers presume the work will be viewed at arm's length or less. For large prints made to be viewed from a longer distance you need less resolution. Are you printing these images at 100% scale?
    You might want to read this thread: Distance-Resolution Formula

  • Regards Forms ---- W2, W2c and W4

    Dear All,
    I have a requirement to configure in IMG for US payroll related forms. I have no Idea about what are the mandatory forms need to maintained for US and where do we need to configure in IMG.
    What is the importance for T.code PU19. Pls give me the info regards these questions.
    Regards
    chandra

    Hello Chandra,
    The tcode PU19 generates all relatives tax forms that your company must report to US government, Fed form or States forms.
    The forms W2, W2C and W4 is used to report the taxes collected for each employee in the tax company.
    You can find more information accessing the related information at the link:
    Http://service.sap.com/hrsua >>Documentation >> U.S. Tax Reporting User Guides.
    Regards,
    Jaime

Maybe you are looking for

  • "There is a problem with your account..." when opening online OneNote file within local OneNote app

    Hi, We have a tenancy DirSync connection a small number of staff so that they can have access to SharePoint, Visio and OneNote Online. When one such user logs onto the http://[groupsite].sharepoint.com site on his Windows 7 PC with Office 2013 instal

  • Execption_during_execute - RFC2WS

    hello I am running RFC2WS sync message and recieve this error - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">   <SAP:Category>Application</SAP:Category>   <SAP:C

  • How to delete form elements in Muse

    I followed the instructions I found on-line but am unable to remove an item from a form in Muse. There is no option for deleting elements, i.e.: a name or  phone field. Either, it's a hidden feature or I totally missed it. Christian

  • How to modify the data of Context Node of type table in BSPCOMP WB

    Hi, I have context node which is of table type. Now, beofre displaying the table, I have to delete few entries from this context node. Could you please help me out, how exactly I can handle this? Component: BP_DATA (Enhanced) View: MarketingAttribute

  • Jpg mouseover to flash

    this is exactly what I want http://www.melodicmedia.ca/expand/melodicmedia/index.html . I have used this script, but it prevents the rss feed from loading on the page i need it on. Is there an alternaitve script for this effect? It is simply a jpg th