<?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: Problem in DME file generation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120152#M108723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_file,&lt;/P&gt;&lt;P&gt;record(1000),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_file,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h1,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;field1(10),&lt;/P&gt;&lt;P&gt;crtd(6),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h2,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;paynm(6),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h3,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;payadd(35),&lt;/P&gt;&lt;P&gt;filler(2),&lt;/P&gt;&lt;P&gt;field2(40),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h4,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;matdat(6),&lt;/P&gt;&lt;P&gt;deltype,&lt;/P&gt;&lt;P&gt;contype(2),&lt;/P&gt;&lt;P&gt;filler(7),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the result.&lt;/P&gt;&lt;P&gt;CRLF stands for "Carriage Return Line Feed".&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2006 09:28:59 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2006-02-24T09:28:59Z</dc:date>
    <item>
      <title>Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120147#M108718</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 am facing a problem in the generation DME file. Required file format for SPAIN is different to that of the standard file that is generated by executing the standard program RFFOES_T. So I copied that standard program into another and made changes for the new file format in the subroutine DTA_SPANIEN. The file is being generated but with systematically 7 white lines (i.e) blank lines between 2 real lines. Cannot find where the problem lies. Can any one help me in this? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 13:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120147#M108718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T13:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120148#M108719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to debug the Program? What changes did you make in DTA_SPANIEN? Put a break-point inside the DO loop &amp;amp; check out.. Also checking if REGUH is initial before calling the WRITE_FORM might help..&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 13:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120148#M108719</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-02-23T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120149#M108720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Thansk for your reply for my query. I have debugged it lot many times. What Do loop are you talking about? As my records of the DME file expected are of different structure I have used extracts and in DTA_SPANIEN subroutine I have filled the records of different stucture into a internal table which has a field of type string and transferred the internal table contents to file by looping and transferring. REGUH is not intital. I have checked it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 06:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120149#M108720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T06:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120150#M108721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha,&lt;/P&gt;&lt;P&gt;i had a similar problem and i solved it adding these two lines as the two last fields of the internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;fin(1)        TYPE X VALUE '0D',&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 07:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120150#M108721</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-24T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120151#M108722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Calsadillo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below code says how I have passed the different records to the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_file,&lt;/P&gt;&lt;P&gt;         record(1000),&lt;/P&gt;&lt;P&gt;       end of t_file,&lt;/P&gt;&lt;P&gt;     begin of t_h1,&lt;/P&gt;&lt;P&gt;       rec(2),&lt;/P&gt;&lt;P&gt;       trans(2),&lt;/P&gt;&lt;P&gt;       field1(10),&lt;/P&gt;&lt;P&gt;       crtd(6),&lt;/P&gt;&lt;P&gt;     end of t_h1,&lt;/P&gt;&lt;P&gt;     begin of t_h2,&lt;/P&gt;&lt;P&gt;       rec(2),&lt;/P&gt;&lt;P&gt;       trans(2),&lt;/P&gt;&lt;P&gt;       paynm(6),&lt;/P&gt;&lt;P&gt;     end of t_h2,&lt;/P&gt;&lt;P&gt;     begin of t_h3,&lt;/P&gt;&lt;P&gt;       rec(2),&lt;/P&gt;&lt;P&gt;       trans(2),&lt;/P&gt;&lt;P&gt;       payadd(35),&lt;/P&gt;&lt;P&gt;       filler(2),&lt;/P&gt;&lt;P&gt;       field2(40),&lt;/P&gt;&lt;P&gt;     end of t_h3,&lt;/P&gt;&lt;P&gt;     begin of t_h4,&lt;/P&gt;&lt;P&gt;       rec(2),&lt;/P&gt;&lt;P&gt;       trans(2),&lt;/P&gt;&lt;P&gt;       matdat(6),&lt;/P&gt;&lt;P&gt;       deltype,&lt;/P&gt;&lt;P&gt;       contype(2),&lt;/P&gt;&lt;P&gt;       filler(7),&lt;/P&gt;&lt;P&gt;     end of t_h4.&lt;/P&gt;&lt;P&gt;data : lwa_h1 type t_h1,&lt;/P&gt;&lt;P&gt;       lwa_h2 type t_h2,&lt;/P&gt;&lt;P&gt;       lwa_h3 type t_h3,&lt;/P&gt;&lt;P&gt;       lwa_h4 type t_h4,&lt;/P&gt;&lt;P&gt;       lwa_file type t_file.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : li_file type standard table of t_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Start Filling Record 1&lt;/P&gt;&lt;P&gt;      l_count        = l_count + 1.&lt;/P&gt;&lt;P&gt;      lwa_h1-rec     = lc_03.&lt;/P&gt;&lt;P&gt;      lwa_h1-trans   = lc_56.              &lt;/P&gt;&lt;P&gt;      lwa_h1-field1  = t001z-paval.&lt;/P&gt;&lt;P&gt;      lwa_h1-crtd = '0000000O02XR'.&lt;/P&gt;&lt;P&gt;      lwa_file       = lwa_h1.&lt;/P&gt;&lt;P&gt;      APPEND lwa_file TO li_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Start Filling Record 2&lt;/P&gt;&lt;P&gt;      l_count       = l_count + 1.&lt;/P&gt;&lt;P&gt;      lwa_h2-rec    = lc_03.&lt;/P&gt;&lt;P&gt;      lwa_h2-trans  = lc_56.&lt;/P&gt;&lt;P&gt;      lwa_h2-paynm  = t001-butxt.&lt;/P&gt;&lt;P&gt;      lwa_file      = lwa_h2.&lt;/P&gt;&lt;P&gt;      APPEND lwa_file TO li_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Start Filling Record 3&lt;/P&gt;&lt;P&gt;      l_count       = l_count + 1.&lt;/P&gt;&lt;P&gt;      lwa_h3-rec    = lc_03.&lt;/P&gt;&lt;P&gt;      lwa_h3-trans  = lc_56.&lt;/P&gt;&lt;P&gt;      lwa_h3-payadd  = adrc-city1.&lt;/P&gt;&lt;P&gt;    lwa_h3-filler    = lc_06.&lt;/P&gt;&lt;P&gt;      lwa_file      = lwa_h4.&lt;/P&gt;&lt;P&gt;      APPEND lwa_file TO li_file.&lt;/P&gt;&lt;P&gt;*Start Filling Record 4&lt;/P&gt;&lt;P&gt;      l_count       = l_count + 1.&lt;/P&gt;&lt;P&gt;       lwa_h4-rec    = lc_03.&lt;/P&gt;&lt;P&gt;      lwa_h4-trans  = lc_56.&lt;/P&gt;&lt;P&gt;      lwa_h4-matdat = lc_030.&lt;/P&gt;&lt;P&gt;      lwa_h4-deltype    = lc_004.&lt;/P&gt;&lt;P&gt;      lwa_h4-contype    = lc_003.&lt;/P&gt;&lt;P&gt;      lwa_file      = lwa_h3.&lt;/P&gt;&lt;P&gt;      APPEND lwa_file TO li_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  OPEN DATASET par_unix FOR OUTPUT IN LEGACY TEXT MODE&lt;/P&gt;&lt;P&gt;                                IGNORING CONVERSION ERRORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;    LOOP AT li_file INTO lwa_file.&lt;/P&gt;&lt;P&gt;      TRANSFER  lwa_file TO  par_unix.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    CLOSE DATASET par_unix.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt; where par_unix is the file name entered on the selection screen.&lt;/P&gt;&lt;P&gt;Now where can i fit the two declarations of code which you have sent? Can you please explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 08:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120151#M108722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120152#M108723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_file,&lt;/P&gt;&lt;P&gt;record(1000),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_file,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h1,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;field1(10),&lt;/P&gt;&lt;P&gt;crtd(6),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h2,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;paynm(6),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h3,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;payadd(35),&lt;/P&gt;&lt;P&gt;filler(2),&lt;/P&gt;&lt;P&gt;field2(40),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of t_h4,&lt;/P&gt;&lt;P&gt;rec(2),&lt;/P&gt;&lt;P&gt;trans(2),&lt;/P&gt;&lt;P&gt;matdat(6),&lt;/P&gt;&lt;P&gt;deltype,&lt;/P&gt;&lt;P&gt;contype(2),&lt;/P&gt;&lt;P&gt;filler(7),&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf,&lt;/P&gt;&lt;P&gt;end of t_h4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the result.&lt;/P&gt;&lt;P&gt;CRLF stands for "Carriage Return Line Feed".&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 09:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120152#M108723</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-24T09:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120153#M108724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Calsadillo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its the same again with no change. The file is being generated 7 white lines (i.e) blank lines between 2 real lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120153#M108724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T10:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120154#M108725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha,&lt;/P&gt;&lt;P&gt;if seems clear that the flow of the program is inserting lines and you don´t want them. You have to find the exact place in the code where those lines are inserted and comment them.&lt;/P&gt;&lt;P&gt;Besides have a look at this:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Record counter for the following fields:&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; - dtaxestot-f2  ( Numeros de registros de dato 010).&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; - dtaxestot-f3  ( Numeros de registros totales).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;  DTA_CNT_SAETZE_F2(5) TYPE P,&lt;/P&gt;&lt;P&gt;  DTA_CNT_SAETZE_F3(5) TYPE P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Numeros de registros de dato 010 = number of lines of data 010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Numeros de registros totales = number of total lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120154#M108725</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-24T10:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120155#M108726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha,&lt;/P&gt;&lt;P&gt;in my program in PERFORM CAB_ORD_FUELLEN i added something like:&lt;/P&gt;&lt;P&gt;  CASE reguh-ubnkl.                              &lt;/P&gt;&lt;P&gt;    WHEN '00XXXXXX'.                               &lt;/P&gt;&lt;P&gt;      schcheader-codreg = '1'.                    &lt;/P&gt;&lt;P&gt;      schcheader-codcli = 'XXX'.                 &lt;/P&gt;&lt;P&gt;      schcheader-nbclor = t001-butxt.            &lt;/P&gt;&lt;P&gt;      schcheader-fremes = sy-datum.              &lt;/P&gt;&lt;P&gt;      schcheader-refrem(7) = 'Remesa/'.          &lt;/P&gt;&lt;P&gt;      schcheader-refrem+7(8) = sy-datum.          &lt;/P&gt;&lt;P&gt;      schcheader-moneda = reguh-waers(3).        &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;optional fieds&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      schcheader-rvado1 = space.                 &lt;/P&gt;&lt;P&gt;      schcheader-rvado2 = space.                  &lt;/P&gt;&lt;P&gt;      schcheader-rvado3 = space.                 &lt;/P&gt;&lt;P&gt;      schheader-filler = space.                  &lt;/P&gt;&lt;P&gt;      PERFORM STORE_ON_FILE USING schcheader.&lt;/P&gt;&lt;P&gt;      DTA_CNT_SAETZE_F3 = DTA_CNT_SAETZE_F3 + 1.  &lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;Where schcheader is a structure containing the file of the format the bank wants to receive.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120155#M108726</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-24T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120156#M108727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Asha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have 4 records, which are getting output along with the blank lines?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 13:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120156#M108727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T13:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DME file generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120157#M108728</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 hope you have already used DME control.&lt;/P&gt;&lt;P&gt;could u pls guide me how to create files according to bank standards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to ur reply&lt;/P&gt;&lt;P&gt;asad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 14:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-dme-file-generation/m-p/1120157#M108728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T14:44:04Z</dc:date>
    </item>
  </channel>
</rss>

