TDS with CIN details

Hi gurus,
Can anybody forward me the TDS configuration with cin details & rules & regulations of TDS, its quite urgent plz,,,,
[email protected]

Hi 
See the below links for TDs configs.
help.sap.com/bp_bblibrary/500/documentation/U40_BB_ConfigGuide_EN_IN.doc
http://help.sap.com/saphelp_erp2005vp/helpdata/en/dd/ab17adedc9438fb548a8d86efbb187/frameset.htm
http://help.sap.com/saphelp_erp2005vp/helpdata/en/93/75663ca0a9272ae10000000a11405a/frameset.htm
nagesh

Similar Messages

  • Reqd. T-code in which list of customers display with CIN Details

    Dear All,
    Is there any t-code in which the List of Customers with cin details Display?Like the MKVZ,
    this is the t-code for List of Vendors Display.
    Thanks,
    Sumit.

    Dear Sir,
    I have found another t-code VCUST  for customer detail but in this CIN DETAILS are not there.
    so pls. suggest something...
    Thanks,
    Sumit.

  • How to list the vendors with CIN details.

    Hi all.
    I will get list of vendors using MKVZ or XKVZ, but this report does not contain CIN details for vendors.
    how can i get vendor list with CIN details..plz help me
    thanks
    ramesh reddy

    HI,
    Vendor CIn details will not come in any report
    you have to find out from J1ID or create z Report
    Regards
    Kailas Ugale

  • SAP Note 1486147 - TDS line item details not flowing in Form 16 A Samrtform

    1.     Old Form 16 certificate is printed before 01.04.2010 and new certificate after 01.04.2010. (its correct SAP has written code in such a manner Old one is SAP script and new on is Smartform.)
    Old FORM 16 A gets Acknowledgement No details correctly.
    2.     Acknowledgment No details are not flowing in the NEW Smart Form of Form 16 A.
    When I debug the program I can see PARTNER No details are copied in PAN NO field in TABLE : IT_LFA11[]
    BUT PARTNER NO details are copied to PARTNERNO field  in TABLE IT_LAFA1[].
    TDS line item details on Smart Form is printed based on Partner no. here partner no. is blank as IT_LFA11 table is passed to smartform..
    Program name : J_1IEWT_CERT
    Include name : J_1IEWT_CERT_F01.
    Code:
    FORM CALL_FORM .
      DATA: h_formname TYPE tdsfname,
              h_fmname TYPE rs38l_fnam,
              h_output_info  TYPE  ssfcrescl,
              h_spoolids TYPE LINE OF ssfcrescl-spoolids,
              h_output_options TYPE ssfcompop,
               spoolno(10) TYPE c.
      DATA : it_lfa11 TYPE STANDARD TABLE OF J_1I_LFA1 INITIAL SIZE 0,
             it_printtab TYPE STANDARD TABLE OF J_1I_PRINTTAB INITIAL SIZE 0,
             it_deduc TYPE STANDARD TABLE OF J_1I_DEDUCTEE INITIAL SIZE 0,
             it_qrtrtab TYPE STANDARD TABLE OF J_1I_QRTRTAB INITIAL SIZE 0,
             it_challan TYPE STANDARD TABLE OF J_1I_CHALLANDETAB INITIAL SIZE 0.
      SORT challandetab BY j_1iextchdt DESCENDING.
      it_lfa11[] = it_lfa1[].
      it_printtab[] = printtab[].
      it_deduc[] = it_deductor[].
      it_qrtrtab[] = qrtrtab[].
      it_challan[] = challandetab[].
      h_output_options-tdnewid    = 'X'.
      h_formname = layout.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname                 = h_formname
    *   VARIANT                  = ' '
    *   DIRECT_CALL              = ' '
       IMPORTING
         fm_name                  = h_fmname
    * EXCEPTIONS
    *   NO_FORM                  = 1
    *   NO_FUNCTION_MODULE       = 2
    *   OTHERS                   = 3
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION h_fmname
    EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
       OUTPUT_OPTIONS             = h_output_options
    *   USER_SETTINGS              = 'X'
    IMPORTING
    *   DOCUMENT_OUTPUT_INFO       =
       job_output_info            =  h_output_info
    *   JOB_OUTPUT_OPTIONS         =
        TABLES
          it_lfa1                    =   it_lfa11
          it_printtab                = it_printtab
          it_deductee                = it_deduc
          it_qrtrtab                 = it_qrtrtab
          it_challandetab            = it_challan
    * EXCEPTIONS
    *   FORMATTING_ERROR           = 1
    *   INTERNAL_ERROR             = 2
    *   SEND_ERROR                 = 3
    *   USER_CANCELED              = 4
    *   OTHERS                     = 5
      IF sy-subrc = 0.                                          "1375614
        CLEAR :spoolno,h_spoolids.
        READ TABLE h_output_info-spoolids INTO h_spoolids INDEX 1.
        IF h_spoolids IS NOT INITIAL.
          spoolno  = h_spoolids.
          CONDENSE :spoolno.
          MESSAGE i155(id_wt) WITH spoolno.
          PERFORM update_cert_tables.
        ENDIF.
      ENDIF.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.     
    Can anyone Please help me to get TDS details on the Smartform.
    Regards,
    DivyaLalwani.
    Edited by: kishan P on Feb 23, 2011 1:28 PM

    Hi,
    Achnowledgement details comes in table it_qrtrtab at run time in the smartform, you can dibug the program j_1iewt_cert and smartforms J_1iewt_cert where at run time you will able to see data avaialability, If values are not available in this internal table then check related notes given by SAP, I have already implemented this note and also faced same issue but my FI consultant has given me the related note and my issue was resolved.
    Please checkout related notes and data population in the dibugger.
    Regards,
    Umang Mehta

  • Vendor Master- CIN details Upload

    Hello Experts
    I want to upload the CIN details of the vendors. We are working on implementation of CIN, so please suggest what all things should be taken care.
    We are planing to go with LSMW, recording method.
    But when i tried that in ides, the pop up window for cin details was not coming in XK02 transaction. What can be the issue?
    Also, is the concept of small scale industries still maintained in india?
    Also there is a field 'type of vendor' in the excise duty tab in the CIn details. whats its significance?
    Regards

    hi,
    go to
    spro - logistics-general - material master - Configuring the Material Master - Maintain User Settings
    here you need to put the SAP user ID. Only these people can view the CIN data at Vendor Master (XK01, 02, 03). For them, the CIN Data button will be displayed.
    You can upload the data by LSMW, but you need to do the above mentioned setting in each and every client. For LSMW the screen should be identical in all clients.
    You need to use the SAP ID for which you have given access of the CIN Data Tab.
    I am sure this will help you. I have used it in my earlier projects.
    Regards,
    Anand

  • Export Billing Configuration with CIN and Foreign Trade Data

    Hi,
    I need detail configuration of Export billing with CIN and foreign trade data for my understnading the configuration process for export billing process.
    Thanks in advance

    Dear Tarun
    I feel you need detailed configuration of CIN.
    Two diffrent CIN configurations supported bySAP
    TAXINJ & TAXINN. First is formula based & second is conditions based
    Search in SDN you will get many threads.
    Regards
    Deepu Pilla

  • Filed suprress ECC NO  in vendor master CIN detail (excise duty tab)

    Hi,
    can any body help me in displaying field of ECC
    NO in CIN detail in vendor master.
    Regards
    Pari

    Dear,
    Why you required to display it in Vendor master ? Is it for report purpose only ?
    SSI is also part of J1ID - Vendor excise detail.
    As per my knowledge there is no such particular field in Vendor master for SSI no.
    But if you want it, then you can get it by entering SSI no in some other unusable filed.
    Now you have to select one filed which you are not using in Vendor master. 
    As per my view you can go with second Control Tab.
    Over there you can enter SSI no. It is not standard SAP provision.
    If it is report purpose then you can take help of ABAP development.
    Hope above will helpful to you.
    GOPAN

  • CIN Details

    Hi Friends,
    Is there any way to make CIN details Mandatory while entering new vendor or while modifying existing vendor.
    Please suggest..
    Pankaj

    Yes it is possible. You have to use function exit.
    SMOD Project: SAPMF02K.
    Exit: EXIT_SAPMF02K_001.
    You can raise an error message if CIN details are empty.
    I have implemented this exit for a company where vendors were within india, so if you have the same situation you can make use of the code given below-
      DATA : L_LIFNR TYPE  J_1IMOVEND-LIFNR.
      FIELD-SYMBOLS : <FS> TYPE J_1IMOVEND.
      FIELD-SYMBOLS : <FS1> TYPE T020.
      TABLES : J_1IMOVEND.
      DATA : L_FIELD TYPE STRING VALUE '(SAPLJ1I_MASTER)J_1IMOVEND'.
      DATA : L_FIELD1 TYPE STRING VALUE '(SAPMF02K)T020'.
      IF I_LFA1-KTOKK EQ 'ZM02' OR I_LFA1-KTOKK EQ 'ZM03'.
        ASSIGN (L_FIELD1) TO <FS1>.
        IF SY-SUBRC EQ 0.
          IF SY-TCODE EQ 'XK01' OR SY-TCODE EQ 'FK01' OR SY-TCODE EQ 'FK03'
          OR SY-TCODE EQ 'XK02' OR SY-TCODE EQ 'FK02' OR SY-TCODE EQ 'XK03'.
            IF <FS1>-AKTYP EQ 'H' OR <FS1>-AKTYP EQ 'V'.
              ASSIGN (L_FIELD) TO <FS>.
              IF SY-SUBRC EQ 0.
               SELECT SINGLE LIFNR INTO L_LIFNR
               FROM J_1IMOVEND WHERE LIFNR EQ I_LFA1-LIFNR.
               IF SY-SUBRC NE 0.
                  IF <FS>-J_1ICSTNO IS INITIAL OR <FS>-J_1ILSTNO IS INITIAL
                  OR <FS>-J_1IEXCD  IS INITIAL OR <FS>-J_1IEXRN  IS INITIAL
                  OR <FS>-J_1IPANNO IS INITIAL.
                    MESSAGE E398(00) WITH 'Please Enter' 'CIN Details'.
                  ENDIF.
               ENDIF.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.

  • Subcontacting challan for tds with vendor name report

    hiii..
    when i see the line items of g/l account  by fbl3n  for "TDS for subcontarcting Challan"  here vendor name not display...
    can i get the report in any table "subcontacting challan for tds with vendor name"?
    Thanks & Regards
    Rekha Sharma

    Hi
    With_Item is the table where you can see exhaustive details relating to Withholding tax.
    Go to SE16 >> Enter "WITH_ITEM" >> Give your selection criteria >> Execute
    Regards
    Srini

  • CIN DETAILS FOR CUSTOMER MASTER

    Hi
    Friends
              when i am creating excise invoice with referrance to sales invoice an error is coming.--
              CUSTOMIZATION FOR CUSTOMER 100000 MISSING IN TABLE CIN CUSTOMER MASTER.
              How i will resolve the porblem, if it is possible plz provide me required configuration details
    regards
    Ambarish

    Hi Ambarish,
    Please maintain the CIN detail in the Customer master 100000
    Through menu>Environment>CIN details (CntrlShiftF12)
    If the details not able to maintain then
    Please go to OMT3E transaction,
    In Dialog structure
    Click on user screen reference
    Add the username and assign IN
    Then when creating the customer master, CIN details tab will be available.
    I hope it will help you,
    Regards,
    Murali.

  • IDoc - CIN Details of Customer

    Hi,
    The IDoc DEBMAS does not have CIN details of Customers.
    Please suggest if there is any other IDoc whcih can send CIN detials of Customers along with Customer Number.
    + An

    Dear Ankur,
    I guess you have to do custom coding to send this segment via DEBMAS..
    Thanks,
    Raja

  • CIN Details of Customer IDoc

    Hi,
    The IDoc DEBMAS does not have CIN details of Customers.
    Please suggest if there is any other IDoc whcih can send CIN detials of Customers along with Customer Number.
    + An

    Dear Ankur,
    I guess you have to do custom coding to send this segment via DEBMAS..
    Thanks,
    Raja

  • CIN Details in CMR

    Hi,
    I can seen VD01 in CINDETAILS,if i click on this button........it doesnt giving any details....
    i activatd  in OMT3E and i maintaind userid and * and saved.........then only it came in CMR>..but it is not activated...
    THanks in advance
    Regards
    Luckky

    HI Lucky,
    For CIN Details Company Code is required, if you do not enter company code during customer master creation or change or display the CIN details are not displayed.
    So  plz go with transaction XD01 and enter the company code and checked the entries.
    Regards,
    Pankaj

  • Complete details of Import Purchasing with  Exise  Details

    Hi,
       Can anyone pls send me the Complete details of Import Purchasing with  Exise  Details.
    regars,
    ramakrishnareddy.g

    Hi,
    please follow the process as told u
    1. create import PO with all the duties. But here there are some duties which are supposed to be paid to the customs. so we select the condition type and click on conditiondetail icon and here we enter the Customs vendor number and save the PO.
    2. if release of PO is there release
    3. then invoice is made with customs vendor by selecting planned delivery costs in the options on the right of the screen
    4.Then capture excise invoice J1IEX_C
    5. Then do a GR with PO
    6. Then post excise invoice J1IEX_P
    7. Then again do a envoice with the same PO number but select Goods/Service Items on the right.
    This is the procedure to be followed for import cycle in CIN
    Thanks & regards,
    Kiran

  • Is there any way to contact verizon with a detailed cell phone technical support question?

    Is there any way to contact Verizon with a detailed cell phone technical support question?  I prefer e-mail so as to provide details (like I am trying to provide here).  I have tried in-store personnel (no help at all) and the web chat - they just want to see me more data instead of helping me with my basic problem!
    I CAN NOT GET ANYONE FROM VERIZON TO GIVE ME ANY HELP NOR CAN I FIND A WAY TO FILE A COMPLAINT.  AT THIS POINT I JUST WANT TO DROP MY VERIZON ACCOUNT BUT I'M SURE THAT IT WILL COST ME A SMALL FORTUNE TO GET OUT OF IT.
    Here is my issue:
    Chat transcript removed as required by the Verizon Wireless Terms of Service
    BELOW IS A SCREEN COPY FROM REDDIT ABOUT SOMEONE WITH THE SAME PROBLEM WITH A VERIZON CELL PHONE
    So last night my RAZR MAXX HD did something totally bewildering by spontaneously downloading 2.6 GB of data over the course of ~ 3 hours. Fortunately I was able to catch this problem before it ended up being really expensive, but I still exceeded my 2 GB data plan by 600MB.
    The Culprits:
    Reddit News Free: 160 MB foreground / 0.96 GB background
    Android OS: 0 MB foreground / 1.18 GB background
    Several unnamed applications: ~ 350 MB
    Screenshots:
    The massive data spike
    Android OS data usage
    Reddit News Free data usage
    Weird unnamed processes
    Detailed timeline:
    5:12 PM: Incident begins according to VZW data usage website (2.60410 GB used). This is around the last time that I used my phone at the laundromat before getting dinner and watching Game of Thrones.
    8:04 PM: 50% of data allowance used (txt msg)
    8:31 PM: 75% of data allowance used (txt msg)
    8:58 PM: 90% of data allowance used (txt msg)
    9:13 PM: 100% of data allowance used (txt msg)
    10:05 PM: Got the text messages and immediately put the phone into airplane mode
    10:30 PM: Took screenshots
    10:45 PM: Enabled wifi, installed Kaspersky premium. Scan returned no threats.
    11:00 PM: Left phone in airplane mode, went to sleep.
    The questions:
    What was the root cause of this issue? Did Reddit News freak out as a result of an esoteric bug or was my phone hacked?
    If this was a simple Reddit News bug, then why was the Android OS also trying to use such a massive amount of background data?
    What the hell are these unnamed numeric applications? I've inspected my process history and this is the first time they have ever attempted to use data.
    I'm pretty sure that I can explain this situation to Verizon and get out of having to pay additional data usage fees, but I would like to know more about the problem before I get in touch with them.
    all 13 comments
    best 
    [–]omgmrjmako/PA, deb/Carbon 3 points 1 year ago*
    All I can think is your phone may have background downloaded an OTA update, and you'd then be prompted with something like, "As update to your Android system has been downloaded, would you like to install it now?"
    I do find it very odd that the update would be 2.6GB. As a rough base, the CyanogenMod 10.1 firmware for your device is well under 200MB, so unless Verizon has a ****-ton of bloatware in the update, or it had to attempt to download multiple times for some reason, it may be a stretch.
    But doing a little homework, it looks like the Verizon Razr Maxx was updated to 4.1 in late March. Maybe they're still rolling it out in waves? Have you gotten the update yet?
    Edit: Aaaand I just noticed you appear to be running an AOSP-based ROM, which totally rules out a carrier update being sent out.
    Edit2: If you want to live dangerously, you could try running:
    #kill -9 12289
    That 12289 is the PID listed in your screenshot. But don't run that without fulling understanding the kill command.
    The ps command could also be of use, but probably not.
    permalink
    [–]lechnito[S] 2 points 1 year ago
    I can confirm that the phone is currently at 4.1.2 and that I wasn't prompted for an OTA update.The fact that both the Android OS and Reddit News processes were simultaneously using an extremely large amount of data is unlikely to be a coincidence... 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 3 points 1 year ago
    That is very curious that the spikes happened at the same time.I'm curious. It may have put at least some of that 2.6GB somewhere. You could use a data visualizer tool to see if you can find it, which may lead to more clues. 
    permalink
    parent
    [–]lechnito[S] 2 points 1 year ago
    The largest directories are:
    DCIM: Normal looking photos (90,825 KB)
    Android: Primarily map cache data (64,846 KB)
    If it was downloading content then it did not significantly save content to storage. It's not like I have anything particularly sensitive on the phone, but the idea that it was uploading a snapshot of my data definitely makes me uncomfortable.
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    Yup, Digital Camera IMages and videos.Somewhere in /sdcard/Android would be my guess as to where a mysterious file would be downloaded, but if it's only 64MB, and mostly map data, I'd safely rule it out.I'm sorry, but I'm stumped here.Edit: I should mention I don't think this is malware, because unless a malicious app gained superuser access, any data it used would show under it's own apk in the data usage list, not Android OS. 
    permalink
    parent
    [–]mistrbrownstone 0 points 1 year ago
    DCIM: Normal looking photos (90,825 KB)
    Was it trying to auto-upload pictures or video to G+?I ******* hate that.
    permalink
    parent
    [–]lechnito[S] 1 point 1 year ago
    Although I'm not really up to speed with the Android platform, I come from a UNIX background so I feel comfortable running commands. How do I pull up a bash terminal? Do I need to root the phone first? 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    There's a number of terminal emulators in the Play Store that work well. You don't need a rooted phone to get to the shell as your user, but any privileged command won't execute unless you can grant it permission from the Superuser app that is installed when you root the device. So you could probably do a ps -e, but not a kill -9. 
    permalink
    parent
    [–]lechnito[S] 1 point 1 year ago
    Got it. I downloaded a terminal emulator but unfortunately those processes no longer exist.Does Android keep a generic log of system level events like /var/log/syslog? 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    I don't think so, and I know you'd need superuser permission to read most of the files in /var/log anyway. I'm not super familiar with how Android does its logging, but I do know that the two files of interest are the logcat and dmesg. 
    permalink
    parent
    [–]sh0nuff 1 point 1 year ago
    Want to mention here that using your settings to set your data cap (set it on your billing day), then you won't go over again.Those text messages are really unhelpful, as they send out well after the data has been used. Chances are good you hit close to the 2GB mark before you received the bulk of the messages. 
    permalink
    [–]kindofabuzz -4 points 1 year ago
    Quit installing pirated apps. 
    permalink
    [–]lechnito[S] 1 point 1 year ago
    That's definitely not the case here; both my PC and and Android phone are free from pirated apps.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

Maybe you are looking for

  • How do I get my chart to redraw after the onitor comes out of screen saver mode.

    My program runs 24/7 monitoring an exhaust stream. The program usually nruns in the background. When the chart display is called up the display is not correct. this also happens when the screen saver has been on. How can I get the display to redraw t

  • (Photoshop CS2) It crashes every time I use my brush tool for a long time. Help?

    Hi, I have recently been having some trouble with my photoshop cs2 (it isn't my computer because it is easily quicker them the majority of computer I have been on and it's only a recent problem). I can use all my tools very easily without having any

  • My Escape key is not working

    Hi, I am Meena. I am doing a project using NetBeans and MS-Access. When I run my project a internal framed named login loaded on the jdesktoppane which in JFrame. So in the login internal frame i used two buttons one for Sign-in and another for sign

  • Solution to all of your problems (maybe)

    all i can say is update all of your stuff (software, drivers, windows, etc). Make sure your computer has no problems (spyware, viruses, etc.)(use ad-aware, spybot and ewido). Clean-up the junk and registry (www.ccleaner.com , works great). this shoul

  • How to merge xsl and xliff?

    Hi, BI Publisher does not refer to xliff when xsl-fo is used as a template,Is there any way to pick up xliff using xsl as template? Please help Thanks