Error while transferring Purchase Order from ECC to SUS

we are working on plan driven procurement and transferring the PO from ECC to SUS, we are getting the error as "No partner found for partner number ECCSUS8".
In ECC the Vendor No is ECCSUS8, trasfered vendor from ECC to SUS. Vendor registration is done based on the mail generated and vendor login is created in the portal and assigned the roles.

Hi
Are you facing this error in PO transmission to SUS (as you mentioned below)? or you are facing this error while sending out the vendors from R/3 to SUS from BD14?
If you are facing this in vendor transmission, you need to remove the tick (flag) "Use self reg component" in SPRO-SRM server-Supplier Self-ServicesMaster DataMake Settings for Business Partners. Then you can transmit the vendors from R/3 succesfully.
If this error is in PO transmission, need to analyse further.
Pls do let me know.
Thanks
Kiran

Similar Messages

  • Error while transferring SALES ORDER from ECC to SCM

    Hi Experts,
          I am working with SCM4.0 and ECC 5, while i transferring the sales order from ECC5 to SCM ,it encounters with the following errore message.
    <b>Sales order M-10 1000: Integration model does not contain material master
    Message no. XC100
    Diagnosis
    To ensure a consistent dataset in SAP APO, the material master data for filter object Sales order M-10 1000 also has to be known in SAP APO. In the current case no entry was found for the combination   in the models that were checked.
    System response
    Object Sales order M-10 1000 cannot be transferred correctly.</b>
    Any kind of suggestions would be appreciated well.
    Thanks in advance..
    Regards,
    A.Fahrudeen

    Hi Fahrudeen ,
    I hope the master Data like Material and Location and Customer are not CIFed to APO prior to Sales order or else while ciffing the sales order you have not selected the sales order radio button and same time only enter the Material ,location and customer wothout the tick on filter objects for Mat/Loc and Cust.
    Hope this helps..
    Regds// Digs...

  • BU_RELNR error while transferring a vendor from EBP to SUS

    Hi experts,
    We have EBP on one client and SUS on abother client on the same server.  SRM 5.0 and (srm server 5.5) and XI 7.0 (PI).  We could succesfully import the scenario of service procurement with supplier enablement and we are going with Extended classic scenario.
    All the XI settings are done properly and we could send the vendors from EBP to XI.  there is a problem in the inbound XML messages when it is creating a BP in SUS.  The no. ranges are maintained properly in SUS and the No. range Grouping done si fine.
    01)  We have an error in the SUS in the SXI monitor telling that:
    We found the BU_RELNR in the table NRIV is set as external and there is no table maint. for this.  We cannot uncheck external indicator.
    <?xml version="1.0" encoding="utf-8" ?>
    - <nr1:StandardMessageFault xmlns:nr1="http://sap.com/xi/SRM/Basis/Global">
    - <standard>
      <faultText>An error occured within an XI interface: Exception occurredA:R1:735 -Number range interval 01 for number range object BU_RELNR incorrectly maintain. E:BBP_BUPA:060 -Error while trying to create contact person. Inform system administration Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</faultText>
      </standard>
      </nr1:StandardMessageFault
    02)  We are not using the bidding functionality in EBP as we are going with e-sourcing.  Hence, we will have to replicate vendors from R/3 to EBP. We set the standard communication as XML/XI and make as a portal vendor in EBP in manage business partners in the web transaction. Do we need to create contact persons in EBP and then transfer to SUS?  Will it send an automatic mail regarding the login details to the user?
    03)  Or do we need to create contact persons in SUS.  Will it send an e-mail to the vendors from SUS?
    Thanks in advance,
    DV

    Alex,
    The issue to which you have replied is to do with the namespace in XI mappings.  The standard content seems to have a bug when it got imported into the configuration.
    Coming to the e-sourcing, SAP is giving phase wise integration with ECC and SRM.  The roadmap is already SAP has delivered the xi content for E-sourcing to ECC for the master data like Material masters and vendor masters.  In general, E-sourcing is a hosted application till now.  But, there is an exception for us to have it hosted by ourselves.  There are few integration issues in this.  But, it is working fine now.  Only thing is you need to send the company codes, p orgs, p groups etc... 17 objects I guess before transferring the material master and vendor master from ECC to E-sourcing.
    Then, e-sourcing to ECC integration for contracts push, SAP is moving towards ramp-up.  This will take some time to have the GA.
    Finally, e-sourcing to SRM integration, it will happen (?????????? lot of question marks) in SRM 7.0.  Right now, we are planning to have a customer interface from e-sourcing to SRM.
    Hope these answers your question.
    Regards,
    DV

  • Limit service purchase order from ECC TO sus

    hi,
    while creating confirmation in sus, LIMIT Line is missing(MM-SUS scenario)
    and there is no table items  for confirmation.
    but from EBP-SUS scenario limit line is appering for
    confirmation.what needs to be done for getting limit line.
    regds
    Rami

    Hi,
    What method are you using to transfer PO from MM to SUS.
    Hope you are using the new method in MM via badi : Material management->purchasing->Enterprise services(purchasing)->BADI: Selection of Outbound Enterprise Services of Purchaser Orders
    You also need other configuration steps. Please check your solution manager content for detials.
    I think limit will be supported in SUS only if you use the above method
    Regards
    Sam

  • Commit error while transferring Sales order Document to GTS

    Hello,
    We faced a transfer error while transferring sales order document to GTS.
    When I debugged the code function /SAPSLL/API_6800_SYNCH is called. In this function, /SAPSLL/CUHD_MAINTAIN_SINGLE is called with parameter lv_no_commit = 'X'. When I checked why its value is 'X', I saw that if the RFC destination and the current system are the same, then lv_no_commit = 'X', (means if the R3 and the GTS are in the same server, same client.) In debug mode I set the value of lv_no_commit to space, and then it works. It creates the GTS document.
    We are also transferring billing documents and it works fine. When I checked what is the difference between transferring sales order document and transferring Billing document, I saw that in the transferring billing document there is another function is called /SAPSLL/API_6800_CSD_SYNCH, and it's calling parameters(in background, as seperate unit) are different from calling parameters of /SAPSLL/API_6800_SYNCH. You can see the difference below.
    For sales document transfer :
        CALL FUNCTION '/SAPSLL/API_6800_SYNCH'
          DESTINATION cs_transfer-rfc_dest
    For billing document transfer :
        CALL FUNCTION '/SAPSLL/API_6800_CSD_SYNCH'
          IN BACKGROUND TASK
          DESTINATION cs_transfer-rfc_dest
          AS SEPARATE UNIT
    So my question is, do you think is it a sap standard program error, or is there any suitable settings in the customizing or SM59 to fix this error?
    Thanks in advance
    Serhat
    Edited by: Serhat Dirihan on Jan 22, 2009 11:46 AM

    Dear Serhat,
    I don't think this is an RFC problem or an error. But you wrote:
    When I checked why its value is 'X', I saw that if the RFC destination and the current system are the same, then lv_no_commit = 'X', (means if the R3 and the GTS are in the same server, same client.)
    It is impossible to have GTS and R/3 on the same system and same client. At least the client should be different. So try to check why the call is performed like that.
    Balazs

  • Subcontracting Purchase Order from ECC sent to APO creates a Plnd Order

    Subcontracting Purchase Order from ECC sent to APO creates a Plnd Order with the same Purchase Order# in APO.
    We want to influence the source of supply for this internally APO created planned order.
    For this, I would like to know what user exit can be used, I have already looked at
    (1) BADI: SOURCE DETERMINATION
    (2) CIF INBOUND EXTERNAL PROCUREMENT on APO side.
    Any other user exits or has someone worked on this scenario.
    Thanks
    Kumar

    sources of supply for planned orders can be changed with the following BADI method:
    Definition name               /SAPAPO/RRP_SRC_EXIT
    method RRP_USEX_SOURCE_FILTER

  • Error while creating work order from purchase order

    Dear All,
    We are having a subcontracting scenario where we are creating a Work order from PO but getting the below error.
    Error - "No master data assigned to partners-locations-product combination."
    Done all the setting mentioned in the below thread but the error still persist.
    Error in Generating Work order from Purchase Order
    Any suggestions on which master data we need to check?
    Thanks,
    mahesh.

    Hi Mahesh
    In the below transaction
    /SCA/MFGCFG - Work Order Configuration
    Can you maintain Master data Assigment properly
    Valid From
    Valid To
    Active---Checked
    Can you please list what you maintained
    Regards
    Vinod

  • G/L Account Error While doing Purchase Order In ME21N

    Hi,
    While Doing Purchase Order in ME21N,i am getting the below error.Kindly help me.
    G/L account 809001 cannot be used (please correct)
    Message no. ME045
    Diagnosis
    Comparison of the field selection strings from the G/L account 809001 and the account assignment category F reveals that there is an incompatible combination of field selections for the field selection group 'Network'.
    The G/L account field selection is stored in table T004F; that for the account assignment is stored in table T162K.
    Procedure
    Please enter a correct G/L account.
    Thanks
    Supriya

    Hi Supriya,
    U will have to check the field status of account assignment category F in tcode OME9 and compare it with the Field status group that is assigned to GL 809001.
    Kindly note that the field status has a prority in the following order.
    Supress
    Display
    Required
    Optional
    Thus if the network field is suppressed in GL field status and option in account assignment category F, then the below error would come.
    Regards,
    Kiran

  • Update was terminated while creating purchase order from ME21N

    Hi Experts,
    We are getting this dump when try to create purchase order from ME21N;
    Our system ECC 6.0 and IS-AFS (Apparel & Footwear Solution) V600 component has installed,
    How can we prevent this error,
    Regards
    Here is the dump and sm21 log,
    Runtime Errors         LOAD_PROGRAM_NOT_FOUND
    Exception              CX_SY_PROGRAM_NOT_FOUND
    Date and Time          10.10.2008 10:22:03
    Short text
         Program "RMCMS431 " not found.
    What happened?
         There are several possibilities:
         Error in the ABAP Application Program
         The current ABAP program "SAPLMCS4" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         or
         Error in the SAP kernel.
         The current ABAP "SAPLMCS4" program had to be terminated because the
         ABAP processor detected an internal system error.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "TMC2F_FROUT_CALL" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely "RMCMS431 ".
        However, program "RMCMS431 " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error
    How to correct the error
        Check the last transports to the R/3 System.
        Are changes currently being made to the program "SAPLMCS4"?
        Has the correct program been entered in table TSTC for Transaction "ME21N "?
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "LOAD_PROGRAM_NOT_FOUND" "CX_SY_PROGRAM_NOT_FOUND"
        "SAPLMCS4" or "LMCS4F10"
        "TMC2F_FROUT_CALL"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or which
        actions and input led to the error.
        The exception must either be prevented, caught within proedure
        "TMC2F_FROUT_CALL" "(FORM)", or its possible occurrence must be declared in the
        RAISING clause of the procedure.
        To prevent the exception, note the following:
    sm21 log ;
    Transaction Canceled 00 671 ( LOAD_PROGRAM_NOT_FOUND 20081010102203saptest_TET_00 EYUCE 100
    Update terminated
    > Update key: F39796DD5421F1509233001E0BD601E0
    > Update module: MCE_STATISTICS_UPD_V2
    Run-time error "LOAD_PROGRAM_NOT_FOUND" occurred

    Please follow the oss note 800335
    V2 Update terminations in Purchasing transactions after upgrading or installing AFS 5.0 release.
    Other terms
    AFS, LIS, MIGO, ME22N, OLI3, S433, S431
    Reason and Prerequisites
    AFS Purchasing infostructure S431 is no longer used. S433 is the valid infostructure for the release AFS 5.0.
    Solution
    Please do the following.
    For customers upgrading to AFS 5.0 only:
    > Rebuild Infostructure S433.
    - Goto transaction: OLI3 (Statistical Set up of Infostructures)
    - Info structure to be compile: S433
    - Specify the 'Name of run'.
    - Execute.
    > Please also follow the instructions given below.
    For both Upgrade and Non-upgrade Customers:
    > Create the report 'ZDELS431'.
    - Transaction: SE38
    - Give Program name as ZDELS431.
    - Create (F5).
    - Title : 'Program to delete S431'.
    - Type  : 1 (Executable Program).
    - Status: T (Test Program).
    > Copy the program text from the note and paste in the program.
    > Save and activate the program.
    > Execute the report for all clients in Update mode.
      (Two check-boxes will appear: P_ALL_CL, P_UPDATE.
       Please check both of them).
    This report will delete all the references to infostructure S431.

  • Error while saving purchase order

    Hi all,
    While saving purchase order i am getting the following error.
    Syntax error in program SAPLV61A
    in include RV64A932
    in line 10
    Statement"*&"is not defined.check your spelling.
    Thanks& Regards,
    Hari.

    Hi Hari,
    I've just encountered the same problem as you have now in your latest post.
    Normally the include that you mentioned is a formula condition value include which you can modify but you probably have
    to register this object first on the SAP OSS pages to get an Access key to modify it.
    After you've obtained a key launch transaction VOFM and comment out the line "TABLES: VBRK, VBAK".
    As you see below SAP did exactly the same thing in several other includes.
    Include FV64A582
    -> is a formula condition value
        tx VOFM
                -> Formulas
         -> Condition Value
         -> Routine number 582
    At line 37 I commented out "TABLES: VBRK, VBAK." which is not used
    anyway in this include.
    On top of that SAP commented out these definitions in several other
    includes: eg. FOICH002, FOICH002, OI_LV61ATOI.
    If other persons have comments on this topic please respond/advise.
    Hari, inform us if this resolved your problem.
    Also reward points if my post aided you in resolving your issue.
    Thank you for feedback.
    Best regards,
    Tom Cockaert.

  • ITunes locks up while transfering purchased apps from iphone 4

    I have had various issues with upgrading to itunes 10.5. Now that most problems have been solved I am having trouble transferring purchased apps from iphone to library. The process starts but after a few apps itunes locks up. I have to go to task manager to exit. Task manager confirms itunes is not repsonding. Any help is aprreciated. I am also getting the blank page when opening itunes.

    An iPhone backup does not contain any iTunes content. After you restore from backup, you must sync or re-download your iTunes content, to restore it to your device.

  • Error while cancel Purchase Order

    Hello everyone.
    I'm trying to cancel a Purchase Order which has a Purchase Delivery Note.
    First I cancel the Purchase Delivery Note and than I try to cancel the Purchase Order, but I'm having the following error: "The requested action is not supported for this object."
    If I manually cancel the Purchase Delivery Note, I can successfully cancel the Purchase Order by code.
    Here is the code I'm using:
    Documents lDocumento = Globals.AddOn.ConexaoAuxiliar.GetBusinessObject(BoObjectTypes.oPurchaseDeliveryNotes);
    lDocumento.GetByKey("DocEntry");//DocEntry is just an example
    Documents lCancelamento = lDocumento.CreateCancellationDocument();
    if (lCancelamento.Add() != 0)
         throw new Exception(Globals.AddOn.ConexaoAuxiliar.GetLastErrorDescription());
    Then I try to cancel the Purchase Order:
    Documents lDocumento = Globals.AddOn.ConexaoAuxiliar.GetBusinessObject(BoObjectTypes.oPurchaseOrders);
    lDocumento.GetByKey("DocEntry");//just an example..
    if (lDocumento.Cancel() != 0)//if can't cancel, try to close
         if (lDocumento.Close() != 0)//if can't close, show error..
              throw new Exception(Globals.AddOn.ConexaoAuxiliar.GetLastErrorDescription());
    SAP 9 PL 10

    Hi Leandro,
    Sorry, I missed that bit. But that brings to mind, you create the cancellation document, but apparently you do not explicitly cancel the purchase delivery note.
    Could you please test that ? So for example:
    if (lCancelamento.Add() != 0)
      if (lDocumento.Close() != 0)
    //etc.
    Could you also please test commenting out the code that closes the purchase order, and then check from the B1 client that the delivery was closed and linked to a Returns document ?
    Regards,
    Johan

  • Error while creating purchase order with account assignment category "A"

    Dear All,
                      At the time of creating purchase order with account assignment category A - Asset its throwing error as " GL Account 123400 can not be used"
    how to resolve this  issue"
    Edited by: Matt on Sep 16, 2010 10:09 AM - removed bold tags

    HI,
    Assign all assets GL to Asset Class
    spro --> financial accounting new -->assets accounting --> assets accounting (lean Implementation) --> organization structures --> Assign GL
    Hope Help U !
    Regards,
    Pardeep Malik

  • Error while generating Production Order from Recommondation Report

    Hi..
    I have got few production orders to be created through Recommendation Report. 
    After getting them 'Checked' when i try to create production order, following error message appears :
    No matching records found 'Product Tree' (OITT) (ODBC - 2028) [message 131-183]
    Please let me know what went wrong ?
    Regards
    Rakhi

    Hi.......
    I think you are trying to make production orders who has no BOM. First prepare BOM and then Create Production Order from Recomemdation Report. Because it supports only Standard Production Order and not Special......
    Regards,
    Rahul

  • Error while transferring Vendor master from R/3 to SRM

    Hi,
    I have done the following.
    R/3 .
    1. Vendor creation in Xk03 for the organisation
    SRM.
    1.Created a vendor group in PPOCV_BBP
    Entered the following in BBPGETVD.
    1. Logical system
    2.Vendor
    3.Purchase organisation.
    4. tice mark in address comparion,
    5. Organisation ID: 50000407 for the Vendor group created in PPOCV_BBP.
    6. only Transfer R/3 Number
    7. Executed ..
    Error is I am getting the following error. while using BBPGETVD .
    "None of the purchasing organisation in org Structure"
    Please give your solution
    Regards
    G.Ganesh Kumar

    Hello Ganesh,
    I did not talk about tab Attributs.
    In PPOSA_BBP, one of your Organizational Unit must have in its tab Functions value 'Purch. Organization' set with correspondence in R/3 values (number and logical system).
    Regards.
    Laurent.

Maybe you are looking for

  • INDESIGN CS5 CRASH WITH MOUNTAIN LION

    After installing 10.8.4 Mountain Lion I have regular crashes with indesing CS5

  • Error logs for Jdeveloper embedded oc4j

    Hi guys, I am currently using the oc4j embedded within jdeveloper (9.0.2) to develop and obviously to debug some code. When there is an exception in the init() method, there seems to be no record of it in the logs, the only log I found are in jdev/sy

  • No sound over HDMI?? (There is more)

    Here is the sitrep: Macbook Air 3.1 Mac OSX 10.6.8 Just bought a Mini DisplayPort to HDMI connector to plug in to my Samsung 32" HD tv. I go into my sound preferences and select the HDMI option for sound output. Play the video and its still coming ou

  • Mac OS X 10.9.4 Server 3.12

    In Mac OS X 10.6 Server you had the possibility to activate and view error log with the named.log file in the Server Admin App with different level of messages From novice to debug How I could get a debug mode for DNS service for Mac  OS X 10.9 Serve

  • Bluetooth Problems when running other programes in the background

    I have been experiening problems with the bluthooth conenctivity on my 2012 Macbook Air. It is the 2.0GHZ i7 8GB RAm with 256Gb flash storage model released June 2012. I use it in clamsehll mode hoked up to an external HD monitor using the Mini displ