<?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: Error in POV module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950616#M1336056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Praveen Kumar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this field in screen for getting the filename. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RLGRAP-FILENAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign POV to this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2009 10:42:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-13T10:42:51Z</dc:date>
    <item>
      <title>Error in POV module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950612#M1336052</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;&lt;/P&gt;&lt;P&gt;I am selecting a file from local PC for processing. Using POV in module pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the file, when click on continue button i get an error message "Invalid Field format(screen error)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code i used here is &lt;/P&gt;&lt;P&gt;How can i avoid this error to process further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: l_stepl LIKE  sy-stepl,&lt;/P&gt;&lt;P&gt;        l_indx  LIKE  sy-stepl.&lt;/P&gt;&lt;P&gt;  DATA: dynpfields        LIKE dynpread OCCURS 5 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  l_indx = 1.&lt;/P&gt;&lt;P&gt;          "tc_ekpotable should already have been declared&lt;/P&gt;&lt;P&gt;  f1 = fullpath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH dynpfields.&lt;/P&gt;&lt;P&gt;  CLEAR   dynpfields.&lt;/P&gt;&lt;P&gt;  dynpfields-fieldname  = 'FILE_PATH'.&lt;/P&gt;&lt;P&gt;  dynpfields-fieldvalue = f1. "File name&lt;/P&gt;&lt;P&gt;  dynpfields-stepl      = 0.&lt;/P&gt;&lt;P&gt;  APPEND dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      dyname     = sy-cprog    "Program name&lt;/P&gt;&lt;P&gt;      dynumb     = '0300'           "Screen number&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynpfields = dynpfields&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS     = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 07:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950612#M1336052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T07:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in POV module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950613#M1336053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Praveen,&lt;/P&gt;&lt;P&gt;Just remove the below one and try.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;dynpfields-stepl = 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat.O&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 07:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950613#M1336053</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-07-13T07:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in POV module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950614#M1336054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 07:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950614#M1336054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T07:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in POV module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950615#M1336055</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 think the error is mostly concerned with the Screen Painter(Layout). Check the names of your screen fields and check of you have referred the fields to your dictionary wherever necessary or you should be extremely careful about the data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another problem that I could think of is....Check the data type of the screen field that you are using to get the path of the file. See, if the data type can hold longer file paths (like C:\Documents and Settings\ Users\ ABCDE\....)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 08:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950615#M1336055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T08:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in POV module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950616#M1336056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Praveen Kumar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this field in screen for getting the filename. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RLGRAP-FILENAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign POV to this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 10:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-pov-module/m-p/5950616#M1336056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T10:42:51Z</dc:date>
    </item>
  </channel>
</rss>

