<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Missing segments in IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426057#M1410081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know where the segment is being added but the issue is as its outbound one i am not able to debug it .&lt;/P&gt;&lt;P&gt;I have set a breakpoint where segment has to be added but its not getting triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2009 15:48:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-01T15:48:51Z</dc:date>
    <item>
      <title>Missing segments in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426055#M1410079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing issue with the idocs &lt;/P&gt;&lt;P&gt;when i process i doc through we19 and see its segments there are some Z segments which do now appear over there.....&lt;/P&gt;&lt;P&gt;E.G take an idoc number open it in we19 now you can see segments over there so my issue is i can see some z segments but not all over here can any one tell us the dolution that at wat point are segments attached to idoc and its an outbound one.&lt;/P&gt;&lt;P&gt;How can we debug it and find out the exact cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the missing segment contains fields which have the contact person data in it and i check that the contact person is maintained ofr that delivery but segment is not appearing.Segment name is Z1CNTCT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 15:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426055#M1410079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T15:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing segments in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426056#M1410080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As your segment is a custom segment, the code to insert the segment should be in some user exit/BADI in processing function module. You will have to first find the function module which processes the message type, and then look for user exits/BADI triggered by the FM. Maybe a trace might help finding that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 15:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426056#M1410080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T15:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing segments in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426057#M1410081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know where the segment is being added but the issue is as its outbound one i am not able to debug it .&lt;/P&gt;&lt;P&gt;I have set a breakpoint where segment has to be added but its not getting triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 15:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426057#M1410081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T15:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing segments in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426058#M1410082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well that depends on how your idoc is triggered. Which message type are you talking about? If your idoc is getting triggered using output types then there is a different way of debugging it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 15:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426058#M1410082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing segments in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426059#M1410083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of SAP system are you working in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is ECC 6.0, you can make use of External Break Points and then stop there...and then check what exactly is happening....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 16:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426059#M1410083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T16:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing segments in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426060#M1410084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put 'external breakpoint' at place where custom segment is getting populated (make sure to put breakpoint at a  place outside conditions like IF )&lt;/P&gt;&lt;P&gt;Goto we19.&lt;/P&gt;&lt;P&gt;Give your IDOC no. (give an idoc in which custom segment appears)&lt;/P&gt;&lt;P&gt;Press execute.&lt;/P&gt;&lt;P&gt;Then you will see the IDOC segments and data.&lt;/P&gt;&lt;P&gt;Enter /h in command window (to activate debugging )&lt;/P&gt;&lt;P&gt;Then press "Outbound" button&lt;/P&gt;&lt;P&gt;It will take you to debugging mode.&lt;/P&gt;&lt;P&gt;From debugging menubar, select 'update debugging '  and click 'save' (to save breakpoints)..&lt;/P&gt;&lt;P&gt;Then press F8.&lt;/P&gt;&lt;P&gt;Now it will stop at desired place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 19:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-segments-in-idoc/m-p/6426060#M1410084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T19:20:04Z</dc:date>
    </item>
  </channel>
</rss>

