EDI 850 - Config to avoid Sending Item with Delv. Completed=ON

Hi Guys
We are sending our PO and Schedulling Agreement (SA) through EDI (as 850) to our suppliers.  However, our SA are opened for a long time so they can grow a lot, meaning that we have multiple items with multiple Schedule Lines.  Sometimes, that exceeds 200 Sched Lines which is not following the ANSI 04010 standard.  Is there a way to config R/3 to tell it not to send Items where the Delivery Completed Flag is ON (at the Item DEtails level) since it is not relevant?  Also, how are you handling SA or PO with over 200 Schedule lines? 
Thanks again for your help!
Eric L.

There is no config related to that becuase if your PO's deli complete indicator is on but someone change the qty thensystem will auto. remove the on indicator that's the reason system will trigger the chagnes for EDI.
to control the line more than 200 you have to use the user exit to stop generating morethan 200.......is the downstrem system can't support then you can't do anything.
generally new po's created for the line has more than 200

Similar Messages

  • How to config SAP to send mail with autentication

    I'm trying to send emails using SAP, and I've manage to do it, I configurated the smtp server in SCOT transaction, sap conects to it and send's emails.
    however some emails are blocked because I don't use any kind of authentication. How can I config that?

    Hi,
    How to config SAP to send mail with autentication
    friend you questionis already discussed in one of sdn thread.please search once the forum then apply Qn. on SDN.
    this time i can help you but please next time onwards serch first on SDN forums.
    Mail Server
    Thnks
    Mhn

  • Best Xtreme Config to avoid drop-outs with multiple gadgets?

    Hello, I've purchased a brand new Xtreme to work with a Thomson SpeedTouch ADSL modem, 2 MacBooks (2yrs old), 2 iphones, ipod touch, 2xWiFi Radios and 4x Digital Phone handsets. The intention is to avoid IP lock-outs and signal drop-outs - does anyone have the best configuration to achieve this?  I've set it up and it appears to be working as I'm not suffering lock-outs ("!" over the WiFi signal) but it still drops-out?  Thanks in advance.

    Hello, I've purchased a brand new Xtreme to work with a Thomson SpeedTouch ADSL modem, 2 MacBooks (2yrs old), 2 iphones, ipod touch, 2xWiFi Radios and 4x Digital Phone handsets. The intention is to avoid IP lock-outs and signal drop-outs - does anyone have the best configuration to achieve this?  I've set it up and it appears to be working as I'm not suffering lock-outs ("!" over the WiFi signal) but it still drops-out?  Thanks in advance.

  • How 2 avoid sms alert "Send item to .."?

    Is there a way to avoid the automatic alert "Send item to 012345678..." after a MessageConnection.send(String) command? In other words, how can a cellphone send a message without human confirmation with J2ME?
    Low level OS programming (Symbian, etc..) is the only way?
    Thx in advance.

    Another point of view:
    You need to sign your MIDlet with the device manufacturer's or wireless operator's digital certificate in order to do thatI hope no... i'll try to sign my MIDlet with my own digital certificate.. if the message come out anyway, will be hard...
    Thx anyway

  • Send Email with Contents of List Item (not from workflow)

    End users have requested the capability to email a single list item, with all its data (by which they mean the data they see in their view), to an address to be entered on the fly. In other words, they want an option in the ECB or ribbon where
    they would fill in a box with an email address (not necessarily a SharePoint user) and the contents of the selected list item would be sent out by the portals email, which is already configured.
    My searching has found similar solutions involving workflows, but nothing in the way of an 'on-demand' type of process. If this is something that needs to be developed, I am not afraid to jump in, but am hoping there might be something I can leverage already
    in place.
    I would appreciate any ideas on this.
    Echo Train Nashville TN

    Hi Echo Train,
    I would still look at using a Workflow for this. Easiest option to setup and maintain, and
    you can still enter an email (or multiple emails) on demand.
    For the List Workflow click on Initiation Parameters and add one with
    Field name of Email for example.
    Description (something like): "Please enter the email(s) you wish to send the list item information. Separate each email with a semi colon ;"
    Information type: Single line of text
    Default value: leave it blank
    Next add a Send an Email action with the following settings:
    To: Select from existing Users and Groups > Workflow Lookup for a User...
    > Data source: Workflow Variables and Parameters
    > Field from source: Parameter: Email
    > Return field as: As String
    Then setup your Subject and Body using the Fields from the Current List Item
    Save the Workflow then go back into the Workflow settings and ensure that: Allow this workflow to be manually started is the only option selected.
    Publish the workflow and your users should now be able to click on the Workflow with the ability to enter one or more emails.
    There are other options apart from using a Workflow such as setting up an Action with some ECMA script, but much more difficult to create and maintain, which in this instance I would still opt for the Workflow solution.

  • User defined Function Required for EDI 850 file fields.

    Hi Guys,
    I have an requirement where i need to check two fields in incoming EDI 850 file, based on those fields data should be populated to target side fields IDOC(ORDERS05).
    here is the requirement
    If Field.01 = "001" and field.02 exist then
       Set TDID = "31"
    If  Field.01 = "001" and  field.02 exist then
       Set TSSPRAS = "A"
    If  field.01  = "001" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX" +  field.02 (mm/dd/yy))
    If  field.01 = "002" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +   field.02 (mm/dd/yy))
    If  field.01  = "010" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +   field.02 (mm/dd/yy))
    If  field.01 = "015" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +   field.02 (mm/dd/yy))
    If  field.01 = "037" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +   field.02 (mm/dd/yy))
    If  field.01 = "038" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +  field.02 (mm/dd/yy))
    If  field.01 = "063" and field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +   field.02 (mm/dd/yy))
    If  field.01 = "064" and  field.02 exist then
       Set TDLINE = Concat("XXXXXXX: " +   field.02 (mm/dd/yy))
    Here Field01 and Field 02 are sender side fields.we need to check this two fields . I Know this can be created with graphical mapping but as per requirement i need to write UDF bcoz with graphical mapping this would be more complex.
    so can any one please provide me UDF for this.
    Regards,
    Sandeep.

    Hi,
    you can do it with standard functions.
    If_1 source -> length -> greater -> constant 2
    then_1 if_2 substring source 0, 2 -> equals TN
    then_2 -> constant ""
    else_2 -> source
    else_1 source
    Regards
    Patrick

  • How to use '*' as data Element in the NTE(Edi 850) Segment

    Hi All,
    I am facing a field level error while using '*' in EDI 850 (NTE segment). '*' is also used as Data Element.
    For Eg: NTE*GEN*My Text *goes here
    Here, NTE02 should be My Text *goes here. So, how can I use "*" here without changing anything in the EDI message?
    I have asked this question before
    http://social.msdn.microsoft.com/Forums/en-US/1668e8d8-ee99-4d79-961b-8d26f3a496f8/error-while-using-in-the-nte-edi-850-segment-where-is-also-used-as-data-element?forum=biztalkediandas2
    The answer in the above forum was to ask client modify the EDI message.
    Previously, our client was using a different technology (other than BizTalk) which was working fine with this format. So, they are insisting on this format only.
    Thanks,

    Sorry, the answer is the same.
    It doesn't matter what EDI platform either side is using, the '*' in the field content conflicts with the '*' that is the element delimiter. That is invalid EDI, there is no way around that short of writing a custom EDI parser.
    It's not clear if you're sending or receiving this message.  But again, it's really doesn't matter.
    1. Change the Element Delimiter to something other than '*'.  < or > are not uncommon.
    2. If you are receiving the EDI, create a custom Pipeline Component that "handles" NTE02 either by replacing the '*' with a substitute char or deleting it.
    3. If you are receiving, you could add extra elements to NTE to accommodate extra fields (since that's how the parser will see them).  Then you can join them again in a Map.

  • EDI 850 v2000

    Hi All,
    we are getting 850 EDI document (version 2000). Does anyone know the process to prepare xsd and the B2B Gateway settings.
    Spec builder only supports up to v2001.
    I tried generating the xsd based on v2001 and changed the release number to 2000. other change we did was, added TD2 segment (which is not available in any of the new versions) B2B gateway rejects my msg with the following error.
    Failed guideline.
    2008.06.25 at 15:12:19:283: Thread-34: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processOutgoingDocument batch Position = 0
    2008.06.25 at 15:12:19:284: Thread-34: B2B - (ERROR) Error -: AIP-51505: General Validation Error
    Any help is greatly appreciated.
    Thanks,
    Leon

    Hi Kapil,
    Could you please expand your query?
    Which tool you are using to convert EDI850 document into IDOC. Is the Email sending functionality to be achieved in SAP or by third party tool used to read EDI 850.
    Query 1:
    You can map whatever addl data not related to SAP fields to standard header text segments. like if you are using ORDERS05, you can map it to E1EDKT1 and E1EDKT2. This can be maitained in using custome standard texts.
    Query 2:
    You can send an email using SO_NEW_DOCUMENT_SEND_API1 to external mail ids as well as concerned SAP user mail box. this you can implement in your inbound function module,

  • EDI 850, 855

    HI,
    I want to Send PO Outbound (as EDI 850) from R/3 to other system using XI
    and
    I want get Inbound Acknow (EDI 855) into R/3 once 850 is received.
    1.Which Adapters i have to use on R/3 (as Sender, as Receiver )?
    2.How to config EDI on R/3 side to deliver and Receive data?
    Thanks
    Seshu

    Hi Seshu,
    These would also be useful..
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/SDEDI/SDEDI.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/135b0b94-0701-0010-f6a9-86a14057544a
    cheers
    Prashanth

  • EDI 850 and EDI 855 differences

    Hi All,
    We are currently receiving a PO Via EDI-850 and Sales document is posted. Due to the internal setting based on several scenario's either the material or qty gets changed eg Material determination. Price also what they send on the EDI and current condition record rate may be different.  Sales orders are created based on the condition record.  Upon saving the order it sends the Order Acknowledgement ie 855. 
    Any standard  SAP functionality is available to mark the differences on the PO received via EDI 850, before sending the 855 back to the customers.
      Your feedback is apperciated.
    Thanks,

    Hi Shobha,
    Maybe you could create requirement routine for the output type of Order Acknowledgement to check whether the PO data consist with SO data and stop the output process if the data doesn[t consist.
    Then you could enter another output type without the requirement check manually on the sales order after getting acknowledge of the differences.
    Hope it helps.
    Best regards,
    Smile

  • EDI 850: one vendor, multiple purchasing orgs

    We have sussessfully implemented EDI 850 (purchase order) interface by using PO output, IDoc ORDERS05 and ABAP-PI port with a custom function module, which writes the IDoc data into a file and sends it to a third-party software (Gentran).
    Now the problem is that we have 2 purchasing organizations (EKORG) and for each organization we need to create a separate file and send it to a different FTP server. Unfortunately, EKORG is not included anywhere in the IDoc control record (EDI partner profile is set up by vendor), only in the IDoc segments.
    Has anyone had the same issue and what would you recommend?

    Hi Jelena,
    Welcome to SDN.
    Are you using process code ME10 (FM IDOC_OUTPUT_ORDERS)?
    If you are then there is user exits EXIT_SAPLEINM_001 that can be used to add additional information to IDoc control record.
    For example you can use EDIDC-MESCOD and/or EDIDC-MESFCT to populate the mapping for your purchasing organization (EKORG).
    You can code something like this inside user exits.
    IF EKKO-EKORG = '0001'
      CONTROL_RECORD_OUT-MESCOD = '1'.
    ELSEIF EKKO-EKORG = '0002'.
      CONTROL_RECORD_OUT-MESCOD = '2'.
    ELSE.
    ENDIF.
    then you can use CONTROL_RECORD_OUT-MESCOD to distinguish/map purchase organization into EDI850 in the middleware system (Gentran).
    Hope this will help.
    Regards,
    Ferry Lianto

  • BAPI_SalesOrder_CreateFromDat2 fails for items with free goods

    Hi all, I have a very weird problem when I am trying to create a sales order using SAP .net connector with the BAPI function BAPI_SalesOrder_CreateFromDat2().  The problem happens through the following scenario:
    1 - Item X has a free good rule on it that states "If user buys 5 Cartoons of Item X he will take 1 pack of Item Y free of charge" while Item Z has no rules like this
    2 - using BAPI and .net connector, an order is needed to be created with following details:
            a - Item X with quantity 6 Cartoons.
            b- Item Z with quantity 3 Cartoons
    3 - If BAPI_SalesOrder_CreateFromDat2() assigns these details to Order_Items_In with the same order (a then b),  SAP will return an error for Item z that states "No item category available (Table T184 ZKE NORM  KEN)."; while if the function tries to create the order with details in reverse order (b then a ), the order will be created successfully.
    I have done the following steps:
    1 - Tried the same order in SAP GUI but it succeeded. (So no problem in Item Category Determination)
    2 - Tries the same order with the suspicious order in the BAPI function Test inside SAP GUI (using tcode BAPI or SE37) but the function had not return any errors also.
    3 - Tried to send Item Category in code when calling the bapi function (Forced the code to KEN), but the same message appeared as SAP insist on redetermining the Item Category and return this meaningless message.
    thanks

    Hi Mohamed Abd Elbaset,
    I am facing the same issue while creating the Sales order through "BAPI_SALESORDER_CREATEFROMDAT2" All is going well in normal cases but when I process the contract with FREE GOODS line items for which free goods condition record is maintained it fails
    to create the Sales order. Is there any special treatment for this Free goods case..
    Regards,

  • Unable to load the tables in the Power Pivot Window – An Item with the Same Key has already been added

    Hi there,
    I recently had the following situation, where I changed the source of my CSV file in Power Query.
    Once I had reloaded the file, it would then not load into Power Pivot. So I disabled the loading from Power Query into Power Pivot. I then enabled the loading to the Data Model. Which then successfully loaded the data into Power Pivot.
    But once I went into Power Pivot, had a look, then saved the Excel file. Once saved I closed the Excel file. I then opened the Excel file again and all the sheets that interact with the Power Pivot data work fine.
    But if I go and open Power Pivot I get the following error: Unable to load the tables in the Power Pivot Window – An Item with the Same Key has already been added.
    This is what I get from the Call Stack
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at Microsoft.AnalysisServices.Common.LinguisticModeling.SynonymModel.AddSynonymCollection(DataModelingColumn column, SynonymCollection synonyms)
       at Microsoft.AnalysisServices.Common.LinguisticModeling.LinguisticSchemaLoader.DeserializeSynonymModelFromSchema()
       at Microsoft.AnalysisServices.Common.SandboxEditor.LoadLinguisticDesignerState()
       at Microsoft.AnalysisServices.Common.SandboxEditor.set_Sandbox(DataModelingSandbox value)
       at Microsoft.AnalysisServices.XLHost.Modeler.ClientWindow.RefreshClientWindow(String tableName)
    I would assume that the issue is with the synonyms and for some reason, when I disabled the loading of my data into the Power Pivot Model, it did not remove the associations to the actual table and synonyms.
    If I renamed the table in Power Pivot it all works fine. So that was my work around. Fortunately I did have a copy of the Excel workbook before I made this change. So I could then go and add back in all the relevant data to my table.
    Has anyone had this before and know how to fix it?
    http://www.bidn.com/blogs/guavaq

    Hi there
    I can share the work book, if possible to send me an email address. As the workbook size is about 9Mb.
    Thanks
    Gilbert
    http://www.bidn.com/blogs/guavaq

  • How to add Excise item with out chapter id

    Dear all,
    How to add Excise item with out chapter id?
    Chapter id of purchae items will be known only after receiving Invoice/gate pass/delivery  chalan from supplier/vendor
    To send a purchase order we need to create that particular item in the master, but with out assigning chapter id system is  not allowing to save without chapter id.
    How to solve this?
    I am with SAP 8.8 and PL 10
    Thanks in advance
    regards,
    Kumar

    Hi Kumar,
    Refer the book of chapter ID or find out on internet you will get the chapter ID.
    Still if you not able to get  the chapter id then consult with excise advisory.
    But you can add Excise PO until you have the excise details in Item master.
    Regards,
    Datta Kharat

  • "To Do" items with deadline dates as an input to iCal

    I like the list of To Do's on the left hand side of the iCal window, but it would be more useful if the To Do items with specific due dates would show up in the calendar on the date the To Do is due to be completed.
    Is there a way for the To Do items with due dates to automatically be posted directly into the calendar on the dates the items are due for completion? If so, how do I do that?
    Appreciate any help or guidance on the organizing of To Do items in general.

    AllegroMac wrote:
    I like the list of To Do's on the left hand side of the iCal window, but it would be more useful if the To Do items with specific due dates would show up in the calendar on the date the To Do is due to be completed.
    Is there a way for the To Do items with due dates to automatically be posted directly into the calendar on the dates the items are due for completion?
    no, there is no way to do that. what you can do is set up alarms for your to dos that send you an email or display a popup around the time they are due.

Maybe you are looking for

  • Support for Canon M80 backup device

    I have a Canon M80 backup device that I have used in the past with a mac that had OSX 10.4 but I have since purchased a new computer that came with OSX 10.5 which does not appear to support the M80. Problem is that I just got back from 7 weeks of sho

  • How do I get a refund for my online purchase?

    I bought a Mac Mini on the weekend and purchased Photoshop Elements 12 from the App Store as it was the only option.  While looking for help, I found that in your website you have version 13 out.  if I try to upgrade it costs 79 USD, so could you ple

  • Unable to get imessage working, comes up green instead of blue

    I'm uable to get imessage working, text comes up green instead of blue. I have my setting, message, imessage turned on. What am I doing wrong?

  • This CFHTTP works under CF5 but not CF7

    Hi, Can some one explains to me why this code works under CF5, the page is returned in fileContent, but under CF7, the fileContent only contains "connection failure", although the status is reported as "200 OK". Also, i'd appreciate if someone could

  • ITunes Store "open in new window"

    Whatever I do I cannot make iTunes Store open in a new window. I want to see if I already have a version of the music I am about to order, but the selection "open in new window" is not selectable - iTunes Store opens on top of iTunes start page.. Sol