<?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 Problem with modify - user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253101#M1383973</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;I have created user exit for FI01 transaction (Include pro. name : ZXF12U01)&lt;/P&gt;&lt;P&gt;below is my code. I am not able to modify I_bnka.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_BNKA is import parameter of FM EXIT_SAPLBANK_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* No messages when BATCH-input is running!
  CHECK sy-binpt IS INITIAL.

* Check bank number is not empty .
  IF  i_bnka-banks = 'MY'  AND i_bnka-bnklz IS INITIAL.
       i_bnka-bnklz = i_bnka-BANKL.

Modify i_bnka.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Include ZXF12U01
"I_BNKA" is not an internal table "OCCURS n" specification is missing.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;pls help me&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2009 01:20:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-20T01:20:34Z</dc:date>
    <item>
      <title>Problem with modify - user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253101#M1383973</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;I have created user exit for FI01 transaction (Include pro. name : ZXF12U01)&lt;/P&gt;&lt;P&gt;below is my code. I am not able to modify I_bnka.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_BNKA is import parameter of FM EXIT_SAPLBANK_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* No messages when BATCH-input is running!
  CHECK sy-binpt IS INITIAL.

* Check bank number is not empty .
  IF  i_bnka-banks = 'MY'  AND i_bnka-bnklz IS INITIAL.
       i_bnka-bnklz = i_bnka-BANKL.

Modify i_bnka.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Include ZXF12U01
"I_BNKA" is not an internal table "OCCURS n" specification is missing.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;pls help me&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 01:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253101#M1383973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T01:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with modify - user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253102#M1383974</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;I_bnka is not an internal table. this is just a structure. We cannot write the MODIFY statement on a statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the MODIFY statement and activate the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you execute the transaction by placing a break point and see the results. It will be populated properly.&lt;/P&gt;&lt;P&gt;The above structure is declared in IMPORT parameters not in TABLES tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 05:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253102#M1383974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T05:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with modify - user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253103#M1383975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helloo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please keep this thing in mind &lt;STRONG&gt;you can not modify the import parameters.Secondly its just work area not an internal table so dont use Modify.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to modify the data.If you dont fine any user exit for the same go for implicit enhancement and modify the data.&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;In case of any more help please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nabheet Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 05:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-modify-user-exit/m-p/6253103#M1383975</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2009-10-20T05:54:12Z</dc:date>
    </item>
  </channel>
</rss>

