Custom Master Text Tables

Hi,
I'm creating a customer master report and having problem determining the text tables of some fields:
a.) Sales Region
b.) Sales Office
c.) Customer Group
d.) Delivery Priority
e.) Shipping Conditions
f.) Delivering Plant
g.) Partial delivery per item (Complete delivery indicator)
h.) Terms of payment
i.) Acct assgmt group
Appreciate any helpful hints.
Regards,
Mawi

currently, i dont hv SAP access, so, just am answering generically,
- you can get them with check tables relationship, in either SE11 or SE16
- use WHERE USED LIST of that particular field, then pick the table, which possess the T in the last position of the name
- also check, VALUE TABLEs at domain level in SE11
thanq
Edited by: SAP ABAPer on May 6, 2009 4:40 AM

Similar Messages

  • Customer Master text replication

    Hi all,
    does anyone know if it is possible to replicate R/3 customer master texts across to CRM via the standard customer master replication to CRM?
    regards
    Jens

    Hi Jens,
    Yes, it's possible.
    At R/3 side, using t-code SM30, configure table vision V_CRMTXTID to map the customer texts ID's of R3, with the CRM ones.
    Something like this (entry example):
    KNA1 0002 'some description' -> BUT000 0002
    Kind regards,

  • LSMW for Customer master text upload

    Hi
    I would want to upload the customer master text using LSMW. I see a message type /DSD/HH_CUSTMASTEXT (Customer master additions) being available.
    has anybody used this for text upload??
    I am not sure how it works, i dont see the provision to enter the text unlike the "SAVE_TEXT function module.
    If any one of you have used it, kindly let me know.
    Thanks
    Manju

    Hi Srinivas,
    yes we could do the text upload using direct input method. I need to invoke it from web methods, it would be difficult with direct input method and hence i was looking for using IDOC's.
    Regards
    Manju

  • Customer master data table KNVV is missing

    Hi All
    I a trying to cancel the billing document using transaction VF11. System shows error as " customer XYZ customer master data table KNVV is missing"
    Please advice how to proceed?
    Thanks and regards
    satyaprasad

    Hi,
    Goto the T.Code "Se11/SE16".
    Enter the table name as "VBRK".
    Enter your invoice number.Execute.
    Check the value of "VKORG(Sales Organisation)","VTWEG(Distribution Channel)" and "SPART(Division)".
    Or you check the same in "VF03" screen also.
    Make a copy of the above three fields.
    Goto the T.Code "Se11/SE16".
    Enter the table name as "KNVV".Enter your customer number in "KUNNR" and the values of "Sales organisation,Distribution channel and division" into their respective fields.Execute.
    Check if there are any entries.The result should be no entries so that only you will receive this error message.
    If you created the customer with out sales area,while creating the order only it will give you an error message as "No customer master record exists for sold-to party XXXXXXX
    Message no. VP199".
    As the partners are defined in sales area data only.
    Regards,
    Krishna.

  • Customer Master Text object extract

    Hi Guys,
              I am working migration of Customer master data from 3.1i systems to ECC 6.0 systems. So can you please help how i can extract and migrate the Text objects for the Customer master which is maintained in the tables STXH and STXL.
    Regards,
    Vinnie

    hi,
    Each text is maintained in Text id's, so you can ask your abaper to pick up the date from that text id and store it in a Ztable, then copy or import the same in ECC6.0 version and update at customer level.
    Regards,
    Sudhir

  • Customer Master Text Fields

    Hello,
    What tables and relations would be used to access the customer master sales data short and long text fields in an SQ01 query?
    Thanks for your reply.

    Hi,
    I think KNVV would be the starting table and the text tables would be related to KNVV. When doing an F1 on the short and long text fields I get RTEXT-TTEXT and RTEXT-LTEXT but these can't be used in an SQ01 query.
    Regards

  • Customer Master Text Information !!!!

    Hi Folks,
    I have a quick question on the maintenance of the Text at Customer master records. The question in paint here is that;
    1. Can we use bring the free text maintained at Customer master level in the different reports like SQVI, ABAP reports?
    2. Is there any standard report by which you can pull the text maintained at customer master level (General, Accounting and Sales area text)?
    Please do let me know and if yes can you please provide me the transaction code and data base tables for this.
    Thanks and best regards,
    Sandy

    Sandy,
    I will give you example using function module READ_TEXT. You can test this by running this in SE37, hit the test icon. Parameters to be filled in as follows ...
    -> Client, e.g. 010
    -> ID, the text ID in your text procedure, e.g. 0001 or Z001, etc.
    -> Language, e.g. EN
    -> Name, e.g. the text name, can find this in table STXH-TDNAME, in my example it was the customer number, e.g. 0000105036
    -> Object, e.g. closely tied to the 'Name', in this example as I was dealing with customer text at general data level, e.g. KNA1 (table)
    The result here is that I am asking the function module to read text object 0001 associated with customer 105036 at the general data level of the customer for language key EN.
    So, need to understand what level you have your text stored at. General data (KNA1)? Company Code (KNB1)? or Sales Area (KNVV). This will define your 'Object'. You can pick up the text ID from your text procedure, and you will no the text name via the customer number. You can double check most of this in table STXH first before you test example in the function module.
    Once you have working example, you could then relay spec to your ABAP team to build program with selection screen that runs this function module. I do not think you can achieve any of this via SQVI or SQ01. There are calls to includes inside of the function module, and I believe these includes are performing the reading and converting the 'Data' in table STXL.
    Review with your ABAPer, and let me know if you need more. Just revert back.
    Thanks,
    Jay

  • Customer Master Text data label display in BEx query

    Hi,
    In my query output i have the customer number and its text displayed. The data comes from customer master infoobject.
    But the label is displayed only for customer number.
    But I need the label for text also needs to be displayed.
    Kindly let me know is there any possibilities to display the label for the text.
    Regards,
    Indhu

    Hi Induja ,
    For 0CUSTOMER , name attribute is there so it will work fine, for others like 0MATERIAL, 0COMP_CODE etc. you can follow the steps which i have posted in above reply.
    Use the same steps for 0Material, creation of Z- infoobject with reference char. of 0Material.....
    Create one custom 'z' InfoObject lets say ZCUSTOMER with Reference Characteristic of 0CUSTOMER and add it to the data target, map it with same field for which 0CUSTOMER is mapped and load data into target (DSO, cube) or if you are reporting on multiprovider then assign it.
    Because ZCUSTOMER is created with reference of 0CUSTOMER and mapped with the same source field , ZCUSTOMER will act as copy of 0CUSTOMER.
    In query designer drag 0CUSTOMER and ZCUSTOMER. change display setting
    0CUSTOMER display as Key only
    ZCUSTOMER display as Text only.

  • Invoice SAP SCRIPT is not printing Customer master text.

    I was given a SD-invoice#  XXXXXXXXX, which has problem with in it's SAP SCRIPT --> is the text is taken from  "customer master data head office text" is not printed on the SCRIPT out put.
    1). What I don't understand by going to /nvf03 --> by giving invoice number , then how can I view the script output ?
    The text is supposed to print in footer ...however the coding inthe FOOTER window is
    /:   INCLUDE 'Z_FOOTER_SO_4700_INV' OBJECT TEXT ID ADRS LANGUAGE 'IT'
    So, do I need to add coing for text of customer master data ?
    Any idea about text and field name ?
    THANKS IN ADVANCE.

    Hello,
    To see the output go to /VF03, enter the billing document number but don't press enter. Go to Billing Document in the menu bar, Issue Output to, select a line and do a print preview (if there's nothing there, the doc hasn't been printed before).
    To print the text, ask somebody to navigate to where it is in SAP. Double click on it, choose Got -> Header. This will give you all the information you need for the INCLUDE.
    The INCLUDE statement you have is for a standard text (trans: SO), not the "customer master data head office text".
    Michael
    Edited by: Michael Evershed on Sep 26, 2008 10:41 PM
    Edited by: Michael Evershed on Sep 26, 2008 10:41 PM

  • Mass load of customer master texts

    Hi!
    I need to load texts to the customer master sales texts. It is too much to do it manually.
    How can I do it? Is it any LSMW solution for that?
    Thanks!!
    Bea

    Hi Beata,
    Yes, you can do it through LSMW.
    You can use FM CREATE_TEXT.
    Hope it helps.
    Regards,
    MT

  • User Exit for managing Customer Master Texts- Urgent

    Hi All,
    I have a requirement in which the the Customer Master Central texts for certain text Id's are to be maintained in such a way via XD02 that whenever any changes are made and it is saved the changes become non editable and added with user date and time and then the user can add additional line of texts but cannot edit the earlier ones. So in this way the earlier texts are prevented from accidental deletion and any new addition has a stamp( User,date,time) to determine who changed it and when. I searcehd for any exit in the program but could find only one i.e. EXIT_SAPMF02D_001
    Is this requirement faesible in standard SAP?
    Now to me this exit could not serve any purpose.Please help.
    thanks,
    Manish

    Hi,
         use the following BADI's which will suitable for ur reqirement
    business Add-In CUSTOMER_ADD_DATA_CS .
    business Add-In CUSTOMER_ADD_DATA
    Regards

  • LSMW Customer Master text load- screen to small

    Hello!
    I am loading customer texts via LSMW.
    Some of the texts are very long (up to 29 paragraphs/lines), though during LSMW batch run, the screen shows only 20 paragraphs/lines, so 21 onwards are not loaded...
    How to expand the quantity of lines so it is eg 30 on the screen?
    Thanks!
    Cheers
    Bea

    Hi,
    You can try to increase the resolution of your screen and make the screen to look smaller.
    Or you can try to use FM 'SPLIT_TEXTLINE' to split those text which cant upload to your master data.
    Thanks.

  • Text from customer master to delivery header

    Hi Experts,
    Here we have a requirement, Text what we maintain in the customer master (like Shipping point address) text need to be trigger at Delivery header,
    1) Is it possible in standard text determinaction or we need to go for any user exits?
    2) If we want to use user exits what are the user exits we have to copy the data from customer master to delivery header.
    NOTE: Client doesnt want to use the text from sales order or scheduling agrements.
    Please help me to fill the requirement .
    best regards,
    chiranjeevi

    Hi Chiranjeevi,
    It is possible to achieve this with standard text determination procedure itself.
    Goto transaction VOTXN and in the "Delivery --> Header" create a new access sequence with the Customer Master Text IDs (like the ID which contains the Shipping Point address) from which the text is to be selected. Once done, create or make use of an existing text determination procedure available under Delivery Header and then assign the access sequence to the Delivery Header Text ID into which the Customer Master text is to be copied. Maintain additional settings as necessary. This will ensure that the text from customer master is directly copied over to the delivery header.
    There are many documents already available (search in Google) to explain the text determination process if you need help with the same.
    Regards,
    Som

  • BP not updating in Customer Master data KNA1

    Guys,
    I am creating a BP in CRM 7.0. Once the BP is saved & created successfully entry is present in all CRM tables as well as in the ECC side.
    But for few cases the Customer Master data Table KNA1, KNVV is not getting updated, i.e no value for the BP in KUNNR.
    Any idea as to what should I be checking to resolve this ? Plesae share the config details.
    Also do you know how the Customer Master data gets updated ? Is it from the BAdI's or the GenIL class for CL_CRM_BUIL for componenet BP ?
    I checked the methods of this dedicated GenIL class in hope to find an RFC for updating KNA1 but not successful. Is the RFC call made in BAdI ?
    Tough to replicate the scenario as wheneevr I do BP gets updated in SD. But sometimes in PROD it does not happen so.
    Plesae share some light.

    Hi Rohit,
    Put a breakpoint in FM COM_BUPA_MAIN_INBOUND_ISU in ECC system. Inside this FM it first create customer using FM  PI_BP_PROXY_BAPI_CUSTOMER at line 187.
    IS_CUSTOMER flag you can find in b-doc structure LS_BP_EXTERN-CRM_DATA-SALESCLASS-DATA-IS_CUSTOME.
    Before calling FM PI_BP_PROXY_BAPI_CUSTOMER system perfroms multiple checks if they all went succesfull then you have to debug inside FM PI_BP_PROXY_BAPI_CUSTOMER for finding out the root cause.
    Thanks,
    Ashish

  • Extract customer master partner functions.

    Hi ,
    We are generating an sales order extract we also need to provide customer details.I understand  that the customer address data should read from transactional ADRC table.Could you please suggest  which ship-to address should be put in the customer master  extract  in case have more than one ship-to address considering customer id the unique primary key.
    I assume that customer master is on transactional level and customer id is bill-to partner function.In that case How to identify the ship-to address in both customer master and billing document?
    Suppose we have such case(it is very common in best practice)
    Invoice     CustomerID(bill-to)     bill-to address     ship-to ID     ship to address
    123     A     A-001     B     B-001
    124     A     A-001     C     C-001
    We have customer id u201CAu201D, but we are not able to know that we should put u201CB-001u201D or u201CC-001u201D as our ship to address in customer master.
    Could you please advise.
    Amy

    How to identify the ship-to address in both customer master and billing document?
    To find ship-to number in the customer master, use table KNVP and from billing document use table VBPA.In the output the partner function WE represents the ship-to number. From these tables, get the address numbers (field ADRNR) for WE partner function and pass in table ADRC to find the address details.
    Regards,

