<?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: Table maintenance problem regarding maintenance events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364326#M1234500</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;use this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Data : l_mara type mara

CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2'
    EXPORTING
      p_struct1 = LINE             ----&amp;gt;  Flat string with data 
    IMPORTING
      p_struct2 = l_mara.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2009 09:03:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-20T09:03:04Z</dc:date>
    <item>
      <title>Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364320#M1234494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a table and maintenance screen in sm30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a form in table a maintenance event 01 which is "before saving data".&lt;/P&gt;&lt;P&gt;In this form I have two tables those are total and extract both of these two tables has the same structure and containing the field "LINE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is; in the LINE field, the data which i entered in table maintenance is kept comes as string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the value as my database structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any function module to get the value in desired structure?&lt;/P&gt;&lt;P&gt;For example I will send the line and my table structure, it will give me the value in the format that I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364320#M1234494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T08:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364321#M1234495</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;Use this FM HR_99S_COPY_STRUC1_STRUC2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364321#M1234495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T08:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364322#M1234496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the move statement from the string field (line)  to the structure. The structure will be filled with the proper data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364322#M1234496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364323#M1234497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but that doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364323#M1234497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364324#M1234498</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;let me know how did you use this FM.Paste the code that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364324#M1234498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T08:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364325#M1234499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I wasn't able to use it because I dont know which parameters it takes, besides it is not written in the function module's import and export field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have structure that you use maybe you can write here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364325#M1234499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T08:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364326#M1234500</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;use this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Data : l_mara type mara

CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2'
    EXPORTING
      p_struct1 = LINE             ----&amp;gt;  Flat string with data 
    IMPORTING
      p_struct2 = l_mara.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 09:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364326#M1234500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance problem regarding maintenance events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364327#M1234501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it really worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now changing the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Taner Güngör on Mar 20, 2009 10:41 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 09:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-problem-regarding-maintenance-events/m-p/5364327#M1234501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T09:16:51Z</dc:date>
    </item>
  </channel>
</rss>

