<?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: error on excuting the Tcode. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549903#M580477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venu&lt;/P&gt;&lt;P&gt;problem is in your data types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the data types of that function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_INDEX) LIKE  SY-TABIX OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_WITH_UPDATE) TYPE  CHAR1 DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_VENUM) TYPE  VENUM OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IS_HEADER) LIKE  VEKPVB STRUCTURE  VEKPVB OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IT_CHANGED_FIELDS) TYPE  VSEP_T_CHANGED&lt;/P&gt;&lt;P&gt;*"     REFERENCE(IT_OVEKP) TYPE  VSEP_T_OVEKP OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(ES_HEADER) LIKE  VEKPVB STRUCTURE  VEKPVB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change your input fields as this types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 10:06:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T10:06:43Z</dc:date>
    <item>
      <title>error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549896#M580470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt; i have oneZ transaction code , by excuting it is giving teh error like " unable to interpret "E" as a number".&lt;/P&gt;&lt;P&gt; i will give teh discription where exactly getting the error .&lt;/P&gt;&lt;P&gt; i have one function module in this ''V51F_HU_HEADER_UPDATE.&lt;/P&gt;&lt;P&gt; in this function module run timr error shows at the lines.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'ES_HEADER-' LS_CHANGED-CHANGED_F INTO FIELDNAME.&lt;/P&gt;&lt;P&gt;        ASSIGN (FIELDNAME) TO &amp;lt;F&amp;gt;.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;          &amp;lt;F&amp;gt; = LS_CHANGED-F_VALUE.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;couls any one help me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549896#M580470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549897#M580471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the Data Type Of  Field "FIELDNAME". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Data type of FIELDNAME is Integer means you can't Concatenate the characters to FIELDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Change the Data type,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549897#M580471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549898#M580472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI VJ,&lt;/P&gt;&lt;P&gt; here FIELDNAME is declared like this  FIELDNAME (30)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549898#M580472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549899#M580473</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'IS_HEADER-' LS_CHANGED-CHANGED_F INTO FIELDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change ES_HEADER as IS_HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549899#M580473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549900#M580474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but ho wcan i change , that code is in standard function module''V51F_HU_HEADER_UPDATE''&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549900#M580474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549901#M580475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste your code here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549901#M580475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549902#M580476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;initially i have one zprogram ie. ZWMR_MAN_HU_UPDATEI01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INCLUDE ZWMR_MAN_HU_UPDATEI01                                      *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Process Screen 100 User Command&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case ok_code.&lt;/P&gt;&lt;P&gt;    when 'BACK'.&lt;/P&gt;&lt;P&gt;      leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'CANC'.&lt;/P&gt;&lt;P&gt;      leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'PROC'.&lt;/P&gt;&lt;P&gt;      perform convert_hu using vekp-exidv&lt;/P&gt;&lt;P&gt;                         changing w_exidv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform select_hu_header using w_exidv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform display_next_screen using '0200'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_0200  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0200 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: retcode like sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  refresh t_values[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case ok_code.&lt;/P&gt;&lt;P&gt;    when 'BACK'.&lt;/P&gt;&lt;P&gt;      perform check_for_changes.&lt;/P&gt;&lt;P&gt;      if not t_values[] is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  TEXT_QUESTION = text-001&lt;/P&gt;&lt;P&gt;                  TEXT_BUTTON_1 = 'Yes'(002)&lt;/P&gt;&lt;P&gt;                  TEXT_BUTTON_2 = 'No'(003)&lt;/P&gt;&lt;P&gt;             IMPORTING&lt;/P&gt;&lt;P&gt;                  ANSWER        = answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        check answer = '1'.&lt;/P&gt;&lt;P&gt;        perform unlock_hu using w_vekp-venum.&lt;/P&gt;&lt;P&gt;        leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        perform unlock_hu using w_vekp-venum.&lt;/P&gt;&lt;P&gt;        leave to screen 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'CANC'.&lt;/P&gt;&lt;P&gt;      perform check_for_changes.&lt;/P&gt;&lt;P&gt;      if not t_values[] is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  TEXT_QUESTION = text-001&lt;/P&gt;&lt;P&gt;                  TEXT_BUTTON_1 = 'Yes'(002)&lt;/P&gt;&lt;P&gt;                  TEXT_BUTTON_2 = 'No'(003)&lt;/P&gt;&lt;P&gt;             IMPORTING&lt;/P&gt;&lt;P&gt;                  ANSWER        = answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        check answer = '1'.&lt;/P&gt;&lt;P&gt;        perform unlock_hu using w_vekp-venum.&lt;/P&gt;&lt;P&gt;        leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        perform unlock_hu using w_vekp-venum.&lt;/P&gt;&lt;P&gt;        leave to screen 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'UPD'.&lt;/P&gt;&lt;P&gt;      perform check_for_changes.&lt;/P&gt;&lt;P&gt;      perform update_hu_header using w_vekp-exidv&lt;/P&gt;&lt;P&gt;                               changing retcode.&lt;/P&gt;&lt;P&gt;      perform unlock_hu using w_vekp-venum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      check retcode = 0.&lt;/P&gt;&lt;P&gt;      if t_values[] is initial.&lt;/P&gt;&lt;P&gt;        message i102(zw).&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        message i101(zw) with w_vekp-exidv.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_0200  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;///// in this program HU_HEADER_UPDATE' function module is there .&lt;/P&gt;&lt;P&gt; in that function module  ''V51F_HU_HEADER_UPDATE'' (here i am getting teh problem.)..i will paste the code of this also here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;////&lt;/P&gt;&lt;P&gt;FUNCTION V51F_HU_HEADER_UPDATE.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_INDEX) LIKE  SY-TABIX OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_WITH_UPDATE) TYPE  CHAR1 DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_VENUM) TYPE  VENUM OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IS_HEADER) LIKE  VEKPVB STRUCTURE  VEKPVB OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IT_CHANGED_FIELDS) TYPE  VSEP_T_CHANGED&lt;/P&gt;&lt;P&gt;*"     REFERENCE(IT_OVEKP) TYPE  VSEP_T_OVEKP OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(ES_HEADER) LIKE  VEKPVB STRUCTURE  VEKPVB&lt;/P&gt;&lt;P&gt;*"  EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"      NOT_FOUND&lt;/P&gt;&lt;P&gt;*"      EXIDV_ALREADY_EXIST&lt;/P&gt;&lt;P&gt;*"      NOT_POSSIBLE&lt;/P&gt;&lt;P&gt;*"      OVERLOADING_W&lt;/P&gt;&lt;P&gt;*"      OVERLOADING_V&lt;/P&gt;&lt;P&gt;*"      FATAL_ERROR&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;  DATA: LT_CHANGED TYPE VSEP_T_CHANGED, LT_OVEKP TYPE VSEP_T_OVEKP,&lt;/P&gt;&lt;P&gt;        lt_nametab type X031L occurs 0.&lt;/P&gt;&lt;P&gt;  DATA: LS_CHANGED TYPE V51P_CHANGED, LS_HEADER TYPE VEKPVB,&lt;/P&gt;&lt;P&gt;        LS_GEW_VOL TYPE V51P_GEW_VOL, LS_PAVOL TYPE V51P_GEW_VOL,&lt;/P&gt;&lt;P&gt;        ls_hu_mm   type HUM_MM_KOPFDATEN,&lt;/P&gt;&lt;P&gt;        ls_attributes type  HUM_HEADER_ATTRIBUTES_S.&lt;/P&gt;&lt;P&gt;  DATA: FIELDNAME(30), LF_EXIDV TYPE exidv,&lt;/P&gt;&lt;P&gt;        LF_PAGEW TYPE VEKP-BRGEW, LF_PAVOL TYPE VEKP-BTVOL,&lt;/P&gt;&lt;P&gt;        LF_STATUS TYPE HU_STATUS, lf_table type DD02D-TABNAME,&lt;/P&gt;&lt;P&gt;        lf_key1 type DD03D-FIELDNAME, lf_key2 type DD03D-FIELDNAME,&lt;/P&gt;&lt;P&gt;        lf_rcode type sysubrc, lf_msgv type symsgv.&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS: &amp;lt;F&amp;gt;,&lt;/P&gt;&lt;P&gt;                 &amp;lt;nametab&amp;gt; type X031L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if gs_badi-init_main is initial.&lt;/P&gt;&lt;P&gt;    CALL METHOD CL_EXITHANDLER=&amp;gt;GET_INSTANCE&lt;/P&gt;&lt;P&gt;                CHANGING INSTANCE = gs_badi-main.&lt;/P&gt;&lt;P&gt;    gs_badi-init_main = 'X'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  IF NOT IF_INDEX IS INITIAL OR IS_HEADER-VENUM IS INITIAL OR&lt;/P&gt;&lt;P&gt;     NOT IF_VENUM IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF NOT IF_VENUM IS INITIAL.&lt;/P&gt;&lt;P&gt;      LS_HEADER-VENUM = IF_VENUM.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      LS_HEADER = IS_HEADER.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'V51P_FIND_HEADER'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  IF_HEADER_INDEX = IF_INDEX&lt;/P&gt;&lt;P&gt;                  IS_VEKP         = LS_HEADER&lt;/P&gt;&lt;P&gt;             IMPORTING&lt;/P&gt;&lt;P&gt;                  ES_HEADER       = ES_HEADER&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                  NOT_FOUND  = 01&lt;/P&gt;&lt;P&gt;                  OTHERS     = 99.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC = 01.&lt;/P&gt;&lt;P&gt;      MESSAGE E101(HUFUNCTIONS) RAISING NOT_FOUND.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF NOT SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;      MESSAGE E099(HUGENERAL) RAISING FATAL_ERROR.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    CLEAR LS_HEADER.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    ES_HEADER = IS_HEADER.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  LS_HEADER = ES_HEADER.&lt;/P&gt;&lt;P&gt;  if not ls_header-aendb is initial.&lt;/P&gt;&lt;P&gt;    write ls_header-exidv to lf_msgv using edit mask '==ALPHA'.&lt;/P&gt;&lt;P&gt;    message e053(hugeneral) with lf_msgv raising NOT_POSSIBLE.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  LOOP AT IT_CHANGED_FIELDS INTO LS_CHANGED.&lt;/P&gt;&lt;P&gt;    move-corresponding es_header to ls_attributes.&lt;/P&gt;&lt;P&gt;    call method gs_badi-main-&amp;gt;HEADER_CHECKS&lt;/P&gt;&lt;P&gt;                exporting&lt;/P&gt;&lt;P&gt;                     IS_CHANGED_FIELDS = ls_changed&lt;/P&gt;&lt;P&gt;                     is_header         = es_header&lt;/P&gt;&lt;P&gt;                changing&lt;/P&gt;&lt;P&gt;                     cs_attributes     = ls_attributes&lt;/P&gt;&lt;P&gt;                exceptions&lt;/P&gt;&lt;P&gt;                     continue          = 1&lt;/P&gt;&lt;P&gt;                     others            = 99.&lt;/P&gt;&lt;P&gt;    case sy-subrc.&lt;/P&gt;&lt;P&gt;      when 1.&lt;/P&gt;&lt;P&gt;        continue.&lt;/P&gt;&lt;P&gt;      when 99.&lt;/P&gt;&lt;P&gt;        raise FATAL_ERROR.&lt;/P&gt;&lt;P&gt;    endcase.&lt;/P&gt;&lt;P&gt;    move-corresponding ls_attributes to es_header.&lt;/P&gt;&lt;P&gt;    clear: lf_rcode, lf_table, lf_key1.&lt;/P&gt;&lt;P&gt;    CASE LS_CHANGED-CHANGED_F.&lt;/P&gt;&lt;P&gt;      WHEN 'EXIDV'.&lt;/P&gt;&lt;P&gt;        CATCH SYSTEM-EXCEPTIONS CONVT_NO_NUMBER = 1.&lt;/P&gt;&lt;P&gt;           UNPACK LS_CHANGED-F_VALUE TO lf_exidv.&lt;/P&gt;&lt;P&gt;        ENDCATCH.&lt;/P&gt;&lt;P&gt;        IF NOT SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;          WRITE LS_CHANGED-F_VALUE TO lf_exidv&lt;/P&gt;&lt;P&gt;                                   USING EDIT MASK '==ALPHA'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        call function 'V51P_GET_HEADER_DATA'&lt;/P&gt;&lt;P&gt;                 importing&lt;/P&gt;&lt;P&gt;                      es_hu_mm = ls_hu_mm.&lt;/P&gt;&lt;P&gt;        clear ls_header-exida.&lt;/P&gt;&lt;P&gt;        call function 'V51F_DETERMINE_EXIDV'&lt;/P&gt;&lt;P&gt;                 exporting&lt;/P&gt;&lt;P&gt;                      if_vhart = es_header-vhart&lt;/P&gt;&lt;P&gt;                      is_mm_header = ls_hu_mm&lt;/P&gt;&lt;P&gt;                 changing&lt;/P&gt;&lt;P&gt;                      cf_exidv = lf_exidv&lt;/P&gt;&lt;P&gt;                      cf_exida = ls_header-exida&lt;/P&gt;&lt;P&gt;                 exceptions&lt;/P&gt;&lt;P&gt;                      EXIDV_ALREADY_EXISTS  = 01&lt;/P&gt;&lt;P&gt;                      error_on_exidv        = 02&lt;/P&gt;&lt;P&gt;                      others                = 99.&lt;/P&gt;&lt;P&gt;        CASE SY-SUBRC.&lt;/P&gt;&lt;P&gt;          WHEN 00.&lt;/P&gt;&lt;P&gt;            es_header-exidv = lf_exidv.&lt;/P&gt;&lt;P&gt;            es_header-exida = ls_header-exida.&lt;/P&gt;&lt;P&gt;          WHEN 01 or 02.&lt;/P&gt;&lt;P&gt;            MESSAGE ID     SY-MSGID TYPE   SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                    WITH   SY-MSGV1  SY-MSGV2  SY-MSGV3  SY-MSGV4&lt;/P&gt;&lt;P&gt;                    RAISING  EXIDV_ALREADY_EXIST.&lt;/P&gt;&lt;P&gt;          WHEN OTHERS. MESSAGE E099(HUGENERAL) RAISING FATAL_ERROR.&lt;/P&gt;&lt;P&gt;        ENDCASE.&lt;/P&gt;&lt;P&gt;      when 'VHILM'.&lt;/P&gt;&lt;P&gt;        ls_header-vhilm = LS_CHANGED-F_VALUE.&lt;/P&gt;&lt;P&gt;        perform change_packaging_material using    ls_header&lt;/P&gt;&lt;P&gt;                                          changing es_header LT_CHANGED.&lt;/P&gt;&lt;P&gt;      WHEN 'TARAG' OR 'MAGEW' OR 'NTGEW' OR 'BRGEW' OR 'GEWEI' OR&lt;/P&gt;&lt;P&gt;           'TAVOL' OR 'MAVOL' OR 'NTVOL' OR 'BTVOL' OR 'VOLEH' OR&lt;/P&gt;&lt;P&gt;           'GEWEI_MAX' OR 'VOLEH_MAX' or 'GEWTO' or 'VOLTO'. "HP_388893&lt;/P&gt;&lt;P&gt;        if not ls_header-aendb_wv is initial.&lt;/P&gt;&lt;P&gt;          message e174(hugeneral) raising NOT_POSSIBLE.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;        APPEND LS_CHANGED TO LT_CHANGED.&lt;/P&gt;&lt;P&gt;      when 'VEGR1' or 'VEGR2' or 'VEGR3' or 'VEGR4' or 'VEGR5'.&lt;/P&gt;&lt;P&gt;        if lt_nametab is initial.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'DDIF_NAMETAB_GET'&lt;/P&gt;&lt;P&gt;                   EXPORTING&lt;/P&gt;&lt;P&gt;                        TABNAME  = 'VEKP'&lt;/P&gt;&lt;P&gt;                   TABLES&lt;/P&gt;&lt;P&gt;                        X031L_TAB = LT_NAMETAB&lt;/P&gt;&lt;P&gt;                   EXCEPTIONS&lt;/P&gt;&lt;P&gt;                        NOT_FOUND = 01&lt;/P&gt;&lt;P&gt;                        OTHERS    = 99.&lt;/P&gt;&lt;P&gt;          if not sy-subrc is initial.&lt;/P&gt;&lt;P&gt;            message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;                    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4&lt;/P&gt;&lt;P&gt;                    raising FATAL_ERROR.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;        read table lt_nametab assigning &amp;lt;nametab&amp;gt;&lt;/P&gt;&lt;P&gt;                              with key FIELDNAME = ls_changed-changed_f.&lt;/P&gt;&lt;P&gt;        if not ls_changed-f_value is initial and&lt;/P&gt;&lt;P&gt;           not &amp;lt;nametab&amp;gt;-checktable is initial.&lt;/P&gt;&lt;P&gt;          lf_table = &amp;lt;nametab&amp;gt;-checktable.&lt;/P&gt;&lt;P&gt;        lf_key1  = LS_CHANGED-CHANGED_F.&lt;/P&gt;&lt;P&gt;        perform read_table_buffered using lf_table lf_key1 space space&lt;/P&gt;&lt;P&gt;                                          space ls_changed-f_value&lt;/P&gt;&lt;P&gt;                                          space space space&lt;/P&gt;&lt;P&gt;                                    changing lf_rcode.&lt;/P&gt;&lt;P&gt;        if not lf_rcode is initial.&lt;/P&gt;&lt;P&gt;          message e061(huselect) with ls_changed-f_value&lt;/P&gt;&lt;P&gt;                                 raising not_possible.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;        case LS_CHANGED-CHANGED_F.&lt;/P&gt;&lt;P&gt;          when 'VEGR1'.&lt;/P&gt;&lt;P&gt;            es_header-vegr1 = ls_changed-f_value.&lt;/P&gt;&lt;P&gt;          when 'VEGR2'.&lt;/P&gt;&lt;P&gt;            es_header-vegr2 = ls_changed-f_value.&lt;/P&gt;&lt;P&gt;          when 'VEGR3'.&lt;/P&gt;&lt;P&gt;            es_header-vegr3 = ls_changed-f_value.&lt;/P&gt;&lt;P&gt;          when 'VEGR4'.&lt;/P&gt;&lt;P&gt;            es_header-vegr4 = ls_changed-f_value.&lt;/P&gt;&lt;P&gt;          when 'VEGR5'.&lt;/P&gt;&lt;P&gt;            es_header-vegr5 = ls_changed-f_value.&lt;/P&gt;&lt;P&gt;        endcase.&lt;/P&gt;&lt;P&gt;      WHEN OTHERS.&lt;/P&gt;&lt;P&gt;        CONCATENATE 'ES_HEADER-' LS_CHANGED-CHANGED_F INTO FIELDNAME.&lt;/P&gt;&lt;P&gt;        ASSIGN (FIELDNAME) TO &amp;lt;F&amp;gt;.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;          &amp;lt;F&amp;gt; = LS_CHANGED-F_VALUE.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  ES_HEADER-AENAM = SY-UNAME.&lt;/P&gt;&lt;P&gt;  ES_HEADER-AEDAT = SY-DATUM.&lt;/P&gt;&lt;P&gt;  ES_HEADER-AEZET = SY-UZEIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT LT_CHANGED[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF IT_OVEKP[] IS INITIAL and&lt;/P&gt;&lt;P&gt;       ( not es_header-uevel is initial or es_header-saprl &amp;lt; '46C' ).&lt;/P&gt;&lt;P&gt;*........ bestimmen der oberen VSE falls nicht schon bekannt ....&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'V51P_OVEKP_FILL'&lt;/P&gt;&lt;P&gt;               EXPORTING&lt;/P&gt;&lt;P&gt;                    IF_VENUM = ES_HEADER-VENUM&lt;/P&gt;&lt;P&gt;               IMPORTING&lt;/P&gt;&lt;P&gt;                    ET_OVEKP = LT_OVEKP&lt;/P&gt;&lt;P&gt;               EXCEPTIONS&lt;/P&gt;&lt;P&gt;                    VEKP_NOT_FOUND = 01&lt;/P&gt;&lt;P&gt;                    NO_UPPER_VSE   = 02&lt;/P&gt;&lt;P&gt;                    WRONG_VEPO     = 03&lt;/P&gt;&lt;P&gt;                    OTHERS         = 99.&lt;/P&gt;&lt;P&gt;      IF NOT SY-SUBRC IS INITIAL AND NOT SY-SUBRC = 02.&lt;/P&gt;&lt;P&gt;        MESSAGE E099(HUGENERAL) RAISING FATAL_ERROR.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      LT_OVEKP = IT_OVEKP.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING ES_HEADER TO LS_GEW_VOL.&lt;/P&gt;&lt;P&gt;    IF ES_HEADER-GEWFX IS INITIAL.&lt;/P&gt;&lt;P&gt;*.......... determine weight/VOLum-fields check if allowed ...........&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'V51F_CHANGING_WEIGHT_VOLUME'&lt;/P&gt;&lt;P&gt;               EXPORTING&lt;/P&gt;&lt;P&gt;                    IS_OLD    = LS_GEW_VOL&lt;/P&gt;&lt;P&gt;                    IT_FIELDS = LT_CHANGED&lt;/P&gt;&lt;P&gt;                    IT_OVEKP  = LT_OVEKP&lt;/P&gt;&lt;P&gt;               IMPORTING&lt;/P&gt;&lt;P&gt;                    ES_NEW    = LS_GEW_VOL&lt;/P&gt;&lt;P&gt;                    ES_PAVOL  = LS_PAVOL&lt;/P&gt;&lt;P&gt;               EXCEPTIONS&lt;/P&gt;&lt;P&gt;                    OVERLOADING_W = 01&lt;/P&gt;&lt;P&gt;                    OVERLOADING_V = 02&lt;/P&gt;&lt;P&gt;                    VOLUM_INCONSISTENCY = 03&lt;/P&gt;&lt;P&gt;                    OTHERS        = 99.&lt;/P&gt;&lt;P&gt;      CASE SY-SUBRC.&lt;/P&gt;&lt;P&gt;        WHEN 01.&lt;/P&gt;&lt;P&gt;          MESSAGE ID     SY-MSGID TYPE   SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                  WITH   SY-MSGV1  SY-MSGV2  SY-MSGV3  SY-MSGV4&lt;/P&gt;&lt;P&gt;                  RAISING OVERLOADING_W.&lt;/P&gt;&lt;P&gt;        WHEN 02.&lt;/P&gt;&lt;P&gt;          MESSAGE ID     SY-MSGID TYPE   SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                  WITH   SY-MSGV1  SY-MSGV2  SY-MSGV3  SY-MSGV4&lt;/P&gt;&lt;P&gt;                  RAISING OVERLOADING_V.&lt;/P&gt;&lt;P&gt;        WHEN 03 OR 99.&lt;/P&gt;&lt;P&gt;          MESSAGE ID     SY-MSGID TYPE   SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                  WITH   SY-MSGV1  SY-MSGV2  SY-MSGV3  SY-MSGV4&lt;/P&gt;&lt;P&gt;                  RAISING FATAL_ERROR.&lt;/P&gt;&lt;P&gt;      ENDCASE.&lt;/P&gt;&lt;P&gt;      IF NOT LT_OVEKP IS INITIAL.&lt;/P&gt;&lt;P&gt;        IF NOT LS_PAVOL IS INITIAL.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'V51F_GEW_VOL_UPDATE'&lt;/P&gt;&lt;P&gt;                   EXPORTING&lt;/P&gt;&lt;P&gt;                        IF_PAGEW = LS_PAVOL-BRGEW&lt;/P&gt;&lt;P&gt;                        IF_GEWEI = LS_GEW_VOL-GEWEI_MAX&lt;/P&gt;&lt;P&gt;                        IF_PAVOL = LS_PAVOL-BTVOL&lt;/P&gt;&lt;P&gt;                        IF_VOLEH = LS_GEW_VOL-VOLEH_MAX&lt;/P&gt;&lt;P&gt;                        IF_OPERATOR = '+'&lt;/P&gt;&lt;P&gt;                        IF_ONLY_OVEKP = 'X'&lt;/P&gt;&lt;P&gt;                   CHANGING&lt;/P&gt;&lt;P&gt;                        CT_OVEKP = LT_OVEKP&lt;/P&gt;&lt;P&gt;                   EXCEPTIONS&lt;/P&gt;&lt;P&gt;                        ERROR = 01&lt;/P&gt;&lt;P&gt;                        OTHERS = 99.&lt;/P&gt;&lt;P&gt;          IF NOT SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;            MESSAGE ID     SY-MSGID TYPE   SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                    WITH   SY-MSGV1  SY-MSGV2  SY-MSGV3  SY-MSGV4&lt;/P&gt;&lt;P&gt;                    RAISING FATAL_ERROR.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      loop at lt_changed into ls_changed.&lt;/P&gt;&lt;P&gt;        CONCATENATE 'LS_GEW_VOL-' LS_CHANGED-CHANGED_F INTO FIELDNAME.&lt;/P&gt;&lt;P&gt;        ASSIGN (FIELDNAME) TO &amp;lt;F&amp;gt;.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;          &amp;lt;F&amp;gt; = LS_CHANGED-F_VALUE.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING LS_GEW_VOL TO ES_HEADER.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CHECK NOT IF_WITH_UPDATE IS INITIAL.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'V51P_XVEKP_YVEKP_UPDATE'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                IF_UPDKZ = 'U'&lt;/P&gt;&lt;P&gt;                IS_VEKP  = ES_HEADER&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                NOT_FOUND = 01&lt;/P&gt;&lt;P&gt;                OTHERS    = 99.&lt;/P&gt;&lt;P&gt;  IF NOT SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;    MESSAGE E099(HUGENERAL) RAISING FATAL_ERROR.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;///.&lt;/P&gt;&lt;P&gt; now i given total code  so could u help me how can i solve this problem.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549902#M580476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549903#M580477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venu&lt;/P&gt;&lt;P&gt;problem is in your data types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the data types of that function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_INDEX) LIKE  SY-TABIX OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_WITH_UPDATE) TYPE  CHAR1 DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"     VALUE(IF_VENUM) TYPE  VENUM OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IS_HEADER) LIKE  VEKPVB STRUCTURE  VEKPVB OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(IT_CHANGED_FIELDS) TYPE  VSEP_T_CHANGED&lt;/P&gt;&lt;P&gt;*"     REFERENCE(IT_OVEKP) TYPE  VSEP_T_OVEKP OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(ES_HEADER) LIKE  VEKPVB STRUCTURE  VEKPVB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change your input fields as this types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549903#M580477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T10:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549904#M580478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't get compleate idea on this , ho wcan i change the input fields in this.&lt;/P&gt;&lt;P&gt; is there any other option for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549904#M580478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T10:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549905#M580479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove this lines from your code and check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;lt;F&amp;gt; = LS_CHANGED-F_VALUE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 11:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549905#M580479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549906#M580480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi for removing that code also i need access, how can i do that ,is there any option to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 12:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549906#M580480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T12:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: error on excuting the Tcode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549907#M580481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VJ,&lt;/P&gt;&lt;P&gt; have u get any idea..&lt;/P&gt;&lt;P&gt;main problem occuring on this line &amp;lt;F&amp;gt; = LS_CHANGED-F_VALUE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-excuting-the-tcode/m-p/2549907#M580481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:53:49Z</dc:date>
    </item>
  </channel>
</rss>

