<?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: problem with Ranges in a structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679919#M1669061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr Srikanth.&lt;/P&gt;&lt;P&gt;the Issue was solved with the statement 't_status-stldt_agg = t_stldt[].' but i have got another issue with the other component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the structure of the component in the SAP Function Module is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERNAME : IR_LGREG,Associated type :/SAPSLL/LGREG_R_T(Ranges table type-&amp;gt;data element as /SAPSLL/LGREG-&amp;gt;Structured Row Type(/SAPSLL/LGREG_R_S).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Source code in the ZPROGRAM is as below :&lt;/P&gt;&lt;P&gt;  wa_lgreg TYPE /sapsll/lgreg_r_s,&lt;/P&gt;&lt;P&gt;t_lgreg LIKE STANDARD TABLE OF wa_lgreg WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;t_lgreg-sign = 'i'.&lt;/P&gt;&lt;P&gt;t_lgreg-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_lgreg-low = 'AOCPR'.&lt;/P&gt;&lt;P&gt;APPEND  t_lgreg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/SAPSLL/CON_BLOCK_DOCS_SELECT'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_CUHD_CRIT            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_CORREF_CRIT          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_STATUS_CRIT          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   is_cuit_crit            =  t_status&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_VBS_CRIT             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   ir_lgreg                = t_lgreg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i ran the program iam getting the Runtime error is as folows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    Type conflict when calling a function module.&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;The current ABAP program "ZRECHECKDOCU_LICENSEUPD" had to be terminated because&lt;/P&gt;&lt;P&gt; it has&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function module was called incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was&lt;/P&gt;&lt;P&gt;     not caught and&lt;/P&gt;&lt;P&gt;    therefore caused a runtime error.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    The call to the function module "/SAPSLL/CON_BLOCK_DOCS_SELECT" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The function module interface allows you to specify only&lt;/P&gt;&lt;P&gt;    fields of a particular type under "IR_LGREG".&lt;/P&gt;&lt;P&gt;    The field "T_LGREG" specified here is a different&lt;/P&gt;&lt;P&gt;    field type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your response.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2012 05:37:44 GMT</pubDate>
    <dc:creator>venkatasap</dc:creator>
    <dc:date>2012-03-07T05:37:44Z</dc:date>
    <item>
      <title>problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679915#M1669057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SapAll.&lt;/P&gt;&lt;P&gt;i have a requirement to do a  development in SAP-GTS(Global Trade services),the requirement is i have to create a Zprogram where i need to call and assign values to the structure of a sap stadnard Function Module'/SAPSLL/CON_BLOCK_DOCS_SELECT' .but this structure of the FM is having all the components of type 'Ranges table type'.so here i want to know on how i can assign values to these Rnages table type components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have defined some work areas as below&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;for a component-&amp;gt;i have doube clicked on the component-&amp;gt;then it directed me to respective Ranges table type-&amp;gt;i have copied Structured Row Type and defined as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; wa_stcon  TYPE /SAPSLL/STCOS_R_S,&lt;/P&gt;&lt;P&gt;t_stcon LIKE STANDARD TABLE OF wa_stcon with header line,.&lt;/P&gt;&lt;P&gt;t_stcon-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;   t_stcon-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;   t_stcon-LOW = '1A'.&lt;/P&gt;&lt;P&gt;   t_stcon-HIGH = ''.&lt;/P&gt;&lt;P&gt;  APPEND t_stcon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here my question is how i can assign the values of t_stcon to the structure (one level above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for good solution to implement.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 13:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679915#M1669057</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2012-03-06T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679916#M1669058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the compiler is struggling because he is exporting the structure to the FM and not the table. Try to add [] to the exporting value, this clearly states that you are passing the table, not the work area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679916#M1669058</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2012-03-06T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679917#M1669059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't have this module, but I guess the following codes shoul help you&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* just define the work area (of a field symbol)
