XAI Outbound

Hi,
I am getting authentication exception when i try to push my messages to Queue because the JMS Queue need some authentication. Is there any place where i can mention used id and password for the Queue ? I am trying to send to TIBCO EMS Queue.

I am using NDS to send my messages to EMS Queue. Everything is working fine if queue authentication is disabled. I am getting exception if EMS server authentication is enabled in TIBCO. Thanks in advance

Similar Messages

  • XAI outbound messages and JMS

    I was hoping someone had some better (or more complete) documentation on how to go about setting up XAI for outbound messages using JMS.
    I find XAI documentation rather sparse on this subject so I was hoping for some expert tips ;-)
    Our setup is CC&B 2.2.0 with Weblogic 10 as application server. I am new to CC&B so I am not sure if I can just turn messaging on for everything or if it is business object/service specific.
    To be more concrete - I would like to place Field Activity messages onto queue once Field Activity has been created/modified/canceled.
    thanks in advance

    1) Who and when are these outbound messages are required to be sent out..Kindly explain with an example.
    Whenever the Outbound Message is created with Pending Status the framework will start to process
    for Example:-
    I've have a change handler for Account entiry. so whenever the Account entity modified or created the change handler will be invoked. In the
    change handler i've a code that will create a Outbound Message and i m storing the xml content in the XML Source of the Outbound Message.
    So now the outbound message is created with the XML content and status is pending. Once the message created the framework will process for sending
    to External system
    2) Is my Outbound message a XML request enclosed in SOAP envelope.
    Use the Message XSL file under External System page if you want enclose the xml content with SOAP envelope
    3) We configure an external system , with an outbound message type, XAI sender etc.So does that mean that the services of external syatem is interfaced through with CC&B through maybe the database, and the services of external system are defined in XAI inbound services. So that the MPL server reads the request, invokes the service name defined in the outbound request.
    No... the process is very simple...
    +1. you have created Outbound message type+
    +2. created XAI Sender+
    +3. and External System(in the this page u've included all the abv configuration).+
    +4. if create a outbound message the Framework will process and invoke(sending request to external system) the external system with the xml content+
    wht u've stored in side xml source column.
    Edited by: pgurumoorthy on Apr 22, 2009 3:11 AM

  • XAI Outbound Message with status complete not found in the Source Folder.

    hi
    I Configured XAI to send a flat file into a source folder but even after all my message are in complete stage in CC&B but i can not find the file in the source folder.
    Please help
    Edited by: findabhi on Jun 2, 2010 5:00 AM

    Please check mpl.log which can be found in <environment>\logs\system
    When MPL is started you will see something like the following in the log file for an XAI Sender using the FLATFILESNDR XAI Class where <XAI SENDER name> equals the name of the XAI Sender you created.
    [Tue Jun 01 16:36:15 CEST 2010] Initializing Sending manager.
    [Tue Jun 01 16:36:15 CEST 2010] Sender <XAI SENDER name> - File name pattern is C:\spl\sploutput\ccb230d1\Message$$ID.xml
    [Tue Jun 01 16:36:15 CEST 2010] Sender <XAI SENDER name> - Append is off
    [Tue Jun 01 16:36:15 CEST 2010] Sender <XAI SENDER name> - File encoding is UTF-8
    [Tue Jun 01 16:36:15 CEST 2010] Sender <XAI SENDER name> - The DateTime format 'yyyyMMddmmss' will be used to append to a file name.
    [Tue Jun 01 16:36:15 CEST 2010] Sender "<XAI SENDER name>" initialization completed.
    What does your log file say? Please note I have Windows VM with CC&B so I can access C:\... without any issues. If you're using a different OS, make sure the file path is correct (check forward - backward slashes) and CC&B has permission to write to the designated file path.

  • How to catch the response of external system

    Hi i have a scenario like to send a request and get the response
    If we use invocation type as realtime for outbound message type in external system then we can add both request xsl and also response xsl
    but if we use invocation type as xai for outbound message type ,where can we add the response xsl file
    how to convert the raw response
    plz help me.

    shanker,
    We are currently developing Outbound Messages at my client. This stuff is new to me and unfortunately, the documentation does not go into a lot of detail, but I'll give you an explanation of how I understand the differences in the response processing for XAI & Outbound Messages.
    If you define the Outbound Message with a processing method of 'Real-time', XAI will send the request and it expects an immediate response. It keeps the connection open until it receives the response. There is even a Context parameter you can set how long you wish to wait for a response before it times out. So unlike XAI which is asynchronous, this processing method 'appears' to be synchronous, because the request waits for a response and when it is received, will update the Outbound Message with the response. And since you expect a response, CC&B allow you to define a response XSL on the External System / Outbound Message Type configuration.
    What is still unclear to me is the setting of HTTP Transport Method in the Context Tab. Possible values are 'send' and 'sendReceive'. How is the different values affect XAI & Real-time messages?
    Any comments are welcome.
    Andries

  • Outbound message ,http sender doubt

    Hi
    1. i had created a bo,attached it to outboundmessagetype
    2.created a xai sender which references realtime http sender xaiclass
    3.Now i created a servicescript which creates outbound message
    4.created a uimap with a button and a textfield , onclick of that button i invoked that servicescript which should send the field value to the external webservice and send a response
    To achieve this i had created a wsdl file which returns hello on receiving hi as a message
    and i had added that wsdl hosted url in xai sender context fields
    q1.
    ==>Now whats my doubt is how can i send the textbox value to the webservice and receive a response ,i know that by invoking a bo with
    F1-OUTMSG MO i can send the outbound message but what should i write in bo and how can i map it to webservice?
    q2.==>Do i need a xsd file ?
    q3.==>is it compulsory for using xsl files in an external system for an http sender xaiclass?
    q4.==>mapXML="businessObjectRequest" what does this actually mean,to which xml it maps to ?
    these are the context values i used for my sender
    http url1 :http://172.25.145.35:7001/test/testing
    http header:Soapaction:receivecall
    http method:post
    httptimeout:45
    character encoding:ISO-8859-1
    any extra fields needed to be set?
    help me guys..
    Edited by: shanker on Apr 11, 2011 10:31 AM
    Edited by: shanker on Apr 11, 2011 10:33 AM

    One update
    i am able to create a message but i am getting this error
    Message from webpage
    HTTP status code (500) was returned.
    <?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope"><faultcode>S:Client</faultcode><faultstring>Couldn't create SOAP message due to exception: unexpected XML tag. expected: {http://schemas.xmlsoap.org/soap/envelope/}Envelope but found: {}sayHello</faultstring></S:Fault></S:Body></S:Envelope>....
    i had not attached an xsl file to an external system either for an request or response ,is it mandatory?
    what are the essential context fields for an httpsender?
    these are what i used for my xai sender
    http url1 :http://172.25.145.35:7001/test/testing
    http header:Soapaction:receivecall
    http method:post
    httptimeout:45
    character encoding:ISO-8859-1
    plz help me

  • Outbound message in Near Real Time - in CC&B V2.1

    Greetings,
    In CC&B V2.1, I am trying to send an outbound message from CC&B to an external Webservice.
    The process was as follows:
    1-Configured a Business object based on F1-OUTMSG Maintenance Object
    2-Create a new outbound message type based on the previous BO
    3-Created a new XAI sender with based on "OUTMSGSNDR" XAI class with HTTP URL pointing to the external webservice
    4-Created a new external system and linked the outbound message type to it.
    5-Created a plug-in script to insert a record into table F1_OUTMSG after forming the XML message
    Now when the records are inserted into F1_OUTMSG, the default XAI Receiver (F1OUTNNDMSG based on XAILOCAL executer ID) shipped with the system is failing with a "Null pointer exception".
    I am supposing when a record is inserted into table F1_OUTMSG with Pending status, the receiver will pick it and send it to sender specified in the external system configuration.
    Where did I go wrong in the above process?
    Thanks in advance
    AK

    Hi,
    Thanks for the response. I applied the change, but still same error happens when I refresh the Receiver.
    Where could other configuration error be?
    Thanks

  • Real-Time Outbound Message Time-Out

    Hello,
    Could anyone give advice on how to properly handle Time-out errors when sending Real-time Outbound Messages?
    On the XAI Sender, I have set the HTTP Timeout context value to 30 (I'm assuming this is 30 seconds), but the server just keeps on retrying to send the message and eventually takes about 1-1.5 minutes before it eventually stops trying.
    Also, does anybody have any ideas on how to indicate the page is currently busy while trying to send the outbound message?

    hi andries
    can i know what type of invocation type you are using in external system
    If you use RTHTTPSNDR on xai sender then you must use invocation type as realtime on externalsystem( you can define xsl for both request and response)
    If you use HTTPSNDR then you must use invocation type as XAI (for which you can define a request xsl but not response xsl)
    so my advice is to go with RTHTTPSNDR and define both request and response xsl files
    MOST Important your xai sender never gets refreshed unless you restart your ccb server this is because invocation is REALTIME
    if you use HTTPSNDR then just by going to xai command you can refresh mpl refresh sender command
    I think its a bug in ccb 2.3.1 sender doesnt gets refreshed with new values
    Now for the purpose if you can post your request schema and then the request xsl and the response xsl ,ill clear your doubt happily.

  • MDM 2 outbound Message Got Transport Error

    Hi
    I am trying to execute a command for a Device (Connect/Disconnect/On demand read) but once the Outbound Comm Object is reaches the Awaiting Response life cycle State, It errors out on receiving a Synchronous Error Response. Following is the list of Log entries for Outbound Comm object -
    6. 11-26-2011 10:15PM Transitioned to Response Error. Student , 01 ( USER01 ) Status Transition
    5. 11-26-2011 10:15PM Outbound message got transport error. Please check "How to Create Activity Outbound Communication" configuration.   Student , 01 ( USER01 )   Exception   Universal Head-End System, Disconnect Device, Real-time, Error
    4.00 11-26-2011 10:15PM Outbound Message is sent to Head-End System. Student , 01 ( USER01 ) System Universal Head-End System, Disconnect Device, Real-time, Error
    3.00 11-26-2011 10:15PM Transitioned to Awaiting Response. Student , 01 ( USER01 ) Status Transition
    2.00 11-26-2011 10:15PM Transitioned to Validate. Student , 01 ( USER01 ) Status Transition
    1.00 11-26-2011 10:15PM Created in status Pending.
    Also , Synchronous response is supposed to be sent by head end in a actual scenario. how the OB COmm BO is getting any sync response?

    We have found the cause of my problem.
    On the configuration of our Outbound Message XAI Receiver F1OUTBNDMSG, we had the Executer ID set to XAIURL (Remote XAI). This caused the XAI Receiver to initiate the Inbound XAI call. The correct configuration is to set the Executer ID to BYPASSXAI.
    The CC&B 2.3.1 help files explain this well as seen below:
    XAI Receiver - Main
    Identify the Executer ID. Select the XAILOCAL executer if the XAI class for this receiver is STGCTLRCVR. Select the BYPASSXAI executer if the XAI class for this receiver is OUTMSGRCVR. For all other receivers select the XAIURL executer. For more information, refer to XAI Executer.
    Unfortunately, we were looking at CC&B 2.2 documentation and it does not contain the above information.

  • CC&B not populating response to real-time Outbound Message

    I have a real-time Outbound Message which is sent to webMethods via SOAP with the HTTP Sender (not RTHTTPSNDR). In my BO Schema, I have the response element defined as:
    <responseMessage type="raw" mapField="XML_RESPONSE"/>
    The Outbound Message is successfully sent and the webMethods response updates the message to 'Complete' but there is no data in the response tab on the Outbound Message in CC&B. For my testing, I simply want a single element of <status> populated in the response.
    This is the response message that is sent by webMehods:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <responseMessage>
    <Status>Success</Status>
    </responseMessage>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Any help would be appreciated.
    Thanks.

    hi andries
    can i know what type of invocation type you are using in external system
    If you use RTHTTPSNDR on xai sender then you must use invocation type as realtime on externalsystem( you can define xsl for both request and response)
    If you use HTTPSNDR then you must use invocation type as XAI (for which you can define a request xsl but not response xsl)
    so my advice is to go with RTHTTPSNDR and define both request and response xsl files
    MOST Important your xai sender never gets refreshed unless you restart your ccb server this is because invocation is REALTIME
    if you use HTTPSNDR then just by going to xai command you can refresh mpl refresh sender command
    I think its a bug in ccb 2.3.1 sender doesnt gets refreshed with new values
    Now for the purpose if you can post your request schema and then the request xsl and the response xsl ,ill clear your doubt happily.

  • How XAI inbound service creates an activity ?

    Hi,
    Can any one help me with how an XAI inbound service creates an activity on invoking from middle ware and the same automatically creates an outbound communication?
    any help will be appreciated.

    You cannot extend the MO with a BO, as the MO is Read Only.
    See the MO Option +'BO Maintenance (Y/N)'+ for 'BATCH JOB'.
    Alternatively, you can define a Business Service instead. Use Service *'CILZRBPP'*, below is an example (element values have been defaulted for demonstration purposes):
    <schema pageAction="add">
        <batchJobId mapField="BATCH_JOB_ID"/> 
        <batchCode mapField="BATCH_CD" default="TD-BTERR"/> 
        <userId mapField="USER_ID"/> 
        <programName mapField="PROGRAM_NAME" default="CIPQBERB"/>
    </schema>XAI Submission:
    <RXS-BatchSubmission>
    </RXS-BatchSubmission>Result/Response:
    <RXS-BatchSubmission>
      <batchJobId>23110150739990</batchJobId>
      <batchCode>TD-BTERR</batchCode>
      <userId>SYSUSER</userId>
      <programName>CIPQBERB</programName>
    </RXS-BatchSubmission>if your Batch Daemon is running, batch will be executed without any delay.

  • FI Invoices Outbound - Any Standard Program ?

    Hi,
      Is there any Standard program to send SAP FI Open, Chnaged and Closed Invoices in to a File (Outbound)?
    How to Track Invoice is new or chnaged or closed ?
    I appricate any help. Thank you.

    i am away from my system...Just check BKPF / BSEG tables...U can get the field name....
    Award points if useful...

  • How to compare delivery date in schedule lines and PGI in outbound delivery

    Hi,
    I want to create a report to monitor and compare different dates in sales and delivery process.
    One of my key figure is the comparison between date confirmed to the customer, that I can find in the schedule line of the sales order, and the actual goods issue date from the outbound delivery.
    But I can't succeed in making the link between delivery and schedule lines, means between LIKP and VBEP.
    Would you have any idea?
    Thank you.

    It seems there's no exact (table) connection / link between delivery item and schedule line item.
    Those who were searching for this thing (link / connection between delivery item and schedule line) were recommended to use FM "RV_SCHEDULE_CHECK_DELIVERIES".
    This FM calculates the delivered quantity for each schedule line, so it makes link between the delivery item and schedule lines - however if you check the code it's quite sophisticated...
    (if you put a breakpoint in the FM and display a SO in VA03, you can check how the parameters have to be populated with data).
    Schedule Line and Delivery Link
    Edited by: Csaba Szommer on Aug 5, 2011 12:03 AM

  • Getting error while testing a outbound file in oracle B2B11g

    Hi,
    I am trying to configuare a outbound scenario in oracle B2B 11g.
    I have created .ecs file and .xsd file and created a document type also and i am using generic file 1.0 as a lintening channel protocol and trying to read the input xml document from a perticular path.
    I had setup partner and agreement also. everything is working fine and also file is succesfully polling from the source folder but i am getting error in B2B as :
    B2B-50083
    Error Description Machine Info: (infva0325) Description: Document protocol identification error.
    Error Level ERROR_LEVEL_COLLABORATION
    Error Severity ERROR
    Error Text Document protocol identification error.
    Can anyone guide me how to resolve this error?
    I had tried everything but of no use.
    Please do reply me with your suggestions.

    Hi Anuj,
    Please find below xml data which will be saved as .txt file for outbound processing. Let me know if there are any changes i have to do. Please let me know if you need any further information. Listening channel is reading the file but in agreement level it is failing.
    <?xml version="1.0" encoding="UTF-8"?><Transaction-DESADV XDataVersion="1.0" Standard="EDIFACT" Version="D93A" CreatedBy="ECXEngine_837" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" CreatedDate="2011-12-14T12:59:40" GUID="{2d323135-3336-3630-3232-313938393033}" xmlns="urn:oracle:integration:b2b:099C29D4C4ED419194917C20ADF8ABC3">
    <Internal-Properties>
    <Data-Structure Name="Interchange">
    <Property Name="InterchangeSenderID">senderID</Property>
    <Property Name="InterchangeSenderQual">senderQuali</Property>
    <Property Name="InterchangeReceiverID">RecieverID</Property>
    <Property Name="InterchangeReceiverQual">RecieverQuali</Property>
    <Property Name="RepeatingSeparator"/>
    <Property Name="InterchangeApplicationRef">DESADV</Property>
    <Data-Structure Name="Transaction">
    <Property Name="TransactionID">DESADV</Property>
    <Property Name="TransactionControllingAgency"/>
    <Property Name="TransactionMessageVersionNumber">D</Property>
    <Property Name="TransactionMessageReleaseNumber">93A</Property>
    <Property Name="TransactionAssociationAssignedCode"/>
    </Data-Structure>
    </Data-Structure>
    </Internal-Properties>
    <Segment-UNH>
    <Element-0062>#ControlNumber#</Element-0062>
    <Composite-S009>
    <Element-0065>DESADV</Element-0065>
    <Element-0052>D</Element-0052>
    <Element-0054>93A</Element-0054>
    <Element-0051>UN</Element-0051>
    <Element-0057>EDIT30</Element-0057>
    </Composite-S009>
    </Segment-UNH>
    <Segment-BGM>
    <Composite-C002>
    <Element-1001>351</Element-1001>
    </Composite-C002>
    <Element-1004>3364382</Element-1004>
    </Segment-BGM>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>137</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    <Loop-Group_2>
    <Segment-NAD>
    <Element-3035>SH</Element-3035>
    <Composite-C082>
    <Element-3039>7393142020009</Element-3039>
    <Element-1131 xsi:nil="true"/>
    <Element-3055>9</Element-3055>
    </Composite-C082>
    </Segment-NAD>
    </Loop-Group_2>
    <Loop-Group_2>
    <Segment-NAD>
    <Element-3035>CN</Element-3035>
    <Composite-C082>
    <Element-3039>7350056030012</Element-3039>
    <Element-1131 xsi:nil="true"/>
    <Element-3055>9</Element-3055>
    </Composite-C082>
    </Segment-NAD>
    </Loop-Group_2>
    <Loop-Group_10>
    <Segment-CPS>
    <Element-7164>1</Element-7164>
    </Segment-CPS>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>1</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>210587</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>3</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>1</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>2</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>210510</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>3</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>1</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>3</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>081349</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>1</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>2</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>NB</Element-1153>
    <Element-1154>JF074</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>21E</Element-2005>
    <Element-2380>20160905</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>4</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>051596</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>1</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>2</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>NB</Element-1153>
    <Element-1154>116812505</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>21E</Element-2005>
    <Element-2380>20150131</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    </Loop-Group_10>
    <Segment-CNT>
    <Composite-C270>
    <Element-6069>2</Element-6069>
    <Element-6066>4</Element-6066>
    </Composite-C270>
    </Segment-CNT>
    <Segment-UNT>
    <Element-0074>#SegmentCount#</Element-0074>
    <Element-0062>#ControlNumber#</Element-0062>
    </Segment-UNT>
    </Transaction-DESADV>

  • Intrastat - Inbound/Outbound of non valuated materials used in production.

    Hello everyone,
    I've found several threads and very useful posts (ex: Re: PO Creation of free goods for intrastat reporting)  regarding similar issue, but the solution proposed was manual input, therefore not answering totally to my client requirement.
    I am actually performing maintenance activities and there is this new business process, I have been searching for the correct understandind of this process regarding intrastat here and I haven't found.
    So i will describe the process hoping that someone can give me some hint:
    Vendor A
    Customer B
    Raw Material R
    Finish Product P
    Service S
    1. So we ( Vendor A ) receive raw material from our Customer B (+mov.type +)
    2. We ( Vendor A ) with a production order process the Raw material R into Finish Product P.
    3. We ( vendor A ) send the Finish Product P back to the Customer B.
    4. We ( Vendor A ) then issue an invoice for the Service S to the Customer B.
    5. It can occur that we Vendor A, can send back the Raw material R which was not manufactured back to Customer B (with a mov type.)
    So thiswas the scenario and how the process is beeing done, and the client understanding is:
    - As far as i understood, (please correct me if i am wrong) the Raw Material R must be declared (Quantity and statistic value) in Purchasing Intrastat, in the transactions where the Vendor A receives the raw material and as well in the case that they send it back to Customer B.
    - Regarding the Invoice from the Vendor A to Customer B, the Raw Material R is incorporated in the Finish Product P, therefore I've been told that, the Statistic Value determined in the invoice in this situation has to include the cost value of the raw materials R.
    My issues in MM are the following:
    1 - If Raw Material R is non valuated, how can i maintain its statistic value to be declared, in inbound as well outbound? as an Info-record?
    My issues in SD are the following:
    1 - If the Statistic Value GRWR can be for example 102% calculated over the net value, and if the cost value of Raw Materials R are to be included, so i would have to add them somehow to the statistic value.
    In this case the question comes up, where do i maintain the value of the raw materials R, and how to add it to the statistic value automatically ?
    Regarding what is implemented in this client, they have SD intrastat running, but not MM intrastat was implemented.
    Feedback would be highly appreciated!!
    Thank you in advance.

    Hi Sergio,
    I have this exact same requirement but on a bigger scale.
    The complexities are:
    1. The raw material which client use, that can be either supplied by customer or can be procured by client. Remember, customer's raw material and my externally procured raw material is exactly same in all properties.
    2. There are many customers who send same exact raw material.
    Requirements:
    1. Client wants to use same material codes (for raw materials and even for finished products) for normal production cycle and for Job work cycle. Master data needs to be the same, and data need to be separated at transaction level.
    2. Whatever raw material client gets from customer, its statistical value should be entered at the time of goods receipt.
    Please suggest if preference processing can handle this.
    Thanks & Regards,
    Vishal

  • Goods Receipt of HU in an Outbound Delivery not updating HUMSEG and Hu Hist

    Hi,
       I have a pecuiliar prob ...  I am trying to do GR (MIGO) for an Outbound Dely containing HU (non HU Stor Locn), although I am able to post the article documnet. The Gr article doc doesnt get updated in the table HUMSEG and in the HU History.
       Whereas if I do the Gr for an Inbound Delivery containing HU  in the same stor location , the article docs gets updated in HUMSEG.
        Can anyone throw some light on this?
    REgards,
    BG

    HI Csaba,
       Now I am trying to create GR for Inbound Dely containing the HU through MIGO and not VL32n , it is throwing the error
    Packing can only be updated via inbound delivery dialog
    Message no. VLA311
        We are into ECC 6.0 and it seems that SAP NOte 1384533 has already been implemented , but still I dont see the VLA 311 message in System Messages under the Logistic Execution path of SPRO.
       I have been reading the SAP Note 199703, but when I set the GR Assignment field of the Conf Control to blank and remove the movt type for Dely Item Cat ELN , it doesnt allow me to create HU in the Inb Dely, although it allows me to create a GR for the Inbound Dely through MIGO .
         Can you please help me in overcoming the prob.
    REgards,
    Binayak
    Edited by: Binayak Ghosh on Jun 15, 2011 4:37 PM

Maybe you are looking for