<?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: How to Create a Simple Transformation code Programatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152463#M117855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply. At least you understood my problem. &lt;/P&gt;&lt;P&gt;To me, it seems so obvious that SAP should have be supplying such code-generation tools. Another such example where I can't understand why SAP folks don't get it is: Just like wsdl2java in java world, there should have been a wsdl2abap- to automatically generate web-service client (or server) code in ABAP.  anyways..thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Feb 2006 21:25:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-05T21:25:23Z</dc:date>
    <item>
      <title>How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152451#M117843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement to convert an input xml string into a complex ABAP structure. I am thinking of using Simple Transformation (ST). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find out if there is any program / function module which can "generate" the transformation code (ST program) by giving the ABAP structure name (ie, the SE11 name of the ABAP structure). That would save a lot of effort. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 14:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152451#M117843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152452#M117844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure if it can help u , u can have it as a reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/victorav15/sapr3/examples/xml1.txt" target="test_blank"&gt;http://www.geocities.com/victorav15/sapr3/examples/xml1.txt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 14:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152452#M117844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T14:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152453#M117845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, this is talking about SDIXML function modules. My question is specifically about generating ST transformation code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 15:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152453#M117845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152454#M117846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using iXML?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 15:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152454#M117846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T15:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152455#M117847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, in fact I have tried a lot to get SDIXML_XML_TO_DOM &amp;amp; DOM_TO_DATA work together succcessfully to convert xml to ABAP data (ie, in 2 steps - 1. xml-to-dom &amp;amp; then 2. dom-to-data)....BUT..it does not work..in spite of all the hype about netweaver 6.40 etc etc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 15:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152455#M117847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152456#M117848</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;check this thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="406258"&gt;&lt;/A&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 15:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152456#M117848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152457#M117849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, no, no ... when saying iXML i mean making use of the IF_IXML_... classes / interfaces ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 16:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152457#M117849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152458#M117850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. I can try IF_XML..classes (that is what SDIXML function modules ultimately use).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO you have any sample code (or a program within R/3) that uses if_xml classes for my purpose: to convert a xml string into a complex ABAP structure - just by giving the xml string &amp;amp; ABAP structure(or structure name) as parameters - and WITHOUT any further hard-work !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 16:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152458#M117850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T16:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152459#M117851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. I don´t have any example for your very case ... Sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 17:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152459#M117851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T17:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152460#M117852</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;See the weblog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2dcbdfc-0801-0010-97bd-b3f39420759c" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2dcbdfc-0801-0010-97bd-b3f39420759c&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 04:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152460#M117852</guid>
      <dc:creator>mandar_shete</dc:creator>
      <dc:date>2006-02-03T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152461#M117853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. XML File -&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;&amp;gt; Internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I understand the above is ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Below is my program.&lt;/P&gt;&lt;P&gt;   It does three things :&lt;/P&gt;&lt;P&gt;   a) selects data from T001 table &lt;/P&gt;&lt;P&gt;   b) Converts into XML and puts it into a file.&lt;/P&gt;&lt;P&gt;   c) In second phase,&lt;/P&gt;&lt;P&gt;      It reads the file&lt;/P&gt;&lt;P&gt;      and Populates the T001 table again (which has been cleareed explicitly)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. See FIRST PHASE (itab to xml)&lt;/P&gt;&lt;P&gt;       SECOND PHASE (xml to itab)&lt;/P&gt;&lt;P&gt;    in my program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.&lt;/P&gt;&lt;P&gt;REPORT abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; DATA&lt;/P&gt;&lt;P&gt;DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;a(100) TYPE c,&lt;/P&gt;&lt;P&gt;END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: xml_out TYPE string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF upl OCCURS 0,&lt;/P&gt;&lt;P&gt;       f(255) TYPE c,&lt;/P&gt;&lt;P&gt;       END OF upl.&lt;/P&gt;&lt;P&gt;DATA: xmlupl TYPE string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="31" type="ul"&gt;&lt;P&gt;FIRST PHASE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="31" type="ul"&gt;&lt;P&gt;FIRST PHASE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="31" type="ul"&gt;&lt;P&gt;FIRST PHASE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt; Fetch Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM t001 INTO TABLE t001 WHERE bukrs = '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt; XML&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ('ID')&lt;/P&gt;&lt;P&gt;SOURCE tab = t001[]&lt;/P&gt;&lt;P&gt;RESULT XML xml_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; Convert to TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_EFI_CONVERT_STRING_TO_TABLE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    i_string         = xml_out&lt;/P&gt;&lt;P&gt;    i_tabline_length = 100&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    et_table         = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; Download&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    filetype = 'BIN'&lt;/P&gt;&lt;P&gt;    filename = 'd:\xx.xml'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    data_tab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="31" type="ul"&gt;&lt;P&gt;SECOND PHASE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="31" type="ul"&gt;&lt;P&gt;SECOND PHASE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="31" type="ul"&gt;&lt;P&gt;SECOND PHASE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;REFRESH t001.&lt;/P&gt;&lt;P&gt;CLEAR t001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    filename = 'D:\XX.XML'&lt;/P&gt;&lt;P&gt;    filetype = 'BIN'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    data_tab = upl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT upl.&lt;/P&gt;&lt;P&gt;  CONCATENATE xmlupl upl-f INTO xmlupl.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt; XML&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ('ID')&lt;/P&gt;&lt;P&gt;SOURCE  XML xmlupl&lt;/P&gt;&lt;P&gt;RESULT tab = t001[]&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;&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;amit .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 10:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152461#M117853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-03T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152462#M117854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no standard FM/program to generate the ST code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to manually create the ST code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check out the following weblog for creating ST programs. (its a six part series)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/tobias.trapp/blog/2005/05/04/xml-processing-in-abap-part-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 07:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152462#M117854</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-04T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152463#M117855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply. At least you understood my problem. &lt;/P&gt;&lt;P&gt;To me, it seems so obvious that SAP should have be supplying such code-generation tools. Another such example where I can't understand why SAP folks don't get it is: Just like wsdl2java in java world, there should have been a wsdl2abap- to automatically generate web-service client (or server) code in ABAP.  anyways..thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2006 21:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152463#M117855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-05T21:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152464#M117856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not familiar with wsdl2java, but does it generate webservice client based on the WSDL at runtime?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ABAP as of WAS6.40 you have desing time tools to generate webservice proxy client for a given WSDL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for details check out this weblog. (particularly the section &amp;lt;b&amp;gt;Release 640&amp;lt;/b&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap"&amp;gt;Consuming WebServices with ABAP&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152464#M117856</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-06T04:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152465#M117857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which release of SAP you in? The FM 'HR_EFI_CONVERT_STRING_TO_TABLE' does not exist in 4.7 system! As a result program short-dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152465#M117857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T04:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152466#M117858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HR_EFI_CONVERT_STRING_TO_TABLE simply converts string to table format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want similar functions you can check out the following FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;SOTR_SERV_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152466#M117858</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-06T04:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152467#M117859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out this class, may be this could be of help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_PROXY_WSDL2ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152467#M117859</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-06T04:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Simple Transformation code Programatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152468#M117860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. cl_proxy_wsdl2abap is equivalent of wsdl2java in apache axis etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2006 03:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-simple-transformation-code-programatically/m-p/1152468#M117860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-15T03:07:36Z</dc:date>
    </item>
  </channel>
</rss>