Maybe you are looking for

  • Maintaing focus on Nav elements

    Does anyone know how to hold focus on a separate navigation menu (i am using an unorderd list with hrefs, using CSS pseudo styling with an additional Javascript to activate the focus on which menu item page is displayed), while interacting with the S

  • CDP Performance Issue-- Taking more time fetch data

    Hi, I'm working on Stellent 7.5.1. For one of the portlet in portal its taking more time to fetch data. Please can some one help me to solve this issue.. So that performance can be improved.. Please kindly provide me solution.. This is my code for fe

  • Script to kill long running reports in OBIEE

    Hi I have requirement to kill long running reports . I am using OBIEE version 10.1.3.4.0 which has a bug where it is not taking query limits governor and the reports are not getting killed if i am setting that parameter in RPD. Oracle support has adv

  • Use Flash Builder to Develop Adobe AIR Apps for Android | Flash Platform in Action | Adobe TV

    Former Adobe Technical Evangelist Ted Patrick uses Flash Builder to develop and deploy an Adobe AIR application to his Android-powered smartphone. http://adobe.ly/wif9U5

  • Airport Extreme & Express in unending restart loop

    After downloading and installing hardware/software updates (unsure which it was) for Airport Extreme and Express, the Airport Utility has for 24 hours been in an endless restart loop. I can't force quit the Airport Utility. There seem to be mention o