<?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: urgent coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645734#M287334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont worry , take it easy !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the function module name or include name ?? U forgot to mention !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module there will be include prog . Double click on that  it will take u in the source code ....In that code  at right place u hv to write little bit of code which will select all necessary data as per u r requirement then move those data into the segment , and try to check in the idoc if the value populated currectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 12:23:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T12:23:20Z</dc:date>
    <item>
      <title>urgent coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645732#M287332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need code for userexit which triggers my extended idoc&lt;/P&gt;&lt;P&gt;segment is -E1WPA01&lt;/P&gt;&lt;P&gt;Zsegment -- Zseg1&lt;/P&gt;&lt;P&gt;this is my first coding for idoc so don't know how to link the fields.plz help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA03_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA04_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA05_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA07_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA09_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA10_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_E1WPA11_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_SEGMENT_COUNTER) LIKE  WDLSP-ANSEG&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_SEG_LOCAL_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_DLDNR) LIKE  WDLSP-DLDNR&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_DLDLFDNR) LIKE  WDLSP-LFDNR&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_ERMOD) LIKE  TWPFI-ERMOD&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_FIRSTKEY) LIKE  WDLSP-STKEY&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_INIT_LOG) LIKE  WPSTRUC-MODUS&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_STATUS) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_ERR_COUNTER) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_COPY_MODE) LIKE  WPSTRUC-MODUS DEFAULT ' '&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_STATUS_POS) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_MARA) LIKE  WPMARA STRUCTURE  WPMARA OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_MARM) LIKE  WPMARM STRUCTURE  WPMARM OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_FILIA_CONST) LIKE  WPFILCONST STRUCTURE  WPFILCONST&lt;/P&gt;&lt;P&gt;*"       OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_WLK2) LIKE  WPWLK2 STRUCTURE  WPWLK2 OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(PE_FEHLERCODE) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_ERR_COUNTER) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_INIT_LOG) LIKE  WPSTRUC-MODUS&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_STATUS) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PX_STATUS_POS) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"     VALUE(PI_SEG_LOCAL_CNT) LIKE  WPSTRUC-CNT&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      PXT_IDOC_DATA_TEMP STRUCTURE  EDIDD&lt;/P&gt;&lt;P&gt;*"      PIT_IDOC_DATA STRUCTURE  EDIDD OPTIONAL&lt;/P&gt;&lt;P&gt;*"  CHANGING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(PIT_IDOC_DATA_NEW) TYPE  SHORT_EDIDD OPTIONAL&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 11:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645732#M287332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: urgent coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645733#M287333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of the area of implementation, but can tell you the way of writing the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First we have to find a customer-function in this mosule. (I think EXIT_SAPLWPDA_001 will help you - I assume you know enhancements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have to write select query to fill your Z-segments ZSEG1. All std. fields will be filled automatically,  we have to fill Enhanced one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl confirm whether any more info. is required...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Audy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 12:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645733#M287333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T12:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: urgent coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645734#M287334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont worry , take it easy !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the function module name or include name ?? U forgot to mention !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module there will be include prog . Double click on that  it will take u in the source code ....In that code  at right place u hv to write little bit of code which will select all necessary data as per u r requirement then move those data into the segment , and try to check in the idoc if the value populated currectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 12:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645734#M287334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T12:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: urgent coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645735#M287335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;my FM is-- EXIT_SAPLWPDA_002 [my exit]&lt;/P&gt;&lt;P&gt;include is -- ZXWPDU02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks waiting for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645735#M287335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: urgent coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645736#M287336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spent some time on it but i dont hv any good news !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include  ZXWPDU02 does not exist in my system. I believe it used to create by default like a template which u may not find using se38. Pl ck in u r sys trhough se38 or double click on the include it will take u in the code if it available in the sys then u can write u r code there. And if the include does not exist and &lt;/P&gt;&lt;P&gt;If U think the FM is the right FM to meet u r requirement then go to se80 , give function Group name XWPD, Click on the Include Folder  there u will find  all the includes including ZXWPDU02 , right click on that include , create option is there so  from there u can create the include with same name then add all the logic  there . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 10:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-coding/m-p/1645736#M287336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T10:44:07Z</dc:date>
    </item>
  </channel>
</rss>

