<?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: ADDING NEW FIELD TO THE T-CODE IW13 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004328#M1804934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr or Mrs Krishna we helped you to find everything you only need to fill your data if you do not know how to write a select statement than how come you are an abap developer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data gs_resb like line of h_resb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at h_resb into gs_resb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single eqktx from eqkt into gs_resb-eqkt where equnr eq gs_resb-equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single tidnr from equz into gs_resb-tidnr where equnr eq gs_resb-equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify h_resb from gs_resb.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 11:17:46 GMT</pubDate>
    <dc:creator>asim_isik</dc:creator>
    <dc:date>2014-01-21T11:17:46Z</dc:date>
    <item>
      <title>ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004310#M1804916</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;My requirement is to copy the standard program RIMAT000 from t-code IW13 into the custom program and add two fields one is eqktx this i should take from table eqkt and other field is tidnr this i should take from table equz.These two fields should come in the output when i execute the program.please give me any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 13:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004310#M1804916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-20T13:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004311#M1804917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi krishna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this screens using object_tab generally in top include u can see object_tab is defined&amp;nbsp; rimat000&amp;nbsp; structure u should add your fields in that structure. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 14:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004311#M1804917</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-20T14:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004312#M1804918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Asim Isik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have added the two fields to that structure but in the output report iam not getting tthose fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 03:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004312#M1804918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T03:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004313#M1804919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i checked the program again it must be that structure i believe its about alv buffer it happened to me before buffer makes some problems if you may check again or see the field catalog in debug it should be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004313#M1804919</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-21T08:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004314#M1804920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;Do you see those fields in field catalog...? Check in debugging.. Any particular reason for creating a Z copy you could have use implicit enhancements in standard for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004314#M1804920</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-21T08:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004315#M1804921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those fields are coming in the output but the data is not coming from those table into these fields .please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004315#M1804921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004316#M1804922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you filling the data in those fields? Check in debugging. Add you small sample piece of code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004316#M1804922</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-21T09:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004317#M1804923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said its not coming to output so that problem solved your main question was that one. Filling part ofcourse it wont fill it automatically coz it not standard you added them you have to fill them in the program by adding enhancement point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004317#M1804923</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-21T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004318#M1804924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add eqktx field which i should take form eqkt table and tidnr field which i need to take it from equz table .Those fields are coming in the output but data related to those fields i am not getting .I need to write some code in the enhancement points,but i am new to implicit enhancements so please help me where to write that code exactly to fetch the data using equnr field as reference because it is common to both the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004318#M1804924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T09:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004319#M1804925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You earlier mentioned you want to copy the report and why are you looking for enhacement if you are copying&lt;SPAN __jive_emoticon_name="cry" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/504/images/emoticons/cry.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004319#M1804925</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-21T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004320#M1804926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you should write the code end of the form&amp;nbsp; material_selection click this button&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/367870" /&gt;&lt;/P&gt;&lt;P&gt;and right click at the end form form create your enhancement and your code code in there&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/367889" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004320#M1804926</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-21T09:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004321#M1804927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you copied the code no need to create enhancement just write end of material_selection form.&lt;/P&gt;&lt;P&gt;simple loop at h_resb table and fill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004321#M1804927</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-21T09:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004322#M1804928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naheet ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Our functional guy has told me like that before now i have added&amp;nbsp; those two fields to rimat000 structure .those fields&amp;nbsp; are shown in the&amp;nbsp; output but data is not coming to that i need write some code and with implicit enhancements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004322#M1804928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004323#M1804929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Krishina than i completed your main question with my first answer you should mark it as correct answer &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/504/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; and for second i also answered your question with my last answer where and how &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/504/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004323#M1804929</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-21T09:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004324#M1804930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To which table i need to pass this data please help me with the code &lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;its urgent &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator message: Urgency is not catered to in the ABAP forums, try someplace else.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suhas Saha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004324#M1804930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004325#M1804931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In subroutine&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;display_list1 of include RIMAT000&lt;/STRONG&gt; create an implicit enhancement at the begging of this subroutine and update the field values in H_RESB table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004325#M1804931</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-21T10:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004326#M1804932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004326#M1804932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T10:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004327#M1804933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Asim Isik&lt;/P&gt;&lt;P&gt; i didn't get the data into the output.so plese help with the code if u don't mind its bit urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 11:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004327#M1804933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T11:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004328#M1804934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr or Mrs Krishna we helped you to find everything you only need to fill your data if you do not know how to write a select statement than how come you are an abap developer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data gs_resb like line of h_resb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at h_resb into gs_resb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single eqktx from eqkt into gs_resb-eqkt where equnr eq gs_resb-equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single tidnr from equz into gs_resb-tidnr where equnr eq gs_resb-equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify h_resb from gs_resb.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 11:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004328#M1804934</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-01-21T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING NEW FIELD TO THE T-CODE IW13</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004329#M1804935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Asim and Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am a abap trained fresher i got my first object on implicit enhancement. I am not familiar with topic .I was bit confused by seeing the standard code .You people helped me a lot i solving the issue. Thanks once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-to-the-t-code-iw13/m-p/10004329#M1804935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T12:02:23Z</dc:date>
    </item>
  </channel>
</rss>

