<?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 Makt table field Maktx not getting update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595210#M1083464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019m trying to update a few material tables (mara, marc, mard &amp;amp; makt) after having values from the text fields. Iu2019m not sure why these values are not getting update in those tables. So far Iu2019ve just try to update u2018maktxu2019 field of makt table. Even though in debug Iu2019ve checked through Move-correspoding statement it goes through (sy-subrc = 0) still MAKT table doesnu2019t update for that particular material number. Here is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Iu2019ve declared this Module upder PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE update_req INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF matnr IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    CASE okcode.&lt;/P&gt;&lt;P&gt;*======================================================&lt;/P&gt;&lt;P&gt;      WHEN 'CHNG'.&lt;/P&gt;&lt;P&gt;*transfer values from fields to gt_mara&lt;/P&gt;&lt;P&gt;        MOVE:  mara-mtart TO gt_mara-matnr,&lt;/P&gt;&lt;P&gt;               mara-mbrsh TO gt_mara-mbrsh,&lt;/P&gt;&lt;P&gt;               mara-meins TO gt_mara-meins.&lt;/P&gt;&lt;P&gt;        APPEND gt_mara.&lt;/P&gt;&lt;P&gt;*update database table mara from gt_mara.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_mara TO mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MOVE:  marc-werks TO gt_marc-werks,&lt;/P&gt;&lt;P&gt;               marc-pstat TO gt_marc-pstat,&lt;/P&gt;&lt;P&gt;               marc-ekgrp TO gt_marc-ekgrp.&lt;/P&gt;&lt;P&gt;        APPEND gt_marc.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_marc TO marc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MOVE:  mard-lgort TO gt_mard-lgort.&lt;/P&gt;&lt;P&gt;        APPEND gt_mard.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_mard TO mard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MOVE:  makt-spras TO gt_makt-spras,&lt;/P&gt;&lt;P&gt;               makt-maktx TO gt_makt-maktx.&lt;/P&gt;&lt;P&gt;        APPEND gt_makt.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_makt TO makt.&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;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " update_req  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please tell me what wrong with my code or what should I do to make it working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 15:23:29 GMT</pubDate>
    <dc:creator>former_member295881</dc:creator>
    <dc:date>2008-10-10T15:23:29Z</dc:date>
    <item>
      <title>Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595210#M1083464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019m trying to update a few material tables (mara, marc, mard &amp;amp; makt) after having values from the text fields. Iu2019m not sure why these values are not getting update in those tables. So far Iu2019ve just try to update u2018maktxu2019 field of makt table. Even though in debug Iu2019ve checked through Move-correspoding statement it goes through (sy-subrc = 0) still MAKT table doesnu2019t update for that particular material number. Here is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Iu2019ve declared this Module upder PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE update_req INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF matnr IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    CASE okcode.&lt;/P&gt;&lt;P&gt;*======================================================&lt;/P&gt;&lt;P&gt;      WHEN 'CHNG'.&lt;/P&gt;&lt;P&gt;*transfer values from fields to gt_mara&lt;/P&gt;&lt;P&gt;        MOVE:  mara-mtart TO gt_mara-matnr,&lt;/P&gt;&lt;P&gt;               mara-mbrsh TO gt_mara-mbrsh,&lt;/P&gt;&lt;P&gt;               mara-meins TO gt_mara-meins.&lt;/P&gt;&lt;P&gt;        APPEND gt_mara.&lt;/P&gt;&lt;P&gt;*update database table mara from gt_mara.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_mara TO mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MOVE:  marc-werks TO gt_marc-werks,&lt;/P&gt;&lt;P&gt;               marc-pstat TO gt_marc-pstat,&lt;/P&gt;&lt;P&gt;               marc-ekgrp TO gt_marc-ekgrp.&lt;/P&gt;&lt;P&gt;        APPEND gt_marc.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_marc TO marc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MOVE:  mard-lgort TO gt_mard-lgort.&lt;/P&gt;&lt;P&gt;        APPEND gt_mard.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_mard TO mard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MOVE:  makt-spras TO gt_makt-spras,&lt;/P&gt;&lt;P&gt;               makt-maktx TO gt_makt-maktx.&lt;/P&gt;&lt;P&gt;        APPEND gt_makt.&lt;/P&gt;&lt;P&gt;        MOVE-CORRESPONDING gt_makt TO makt.&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;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " update_req  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please tell me what wrong with my code or what should I do to make it working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595210#M1083464</guid>
      <dc:creator>former_member295881</dc:creator>
      <dc:date>2008-10-10T15:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595211#M1083465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you moved MATNR to gt_makt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this statement of correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;mara-mtart TO gt_mara-matnr&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595211#M1083465</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2008-10-10T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595212#M1083466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zero - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are trying to update standard SAP tables. The best way to do this is using standard SAP functionality, not custom programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code is changing the work area, not the table data. For that you have to use SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595212#M1083466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T15:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595213#M1083467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the BAPI BAPI_MATERIAL_SAVEDATA to update the maktx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595213#M1083467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595214#M1083468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mara-mtart is the text fields. User updated the value in (mara-mtart) feild then I moved this value in my internal table (gt_mara-matnr). It worked before for me but not sure why it is not working now. Is it necessary to use BAPI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595214#M1083468</guid>
      <dc:creator>former_member295881</dc:creator>
      <dc:date>2008-10-10T20:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595215#M1083469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't try to update the SAP Standard tables. As a consequence, you can loose the integrity of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User BAPI as suggested by the Vijay or Create a Small BDC for the MM02. You can look at this post: [MM02 BDC - Select Specific Material Master View |http://help-abap.blogspot.com/2008/09/mm02-bdc-select-specific-material.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can update the Text in the Basic View, which will in turn update the MAKT&lt;/P&gt;&lt;P&gt;For MARC, you might have to update the Plant view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 21:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595215#M1083469</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-10T21:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Makt table field Maktx not getting update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595216#M1083470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot to Naimesh, Vijay and all others who respond on my thread. I've worked with BDC haven't used BDC like this before as Naimesh told me. Finally everything is working on my code. Its a really good learning I get through you guys, Specially Naimesh Patel (Special Thanks to you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to share my efforts. Here is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE update_req INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF matnr IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    CASE okcode.&lt;/P&gt;&lt;P&gt;      WHEN 'CHNG'.&lt;/P&gt;&lt;P&gt;        PERFORM BDC_UPDATE.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " update_req  INPUT&lt;/P&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;      Form  BDC_UPDATE&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        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;form BDC_UPDATE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Material Views&lt;/P&gt;&lt;P&gt;  DATA: l_vpsta LIKE t130m-pstat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE vpsta&lt;/P&gt;&lt;P&gt;         INTO l_vpsta&lt;/P&gt;&lt;P&gt;         FROM mara&lt;/P&gt;&lt;P&gt;         WHERE matnr = mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Get view sequence&lt;/P&gt;&lt;P&gt;  DATA: l_bild LIKE t133a-bilds,&lt;/P&gt;&lt;P&gt;        lt_bild LIKE mbildtab OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Screen Sequence for Standard Industry tab pages in material master&lt;/P&gt;&lt;P&gt;  l_bild = '21'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Get screen sequence&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SELECTION_VIEWS_FIND'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      bildsequenz     = l_bild&lt;/P&gt;&lt;P&gt;      pflegestatus    = l_vpsta&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      bildtab         = lt_bild&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      call_wrong      = 1&lt;/P&gt;&lt;P&gt;      empty_selection = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&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;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Get the tab page for MRP1&lt;/P&gt;&lt;P&gt;  DATA: l_tab_mrp1 TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reading table wirh MRP view&lt;/P&gt;&lt;P&gt;  READ TABLE lt_bild WITH KEY pstat = 'E'.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    l_tab_mrp1 = lt_bild-guifu.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Make ok code for the MRP1&lt;/P&gt;&lt;P&gt;  CONCATENATE '=' l_tab_mrp1 INTO l_tab_mrp1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*BDC&lt;/P&gt;&lt;P&gt; perform bdc_dynpro  USING  'SAPLMGMM' '0060'.&lt;/P&gt;&lt;P&gt; perform bdc_field   USING  'RMMG1-MATNR'&lt;/P&gt;&lt;P&gt;                             mara-matnr.&lt;/P&gt;&lt;P&gt; perform bdc_field   USING  'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                            '=ENTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; perform bdc_dynpro  USING  'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt; PERFORM bdc_field   USING  'MSICHTAUSW-KZSEL(01)'&lt;/P&gt;&lt;P&gt;                            'X'.&lt;/P&gt;&lt;P&gt; PERFORM bdc_field    USING  'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                            '=ENTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM bdc_dynpro   USING  'SAPLMGMM' '4004'.&lt;/P&gt;&lt;P&gt; perform bdc_field    USING   'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              makt-maktx.&lt;/P&gt;&lt;P&gt; PERFORM bdc_field    USING  'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                             l_tab_mrp1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM bdc_field    USING  'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                            '=BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; perform bdc_transaction  USING 'MM02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " BDC_UPDATE&lt;/P&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;      Form  bdc_dynpro&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_0248   text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_0249   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;form bdc_dynpro  using    p_program&lt;/P&gt;&lt;P&gt;                          p_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move: p_program to bdcdata-program,&lt;/P&gt;&lt;P&gt;      p_screen  to bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;      'X'       to bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append bdcdata.&lt;/P&gt;&lt;P&gt;clear  bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " bdc_dynpro&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;      Form  bdc_field&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_0235   text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_P_MATNR  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;form bdc_field  using    p_field_name&lt;/P&gt;&lt;P&gt;                         p_field_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move: p_field_name to bdcdata-fnam,&lt;/P&gt;&lt;P&gt;      p_field_value to bdcdata-fval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append bdcdata.&lt;/P&gt;&lt;P&gt;clear bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " bdc_field&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;      Form  bdc_transaction&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_0280   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;form bdc_transaction  using    tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Data: l_msting(480).&lt;/P&gt;&lt;P&gt;  Data: l_subrc LIKE sy-subrc.&lt;/P&gt;&lt;P&gt;*batch input session&lt;/P&gt;&lt;P&gt;  refresh messtab.&lt;/P&gt;&lt;P&gt;  call transaction tcode USING bdcdata&lt;/P&gt;&lt;P&gt;                   MODE  'A'&lt;/P&gt;&lt;P&gt;                   "A: show all dynpros&lt;/P&gt;&lt;P&gt;                   "E: show dynpro on error only&lt;/P&gt;&lt;P&gt;                   "N: do not display dynpro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  UPDATE 'L'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;REFRESH bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " bdc_transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: zero cool on Oct 11, 2008 5:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 15:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/makt-table-field-maktx-not-getting-update/m-p/4595216#M1083470</guid>
      <dc:creator>former_member295881</dc:creator>
      <dc:date>2008-10-11T15:16:35Z</dc:date>
    </item>
  </channel>
</rss>

