<?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: Module Pool - POV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960471#M67262</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;Try to use this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE_DISPLAY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for processw on vlaue help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI specify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;  FIELD DBTAb-FIELD MODULE HELP-FOR-FIELD NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where DBTAB is the database table name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you find the answer suitable please reward me with the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Irfan Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2005 12:47:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-03T12:47:35Z</dc:date>
    <item>
      <title>Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960460#M67251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;I want to display a given set of nationalities(25/250) in the combobox of my module pool screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hav used POV as follows .&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process on value-request.&lt;/P&gt;&lt;P&gt;field P0002-NATIO module onvalue_land1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE onvalue_land1 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : GT_LAND TYPE T005T OCCURS 10 WITH HEADER LINE .&lt;/P&gt;&lt;P&gt;DATA GT_RETURN like DDSHRETVAL occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;retfield = 'NATI0'&lt;/P&gt;&lt;P&gt;dynpprog = sy-repid&lt;/P&gt;&lt;P&gt;dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;dynprofield = 'P0002-NATIO'&lt;/P&gt;&lt;P&gt;value_org = 'C'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;value_tab = GT_LAND&lt;/P&gt;&lt;P&gt;return_tab = gt_return&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While running my Combo box is blank .&lt;/P&gt;&lt;P&gt;Wht could be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much apperciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 02:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960460#M67251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T02:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960461#M67252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GT_LAND will not be filled by the system. You have to fill it before calling the F4 function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 02:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960461#M67252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T02:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960462#M67253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , I hav tried that also ,&lt;/P&gt;&lt;P&gt;But the result is the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;select * from T005T into GT_LAND where spras = 'EN'  and&lt;/P&gt;&lt;P&gt;land1 = 'IN' and land1 = 'AU' .&lt;/P&gt;&lt;P&gt;endselect .&lt;/P&gt;&lt;P&gt;--after this  only i called the fn mod ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--my concern is whthere i hav to pass any params ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 03:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960462#M67253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T03:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960463#M67254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P079223,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not Append statement between the select and endselect, so there is no way that the values are appended to the table. So, you will have to insert APPEND statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if GT_LAND is of the same structure of T005T, you can use &lt;/P&gt;&lt;P&gt;select * from T005T into TABLE GT_LAND where spras = 'EN' and land1 = 'IN' and land1 = 'AU' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference is the TABLE key word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward points if this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 03:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960463#M67254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T03:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960464#M67255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi P079223,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE onvalue_land1 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : VALUE_TAB TYPE VRM_VALUES .&lt;/P&gt;&lt;P&gt;DATA WA LIKE LINE OF VALUE_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" First write the code to select values in int table &lt;/P&gt;&lt;P&gt;"GT_LAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT GT_LAND.&lt;/P&gt;&lt;P&gt; CLEAR WA.&lt;/P&gt;&lt;P&gt; MOVE Gt_LAND-LAND1 TO WA-KEY.&lt;/P&gt;&lt;P&gt; APPEAND WA TO VALUE_TAB.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ID     = 'P0002-NATIO' &lt;/P&gt;&lt;P&gt;      VALUES = VALUE-TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Also the list box on field P002-NATIO should be enabled in screen painter in SE51 . In the Text I/O Templates the dropdown cloumn should be set to "L" ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 03:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960464#M67255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T03:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960465#M67256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;there retfield u have defined as 'NATI0' ( NATI ZERO). replace it with 'NATIO'(O for Oxford ).&lt;/P&gt;&lt;P&gt; after the function module according to ur requirement write the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;    ELSE .&lt;/P&gt;&lt;P&gt;      READ TABLE gt-return INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;retfield = 'NATI0'&lt;/P&gt;&lt;P&gt;dynpprog = sy-repid&lt;/P&gt;&lt;P&gt;dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;dynprofield = 'P0002-NATIO'&lt;/P&gt;&lt;P&gt;value_org = 'C'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;value_tab = GT_LAND&lt;/P&gt;&lt;P&gt;return_tab = gt_return&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur problem is solved rewards points and close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 07:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960465#M67256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T07:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960466#M67257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes now am able to  display the given fields in my List box . i hav used 'VRM_SET_VALUES' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now , While saving ....it's not converted to it's key automatically .&lt;/P&gt;&lt;P&gt; ex .. If i save the nationality "Swiss" it takes the two char SW and it's saving . But the actual key is "CH".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am getting the following error status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"entry - SW - doesn't exist in your check entry "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find the check entry .I hav used ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM T005T INTO TABLE I005T_LONG&lt;/P&gt;&lt;P&gt;           WHERE SPRAS = SY-LANGU&lt;/P&gt;&lt;P&gt;           AND ( LAND1 = 'IN' OR LAND1 = 'SW' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surly i will reward points to u all .&lt;/P&gt;&lt;P&gt; help plz .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds ,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: P079223&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 08:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960466#M67257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960467#M67258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want the text and not the three caharcter key.&lt;/P&gt;&lt;P&gt;Just use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT GT_LAND.&lt;/P&gt;&lt;P&gt;CLEAR WA.&lt;/P&gt;&lt;P&gt;MOVE Gt_LAND-NATIO TO WA-KEY.&lt;/P&gt;&lt;P&gt;APPEAND WA TO VALUE_TAB.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;( Whatever you populate in KEY will be copied in screen field )&lt;/P&gt;&lt;P&gt;Else you can just read from  internal table GT_PLANT in your porgram into another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Dont forget to reward if answers helped ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 09:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960467#M67258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T09:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960468#M67259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey am able to see the description in the list Box ...&lt;/P&gt;&lt;P&gt;But while saving it's giving the above error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(it takes the first 2 chars ....) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i remove the Textfield ..it' telling "S doesn't exist"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: P079223&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 09:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960468#M67259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960469#M67260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your screen field ?? If its P0002-NATIO , it will take only 3 characters . If you want the full text then you define you screen field of type T005T-NATIO ( 40 chars). Check in SE11 both fields. You will find your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 10:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960469#M67260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960470#M67261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tHANK YOU sINHA . KEEP IT UP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PTS AWARDED .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 11:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960470#M67261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T11:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - POV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960471#M67262</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;Try to use this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE_DISPLAY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for processw on vlaue help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI specify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;  FIELD DBTAb-FIELD MODULE HELP-FOR-FIELD NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where DBTAB is the database table name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you find the answer suitable please reward me with the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Irfan Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 12:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-pov/m-p/960471#M67262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T12:47:35Z</dc:date>
    </item>
  </channel>
</rss>

