CIF Error while transferring vendor

We are facing CIF error while transferring vendor master to APO.
The issue is in e-mail address of the vendor master.
One way is to correct the e-mail addresses - one per line without semicolon at the end.
But the issue list is very huge to get it corrected.
Is there any other way by which we can exculde the e-mail addresses or its validation?
Thanks and regards,
Sushant

Hi Senthil,
The objective was to avoid CIF error due to incorrect address setup. This required us bypass it before data transfer. We could fix this using enhancement in ECC.
Apreciate your kind reply, though. Thanks a lot.
Warm regards,
Sushant

Similar Messages

  • 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.

  • 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

  • Error while transferring Forwarding settlement document to ERP Billing

    Hi Experts,
    My forwarding settlement document is consistent.
    All the basic customizing in SAP ERP, TM has been completed as follows, but getting error while transferring forwarding settlement document to ERP billing (Ref. 1st screenshot).
    I am using SAVE AND TRANSFER button to send the document to ERP, also same error is displaying while using PREVIEW INVOICE button (Ref.2nd screenshot)
    Please suggest if I missed anything to send forwarding settlement document to ERP.
    Customizing settings for transferring Forwarding settlement document to SAP ERP.
    1. In SD Billing all condition types has been maintained, pricing procedure determination configured.
    2. In SAP ERP SD condition types mapped to TM charge types using following path.
    Integration with other sap components - Transportation management - Invoice integration - Billing - Definition for transportation charge elements - Define charge types.
    3. Assignment of charge types in ERPSD
    4. Define charge category, subcategory codes
    5. Mapped ERP SD, TM sales organization with logical TM system, sales area, Order type, Billing type, Pricing procedure
    6. Output types determination configured for ERP Billing in SD

    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

  • Error while transferring file :: Error while issuing ssh command.

    Hi All,
    I am having a JSP based website application.
    I am getting the following exception in my logs.
    [ERROR] 05/04/2007 03:43:44 - Error while transferring file :: Error while issuing ssh command.
    java.net.ConnectException: Connection timed out
                at java.net.PlainSocketImpl.socketConnect(Native Method)
                at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
                at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
                at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
                at java.net.Socket.connect(Socket.java:464)
                at java.net.Socket.connect(Socket.java:414)
                at java.net.Socket.<init>(Socket.java:310)
                at java.net.Socket.<init>(Socket.java:125)
                at com.sshtools.j2ssh.net.SocketTransportProvider.<init>(Unknown Source)
                at com.sshtools.j2ssh.net.TransportProviderFactory.connectTransportProvider(Unknown Source)
                at com.sshtools.j2ssh.SshClient.connect(Unknown Source)
                at com.sshtools.j2ssh.SshClient.connect(Unknown Source)
                at com.sshtools.j2ssh.SshClient.connect(Unknown Source)
                at com.novartis.util.DataExporter.transportFile(DataExporter.java:127)
                at com.novartis.util.DataExporter.export(DataExporter.java:101)
                at com.novartis.businessmanagers.SandosSignupManagerPojoImpl.export(SandosSignupManagerPojoImpl.java:103)
                at com.novartis.util.DataExportJob.process(DataExportJob.java:48)
                at com.novartis.util.ExclusiveJob.execute(ExclusiveJob.java:35)
                at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
                at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)Any help would be appreciated.
    Thanks.

    This means that the SSH server you're trying to connect to isn't listening. Is the SSH server running? Are you trying to connect to the right machine?

  • Error while transferring materials from R/3 to APO

    I am getting an error while transferring materials from R/3 to APO , the error is on the SCM side and its "NOEXEC"  , the inbound queue has been blocked . what might be the problem

    Hi Raj,
    I think that you have RFC problems, you need to check this with your basis team, i give you a thread that talks about the same problem.
    Regards.
    Marí

  • 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

  • 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

  • Error while posting vendor invoice in F-43

    Hi experts,
    while posting vendor invoice with Tax code , i am getting the following error:
    Posting is only possible with a zero balance; correct document
    Message no. F5060
    Here tax line item is not yet all displaying in simulation.
    If I posted with tax code with ZERO percentage it is posting correctly.
    where as same transaction I am able to post through transaction code FB60.
    What could be the reason?
    regs,
    ramesh b

    Hi
    Please check and correct the respective line items , because your selecting incorrect GL account with respective posting keys
    Example : You have exp gl a/c at first line items against vendor invoice posting's, normaly this vendor will post in first line item with posting key is 31 with vendor a/c and second line item 40 with exp GL a/c and same you will check any required inputs have missed out from this transactions.
    Regards
    CHOWDARY

  • Error while transferring the document

    Hi Friends,
    We are getting an Error when we try to create a service confirmation.The error is an 'Error has occurred while transferring the document'.When we see in the transmission log it is telling inconsistent update flags.
    How can the error be removed?
    Regards,
    Jay.

    Hi Jay,
    Try doing this once again and go to Tcode SMW01 and try to locate your Bdoc. First it will be in yellow state and it will turn red (error).
    Once you get the error Bdoc, check the error messages in it (there is proper button on the top to get this). You might get the cuase of the error in Bdoc messages itself.
    If not, post me the Bdoc status and the Flow Context.
    Regards,
    Alin

  • Error while creating vendor contact person using vmd_ei_api

    Hi,
    while craeting vendor contact person using maintain_bapi of vmd_ei_api class iam getting error like 'Specify address number or address handle'.
    code :
    CALL FUNCTION 'BAPI_PARTNEREMPLOYEE_GETINTNUM'
    EXPORTING
    quantity = 1
    IMPORTING
    * RETURN =
    contactid = lv_contactid
    * QUANTITY =
    * TABLES
    * CONTACT =
    ls_contacts1-task = 'I'.
    ls_contacts1-data_key-parnr = lv_contactid."ls_knvk-parnr.
    ls_contacts1-data-abtnr = '0002'."ls_knvk-abtnr.
    ls_contacts1-data-pafkt = '02'."ls_knvk-pafkt.
    ls_contacts1-data-parau = 'BNotes'."ls_knvk-parau.
    ls_contacts1-datax-abtnr = 'X'.
    ls_contacts1-datax-pafkt = 'X'.
    ls_contacts1-datax-parau = 'X'.
    * Inserting Phone ,Fax and email.
    ls_phone-contact-task = 'I'. "Phone
    ls_phone-contact-data-telephone = '89655696569'.
    ls_phone-contact-data-extension = '778548'.
    ls_phone-contact-datax-telephone = 'X'.
    ls_phone-contact-datax-extension = 'X'.
    APPEND ls_phone TO lt_phone.
    ls_phone-contact-task = 'I'.
    ls_phone-contact-data-r_3_user = 'X'.
    ls_phone-contact-data-telephone = '89845589369'.
    ls_phone-contact-data-extension = '858588'.
    ls_phone-contact-datax-updateflag = 'X'.
    ls_phone-contact-datax-telephone = 'X'.
    ls_phone-contact-datax-extension = 'X'.
    ls_phone-contact-datax-r_3_user = 'X'.
    APPEND ls_phone TO lt_phone.
    ls_fax-contact-task = 'I'.
    ls_fax-contact-data-fax = '8896589'.
    ls_fax-contact-data-extension ='44521'.
    ls_fax-contact-datax-fax = 'X'.
    ls_fax-contact-datax-extension ='X'.
    APPEND ls_fax TO lt_fax.
    ls_contacts1-address_type_3-communication-phone-current_state = ' '.
    ls_contacts1-address_type_3-communication-phone-phone = lt_phone.
    ls_contacts1-address_type_3-communication-fax-current_state = ' '.
    ls_contacts1-address_type_3-communication-fax-fax = lt_fax.
    ls_contacts1-address_type_3-communication-fax-current_state = ' '.
    ls_contacts1-address_type_3-communication-fax-fax = lt_fax.
    ls_contacts1-address_type_3-task = 'I'.
    ls_contacts1-address_type_3-POSTAL-data-FIRSTNAME = 'Roger'.
    ls_contacts1-address_type_3-postal-data-lastname = 'Fedrer'.
    ls_contacts1-address_type_3-POSTAL-datax-FIRSTNAME = 'X'.
    ls_contacts1-address_type_3-postal-datax-lastname = 'X'.
    APPEND ls_contacts1 TO lt_contacts1.
    ls_vendor1-header-object_instance = p_lifnr.
    ls_vendor1-header-object_task = 'M'.
    ls_vendor1-central_data-contact-contacts = lt_contacts1.
    ls_vendor1-central_data-contact-current_state = 'X'.
    ls_vendor1-central_data-central-data-adrnr = ls_adrnr.
    ls_vendor1-central_data-central-datax-adrnr = 'X' .
    APPEND ls_vendor1 TO lt_vendor1.
    gs_vmds_extern-vendors = lt_vendor1.
    DATA:gs_succ_messages TYPE cvis_message,
    gs_vmds_error TYPE vmds_ei_main,
    gs_err_messages TYPE cvis_message,
    gs_vmds_succ TYPE vmds_ei_main.
    * Call the Method for creation of Vendor.
    CALL METHOD vmd_ei_api=>maintain_bapi
    EXPORTING
    is_master_data = gs_vmds_extern
    IMPORTING
    es_master_data_correct = gs_vmds_succ
    es_message_correct = gs_succ_messages
    es_master_data_defective = gs_vmds_error
    es_message_defective = gs_err_messages.
    if sy-subrc  = 0.
    commit work.
    Please suggest which fields else i have to pass??

    Hi Abhijeet,
    here i am showing you some scn help to use maintain bapi of vmd_ei_api class, i think you are missing some data to be uploaded along with there are methods in lsmw, bdc too for this, please go through below links carefully , i hope you will able to solve your problem.
    Vendor Master Upload Program - ABAP Development - SCN Wiki
    unable to vendor master record update using class vmd_ei_api
    Creation of Vendor - VMD_EI_API

  • Getting Error while updating   Vendor Challan

    Dear Guru,
                     my client want to use  Extended withholidng Tax . i v configured totaly according to indian TDS configuration. i m getting error while updating the vendor challan.
                 No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
        Business Place and section code updating properly in table.....
    Thanks & Advance
    Laxmi Narayan

    Dear Laxmi Narayan,
    This error would occur, if you miss Business Area/Section Code at the time of Invoice.
    The following thread should answer your query:
    Extended W/H Tax
    Regards,
    Naveen.

  • Error While Transferring Data rom PSA to Infocube

    Hi Experts,
                     We are Loading Data from (2LIS_11_VAHDR ) From source system .
    1. Data Transferred to PSA  .
    2. Transformation is activated.(mapping based on RSOSFIELDMAP table for transfomation)
    3. While Executing DTP we are following Error  Messages ,
    * R7105 - The Object Name is not allowed to be Empty.
                       * RSBK241 -  Error while updating to target OSD_CO3.
                       * RSBK229 - Data Package processing terminated.
    Note: Even though we are getting error messages the data is transferred to infocube
    We Need a Solution for Error ?
    Thanks,
    All.

    Hi,
    I am also got the same problem long back but i can not remeber exactly  but that is problem with transformations in the form of may be for some key figures taht currency units not updating
    or some of the fileds to info object transformations , check once again that data element and length of fields and info objects and activate once again, or just delete existed DTP , create new DTP between DS and Info cube and try to load.
    Thanks & Regards,
    Sathish

  • Error while updating vendor challan   J1INCHLN

    Dear Guru,
    my client want to use Extended withholidng Tax . i v configured totaly according to indian TDS configuration. i m getting error while updating the vendor challan.
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
    Business Place and section code updating properly line itme table.....
    Thanks & Advance
    Laxmi Narayan

    Hi,
    Also check the following:
    Sometimes, user will delete the automatic line items generated related to TDS and they will enter manually.  You can find the same as below:
    goto vendor line item in the given document and click on withholding tax icon (near to more data), if u didn't find any thing in this place means, user entered the same mannually, if you found some information in that tax box, then problem not with user.
    If u didn't found any thing in that tax tab, then system won't generate any accounting entry and will issue an error message like what u getting.  In that movement, while updating j1inchln ignore the wrong documents and continue with correct documents.
    You can suggest them, they should reverse the entries which is causing problem, there was no solution from sap side(as this is a mistake from user side)
    Earlier i also faced the same problem, identified users deleted the automatic line items and enter the tds line items mannually
    Hope it can help u to resolve this issue
    all the best
    prasad

  • Fatal error while transferring data from one bb to another

    I was trying to transfer data from one bb to a different bb using the bb desktop manager tool.  It collected all the data from the first bb fine and then while transferring data to the new one it said a fatal error occured to try again.  That bb will not even turn on now.  No white screen or anything.  Its like there is no operating system.  I don't know what to do.  I tried to connect it and just update the software but that isnt working either.  Says it is not responding during initialization! I think I killed it.... any ideas what to do???

    You can try to reload the OS in one of the following ways
    http://www.blackberry.com/btsc/KB03485
    http://blackberryfaq.net/index.php/How_do_I_wipe_the_BlackBerry_using_Jl_Cmder%3F
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

Maybe you are looking for

  • Refresh document call in RESTful workflow is taking long time.

    Hi, I am facing an issue with the Refresh Document step, in Raylight Workflow using RESTful API. We are using this Refresh Document call, To make the dataprovider mappings formed. For few WEBI documents, this Refresh document step is taking much time

  • Upgraded to mavericks and now programs don't work

    is there any way to get office suite to work or Do I have to upgrade all the programs I have

  • Network Problem in Iphone 4GS

    I have a problem with my phone I 4Gs I just bought is because I see that all the signal is available but when I try to phone it has failed and when I try to send a message that remains blocked the send level and more I try with two cards two operator

  • Global template and rollouts vs. Solution Directory

    Hello, I would like to know what is the best way to maintain the global template and the related rollouts documentation. I know the functionality of Solution Directory, ie. it should be the primary place to maintain a solution in production, changes

  • Adblock doesn't work in version 18

    OK, I admit that I have been using an old version of Firefox on two machines for a long time. I just got so tired of being told to update every few days! On my laptop (version 10) Adblock works fine. On a new machine I'm setting up now, using version