<?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: append field into SAP structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345860#M1540041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break-point in method ALLDATA_MODIFY_BEFORE_OUTPUT of class CL_IM_IMPUK_IDWTREP to check if the field comes correctly in structure, else you may try some enhancement there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 06:32:26 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2010-10-29T06:32:26Z</dc:date>
    <item>
      <title>append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345857#M1540038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL,&lt;/P&gt;&lt;P&gt;I HAVE ADDED A CUSTON FIELD PAN NO INTO STRUCTURE IDWTPARTNER.&lt;/P&gt;&lt;P&gt;BUT AFTER EXECUTING THE WITHHOLDING TAX REPORT THE FIELDS DATA IS NOT COMING.&lt;/P&gt;&lt;P&gt;I CANNOT ADJUST IT VIA SE14 BECAUSE IT IS A STRUCTURE,ALTHOUGH I HAVE ADJUSTED J_1IMOVEND TABLE FROM WHERE THE FIELD CAME.&lt;/P&gt;&lt;P&gt;BUT STILL IT IS NOT SHOWING RECORDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please do not use all upper case in the future.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Oct 29, 2010 12:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 05:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345857#M1540038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T05:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345858#M1540039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Structure is not holding data. SE14 is for adjusting databases.&lt;/P&gt;&lt;P&gt;Structure is used to filter data to move from one internal table to other. If you custom field is not in original internal order(database) it couldn't be move target internal order.&lt;/P&gt;&lt;P&gt;Give me more detail what are you doing.&lt;/P&gt;&lt;P&gt;Bye Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 06:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345858#M1540039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T06:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345859#M1540040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI JAN,&lt;/P&gt;&lt;P&gt;THANKS FOR YOUR REPLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTUALLY I WANT TO ADD PAN NO FIELD TO WITHHOLDING TAX REPORT (TCODE-S_P00_07000134).&lt;/P&gt;&lt;P&gt;ITS PROGRAM IS (RFIDYYWT) FROM THERE I FIND THAT IT IS USING THE STRUCTURE (IDWTPARTNER) TO STORE THE VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST I APPEND STRUCTURE INTO THIS STRUCTURE.&lt;/P&gt;&lt;P&gt;THEN I TRY TO FIND SOME EXIT TO BE USEFUL FOR THIS BUT THERE IS NONE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER THAT I FOUND A EXIT (COOMEP01) TO APPEND A FIELD TO LINE ITEM REPORT, BUT I AM NOT ABLE TO FIND FIELD CATALOG FOR THE REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN YOU SUGGEST SOME WAY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please do not use all upper case in the future.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Oct 29, 2010 12:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 06:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345859#M1540040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T06:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345860#M1540041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break-point in method ALLDATA_MODIFY_BEFORE_OUTPUT of class CL_IM_IMPUK_IDWTREP to check if the field comes correctly in structure, else you may try some enhancement there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 06:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345860#M1540041</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-29T06:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345861#M1540042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI RAYMOND ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I THINK I HAVE TO CREATE AN ENHANCEMENT IN INCLUDE (I_RFIDYYWT_I01).&lt;/P&gt;&lt;P&gt;SHOULD I WRITE IT INSIDE (FORM i01_initialize_vendor), HOW TO PROCEED WITH THAT.&lt;/P&gt;&lt;P&gt;I HAVE CREATED SAMPLE CODE IN MY MIND&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;TABLE: J_1IMOVEND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT J_1IPANNO FROM J_1IMOVEND WHERE LIFNR = LFA1-LIFNR.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING  J_1IMOVEND TO wa_idwtpartner.&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHOULD I PROCEED IN THIS WAY OR THERE IS AN ALTARNATIVE FOR IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS AND REGARDS&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please do not use all upper case in the future.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Oct 29, 2010 12:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 08:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345861#M1540042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T08:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345862#M1540043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This include is a good one for performance, the method i suggested will required some bufferizattion to be optimized, so i think you can go there without too much fear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: Thomas is rignt, in Internet Etiquette/Netiquette, uppercase is like shouting.or yelling ([wikipedia|http://en.wikipedia.org/wiki/Netiquette]) and also harder to read &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345862#M1540043</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-29T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: append field into SAP structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345863#M1540044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: drahulmore on Oct 31, 2010 1:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-field-into-sap-structure/m-p/7345863#M1540044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T12:19:46Z</dc:date>
    </item>
  </channel>
</rss>

