Vendor Classification data table name?

Hi,
can any one tell me the table names for the vendor classification data stored?
I am trying to update the following Vendor classification values (before updating I want to know is there any data already exists for that vendor ).
MBE             Minority Business Enterprise
WBE             Woman Business Enterprise
MWBE             Minority/Woman Business Enterp
Expiration date.
I need the table name where this data is storing for Vendors. I need to find this data based on Vendor number, how do I can get this ?
Thanks  for your time.
Kevin.

Hi Kevin,
You can use this BAPI to check and update classification.
BAPI_OBJCL_GETDETAIL
BAPI_OBJCL_CHANGE
Regards,
Ferry Lianto

Similar Messages

  • Vendor Classification data table in ERP

    Hi,
    With regards to Vendor Classification assignmentu2026u2026u2026..
    A vendor is assigned to a Class and then assigned with a Values to characteristics of that class
    Now AUSP table gives me Vendors and their characteristics & characteristics values informationu2026.but how/where can I get the relation between Class and characteristics
    Thanks

    Hi
    Thanks for the update....
    How can i get the CLASS information from KSSK / KLAH / KSML tables

  • What's the purchase order agreement master data table name?

    hi experts
    what's the the purchase order agreement master data table name? and by the way tell me some relative table about agreement.
    thanks a lot and hunger for ur advice.

    Hi,
    EKKO is the purchase order master table. EKPO is the item table. EKBE is purchase order history table. EBAN is purchase requisition table. EBKN is purchase requisition account assignment table.
    Reward.

  • Vendor Classification Data

    Hi All,
    We have a requirement to load vendor classification data along with vendor master data. Anyone has worked with classifications?
    Can we extend/modify the standard Bestpractices IDoc for Vendor master data load ? What is the best practice for this?
    I came across this thread where it says,
    "you have to create your vendors first. When that is complete, you have to create a file on the app server with the classification data. Then run RCCLBI03"
    Posting Vendor Classification Data using XK02 transaction
    Any suggestions on using Data Services for the same?
    Thanks in Advance.
    Jes

    Hi Jes,
    I received this information from Eugene De Lattes in the Best Practices development team:
    Vendor classification is called Vendor Evaluation. Hereu2019s some help for setting the evaluation up in an SAP system:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/8d/b97e4f414511d188fc0000e8322f96/frameset.htm
    The good thing is weu2019ve already got two objects that could be used for vendor evaluation: the Class (IDoc type CLSMAS04) and the Classification (IDoc type CLFMAS02) in our list. The only thing that might be unclear is that weu2019re using CLFMAS02 as Material Classification. Itu2019s, actually, more generic, and is called Object Classification. The object, of course, can also be Vendors.
    Some generic help for Classification:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/24/47633a416711d189ec0000e81ddfac/frameset.htm
    And here you can see the IDoc types in MM:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/1a/0e35da539911d1898b0000e8322d00/frameset.htm
    So, the answer could be that vendor classification is already covered by the IDoc types. However, we donu2019t have a specific mapping for that nor weu2019ve got a separate documentation.

  • Change or insert a vendor classification data.

    Hi!
    My english is not so good, let me try... I can change or insert a classification data for a vendor in the transaction XK01 and XK02, but I need do this by ABAP code. I tryed to find some functions... nothing! I tried to debugg the standard code of transaction XK02, but the functions what I found had not been useful.
    Anyone knows any BAPI or function that can do this??
    Tnx!

    If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use. 
    Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this. 
    1. Find out the package of the transaction. 
    Start Va01 go to system --> status. 
    Double click on transaction 
    Package is VA 
    Open this package in SE80 
    Open business engineering-->Business object types 
    Find the BO which sounds the most appropriate 
    I would suggest BUS2032 Sales Order 
    Double click. 
    Open methods. 
    Find the released method with from data or something similar in the name 
    , Createfromdat2 
    Position the cursor in it and click the program button 
    Scroll down to find the bapi used in this method 
    With this way you can also find out programs and FM's 
    2. Start va01 go to system-->status 
    Double click transaction VA01 
    Double click on package 
    Read the application component. (this is SD-SLS Sales) 
    Then open the transaction BAPI 
    Sales and distribution>Sales>sales order 
    createfromdat2

  • Posting Vendor Classification Data using XK02 transaction

    Hi All,
    I am getting the vendor master legacy data by using an IDoc where in i am uploading the vendor information through transaction XK02. Now i have to enhance that to post the vendor classification information also. There is a function module IDOC_INPUT_CREDITOR, which is modified to a ZIDOC_INPUT_CREDITOR and the changes are made as per the client requirements. Could you please let me know how can i post the vendor classification information along with the vendor information. Let me know under which segment i need to write the code for this. Please share your experiences in loading the vendor master data load along with vendor classification.
    Let me know if you need any more information.
    Thank You,
    Suresh

    Here are the fields you need to fill.
    BIKSSK-MAFID = 'O'.
    BIKSSK-KLART = 'Z10'.
    BIKSSK-OBJEK = 'YOUR-VENDOR-NUMBER-IN-INTERNAL-FORMAT'.
    You may also need other values concatenated to vendor number if the classification is at company code level or purchasing org level.
    BIKSSK-CLASS = 'YOUR-CLASS'.
    I am not giving BIAUSP because I think you can figure it out.
    Srinivas
    Message was edited by: Srinivas Adavi

  • Hi Friends, need help on maintaining vendor classification data in MDG

    Hi All,
    I have a requirement to handle classification data for Vendor, How do I do that as MDG does not provide any standard way of handling that for Vendor.Can anyone please guide.Attached a file for your understanding.
    Regards,
    ArnMitz
    javascript:;

    Hi Sanjay Sir,
    Thanks for pateintly answering my queries.
    last query:As you said on the first reply in MDG 7.0 SP2 it is possible. So I would like to know will this be part of standard content like how we have SAP Delivered model for suppliers? or we need to extend the data model like how we do it for extension of entity types or so?
    Regards,
    Arnmitz

  • Upload Vendor Classification Data in R3

    Hello Everyone,
      I was trying to get my hand on a Function Module for uploading Vendor Master Classification data in R3. I came across CLFM_OBJECT_CLASSIFICATION. I do not know if this is the right one and also how it works.
    If someone could just help me as to whether I have the right end of the stick and can also provide me with some documentation on it to get going, I would highly appreciate that.
    Thanks & Rgds
    SDR

    Rob,
    I highly appreciate and thank you for your prompt response and the update on using the Standard program that you had provided to upload classification data. However I dont know whether it suits my requirement though.
    The situation is that a BAPI gets called from webmethod in real time passing data to it. This Bapi is then supposed to create classification data for the vendor in R3. I suppose the former approach by using the standard program requires a formatted file for input to carry out the necessary. I dont think I can have that luxury though. Can you think or suggest of a way to get around.
    Thanks & Rgds
    SDR

  • GL postings data table name need

    Dear Experts,
    Can you send me table name for GL data postings .
    Regards
    Bhaskar

    Dear,
    GL Open Item - BSIS
    GL Cleared Item - BSAS
    All FI posting is stored in BSEG (Line Item) and BKPF (Header)
    Regards,
    Chintan Joshi.

  • Master data table name for background jobs...

    Hi Friends,
    can any body pl tell me the table name, where I can see all the background jobs which have been created till date.
    Thanks,
    Hardik

    hi,
    please check table TBTCP ,TBTCO
    Regards
    Suresh.

  • Table name of Classification Data in Material Master

    Hi Experts,
    Greetings to all...
    I wish to ask one question.
    I wanted to upload the initial data in material. in initial data I wanted to maintain the classification data for the batch management. Please tell me what is the name of table/field where the material and classification data is stored. I couldnt find anything in the table KLAH, AUSP, CABN, CAWN.
    Thanking you in advance,
    Regards,
    UK.

    Dear UK,
    If you using ALE:
    Follow following sequence:
    CHRMAS Characteristics that contain global and local object dependencies
    KNOMAS (global object dependencies)
    CHRMAS Characteristics that contain global and local object dependencies
    CLSMAS Classes with characteristics and their overwritings, including object dependencies
    The characteristics and characteristic values must be transferred second time
    to create the assignment of the global object dependencies to the characteristics
    and characteristic values.
    BR,
    ian Wong

  • Table for vendor deletion date

    Hi all,
    I want the table name that stores the vendor deletion date as per xk06 transaction. but not the LFA1 table as it just indicates deletion of vendor.
    thanks in advance,
    prash

    Deletion Date is being not caputered in any table.
    The only possible solution is that If you found deletion flag in any of the obove field then go into CDHDR any input Object as "KRED" and Object Value Vendor number and find the date. Take consideration of CHPOS table also.
    Regards,
    Rajesh koladiya

  • Vendor master data-name 1 40 or 35 characters?

    Hi,
    In vendor master data, field name1, the data element show it has 40 characters, but in LFA1, the field length is 35.
    If I key in forty chaacters, and save, it is successful, go back to see it, it really display 40 characters, but check table:LFA1, I see only 35 characters, where other 5 character store? what is the logic of this?
    Thanks.

    Message no. AM228
    Diagnosis
    The address data maintained in field NAME1 occupies 40 of 40 characters The last 5 characters of the field NAME1 can be used only with restrictions.
    System Response
    In this form the data can be saved and used up to the complete length of 40 characters.
    In some scenarios, the system only uses the first 35 characters of name fields, of the fields 'Street', 'City', 'District', as well as the first 10 characters of the field 'Search Term 1'.
    These cases are:
    ALE: the address data can only be transferred with 35 characters (search term 1 only 10 characters) in the case of some ALE message types (IDOC types) for reasons of compatibility with other releases and components. The message types in question are:
    DEBMAS
    CREMAS
    DEBCOR
    CRECOR
    The problems do not occur if the relevant address data in IDOC ADRMAS is sent in each case, together with these message types.
    EDI: the address data can only be transferred with 35 characters (search term 1 only 10 characters) with the standard UN/EDIFACT for reasons of compatibility.
    Print: addresses are formatted with only 35 characters in some print forms for standard envelope windows. If the address number is in the address output structures, you can output the address fields in full length in forms. (See OSS note 145753 for FI forms.)
    Procedure
    If you do not want the address data to be truncated in these scenarios, only use the first 35 characters of the name fields, of the fields "Street", "City", "District" or the first 10 characters of the field "Search Term 1" during maintenance, or abbreviate the texts, if necessary.
    Effects on Customizing
    You can define when this system message is to be issued in accordance with your requirements.
    You do this in Customizing as follows: Cross-Application Components -> Bank Directory -> Change Message Control.
    The application area and message number

  • Due Date in FB60 - Table Name

    Hi Expert,
    I am developing FI Voucher, in this voucher, I will be print vendor invoice created through FB60, I want to print due date on voucher which is stored in document but i can't get field name and table name for due date. Please tell me in which sap standard table, due date is stored.
    Thanks in Advance......
    Regards,
    Prasann Limkar
    SAP FI Certified Consultant

    Hi Prasann,
    You go to table name BSIK/BSEG
    Pass Company Code, Document number, Fiscal Year & Account type = K (Vendor)
    Find out the below
    1. Base line date (On the day start for calculation)
    2. Day1(Number day's will not consider as due as far as payment terms is concerned)
    (If you want you can take Payment terms also)
    Example.
    Base line date is 29.03.2014
    Day1 is  30 day's
    (Till 30 day's it will not go for Due)
    Due will be start on 28.04.2012
    If you add 38 day's it is today date 05.06.2014
    Number of Arrears are 38
    In the logic for base line date you have to add Day1 no. day's  then next day's on-wards to till date is overdue date.
    Ravi Polampalli

  • Table name for the field FAEDT(net due date)

    hi every body,
    plz can any body tell me the table name for the field net due date(FAEDT).
    its very very urgent
    thanq.

    Hi mark chalfen,
    thanq very much ur reply.
    actually my client want to change the payment term for all the vendor invoices.so wt we did is... we created aprogram to change the old payment term to new payment term in the vendor line items(fbl1n).
    when we run the program its changing the payment term and the base line date and the NO of days in the vendor linitems.but it not changing the net due date based on the new baseline date.
    i think with out changing the net due date only changing the payment term is use less.coz the item again show as due in the same date.
    so how can we change the net due date based on the new baseline date.?from which table we can take the field FAED and update with the new date.
    plz advise me?
    thanq.

Maybe you are looking for

  • I have a nokia-X2-00 and its not working properly....

    I showed my mobile at two Nokia care centers but they could not fix my phone, they just told my phone's operating system is to be re-installed. they did what they could do,i don't know but my phone was not fixed.I am still having problems.Please help

  • End of Useful life for an asset

    Hello, Does anyone know if there is any standard report which states when the asset's useful life is going to end? Even if there is no standard report, does anyone know if this information is stored in any tables from which it can be extracted. Basic

  • How to select a row for update values, Using CTEs or suitable method

    HI All, I have a table as claim_data as below. claim_id    amount         change_monthkey          created_monthkey          ord 54511       300            201304                   201304                     1 54511       0              201305       

  • How to create a text file with data.

    Hi, I am writing java code for testing an application, some times test can failed in some cases, I want to display an error message in text file. To that I written the code as like, BufferedWriter bout; bout =new BufferedWriter(new FileWriter("test.t

  • Email Bursting subject have to modify instead of Warning

    Dear All, We are using email bursting option to send pdf statement to our investors, with password protected. Email and encryption options are works well. Problem is subject line received by the investor's is [WARNING :  MESSAGE ENCRYPTED] FW: [WARNI