DATA: wa_stcon TYPE /sapsll/stcos_r_s.
wa_stcon-sign = 'I'.
wa_stcon-option = 'EQ'.
wa_stcon-low = '1A'.
wa_stcon-high = ''.
APPEND wa_stcon TO structurename-component.
* or fill an itab and
structurename-omponent = t_stcon[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 15:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679917#M1669059</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-03-06T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679918#M1669060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Verma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do it this way, it should work!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa TYPE /sapsll/blocked_status_crit_s.&lt;/P&gt;&lt;P&gt;DATA: t_stcon TYPE /sapsll/stcos_r_t WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;t_stcon-sign = 'I'.&lt;/P&gt;&lt;P&gt;t_stcon-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_stcon-low = '1A'.&lt;/P&gt;&lt;P&gt;t_stcon-high = ''.&lt;/P&gt;&lt;P&gt;APPEND t_stcon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa-stcon_agg = t_stcon[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/SAPSLL/CON_BLOCK_DOCS_SELECT'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_CUHD_CRIT            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_CORREF_CRIT          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   &lt;STRONG&gt;is_status_crit&lt;/STRONG&gt;          =                       &lt;STRONG&gt;wa&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_VBS_CRIT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_CD                   = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_CSD                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IS_DEBUG                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_PRODUCT              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_CMREL                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ET_HEADER               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ET_ITEM                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   no_data_found           = 1&lt;/P&gt;&lt;P&gt;   no_data_authority       = 2&lt;/P&gt;&lt;P&gt;   OTHERS                  = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 15:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679918#M1669060</guid>
      <dc:creator>former_member874615</dc:creator>
      <dc:date>2012-03-06T15:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679919#M1669061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr Srikanth.&lt;/P&gt;&lt;P&gt;the Issue was solved with the statement 't_status-stldt_agg = t_stldt[].' but i have got another issue with the other component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the structure of the component in the SAP Function Module is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERNAME : IR_LGREG,Associated type :/SAPSLL/LGREG_R_T(Ranges table type-&amp;gt;data element as /SAPSLL/LGREG-&amp;gt;Structured Row Type(/SAPSLL/LGREG_R_S).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Source code in the ZPROGRAM is as below :&lt;/P&gt;&lt;P&gt;  wa_lgreg TYPE /sapsll/lgreg_r_s,&lt;/P&gt;&lt;P&gt;t_lgreg LIKE STANDARD TABLE OF wa_lgreg WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;t_lgreg-sign = 'i'.&lt;/P&gt;&lt;P&gt;t_lgreg-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_lgreg-low = 'AOCPR'.&lt;/P&gt;&lt;P&gt;APPEND  t_lgreg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/SAPSLL/CON_BLOCK_DOCS_SELECT'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_CUHD_CRIT            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_CORREF_CRIT          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_STATUS_CRIT          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   is_cuit_crit            =  t_status&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_VBS_CRIT             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   ir_lgreg                = t_lgreg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i ran the program iam getting the Runtime error is as folows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    Type conflict when calling a function module.&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;The current ABAP program "ZRECHECKDOCU_LICENSEUPD" had to be terminated because&lt;/P&gt;&lt;P&gt; it has&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function module was called incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was&lt;/P&gt;&lt;P&gt;     not caught and&lt;/P&gt;&lt;P&gt;    therefore caused a runtime error.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    The call to the function module "/SAPSLL/CON_BLOCK_DOCS_SELECT" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The function module interface allows you to specify only&lt;/P&gt;&lt;P&gt;    fields of a particular type under "IR_LGREG".&lt;/P&gt;&lt;P&gt;    The field "T_LGREG" specified here is a different&lt;/P&gt;&lt;P&gt;    field type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your response.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 05:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679919#M1669061</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2012-03-07T05:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679920#M1669062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth.&lt;/P&gt;&lt;P&gt;i didnt get any response from you on my previous question,does my question not make any sense to you.if you dont understand my question i will  again explain that in brief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 06:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679920#M1669062</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2012-03-07T06:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679921#M1669063</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;The runtime error clearly tells you that there is a mismatch between the datatype of fields ir_lgreg and t_lgreg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t_lgreg&lt;/STRONG&gt; is the internal table with header line. So, you will have to write it as,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ir_lgreg = t_lgreg[]
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 07:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679921#M1669063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-07T07:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679922#M1669064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the dealy, was bit busy with other work..&lt;/P&gt;&lt;P&gt;I am unable to see that paramater you mentioned in the function module??&lt;/P&gt;&lt;P&gt;FM &lt;STRONG&gt;/SAPSLL/CON_BLOCK_DOCS_SELECT&lt;/STRONG&gt; has just these below importing paramaters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_CUHD_CRIT	TYPE	                     	/SAPSLL/CUHD_CRIT_S&lt;/P&gt;&lt;P&gt;IS_CORREF_CRIT	TYPE	                     	/SAPSLL/CORREF_CRIT_S&lt;/P&gt;&lt;P&gt;IS_STATUS_CRIT	TYPE	                     	/SAPSLL/BLOCKED_STATUS_CRIT_S&lt;/P&gt;&lt;P&gt;IS_VBS_CRIT	TYPE	                     	/SAPSLL/GUID_16_R_T&lt;/P&gt;&lt;P&gt;IV_CD	                     TYPE	'X'	XFELD&lt;/P&gt;&lt;P&gt;IV_CSD	                     TYPE	SPACE	XFELD&lt;/P&gt;&lt;P&gt;IS_DEBUG	                     TYPE	                     	/SAPSLL/DEBUG_S&lt;/P&gt;&lt;P&gt;IV_PRODUCT	TYPE	                     	/SAPSLL/PROD_REQ&lt;/P&gt;&lt;P&gt;IV_CMREL	                     TYPE	' '	/SAPSLL/CMREL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please copy and paste the type of paramater(IR_LGREG) from the FM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try this once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_lgreg TYPE /sapsll/lgreg_r_s,&lt;/P&gt;&lt;P&gt;t_lgreg  TYPE /SAPSLL/LGREG_R_T WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;t_lgreg-sign = 'i'.&lt;/P&gt;&lt;P&gt;t_lgreg-option = 'EQ'.&lt;/P&gt;&lt;P&gt;t_lgreg-low = 'AOCPR'.&lt;/P&gt;&lt;P&gt;APPEND t_lgreg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/SAPSLL/CON_BLOCK_DOCS_SELECT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IS_CUHD_CRIT =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IS_CORREF_CRIT =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IS_STATUS_CRIT =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;is_cuit_crit = t_status&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IS_VBS_CRIT =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ir_lgreg = t_lgreg[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 08:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679922#M1669064</guid>
      <dc:creator>former_member874615</dc:creator>
      <dc:date>2012-03-07T08:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Ranges in a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679923#M1669065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danish.&lt;/P&gt;&lt;P&gt;i did changed as you said and its working .thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 09:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges-in-a-structure/m-p/8679923#M1669065</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2012-03-07T09:41:26Z</dc:date>
    </item>
  </channel>
</rss>

