SEPA Mandates Registered on wrong Customer Number

Hello all,
In the past few months we have been implementing SEPA, we are nearing the end of the implementation, but we still have one issue open. During the implementation of SEPA we have also implemented a new customer model (changing of payer and sold-to-party partner functions). This is leading to the problem that some of the SEPA mandates that we have registered in SAP, have been registered on the wrong customers number, ie. xx2 instead of xx1.
Now I can't change the status of the mandate to "Obsolete" and then create it on a different customer as the mandate ID number already exists in SAP. So I'm looking for a way to delete the mandates completely from SAP so that I can then create them once again on the correct customer number, but so far I have not yet been able to find such a way. So I'm hoping that you can help me.
It's concerning mandates for which the mandate ID's where created outside of SAP, so the Mandate number range within SAP should not be a problem.
Regards,
Thijs

hi,
you have three possibilities to determine the organizational data in SD
during the EDI inbound process.
The first possibility is to send these fields in the Idoc-Segment
E1EDK14 (Qualifier 006 - division, Qualifier 007 - distribution chanel,
Qualifier 008 - sales organization, Qualifier 010 - sales group,
Qualifier 012 - ordertype,  Qualifier 016 - Sales office)
The second possibility to determine is table EDSDC. In this table You
can make table entries for sales organization, distribution chanel and
division per customer and vendor. You need an sold-to party and a
E1EDKA1 segment with an filled vendor in field E1EDKA1-LIFNR.
(transaction VOE2). Please check these settings.
The third possibility is to fill it in the IDOC_INPUT_ORDERS user-exits.
For error analyis, see SAP note 380603
kind regards
Paul Quinn

