Table for TDS sections and its description

Hi,
Is there any table where both TDS section and its description is getting stored? If this is possible can we relate the same to Vendor through any link?
Thanks & Regards,
Tapan

HI
J_1ITDSSEC is the table for TDS section and description.
TDS sections will be assigned to tax codes, so you can link through tax codes whatever is assigned to a vendor.
Relation will be -- Vendor-- Taxcode--tDS section.
Cheers
Mukta

Similar Messages

  • Tables for Defect type and its description while defect recording for a MIC

    Dear Experts,
    Kindly suggest the tables name  in  system by which we can get Defect type and its description that we have used while  performing defect recording for a MIC in system at the time of result reording for an inspection lot.
    Thanks in advance for your inputs ...
    Best regards ,
    Nitishj

    hii,
    Check
    QPAC - Inspection catalog codes for selected sets
    QPAM - Inspection catalog selected sets
    QPMK-CODEQUAL- Defect code grp for rejection at MIC level
    Link above table field name with QAVE for UD code & QAMR for Results recording
    Edited by: Lokesh K on Sep 29, 2010 10:43 AM
    Edited by: Lokesh K on Sep 29, 2010 10:45 AM

  • Table For Role relevant TCodes & its Description

    Hi,
    There is any Table to get the Details of TCodes available in particular Role with its description.
    If table is not there,There is any simple method to get TCode details with role.
    Pls help me.Thanks in Advance.
    Regards
    Karthika

    Hi Karthika,
    Use table AGR_PROF to get profiles for the requried roles.
    and run the table USTSTCAP, from this table you can get Tcodes for the profiles...
    hope this information can help you.
    thanks,
    kishore

  • Parking TAble  For TDS

    please,
    anyone tell me parking tables FOR TDS amount.
    Manoj..

    HI
    J_1ITDSSEC is the table for TDS section and description.
    TDS sections will be assigned to tax codes, so you can link through tax codes whatever is assigned to a vendor.
    Relation will be -- Vendor-- Taxcode--tDS section.
    Cheers
    Mukta

  • Table for view and its description

    Hi,
    Is there any table which can have the view and its description in R/3?
    These views are primarily used in Generic extractor Definition!
    I am preparing a list of the views used in Gneric extraction and for that i need the description of the view in question!
    Raj

    Hi,
    I have nearly 1200 Views .
    It is just not possible to enter each entry of the view and to know the description manually.
    I know that we can find the description in SE11. but if there is a table which can have the viewid along with the description  my job is lot easiler.
    Any ideas?
    Raj

  • TABLE FOR DIVISION AND ITS DESCRIPTION

    Dear Mates,
    My client wants to add a Division and its Description to the Z report -Daily Collection Report from Customers.
    Can anybody help out for table name and its fields for Division and Description
    Thanks in anticipation
    Subbu

    Hi,
    I guess your question is about divisions within a Sales Organization. The related tables are listed below:
    TSPAT - organizational unit: Sales Divisions (Text)
    TVTA - Organizational Unit: Sales Area(s)
    TVKOS -Organizational Unit: Divisions per Sales Organization
    Hope you find the information relevant and useful. If so, please close the message.
    Muraleedharan.R

  • Tables for Opportunity "Status" and "Reason"

    Hi,
    Can someone help me in finding the tables for determining "Status" and "Reason" for an opportunity along with the relvant text descriptions?
    Regards,
    Sandeep

    Hi Sandeep,
    Status-  code in field stat of CRM_JEST table
                    OBJNR = guid opportunity
                    INACT = SPACE
            Text of status in TJ30T with your status profile
    Reason-  code in field code of CRMD_SRV_SUBJECT with   
               guid_ref equal to guid_set( of crmd_link with objtype_set = 29 )
            Text of reason in QPCT
    I hope this way help you.
    Regards.
    Manuel

  • J1INCERT for TDS Section 195

    Hi,
    I am getting error like "No data selected for printing" for TDS section 195. But it is working for rest other TDS sections. In my case system date, posting date, certificate data are all same. Both internal and external challan numbers are updated (i checked this using J1INMIS). I am using a tax code with postin indicator "3" as we have to treat TDS amount as expense @ our side.
    No idea what could be the issue here. Tried all the options. Anybody has any clue on this?
    Thanks in advance.
    Regards,
    Naveen

    Hi,
    Have you checked if the documents for this section 195 have their section codes updated?
    If there is no section code present, certificate printing would be a problem.
    Please use posting INDICATOR 2. THis provides the grossing up functionality for foreign vendors.
    The business need to use this indicatior for foreign vendors is
    because in case of foreign vendors the tax is deducted and also borne
    as cost by the deductor. This is not passed on to the foreign vendor.
    Also,if this doesnt help, check your conigurations once again.
    You can ask your abaper to debug the program and check which condition is not satisfying.
    Regards,
    Anushya

  • Peoplecode to get dropdownlist box value and its description

    Hi,
    I have assigned a value and its description to dropdownlist box. when try to get the value and description in somewhere, i didn't get the description. i got only the value of the current row in a rowset. but i want to fetch the description which i assigned to the dropdownlist for the corresponding value. Is there any way to get the description?

    Since it is not a XLAT bound to the field, you cannot use the field class properties.
    What is the source of the dropdownlist?
    If it comes from a database record, you could fetch the description from the database using the &Field.Value as input.
    But this would cause a lot of database roundtrips.
    You could store the value and description in a two dimensional component array variable and load this array with the values and descriptions at PostBuild Event.
    This will only fires ones during the component build.
    Suppose the values are "hardcoded", something like this
    /* Create component 2-dim array */
    Component array of array of string &DropdownArray;
    &DropdownArray = CreateArrayRept("", 0);
    &DropdownArray.Push(CreateArray("value1", "descr1");
    &DropdownArray.Push(CreateArray("value2", "descr2");
    &DropdownArray.Push(CreateArray("value3", "descr3");
    After this populate the dropdownlist with values and descriptions from the array.
    For &i = 1 To &DropdownArray.Len
      &Field.AddDropDownItem(&DropdownArray[&i][1], &DropdownArray[&i][2]);
    End-For;
    Whenever you need to fetch the description of the dropdownlist value, first find the value by &Field.Value and then search within the array for the description.
    /*Get value from dropdown */
    &Value = &Field.Value;
    /*Find index for value*/
    &Ind = &DropdownArray.Find(&Value);
    /*Get description (second index in subarray)*/
    &Descr = &DropdownArray [&Ind][2];
    I am writing the code without an environment, so typos could exist
    Hope this helps.

  • To fetch proj.definition and its description

    Hai Friends,
    From CJ03 i want to fetch project definition and its description. i have WBS and AUC number.how can i fetch this?.
    I checked in PROJ table but i could not able to take from WBS or AUC. where can i fetch this?.

    hi vennila,
    i refered the tables in my ides. I think following information will be of use to u.
    try out in the table PRPS
    in this table there is a field PSPHI (project)
    Regards
    Sajid

  • Report for Asset number and its Purahcse order number

    Hello Friends,
    Please give me details of report for Asset number and its Purchase order number .
    Regards
    Nilesh Vakil

    hi,
    GO to ME2N...
    use SHIFT + F4..
    there check for the acc. assign cata. field and input the asset  and execute..
    Regards
    Priyanka.P

  • What is the field and Table for "Batch Class" and "Class Type" in QM.

    Hi All,
    What is the field and Table for "Batch Class" and "Class Type" in QM.
    Thanks,

    Hi,
      For batch class the class type value is '023' . This you can find from KLAH table and the fileld for class type is KLART..
    And also all the data related to batch class are found in tables INOB, KLAH,KKSK and for the characeteristics of batch materials you can refer AUSP table.
    In INOB table, for batch class, you need to give 023 in KLART field and  value MCH1 in OBTAB filed.
    Please check this and let me know if this you need any more details?

  • I have been offered cc 2014 for 29.99 and its says contact the support team to see if I qualify - trying to get to the support team option by telephone just seems to send me in a loop - getting pretty disgusted with all the rigmarole just to get a somethi

    I have been offered cc 2014 for 29.99 and its says contact the support team to see if I qualify - trying to get to the support team option by telephone just seems to send me in a loop - getting pretty disgusted with all the rigmarole just to get a something

    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Table for pricing komp and komk.

    Hi gurus,
    My requirement is i need to get a transparent table for 'Communication for Pricing Header' Structure is KOMK.
    I need the table or view or through any function module by which we can get the pricing data.
    I have values from table VBRP and VBRK.

    Hi
    Try the standard Fm " PRICING".
    Tables for refernce : KONV and T683s.
    Cheers
    Ravish

  • Tables for Collection, dispute and credit management

    Hi SAP Gurus,
    I would appreciate if any one could provide the list of tables for collection, dispute and credit management. Thanks!
    Regards,
    aj

    I think you mean the tables for FSCM.
    The easiest way to find it is to do SE16 FDM*
    FDM_AR_WRITEOFFS               FSCM-DM: Automatic Write-Offs Not Executed
    FDM_BUFFER                     Cluster for Decoupling in 1-System Scenari
    FDM_BW_INV_DELTA               Delta Queue for BI Invoice Extractor
    FDM_COLL_CCOLOAD               Company Codes for which Initial Load Perfo
    FDM_COLL_CFIELD                FSCM-COL: Relevant Fields for Document Cha
    FDM_COLL_COMPCOD               FSCM-COL: Active Company Codes of Collecti
    FDM_COLL_DUNNLEV               Harmonized Dunning Levels
    FDM_COLL_LASTPAY               Last Payments of Business Partner
    FDM_COLL_LTRIG                 Missing Entries of Table FDM_COLL_STRIG
    FDM_COLL_SFIELD                FSCM-COL: Relevant Fields for Document Cha
    FDM_COLL_STRIG                 FSCM-COL: Control of Trigger Update in TRO
    FDM_COLL_TROBJ                 FSCM-COL: Trigger Table for Collections Ma
    FDM_CONTACT_BUF                Personalization of Contact Person Data
    FDM_DCOBJ                      FSCM-DM Integration: Disputed Objects
    FDM_DCPROC                     FSCM-DM Integration: Dispute Case Processe
    FDM_P2P_ATTR                   Attributes of Promise to Pay; Required for
    FDM_PERSONALIZE                Personalization of Collections Management
    FDM1                           Cash Management & Forecast: Line Items of
    FDM2                           Cash management line items from MM purchas
    FDMV                           Cash Planning Line Items of Earmarked Fund
    Hope this helps, award points if useful.

Maybe you are looking for

  • Open interface for creating/updating orgs

    Is there an open interface/API for creating and/or updating organizations representing plants/distribution centers/warehouses etc in EBS?? If not is there any way to load such information beside the UI.

  • Temporary Files  delete problems

    thanks , I can't delete the Temporary Files this is the code: //at my servlet .............File tmpFile = File.createTempFile("000000book", ".pdf");String path = tmpFile.getAbsolutePath();tmpFile.deleteOnExit();path = path.replace('\\', '/');session.

  • VCast Media Manager - Upload Button

    So I ordered VCast Media Manager so I don't need to bring a cable with me everywhere and so I can store files remotely and access them with my phone automatically when I need them...great and fun. I ordered the server, configured the service, and end

  • 'Project Cycle' tab is missing ...

    Hi, In t_code solar_project_admin I go to the 'System Landscape' tab, and then the 'Project Cycle' tab is missing ... exist only : Systems , Central Objects and IMG Projects tab. Can any one of you help me in this regard. Thanks Venu Madhav

  • Lost my routers configuration software password :(

    I am currently trying to configure my computer so that I can host Warcraft 3 games over Battle.net (Blizzard's Online Game Service). And someone said that I have to allow ports 6112. Well, I allowed it on my computers firewall software (just the basi