<?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: Code for SAP PBO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12567000#M2008165</link>
    <description>&lt;P&gt;What missing logic is it about? How could you define a text editor without coding its instantiation in the PBO?&lt;/P&gt;&lt;P&gt;You should explain more, otherwise it's impossible to understand what you're trying to do, and so impossible to help.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 17:07:37 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-07-21T17:07:37Z</dc:date>
    <item>
      <title>Code for SAP PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12566998#M2008163</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;
  &lt;P&gt;I have defined a custom control in my screen painter. I have named it as TEXTEDITOR. In PAI, i have added the following logic.&lt;/P&gt;
  &lt;P&gt;FORM save_program .&lt;BR /&gt;CALL METHOD g_editor-&amp;gt;get_text_as_r3table&lt;BR /&gt;IMPORTING&lt;BR /&gt;table = g_mytable&lt;BR /&gt;EXCEPTIONS&lt;BR /&gt;OTHERS = 1.&lt;BR /&gt;DATA TEXTEDITOR TYPE string.&lt;BR /&gt;LOOP AT g_mytable into wa_mytable.&lt;BR /&gt;P9900-ZGRUND_TEXT = wa_mytable-line.&lt;BR /&gt;ENDLOOP.&lt;/P&gt;
  &lt;P&gt;ENDFORM.&lt;/P&gt;
  &lt;P&gt;It is working fine. Data is coming in table.&lt;/P&gt;
  &lt;P&gt;I am stuck with adding logic in PBO. Due to the missing logic in PBO, in pa30 when i go to display mode after saving my data, my saved data is not being displayed. Can you please help me with the code for PBO.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12566998#M2008163</guid>
      <dc:creator>former_member1297621</dc:creator>
      <dc:date>2022-07-21T16:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Code for SAP PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12566999#M2008164</link>
      <description>&lt;P&gt;Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.&lt;/P&gt;&lt;P&gt;Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.&lt;/P&gt;&lt;P&gt;First, please see &lt;A href="https://community.sap.com/resources/questions-and-answers" target="test_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&amp;amp;A tutorial at &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;, as that will help you when submitting questions to the community.&lt;/P&gt;&lt;P&gt;I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Now for some specific suggestions on how you might improve your question:&lt;/P&gt;&lt;P&gt;* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.&lt;/P&gt;&lt;P&gt;* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.&lt;/P&gt;&lt;P&gt;* Make sure you've applied the appropriate tags -- because if you don't apply the correct tags, the right experts won't see your question to answer it.&lt;/P&gt;&lt;P&gt;* Use the "insert code" feature when sharing your code, so members have an easier time reading.&lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. As it stands, I don't know if there is enough information here for members to understand your issue. So please consider revising your question because I'd really like to see you get a solution to your problem!&lt;/P&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12566999#M2008164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2022-07-21T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code for SAP PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12567000#M2008165</link>
      <description>&lt;P&gt;What missing logic is it about? How could you define a text editor without coding its instantiation in the PBO?&lt;/P&gt;&lt;P&gt;You should explain more, otherwise it's impossible to understand what you're trying to do, and so impossible to help.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-sap-pbo/m-p/12567000#M2008165</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-21T17:07:37Z</dc:date>
    </item>
  </channel>
</rss>

