<?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: Variables in CMOD?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables-in-cmod/m-p/8505739#M1654437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside the exit, before to entry in include you have a MF with all parameters for in and out that you can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2012 14:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-20T14:18:02Z</dc:date>
    <item>
      <title>Variables in CMOD??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables-in-cmod/m-p/8505738#M1654436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a situation where I need to execute the query without including company code and variable defined on it. I have to filter the value in the CMOD globally and pass that value to the query so that it displays the data only for that company code. This is related to authorization and below is the code implemented but somehow I am unable to get the desired result. &lt;/P&gt;&lt;P&gt;How to execute a bex report without providing the input variable. Variable should fill dynamically in CMOD. How to fill a variable at runtime in CMOD for Bex report. Here in my below case i want to display a data only relavant to XYZ company and xyz input fill at run time...&lt;/P&gt;&lt;P&gt;Please go through the code and suggest any changes needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : LV_COMP1(255) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LV_COMP1 = 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF i_step = 1.                              &lt;/P&gt;&lt;P&gt;    CLEAR: lwa_var_rng,&lt;/P&gt;&lt;P&gt;           lwa_range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      lwa_range-low = LV_COMP1.&lt;/P&gt;&lt;P&gt;      lwa_range-sign = 'I'.&lt;/P&gt;&lt;P&gt;      lwa_range-opt  = 'BT'.&lt;/P&gt;&lt;P&gt;      APPEND lwa_range TO e_t_range.&lt;/P&gt;&lt;P&gt;      CLEAR lwa_range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE i_vnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 13:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variables-in-cmod/m-p/8505738#M1654436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-18T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in CMOD??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables-in-cmod/m-p/8505739#M1654437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside the exit, before to entry in include you have a MF with all parameters for in and out that you can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 14:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variables-in-cmod/m-p/8505739#M1654437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-20T14:18:02Z</dc:date>
    </item>
  </channel>
</rss>

