Customer master error message

Hi,
We recently upgraded ECC 5.0 server from support pack 13 to 19 (SAP_APPL).  After that when we wanted to display/change the master data for customer in XD02, it has started giving the message "Field KNVV-CHSPL does not exist in field status tables (TMOD)" .*
This feild is missing from tables TMOD* and when we add this feild to tables the message goes away and is replaced with new message for another feild. On comparison with servers which are not upgraded , there is difference in the number of entries for few tables and the feilds are actually missing. These are SAP standard tables and we could not find notes to correct this.
Any pointers on this front are welcome.
Regards
Alhad

Hi,
I had raised an OSS message for this error and i got following reply. This solved the issue. We added three feilds in table TMODU.
Regards
Alhad
Dear Alhad,
I checked now the problem in your system.
Please insert the following entry in table tmodu with a report like
this:
REPORT Z_INSERT_TMODU .
TABLES: TMODU.
tmodu-FAUNA = 'T077D-FAUSV'.
tmodu-MODIF = '018'.
tmodu-TABNM = 'KNVV'.
tmodu-FELDN = 'CHSPL'.
tmodu-KOART = 'D'.
tmodu-UMSKS = ' '.
tmodu-XRELE = ' '.
clear TMODU.
INSERT INTO TMODU VALUES TMODU.
TABLES: TMODU.
tmodu-FAUNA = 'T077K-FAUSA'.
tmodu-MODIF = '040'.
tmodu-TABNM = 'KNVK'.
tmodu-FELDN = 'NAME1'.
tmodu-KOART = 'K'.
tmodu-UMSKS = ' '.
tmodu-XRELE = ' '.
INSERT INTO TMODU VALUES TMODU.
clear TMODU.
tmodu-FAUNA = 'T077D-FAUSA'.
tmodu-MODIF = '040'.
tmodu-TABNM = 'KNVK'.
tmodu-FELDN = 'NAME1'.
tmodu-KOART = 'D'.
tmodu-UMSKS = ' '.
tmodu-XRELE = ' '.
INSERT INTO TMODU VALUES TMODU.
We are just creating a note for this but it is still in process.
The note number will be: 1164920.

