EDI - Basic Message FIDCMT

I hope someone can answer this before I get to deep into my research.  I was looking to use basic message FIDCMT to change an FI document?  Is that possible?
Thanks,

Hi venu,
Exists Node function should work here.
First of all make sure that you are getting source xml tag for the field .
For e.g Your Source message is
<NodeA>
  (there is no value here right ?)
</NodeA>
   If so you can try with Exists Function with if then logic.
     For e.g
Field1->Exits->If then->TargetField1
Else Constant->TargetField1 
If there is no value, you can ,map with empty tag to get the xml structure in the target message.
Are you getting any error in this ? Or how are you testing this ? You need to test by deleting the <Field1> </Field1>Tag not the value in the Field1..
Hope this helps,
Regards,
Moorthy

Similar Messages

  • In which table cound i find the info on EDI standard Message type??

    Example
    EDI standard Message type Business process
    EDIFACT ORDERS Purchase order
                   INVOIC Invoice
    ANSI X12  850 Purchase order
                    810 Invoice
    Like those 850..810..etc info, i dont know from which table could i find the related info?
    Thanks.

    Hi Hoo,
    Electronic Data Interchange (or EDI) refers to the use of computers in formatting and exchanging business information using internationally recognized standards and formats. Standards organizations throughout the world have defined hundreds of document types to create a universal language for companies to conduct business while using dissimilar systems and processes. Common business documents, such as the invoice, purchase order, production planning schedule, ship manifest, and customs declaration, have been standardized and are sent and received electronically over private secure networks (Value-Added Networks - VANs) and the Internet.
    So EDI is not an SAP product, It is a method to exchange the data over internet.
    You dont get any information in any table in SAP. SAP supports EDI to exchange the data over internet. There are no. of third party EDI tools to connect to SAP.
    following is link to know more about EDI message types.
    http://www.edifactory.de/messages.php?s=D96A

  • EDI 852 Message Type

    Hello All,
    Does any one know the standard SAP message type for EDI-852 message from the partner?
    SAP suggests PROACT is the standard one, but the same is being used for 830/845 which are completely different from 852.
    Thanks,
    Lokesh

    On the inbound I believe this updates the S130 LIS/SIS stock and sales data structure. Check out the link below.
    http://help.sap.com/saphelp_45b/helpdata/en/86/37e61cf09b11d18ca1080009d10d9a/frameset.htm

  • EDI 835 message tweak

    I have a EDI message from one trading partner, I need to send it to multiple partner after processing. If I need to tweak the message to send it to one of the trading partner. How can I do it ? What are various ways to do it ?

    Hi Viv,
    You can send the EDI 835 message to different partners,U need to chave different trading partner and their agreements need to be set.
    need to create send port for each trading partner to send 835 file.
    Need to bind this send port in the agreement of the trading partner.
    If I need to tweak the message to send it to one of the trading partner. How can I do it ? What are various ways
    Please let me know what do you mean by tweak, and do you know the partner which you want to tweak.
    Thanks &Regards,
    Ammu.

  • Is direct GL account entry possible via EDI invoic message type?

    Is direct GL account entry possible via EDI invoic message type? Is there a field in Invoic Idoc that matches the direct GL entry field. Some vendors may have surcharge other than tax and unplanned delivery.

    This functionality is not available as standard. However, from release 470, you can use customer exit EXIT_SAPLMRMH_015 for direct posting to the G/L account or material account.
    Please have a look at attached note 427137.

  • Xpath to pull data from EDI Batch Message

    Hi,
    Can anyone help me to pass xpath code to pull DocType (MessageType) or ST01 from BizTalk EDI Batch message inside the orchestration?
    I'm routing all batched messages from a custom batch router odx and will have to handle by message type.
    New to xpath and any help will be greatly appreciated.
    S

    I think, if I can grab the attribute DocType from <Functionalgroup DocType = "MessageType'>, that would resolve my issue. Pasting part of the Batched Message.
    <?xml version="1.0"?>
    -<X12InterchangeXml DelimiterSetSerializedData="124:13:10:42:126:-1:-1:-1:-1">
    -<ns0:ISA xmlns:ns0="http://schemas.microsoft.com/Edi/X12ServiceSchema">
    <ISA01>*</ISA01>
    <ISA02>*</ISA02>
    <ISA03>*</ISA03>
    <ISA04>*</ISA04>
    <ISA05>01</ISA05>
    <ISA06>XXXXXXXXX </ISA06>
    <ISA07>ZZ</ISA07>
    <ISA08>YYYYYYYYY </ISA08>
    <ISA09>*</ISA09>
    <ISA10>*</ISA10>
    <ISA11>U</ISA11>
    <ISA12>00401</ISA12>
    <ISA13>*</ISA13>
    <ISA14>0</ISA14>
    <ISA15>T</ISA15>
    <ISA16>~</ISA16>
    </ns0:ISA>
    -<FunctionalGroup DocType="http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_810">
    -<ns0:GS xmlns:ns0="http://schemas.microsoft.com/Edi/X12ServiceSchema">
    <GS01>IN</GS01>
    <GS02>XXXXXXXXX</GS02>
    <GS03>YYYYYYY</GS03>
    <GS04>*</GS04>

  • EDI output message for Outbound Deliv send with application own transaction

    Dear All,
    I encountering a problem with the output message "WSOR" via EDI.
    What i want:
           I would to configure this message output without the Dispatch time " 3: Send with application own transaction".
    What is encountering now:
          I have done the setting in "VV22" or VV21, with the conbination of Delivery type and Shipping point. and the setting is EDI with dispatch time 3: Send with application own transaction.
    But When i use ME2O to create the outbound delivery for subcontractor, the message output "WSOR" process automatically and the dispatch time is 4: Send immediately (When application save).
    Can anyone please advice me what are the setting or area that i need to check!!
    Thank you very much,
    Regards,
    Chee Wee

    Hi
    Try here...
    Logistics Execution -> Shipping -> Basic Shipping Functions -> Output Control -> Output Determination -> Maintain Output Determination for Outbound Deliveries
    Regards
    Eduardo

  • Unable to process EDI Input Message with NewLine Characters

    Hi All,
    I am using the Seeburger adapter and modules to process the Input EDI message. The input message comes with a new line character after every 80 characters. Hence the Seeburger modules throw an error while reading the file. I tried using the /Seeburger/ReplaceString module. In module config, it has 2 parameters - searchString and replaceString. It works for any special characters like "#" or '!' , but does not replace the NewLine character. I used '\n' ,   '\r' ,  '0x0A' ,  '0x0D', '0D0A' and none of them worked. Can anyone please suggest what character needs to be used in the Module Config?
    Thanks,
    Geetha

    I have done it in other way by relacing "~" with new line within UDF. We can try to replace the corresponding values 13 and 10.
    Basically, the code to add next line characters is:
    inputString.append( ( char ) 13 );
    inputString.append( ( char ) 10 );

  • EDI 832 Message

    Hello Experts!
    I have a customer that wants me to send ANSI X12 832 - Price Sales Catalog.  I am assuming that I need to use idoc type PRICAT.
    Has anyone ever done this?  Can someone please point me in the right direction to get started.
    Thank you so much!

    Dear Helen Wadino,
    You are abosuletly right you will have to use the IDOC PRICAT and  Basic Type PRICAT01.
    You can look at PRICAT01- Price catalog Structure from transaction WE30.
    Do Compare you fields of ANSI X12 832 and PRICAT01 and give a field mapping where the comon fields will fit and where other data fits in.
    If you will need to send ANSI X12 832 - Price Sales Catalog - you will have to use Netweaver PI for Transferring of data.
    In Netweaver PI the Standard ANSI X12 832 Message is Mapped to the Standard IDoc PRICAT in ERP(R/3) through AS2 Adapter if you are using Seeburger as you EDI Subsystem for ANSI X12 832 messages or there are other options which should be asked to your Netweaver PI Developer and thus you can easily transfer the Messages or your Price Sales Catalog.
    Hope this helps you to some extent.
    Encourage others to answer your queries by suitably rewarding them
    Thanks
    Venugopal

  • EDI without message control

    I am getting  Invoice list in EDI form. I need to get that data into R/3
    with out using Message Control. How to do that ?

    Hi,
      Refer
    Re: Re-open EDI - ORDCHG for outbound sales order
    Regards

  • EDI Seeburger Message Spliter

    Hi,
    I am testing a EDI ANSI X12 850 Vxxxx using SEEBURGER adapter in SAP PI. It is a simple file to IDOC scenario. I have configured all the ID objects (includng the Split 997 channel). But when i try to configure the Message Splitter in Seeburger workbench, i am not able to access the service and Channel. The buttons are not active. Do i need to do any other setup before trying to do this ?

    Hi,
    After entering the party and services need to click on the search button of the services to display the channel names...
    and similarly for the other objects...(buttons will get activated after  clicking on the search...)
    HTH
    Rajesh

  • Determining which EDI Error Messages are related to "Tasks"

    Our company uses EDI heavily and have many errors which our business community wiill process.   I do not know how other companies are handling this "EDI workflow", but we do this through transaction PPOM.   We have created an overall EDIORG organization along with positions for different areas of responsibility.  We then need to assign the "appropriate tasks" to each position & also assign the correct position to the Partner profiles to ensure the correct people see the errors.  
    My question is how can II determine which "Tasks" are assign to the specific message errors that end up coming in?    Most Tasks are by Idoc type --- do I just have to assume that any error related to that IDoc type would be covered?
    Thanks so much for any input as to "Controlling the EDI Error processing" by business users!
    Britte

    Hi surya,
    You are saying 1122124 is IDOC numner & its not relevant to this idoc.
    What it means,can u explain??? Actually there will be a chance an IDOC can mapped to N no of documents. This mapping will done through a BADI internally.
    Regards
    KER

  • EDI-EANCOM Message Schemas

    Hello,
    Is there any place where from we can download EDI EANCOM XSD/DTD schemas...??
    Thanks,
    Himadri

    HI Archana,
    Thanks for the URl..
    However I found that earlier... But I am looking for XSDs that can be uploaded in XI ad External message.
    I found that Stylus studio can generate XSDs for EDIFACT messages but I am not sure if those will serve for EANCOM or not...
    Thanks though
    Himadri

  • Edi receive message, UNA Issue.

    Hi All,
    I have a scenario where a particular party is sending me an edifact message without the UNA segment.  
    I understand that the default value which I have given in the EDI disassembler pipeline will be taken into consideration. However they are sending QTY in decimal form'.' (QTY+47:549.300:KGM) whereas default value in
    Efact Delimiters  will be 0x3A, 0x2B, 0x2C, 0x3F, 0x20, 0x27....where 0X2C represents ','...If I change it to 0X2E which is decimal, it will accept the message and process but what if one more party sends a message without UNA and
    send QTY with ',' (QTY+47:549,300:KGM)...
    So I do not want to change the property of Efact delimiters , Is there any other option to acheive the same..I tried configuring in the specific party but I understand that BizTalk will only consider the above property.
    Kindly help if you have any idea ??
    Thanks,
    Varun
    Thanks, Varun

     Is there any other option to acheive the same..I tried configuring in the specific party but I understand that BizTalk will only consider the above property.
    I'm afraid we don't have other option to do that, you can also contact Microsoft support directly, perhaps they can help you with this problem.

  • EDI FILE MESSAGE

    Anybody can help me?
    We are going to implement EDI with on of our trading partner. We will send and receive EDI message file over the value added network. Anybody can guide me how we will propgate/manipulate this message into our database in oracle and how we will map and translate edi message for outbound as well. we are using oracle 9i and forms 6i. Please can anyone clear step by step. All possible solutions are welcome.
    Faisal.

    Hi,
    Integration B2B (PartnerConnect) and InterConnect are tightly integrated and there's an SAP adapter available for InterConnect. Your architecture would then look as follows:
    EDI --&gt; PartnerConnect --&gt; InterConnect --&gt; SAP Adapter --&gt; SAP
    The InterConnect SAP adapter supports the SAP BAPI and ALE framework, so sending and receiving iDocs is no problem at all. For more information about the SAP adapter, please try:
    http://download-west.oracle.com/docs/cd/B14113_01/integrate.904/b10408/toc.htm
    PartnerConnect supports all common EDI standards. For more information about PartnerConnect, please try:
    http://www.oracle.com/technology/products/integration/htdocs/PartnerConnect_DS.pdf
    Hope this is helpful.
    Thanks,
    Markus
    Markus Spohn
    Principal Product Manager
    OracleAS Integration
    Oracle Corporation
    Worldwide Headquarters
    500 Oracle Parkway m/s 1op627
    Redwood Shores, CA 94065
    U.S.A.
    e-Mail: [email protected]

