<?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: bapi structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819955#M350554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;only when i print out the source the # is showing. &lt;/P&gt;&lt;P&gt;may i know why only when define bapi structure it has #?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jan 2007 00:08:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-29T00:08:26Z</dc:date>
    <item>
      <title>bapi structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819953#M350552</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;may i know why there is a difference for bapi structure?&lt;/P&gt;&lt;P&gt;for example, i define 1 structure as below, why there is a #?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_msg,&lt;/P&gt;&lt;P&gt;id#like# bapiret2-id,&lt;/P&gt;&lt;P&gt;number#like#bapiret2-number,&lt;/P&gt;&lt;P&gt;end of ty_msg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2007 02:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819953#M350552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-28T02:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: bapi structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819954#M350553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;e l ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't know what you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;means unknown/non-displayable character. Where did you see that and how did you define the structure?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jan 2007 18:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819954#M350553</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-01-28T18:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: bapi structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819955#M350554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;only when i print out the source the # is showing. &lt;/P&gt;&lt;P&gt;may i know why only when define bapi structure it has #?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 00:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819955#M350554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T00:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: bapi structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819956#M350555</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;You probably would have used "Tab" while coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following code..I believe you will get it again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: "Press tab button here" BEGIN OF TEST,&lt;/P&gt;&lt;P&gt;           ID "Press tab button here" like BAPIRET2-ID,&lt;/P&gt;&lt;P&gt;          END OF TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now take a print out..OR check the code in debugging..You will see # in the places where you pressed tab the button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not because of the bapi structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 00:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819956#M350555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T00:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: bapi structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819957#M350556</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;Or do the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open a notepad..And use tab button...Have the following code in the notepad..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_vbeln	type vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_vbeln  "Press tab button here" is initial.&lt;/P&gt;&lt;P&gt;"Press tab button here" "Press tab button here" write: / p_vbeln.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the code and paste it in the abap editor...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now activate the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break point in the IF condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now execute..You will see # in the debugging..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 00:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-structure/m-p/1819957#M350556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T00:48:37Z</dc:date>
    </item>
  </channel>
</rss>

