<?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 SAP Infoset Code Section Restriction Example in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998145#M955247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAP Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example when creating an Infoset (e.g. VBRK connect to VBRP), then on this infoset, restrict it to values where VBRK-VKORG = 1000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use the Code Section on Infoset for this? If so, could you tell me how to add this condition there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 13:15:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T13:15:30Z</dc:date>
    <item>
      <title>SAP Infoset Code Section Restriction Example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998145#M955247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAP Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example when creating an Infoset (e.g. VBRK connect to VBRP), then on this infoset, restrict it to values where VBRK-VKORG = 1000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use the Code Section on Infoset for this? If so, could you tell me how to add this condition there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 13:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998145#M955247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T13:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Infoset Code Section Restriction Example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998146#M955248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your Requirement, you need to type in the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBRK-VKORG = 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there will be a need to code in the infoset only if you need to add an additional field to the Output List&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 13:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998146#M955248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T13:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Infoset Code Section Restriction Example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998147#M955249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, the original issue in our company is how to restrict queries based on the data, that is why I gave that example to make it look more straightforward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, when a user runs a SAP Query, on the selection screen, he clicks on the parameter VKORG, and for example, we have 100 companies in total, but he should only see 5 of which he belongs to as an employee of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 13:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998147#M955249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Infoset Code Section Restriction Example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998148#M955250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in SQ02, if you click on the field you want to add code for and choose EXTRAS in the application tool bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and go to Code tab on the right hand side window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose record processing and do your bit of code in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For setting break points you might need to use command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT &amp;lt;ID&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ID&amp;gt; because it should nor stop for other also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the fields for which you have passed value in the selection screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fields for which you have value from database is visible in debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can plan what to do after getting to debugging screen i guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 14:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-infoset-code-section-restriction-example/m-p/3998148#M955250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T14:32:02Z</dc:date>
    </item>
  </channel>
</rss>