Similar Messages

  • Wrong customer number in ORDERS IDoc

    Hello gurus,
    we are trying to send MM orders from one of our company codes to another one (same system, same client).
    The ORDERS IDoc is sent without error, but the we get an error message on the inbound side:
    VKORG, VTWEG, SPART cannot be determined for customer 0000569630, vendor 0020011961
    Message no. VG204
    Diagnosis
    No sales organization, distribution channel or division were sent to the IDOC. This data is necessary if a sales order is to be added automatically. If this data is unavailable, you cannot create a sales order document.
    Procedure
    If data on the sales organization, distribution channel and division have not been entered in the IDOC, it must be determined using a user exit defined in the program.
    The thing is, the customer does not have the number 569630 in our system! Still the number is in the E1EDKA1 AG segment in PARTN. The vendor number is correct.
    Where does this strange customer number come from?
    Cheers
    Alicia

    hi,
    you have three possibilities to determine the organizational data in SD
    during the EDI inbound process.
    The first possibility is to send these fields in the Idoc-Segment
    E1EDK14 (Qualifier 006 - division, Qualifier 007 - distribution chanel,
    Qualifier 008 - sales organization, Qualifier 010 - sales group,
    Qualifier 012 - ordertype,  Qualifier 016 - Sales office)
    The second possibility to determine is table EDSDC. In this table You
    can make table entries for sales organization, distribution chanel and
    division per customer and vendor. You need an sold-to party and a
    E1EDKA1 segment with an filled vendor in field E1EDKA1-LIFNR.
    (transaction VOE2). Please check these settings.
    The third possibility is to fill it in the IDOC_INPUT_ORDERS user-exits.
    For error analyis, see SAP note 380603
    kind regards
    Paul Quinn

  • Hi Reg Problem in Purchase order--taking wrong customer number.

    Hi all, I have a purchase order created with ref to sales order. But as per the partner role it was suppose to take customer A. But it is taking customer B. How is it possible??
    Can you please guide me.where all to check??
    Regards,
    Smitha

    Hi,
    For MM Partner Determination;
    SPRO > MM > Purchasing > Partner Determination > Partner Roles
    - Define Partner Roles
    - Define Permissible Partner Roles per Account Group
    SPRO > MM > Purchasing > Partner Determination > Partner Settings in Vendor Master Record
    - Define Partner Schemas
    - Assign Partner Schemas to Account Groups
    SPRO > MM > Purchasing > Partner Determination > Partner Settings in Purchasing Documents
    - Define Partner Schemas
    - Assign Partner Schemas to Document Types
    And for SD Partner Determination;
    Check in transaction VOPA

  • How to fix when wrong serial number is sent to a customer

    Hi,
    We are using SAP Business One 9.  We have some items managed by serial number.  Occasionally, someone will ship a customer the wrong serial number (vs. the serial number they have picked for the Invoice).  What is the best way to fix this?  Do we need to do a credit memo to get the incorrect serial number showing back in stock, and then a new Invoice with the correct serial number that they were shipped - or is there a better way to fix this? 

    HI Theresa,
    how about updating the serial numbers directly?
    http://help.sap.com/saphelp_sbo900/helpdata/en/45/2364f39e152b31e10000000a1553f7/content.htm
    "You can update the details of existing serial numbers with reference to specific items, subsequent to the definition or use of the serial numbers in documents."
    Best

  • FBL5N t code and BSEG table is showing wrong contract number

    Hi,
    The proces flow is contract number>sales order>DMR-->Invoice
    Now when I am checking the VBFA table it's showing correct contract number against invoices but FBL5N t code and BSEG table are showing wrong contract numbers.
    Why FBL5N and BSEG table is showing wrong contract number?
    Currently we are using one enhancement and user exit is used to incorporate one customized field as identifier for bill type.
    1. During the billing document release to accounting VFX3, The user exit triggering and it is update the customized fields and Net settlement indicator.
    2. Using the Invoice number, get the fields VGBEL(Document number of the reference document) and VGPOS (Item number of the reference item) from VBRP and read table VBAP with VBELN and POSNR, to get DMR number (Sales Document) that created for the Invoice.
    3. Use fields VGBEL and VGPOS on table VBAP to get the sale order number.
    4. By using the Sales order number, get the Distribution channel to update Net indicator field
    In accounting table BSEG-UZAWE = JF must be updated on the customer line.
    5. Retrieve the sale order number and item level to get customized field from table VBAP
    Any pointers.
    Thanks
    Ashu

    Hi Reazuddin,
    Thanks for your reply,
    I am concercerned about BSEG table and using user exit EXIT_SAPLV60B_008 to post the document in FI.
    Now in we have enhanced this user exit  for contracts and included in this way.
      SELECT SINGLE ZZ_CONTRACT FROM VBAK INTO (LC_CONTRACT) WHERE VBELN EQ cvbrp-vgbel.
    Endloop.
    *Moving the values to final accounting table
    loop at xaccit.
    xaccit-vertn = lc_contract.
    xaccit-VBEL2 = xaccit-AUBEL.
    xaccit-xref3 = lc_vbel2.
    MODIFY xaccit .
    ENDLOOP.
    Clear: lc_contract,lc_vgbel,lc_vgpos,lc_vbel2.
    But I am getting correct data when checked other clients( development and quality), this problem I am getting in production.
    Do I need to ask the ABAP'er to debug this enhancement in production?
    Thanks
    Ashutosh

  • Smsy "Read System Number" customer number unknown for installation

    Hi gurus,
    I 'm configuring SMSY and following the steps outlined in the IMG in the basic settings and trying to configure RFC connections to/from satellite systems. In SMSY, I have 2 systems configured SMA and BIF.
    tcode SMSY-> Systems -> SAP ERP -> SMA , Tab "System Data in SAP Support Portal".
    Click "Read System Number" returns error SAP customer number unknown for installation number 0020179718. <-Why?
    Click "Installation Data" shows data from SMP with correct installation number and correct customer number 706822.
          The S-user listed under "Contact Persons" is not mine, not the correct one. <- Why? How to fix?
          The system number from SMP matches value in System Number field.
    Click "System Data" shows data from SMP also shows correct data.
    Why unable to "Read System Number" when the correct system number is read via "Installation Data" and "System Data"?
    tcode SMSY->Systems->SAP ECC->BIF, Tab "System Data in SAP Support Portal".
    Click "Read System Number" returns error "SAP customer number unknown for installation number 0020472810". <- Why?
    Click "Installation Data" shows data from SMP with correct installation number and correct customer number 706822.
          The S-user listed under "Contact Persons" is correct one.
          The system number from SMP matches value in System Number field.
    Click "System Data" shows data from SMP also shows correct data.
    Why unable to read system number?
    When I login to SMP with same S-user, under System Data Maintenance, the same data is displayed as in "Installation Data" and "System Data" links.

    I don't know what happened. I came into work today and tested the "Read System Number" and it worked. I read thru the 2 notes you mentioned, just read now. The first notes I had already followed before opening this thread. The 2nd notes also talked about turning off BAdI implementation AI_SDK_SP_RFC_RP, of which I did a couple of days ago before opening this thread. I had turned turned off BAdI and simplified the AISUSER table and removed the customer number field, in order to get back to the "single-user number" basic setup in the IMG.
    I had found the problem with the wrong contact info on the SMA system. It was wrong in the SMP system maintenance under installation data.
    Thanks for your help.
    -Don.

  • Adobe wont update my CS 5, it says i have the wrong serial number.  I have 2 serial numbers with my account, how do i switch the serial number in CS 5 to the other number?

    Adobe wont update my CS 5, it says i have the wrong serial number.  I have 2 serial numbers with my account, how do i switch the serial number in CS 5 to the other number?

    David,
    To switch, I am afraid you will have to reinstall using the other one.
    But that should hardly be necessary.
    If you can find no way, you may try a chat here,
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    or Adobe Support (phone) here,
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Customer number and partner functions

    Hi
    Is there any way to get the details if we give customer number as input and ship to party , bill to party and payer will get as out put whose are diffrent to the customer no.
    is it possible through SE16 or any standard report for this requirement( there is one table KNVP but it gets all the sp,sh,bp,py details but how to get teh report if  they different to customer no)
    please suggest any body
    regards

    Venkat,
    Correct me if my understanding is wrong?
    You want to list the different partner function for the customer only when these are different than the input customer?
    for example : If one customer SP= A, SH = B, PY= C, BP = D. Then this customer should come into list right?
    if this is the case, you can easily achieve this by SE16N.
    Go to SE16N,
    enter KNVP table, Press enter
    You can see 2 customer field : KUNNR and KUNN2,
    in KUNNR customer enter your INPUT customer.
    In KUNN2 : First click on Options ( second column , O), Select Not Equal to : and enter the same value of the customer and execute...
    But this will only work for One by One customer....
    The other option is  Go with Z developemnet.
    Thanks,
    Raja

  • Get Sales order by PO Number w/o customer number

    Is there a bapi out there that can get the Sales Order Number by PO Number without the need for a customer number?
    I know there is BAPI_SALESORDER_GETLIST but it requires there be a customer number.

    Was putting the PO number in the wrong field.

  • Wrong serial number?

    I got lightroom 5 on a CD when I purchased a new Canon 6D. (I have Lightroom 3 from earlier) As I don´t have a CD player in my Macbook Air, I downloaded the trial version. When I try to activate it by using the serial number on the CD, I get the message: wrong serial number. What is wrong?

    Celter please try registering your serial number for Lightroom 5 to test for it's validity.  You can find more details at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • Tracing the Customer Number For deleted parked document

    Hi,
    I have wrongly deleted the park document . My client wants to know the customer Number of the deleted park document. Where  can I fetch this details from.
    I found that the  Accounting document  Number is stored in table BKPF with a deletion flag Can u please suggest which table the deleted customer no. for the park document is stored
    Thanks in advance
    Ratna & Susan

    Hi Rathna
    Oneway to find out the customer number is, thro transaction FBL5N, select all customer open items (with key date before the parked document was deleted) and select the noted items also.
    You will be able to see the document.
    Thanks
    Ashok
    Reward points if this is useful

  • Is there a way to register declaratively a custom object into WL JNDI

    Is there a way to register declaratively a custom object into WL JNDI. (either through Admin console, or config.xml)
    This is how we are doing it inside jetty environment config file.
    JNDI name is enterprise/cms/PerforceEnv, and the reference object is com.enterprise.content.repository.scm.PerforceSettings.
    <Configure class="org.mortbay.jetty.webapp.WebAppContext">
    <New id="PerforceEnv" class="org.mortbay.jetty.plus.naming.Resource">
    <Arg>enterprise/cms/PerforceEnv</Arg>
    <Arg>
    <New class="com.enterprise.content.repository.scm.PerforceSettings">
    <Set name="executablePath">${p4.exe}</Set>
    <Set name="port">${p4.port}</Set>
    <Set name="user">${p4.user}</Set>
    <Set name="client">${p4.client}</Set>
    <Set name="debug">${p4.debug}</Set>
    <Set name="password">${p4.password}</Set>
    <Set name="sysroot">${p4.sysroot}</Set>
    <Set name="sysdrive">${p4.sysdrive}</Set>
    </New>
    </Arg>
    </New>
    </Configure>
    Thanks

    right click on the element on element panel on the right and choose rename. Or rename on the left panel on the top. You can give them any name you like just do not start with a number or special character.

  • Changing customer number in alv top of page for every new customer

    hi experts,
    in alv grid display top-of- page, how to change customer number  customer name for every new customer.
    please help me.
    Regards
    Naveen.

    You may look into this blog
    http://help-abap.blogspot.com/2008/09/salv-model-5-add-header-top-of-page.html
    This is has been contributed by one of the SCN contributor Naimesh Patel.

  • Why do my contact photos keep getting assigned to the wrong person/number?

    This has happened to me twice recently:  my phone rings and the wrong contact photo appears with the wrong phone number.  All my contact photos are assigned to the wrong person/phone number.  Any ideas on what's going on?  Thanks!

    Thanks for your reply.
    Can I get this straight in my mind? Does this mean that I will have to put ALL the photos stored on my Laptop into ONE  large folder, then divide it up into sub-folders? Then I can copy each sub-folder?
    Sorry to sound stupid, but most things I try on my ipod don't seem to work for me. I think I am getting a bit old for all this.....lol.
    .......Actually thinking back, a while back I did click on my main folder called "Nikon" and that did copy everything in it, but just in one whole lot, ie 1,000 photos.........................so nothing was sub-divided into folders, ie. holiday 2010, holiday 2011. Is that another problem I have created for myself?
    Thanks for your patience.

  • SAP customer number unknown for installation number

    Hi There,
    We're facing some problems after a reconfiguration of some things in Solution Manager. We have SAP EHP 1 for SAP Solution Manager 7.0. Have made two days ago the installation of the latest SP, but not the kernel yet.
    The problem is in the job SEND_SYSTEM_RELATIONSHIP_TO_SUPP. The error is:
    08.01.2010 10:43:24 Job started                                                                                00           516          S
    08.01.2010 10:43:24 Step 001 started (program AI_SC_SEND_SYSTEM_RELATIONSHIP, variant , user ID SOLMAN_BTC)      00           550          S
    08.01.2010 10:43:24 SOL determined as monitoring Solution Manager system                                      AI_SC_EN        075          S
    08.01.2010 10:43:24 SAP customer number unknown for installation number 00XXXXXXXX               AI_SC_EN        097          E
    08.01.2010 10:43:24 Job cancelled after system exception ERROR_MESSAGE                                           00           564          A
    The info about the system:
    solman:soladm 21> disp+work
    disp+work information
    kernel release                701
    kernel make variant           701_REL
    compiled on                   HP-UX B.11.23 U ia64
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Feb 24 2009 21:53:01
    update level                  0
    patch number                  32
    source id                     0.032
    supported environment
    database (SAP, table SVERS)   700
                                  701
    operating system
    HP-UX B.11
    Thanks,
    Joao

    Hi João Cesar,
    I´m faccing with the same error... I installed the solution manager Ehp1 and it have SPS20 applied which correspond to ST 400 level 20 (SAPKITL430).
    When I am in transaction SMSY in section Systems and I press the button "READ SYSTEM NUMBER" is shown an error message that says "SAP customer number unknown for installation" the details of help says:
    Diagnosis
    Installation number &V1& that is assigned to some system(s) in transaction SMSY is not assigned to an SAP customer number in table AIINSTALLATIONS.
    Procedure
    Please check the log of background job REFRESH_ADMIN_DATA_FROM_SUPPORT for errors.
    So, when I entry in that job log I found this error:
    No customer numbers maintained in view V_AISAPCUSTNOS   |  AI_SC_EN   |  106
    Then I went in table/view V_AISAPCUSTNOS and inside does not contain any data!!!
    All the notes I found were related to lower versions and so I could not implemented the snotes corrections!!  Any notes for my release that are related with this problem?
    Joao Cesar what you did for solve this problem??? You didn´t mentioned!! You only mentioned that you implemented some notes.. but which ones?!!?

Maybe you are looking for