<?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: USING system field SY-FDPOS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609760#M1278268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPER,&lt;/P&gt;&lt;P&gt;   Try taking the &lt;STRONG&gt;offset&lt;/STRONG&gt; of that variable and save it in a temprary variable. Or try using &lt;STRONG&gt;split&lt;/STRONG&gt; syntax and save it to a temporary variable. Hereis a sample.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab-w_var = 'REFTG:HT1' .
w_del = ':'.

SPLIT itab-w_char  AT w_del INTO w_var1 w_var2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here w_var2 is what you need. You can also loop it around keep sending it to your tempory variable, save it, claer it and save the next one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 06:18:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-19T06:18:23Z</dc:date>
    <item>
      <title>USING system field SY-FDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609759#M1278267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get data by using system field SY-FDPOS.&lt;/P&gt;&lt;P&gt;In internal table, there is one field containing data as "REFTG:HT1", and I want to get that "HT1" only,&lt;/P&gt;&lt;P&gt;means code which is after colon.&lt;/P&gt;&lt;P&gt;how to get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me..&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 06:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609759#M1278267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T06:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: USING system field SY-FDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609760#M1278268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPER,&lt;/P&gt;&lt;P&gt;   Try taking the &lt;STRONG&gt;offset&lt;/STRONG&gt; of that variable and save it in a temprary variable. Or try using &lt;STRONG&gt;split&lt;/STRONG&gt; syntax and save it to a temporary variable. Hereis a sample.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab-w_var = 'REFTG:HT1' .
w_del = ':'.

SPLIT itab-w_char  AT w_del INTO w_var1 w_var2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here w_var2 is what you need. You can also loop it around keep sending it to your tempory variable, save it, claer it and save the next one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 06:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609760#M1278268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: USING system field SY-FDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609761#M1278269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can SPILT the field at &lt;STRONG&gt;colon&lt;/STRONG&gt; making it as a separator and take the ata into two variables..&lt;/P&gt;&lt;P&gt;and then u can use the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 06:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609761#M1278269</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2009-05-19T06:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: USING system field SY-FDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609762#M1278270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basic ABAP question!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on May 19, 2009 8:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 06:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609762#M1278270</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-19T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: USING system field SY-FDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609763#M1278271</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;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;w_data(20) type c value 'REFTG:HT1',&lt;/P&gt;&lt;P&gt;w_data1 like w_data,&lt;/P&gt;&lt;P&gt;w_len type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if w_data ca ':'.&lt;/P&gt;&lt;P&gt;w_len = sy-fdpos + 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_data1 = w_data+w_len.&lt;/P&gt;&lt;P&gt;write:w_data1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nithya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 06:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609763#M1278271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T06:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: USING system field SY-FDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609764#M1278272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, ABAPer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please Search Before Posting Basic Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 06:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-system-field-sy-fdpos/m-p/5609764#M1278272</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-05-19T06:27:40Z</dc:date>
    </item>
  </channel>
</rss>