Similar Messages

  • Prob While Creating Customer Master - Error Msg "Number '0' Not defined"

    Dear Experts,
    I am Trying to create a customer with diff SP, SH, BP and PY. I was able to create Customer for BP and PY.
    But now when I go and try to created a SH customer with xd01 for my Sales.Org (99SS-XS-X1),
    In the Sales Area Data, Partner Function Tab, Partner function field the Number is 0 before the SH function field (instead of Internal / Blank) and at the bottom  give the error Msg that "Number '0' is not define". I have Cross checked the my Number ranges(no-22 from 7000-7999), account groups(ZA22)  and Partner function (SH), everything seems to Ok. But unable to find the solution. plz help me with this if you have ever come across such a prob.
    I would like to mention that the previously had no issues in creating customers following same procedure. I guess some one must have changed some settings by accident.
    This prob is only specific while creating only SP and SH Customers.
    Many ThanX.

    Thanks Amit for your valuable suggestion, But today I was able to solve the problem with help of my trainer, Someone has changed the default settings in partner determination, the solution is below which will help anyone who may come across a similar Problem.
    Spro->IMG->Sales & Distribution->Basic Functions->Partner Determination->Setup Partner Determination->Setup Partner Determination for Customer Master->Partner Functions
    Find the partner Function SP/SH/BP/PY there partner type should be KU. If anyone changes this settings Then the above problem arises.
    Regards.

  • Why custom logon error messages doesn't work in WAS 7.0, EP 7.0?

    I managed to get custom error messages in WAS 6.40 / EP 6.0.
    I'm using JAAS custom Login module for user authentication and from there different Login Exceptions are thrown.
    I have modified logon.par file to display different error messages like "Logon ID is empty", "Password is empty", "Your user ID or password could not be validated.  Please check and try again."
    When i copy the same code into my working environment i.e WAS 7.0 / EP 7.0, it doesn't work, message always was "User Authentication Failed". Do anyone knows the reason why i was like that?
    Can you please explain exactly when the custom login module gets executed after the user clicks on "Logon" Button.
    In logon.par file i have not seen any code to execute JAAS - custom logon module. PLease explain exact execution flow ..
    Thanks in advance ..
    MMK

    Your card reader might be finicky like mine. Figure out which device your card reader is at (from what I'm reading probably sdb), then attempt to mount /dev/sdb to any location. If your card reader is like mine, this mount will fail but you'll find you now magically have /dev/sdb1, /dev/sdb2, etc devices, which will successfully mount... oddness, but it "just works" so I'm happy
    Note that if you plug a card into a slot that is to the kernel, for example, /dev/sda2, then try to mount /dev/sda1, this will (obviously) fail, so be sure to try mounting all the devices that magically appear (if any do).
    -dav7

  • Customizing PST error message in Outlook

    Hi
    Does anybody know if it is possible to customize error messages in Outlook?
    In our Exchange 2013 Server/Outlook 2013/2007 environment we have the following GPO setting
    applied:
    User configuration\Policies\Administrative Templates\Classic
    Administrative Templates\Microosoft Office Outlook 2007\Miscellaneous\PST
    Settings=> Prevent users from adding new content to existing PST
    files.
    For the Outlook user this prevents him/her from transferring
    items into their PST folder. If the user tries to do so, then the following
    error message is displayed:
    "Cannot move the items. you don't have
    appropriate permission to perform this operation"
    Is there a method by
    which this error message be customized? (that means to personalize the wording
    of the message to suit our organizaton)
    Many thanks in advance

    "Cannot move the items. you don't have
    appropriate permission to perform this operation"
    Is there a method by
    which this error message be customized? (that means to personalize the wording
    of the message to suit our organizaton)
    No, not to my knowledge.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • LSMW Customer Master Error

    I am getting the following error in LSMW customer master master load in LSMW for only some of the records.
    Field KNVV-WAERS. does not exist in the screen SAPMF02D 0310
    Any one now the solution

    Hi
    Make sure you have mention the Currency in your screen or data.

  • Fpga debug using simulated IO via custom VI - error message

    I have an PXIe-7966R with MXI interface to Win7-64/LV2013-32bit. The setup is working. VI's can execute on FPGA target.
    I want to debug an FPGA vi on the host computer using simulated IO via custom VI. I try to follow the tutorial in LabVIEW Help: Tutorial: Creating Test Benches (FPGA Module). Have made the custom test vi and the "inverter.vi", and set the proper simulated execution mode.
    When running the "inverter.vi" (FPGA target but for now simulate on host) I get this error message dialog:
    Execution already in progress
    Another FPGA VI for this target is already executing on the development computer. Stop the other VI before running this vi.
    I can't see where I could stop this other fpga vi. In fact I can't find this other vi at all. Here is the project, which can't be any simpler:
    Any hints are welcome.
    Solved!
    Go to Solution.

    thanks for your quick reply.
    I tried restart LV and sure enough this changed things. Now I get this error
    which could make sense as the IO simulation VI (simTb.vi in my project) is not tested (can't do that without the fpga target under test). This is shown in part below. Note that it is the auto generated template from fpga simulation setup dialog.
    and here is the fancy fpga target vi under test (yes i try to make life easy:-))
    So no host vi for communication with fpga - just the simualtion test bench.
    Ok, I will work on from here and try to fix the error reported. Although I dont se any reason why it reports that its not supported to write to "IO Module\TTL Out Enable 1"
    But clearly a restart made a diffence.

  • Minimum order value in vendor master - error message in SRM

    Hello!
    I am using minimum order value in ERP for some vendors and I am wondering if is it possible to get the same error message in SRM.
    While creating a shopping cart in SRM if the minimum order value is not reached, the following document created is a purchasing requisition.
    I would like to get the error message that the minimum order value is not reached instead of the automatic creation of a purchase requisition.
    Is it possible?
    Thanks in advance!
    Best regards,
    Karin

    Hi Karin, if you need to show an error message during Shopping Cart creation you willl need to implement badi BBP_DOC_CHECK_BADI, and maybe create an RFC Function Module to check in ECC ir the minimum order value was reached or not and show the error message.
    In order to control the following document you will need to implement badi BBP_TARGET_OBJTYPE.
    Find bellow a sample BBP_TARGET_OBJTYPE - Code Approach.
    Hope This Help.
    Celeste

  • Customer Master Error

    when  i open XD03 system gives error as
    "No authorization to display accounts from account
    group COMMON SOLD TO PARTY"
    I dnt know y it is cmng and i have all rights for create display.

    hi,
    you might be having authorizations for may be XD01 and/or XD02, perhaps not for XD03. As the account group for your sold to is being used commonly for may be multiple partne functions like ship to's.. so its giving a customized message as you cannot display it. your basis guys can find out for your user id if XD03 is allowed or not. Pl check. As well try VD03 which is an exclusive SD t.code.
    Hope it helps. Pl reward if its useful.
    Thanks
    Sadhu Kishore

  • Customizing the Error Message

              hi ,
              i want to customize the "ERROR 404 File found". how to do it ??
              Thanks& Regards
              Anand.R
              

    http://e-docs.bea.com/wls/docs61/webapp/web_xml.html#1017571
              Anand.R <[email protected]> wrote:
              > hi ,
              > i want to customize the "ERROR 404 File found". how to do it ??
              > Thanks& Regards
              > Anand.R
              Dimitri
              

  • Custom Error Messages

    I've read numerous posts and blog entries regarding customizing oracle error messages to provide a more user friendly output. However, I have a slightly different scenario here that I'm hoping for some help on.
    I'm building a new application that sits on an existing database. Within the database there are thousands of tables and triggers containing validation that raise application errors for messages we've created, for example raise_aplication_error(-20101,'SSL-01010'). In a separate table we have a list of our error codes and messages. In forms we have a function that picks up our code from the error message and translates to our message which is then displayed to the user. I need to do something similar in APEX.
    I've created a very simple test table, trigger and page that generates an error when you try to update or delete it. And I've created a customer error page (page 200) to display the user friendly message. I'd like to populate an item on this page with our error code if it's there.
    In the Error Page Template section of the template I added the following code which searches for SSL or QMS in the message:
    <input type="hidden" value="#MESSAGE#" id="P0_ERRMSG"></input>
    <script type="text/javascript">
    str=document.getElementById("P0_ERRMSG").value
    search_term = "SSL";
    str_check = str.indexOf( search_term );
    if (str_check==-1) {
    search_term = "QMS";
    str_check = str.indexOf( search_term );
    if (str_check!=-1) {
    str_val = str.substring(str_check,str_check + 9)
    url_location = "f?p=&APP_ID.:200:&APP_SESSION.::NO::P200_ERROR_MESSAGE:"+str_val
    window.location = url_location;
    url_location = "f?p=&APP_ID.:200:&APP_SESSION.::NO::P200_ERROR_MESSAGE:"+str
    window.location = url_location;
    </script>
    The error displayed on the screen, without this template change, is:
    "ORA-20001: Error in multi row delete operation: row= 1, ORA-20101: SSL-01010 ORA-06512: at "SWIFT_OWNER.APEX_CONS_TEST_BTRG", line 3 ORA-04088: error during execution of trigger 'SWIFT_OWNER.APEX_CONS_TEST_BTRG', delete from "SWIFT_OWNER"."APEX_CONS_TEST" where "ID" = :p_pk_col"
    As you can see our error code is contained in this output.
    However, #MESSAGE# is just "multi row operation failed" which means our error code is never picked up. I can't see how to access the full error message in the template.
    If there is an easier way of doing this I'm open to suggestions.
    Thanks
    Sara

    I think I've resolved this myself (with reference to a few different forum posts!) by changing the javascript in the Error Page Template to:
    <script language="javascript">
    function getElementsByClass(searchClass,node,tag) {
    var classElements = new Array();
    if ( node == null ) node = document;
    if ( tag == null ) tag = '*';
    return node.getElementsByTagName(tag);
    function show_error_text() {
    errorElements = getElementsByClass("ErrorPageMessage",document,"div");
    if (errorElements.length > 0 ) {
    errorText = errorElements[0].innerHTML;
    search_term = "SSL";
    str_check = errorText.indexOf(search_term);
    if (str_check==-1) {
    search_term = "QMS";
    str_check = errorText.indexOf( search_term );
    if (str_check > 0) {
    errorText = errorText.substr(str_check);
    errorText = errorText.substr(0,errorText.indexOf("ORA")-1);
    errorText = errorText.replace(/#/g,"~");
    url_location = "f?p=&APP_ID.:200:&APP_SESSION.::NO::P200_ERROR_MESSAGE:"+errorText;
    window.location = url_location;
    show_error_text();
    </script>
    We know our error codes will always start with SSL or QMS. So this will pass the bit of the Oracle error we're interested in to P200_ERROR_MESSAGE or the full Oracle error if it hasn't been raised by some of our code.

  • LSO_CHECK_BOOKING custom error messages are not displayed

    Hi,
    Good day! I am currently experiencing some problems displaying custom error messages from BADI LSO_CHECK_BOOKING. I have implemented this Badi and is appending error messages in CT_MESSAGE_TAB however when the message is displayed in portal, the custom message is not displayed. Instead, SAP displays a predefined error "Error When Creating Prebooking with the data entered..."
    Is there a way for me to display my custom error message instead of the predefined SAP message?
    Thanks a lot.
    Cheers,
    James

    Hi James,
    You have not mentioned, which portal you are using. Please see below, that there are differences in the learning and the admin portal:
    Learning Portal:
    The framework of the existing design of the Learning Portal does not
    allow customer specific error messages to be displayed in the portal.
    Only a generic message will be displayed when prebooking in the learning
    portal if the BADI LSO_CHECK_BOOKING returns an error. The design of the
    application does not expect to raise an exception from the BADI. If the
    BADI processing is assumed to be unsuccessful, the messages filled by
    the BADI will be ignored and a general error message will be displayed
    in the portal.
    So this is basically a design limitation.
    Administrator Portal:
    Have you tried e.g. the following notes?
    SAP Note 1806593 Admin Portal: Message is not displayed while prebooking
    SAP Note 1575238 LSO: BADI LSO_CHECK_BOOKING does not show warning messages
    Regards,
    Agnes

  • How to restrict the number of error messages appearing in af:messages

    Hii all....
    Ihave customized the error messages which are produced when a constraint in a database are voilated using the following links
    http://download-west.oracle.com/docs/cd/B32110_01/web.1013/b25947/web_val.htm#CIHJBIDJ
    and by overriding the ListResourceBundle using the following link:http://one-size-doesnt-fit-all.blogspot.com/2007/05/dont-constrain-yourself-displaying.html
    Now my problem is say, when a primary key is voilated i get repeated error messages and some unwanted error messages like 2,4(which are again repeated) as show below:
    1.Empno - Employee Already Exists!!!
    2.Empno - Attribute Empno in AppModule.EmpVO1 is required
    3.Empno - Employee Already Exists!!!
    4.Empno - Attribute Empno in AppModule.EmpVO1 is required
    Now, i want the user to only see error numbered 1 and rest 2,3,4 should not be displayed on the screen ......plzzz knidly help me.

    Hi,
    In your ErrorHandler, override the method getDisplayMessage and in it add whatever message you'd like. Something like this:
        @Override
        public String getDisplayMessage(BindingContext bindingContext, Exception exception) {
            FacesContext fctx = FacesContext.getCurrentInstance();
            Iterator<FacesMessage> iterator = fctx.getMessages();
            if (exception instanceof JboException) {
                // do something (or nothing)
            } else if (exception instanceof UniqueNameException) {
                // add some message
                if (!iterator.hasNext()) fctx.addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, "", "This is an UniqueNameException!");
            return null;
    {code}
    You can also try add some code to manipulate the iterator and remove all the messages, and then add only the one you want the user to see.
    Pedja                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Cutom Error Messages - Subtituting values

    Hi All,
    Im new to JSF, and finding problems substituting values, when customizing the error messages.
    My input text item is defined as
    <h:outputText value="My Number:"/>
    <h:inputText id="ucasNumber" value="#{start.myNumber}"
    required="true"
    validator="#{start.validatemyNumber}">
    <f:validateLength maximum="9" minimum="9"/>
    <f:attribute name="fieldRef" value="My Number" />
    <f:attribute name="custMsg" value="Please enter My number " />
    </h:inputText>
    I have redefined the standard error for the minimum length within the .properties file as
    javax.faces.validator.LengthValidator.MINIMUM_detail=VALUE_MIN_LENGTH
    VALUE_MIN_LENGTH_MSG_detail = Minimum length for ''{0}'' is ''{1}''.
    And this is from the Phase listner...
    UIComponent c = root.findComponent(clientId);
    String fieldRef = (String) c.getAttributes().get("fieldRef");
    if (fieldRef != null) {
    Iterator j = fc.getMessages(clientId);
    while (j.hasNext()) {
    else if ("VALUE_MIN_LENGTH".equalsIgnoreCase(detail)) {
    String custMsgPattern = rb.getString("VALUE_MIN_LENGTH_MSG_detail");
    Object[] params = new Object[2];
    params[0] = fieldRef;
    // params[1] = "7";
    String custMsg =MessageFormat.format(custMsgPattern, params);
    fm.setSummary(custMsg);
    fm.setDetail(custMsg);
    When I hard code a value (ie param[1]="7") it is fine...and the vvalue is substituted correctly and I obtain the correct message.
    What I like to know, is how I would obtain the minimum value from the item that causes the error - in this case '9'.
    Thank in advance
    AB

    That looks really similar to this tutorial:
    http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html
    Try walking through it and see if you can catch your problem. Then again, maybe you already have and that's where you got the idea originally. If that's the case, I probably can't help you beyond that as I went a different root when customizing my error messages.
    I also just posted this in another thread. Probably more useful to Bret, but you may want to look at it anyways.
    http://forum.java.sun.com/thread.jspa?threadID=666143&tstart=0
    CowKing

  • Error Message AM057 while deleting contact person in customer master

    Hi,
    Recently, our company consolidated the SAP platforms for two regions and it is single instance now. The data is migrated to the new system by SLO. After this we are facing an issue while deleting the contact person in customer master. When we select the contact person and delete, we get a message saying "Specify a valid person use (PERSON_REFERENCE)". When we press enter, another entry (above the intended entry) gets deleted.
    The performance assistant shows nothing but message no. AM057.
    Based on the couple of OSS notes I have searched, I checked the table ADRVP entries and found two entries for that contact person. Both entries have the client number appearing in the field APPL_KEY.
    The first record is having old client number and the second record is having the new client number. I presume, we are seeing two records because the data was migrated by SLO. But what is confusing is, both are having same addr.no. and marked as X for Owner (Flag: Adress owner object reference).
    Data in table ADRVP looks as under.
    Cl.     Person            Seq. No.      Table      Field           Application table key      pers.addr. Key      Addr. no.            Owner
    300   0200591046          1            KNVK     PRSNR      2000000093060             BP                         0200026699       X
    300   0200591046   45333695     KNVK     PRSNR      3000007093060             BP                         0200026699       X
    Can there be more than one entry with same addr. no. in table ADRVP for the same person number? Can someone share what is wrong with deleting the contact person in customer master?
    Thanks,
    Balaji

    Balaji Srinivasan wrote:
    Based on the couple of OSS notes I have searched,
    You should share the OSS note which you got from market place.
    Have you checked this note Note 445825 - Error message AM057 when deleting a contact person ?
    It has the reason and solution.

  • Modifying Customer Master Data - Internal error - Message no. F2531

    Hi experts,
    We have updated the bank details of a specific customer master data. Now when we display it, specifically in bank details, we get the following error message:
    Internal error: FI_TECH_ACCNO_READ_TRY SY-SUBRC <> 0
    Message no. F2531
    Does anyone know what it means? Can anyone help me?
    Thanks in advance.
    Best regards,
    Andreia Nascimento

    Hi Andrea,
    This message is a SAP standard message and it is not modyfiable in OBA5. The one reason for this may be you are trying to enter bank account which programme is not able to find. If this is not in your case you can take help of abaper and debugg the program.
    Regards

Maybe you are looking for