Maybe you are looking for

  • Firewire Target Disk Mode - Secondary Internal HDD?

    Hello great collective of knowledge. Does anyone know if there is a way to target the secondary internal hard disk in Firewire Target Disk Mode? Thanks, Clint

  • Passing values to a method

    Hello, My program did work for one layer of directories. Now I want it to do multiple layers therefore the code needs changing. public void process(String[] argStrings, File allFiles) // lots more code that does not need to be shown     String dirNam

  • Configuring ACS 5.4 to authenticate Role Based Access Control (RBAC) users on a Nexus 5000 via TACACS+

    There is a great document on the site for configuring ACS 5.X to authenticate voa TACACS+ but with 5.4 - there is possibly an extra step required. https://supportforums.cisco.com/docs/DOC-14273 In 5.4 where you map the Shell Profile to the Authorizat

  • Not compatible JSF 1.2

    we are migrating from JSF1.1 to JSF1.2(the version comes with WLS10.3). Now when the application is deployed it doesn't have any problem in loading the page, but on submission of the form it keeps popping this error , Illegal Syntax for Set Operation

  • Internet speed dropped

    Hi, I have one of the black Home Hubs and would like to know as my speed has dropped in the last couple of days, from an average of 10533Kbit/s to 2347Kbit/s. if anyone can shed any light from the following info? Results from http://www.speed.io (Cop