<?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 CALL TRANSACTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705162#M308933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to update a field ( MATERIAL MATNR ) in FBL3N using  MASS CHANGE. Mass Change use  the Transaction Code FB02 to update the fields . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FB02 there are different screens to which MASS CHANGE updates. There is also a screen called Coding Block which has Material Number Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to use the MASS CHANGE in FBL3N to update the field Material present  on screen coding block in transaction FB02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that FBL3N is not updating the fields in Coding Block Screen but other screens in FB02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I m doing modification in FBL3N so that MASS CHANGE also update the fields present in coding block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a code some thing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    bdcdata-fnam     = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;    bdcdata-fval     =  'COBL_MORE'.&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;    bdcdata-program  = 'SAPLKACB'.&lt;/P&gt;&lt;P&gt;    BDCDATA-DYNPRO = '0002'.&lt;/P&gt;&lt;P&gt;    bdcdata-dynbegin = 'X'.&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;  loop at fldtab.&lt;/P&gt;&lt;P&gt;   clear bdcdata.&lt;/P&gt;&lt;P&gt;   IF fldtab-fname = 'MATNR'.&lt;/P&gt;&lt;P&gt;          bdcdata-fnam = 'BSEG-MATNR'.&lt;/P&gt;&lt;P&gt;          bdcdata-fval = s_bseg-MATNR.&lt;/P&gt;&lt;P&gt;          append bdcdata.&lt;/P&gt;&lt;P&gt;          clear bdcdata.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  bdcdata-fnam     = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  bdcdata-fval     =  'ENTE'.&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;wh&amp;lt;b&amp;gt;ich is not working fine, that is not updateing the field.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts Opinion is needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 13:19:19 GMT</pubDate>
    <dc:creator>adnanmaqbool</dc:creator>
    <dc:date>2006-11-28T13:19:19Z</dc:date>
    <item>
      <title>CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705162#M308933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to update a field ( MATERIAL MATNR ) in FBL3N using  MASS CHANGE. Mass Change use  the Transaction Code FB02 to update the fields . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FB02 there are different screens to which MASS CHANGE updates. There is also a screen called Coding Block which has Material Number Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to use the MASS CHANGE in FBL3N to update the field Material present  on screen coding block in transaction FB02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that FBL3N is not updating the fields in Coding Block Screen but other screens in FB02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I m doing modification in FBL3N so that MASS CHANGE also update the fields present in coding block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a code some thing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    bdcdata-fnam     = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;    bdcdata-fval     =  'COBL_MORE'.&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;    bdcdata-program  = 'SAPLKACB'.&lt;/P&gt;&lt;P&gt;    BDCDATA-DYNPRO = '0002'.&lt;/P&gt;&lt;P&gt;    bdcdata-dynbegin = 'X'.&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;  loop at fldtab.&lt;/P&gt;&lt;P&gt;   clear bdcdata.&lt;/P&gt;&lt;P&gt;   IF fldtab-fname = 'MATNR'.&lt;/P&gt;&lt;P&gt;          bdcdata-fnam = 'BSEG-MATNR'.&lt;/P&gt;&lt;P&gt;          bdcdata-fval = s_bseg-MATNR.&lt;/P&gt;&lt;P&gt;          append bdcdata.&lt;/P&gt;&lt;P&gt;          clear bdcdata.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  bdcdata-fnam     = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  bdcdata-fval     =  'ENTE'.&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;wh&amp;lt;b&amp;gt;ich is not working fine, that is not updateing the field.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts Opinion is needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705162#M308933</guid>
      <dc:creator>adnanmaqbool</dc:creator>
      <dc:date>2006-11-28T13:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705163#M308934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also tried to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When BCDDATA is full with all values in the end I put this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bdcdata-program  = 'SAPMF05L'.&lt;/P&gt;&lt;P&gt;    BDCDATA-DYNPRO = '1014'.                "Screen NO of FB02&lt;/P&gt;&lt;P&gt;    bdcdata-dynbegin = 'X'.&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;    bdcdata-fnam     = 'BDC_OKCODE'.  " to mov to Coding Block Screen&lt;/P&gt;&lt;P&gt;    bdcdata-fval     =  'COBL_MORE'.&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;    bdcdata-program  = 'SAPLKACB'.   "coding block screen&lt;/P&gt;&lt;P&gt;    BDCDATA-DYNPRO = '0002'.&lt;/P&gt;&lt;P&gt;    bdcdata-dynbegin = 'X'.&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;  loop at fldtab.&lt;/P&gt;&lt;P&gt;   clear bdcdata.&lt;/P&gt;&lt;P&gt;   IF fldtab-fname = 'MATNR'.                    "field in coding block&lt;/P&gt;&lt;P&gt;          bdcdata-fnam = 'BSEG-MATNR'.&lt;/P&gt;&lt;P&gt;          bdcdata-fval = s_bseg-MATNR.&lt;/P&gt;&lt;P&gt;          append bdcdata.&lt;/P&gt;&lt;P&gt;          clear bdcdata.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;  endloop.                                                   "enter&lt;/P&gt;&lt;P&gt;  bdcdata-fnam     = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  bdcdata-fval     =  'ENTE'.&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;But it still its not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705163#M308934</guid>
      <dc:creator>adnanmaqbool</dc:creator>
      <dc:date>2006-11-28T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705164#M308935</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;FB02N is an njoy transaction and hence BDC wouldnt work fine. please find an appropriate BAPI for the same tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705164#M308935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705165#M308936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use index then it will work eg&lt;/P&gt;&lt;P&gt;data: index(2) type n.&lt;/P&gt;&lt;P&gt;loop at fldtab.&lt;/P&gt;&lt;P&gt;clear bdcdata.&lt;/P&gt;&lt;P&gt;IF fldtab-fname = 'MATNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate 'BSEG-MATNR('  &lt;/P&gt;&lt;P&gt;                    index&lt;/P&gt;&lt;P&gt;                    ')'.&lt;/P&gt;&lt;P&gt;dcdata-fnam = v_str.&lt;/P&gt;&lt;P&gt;bdcdata-fval = s_bseg-MATNR.&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;ENDIF.&lt;/P&gt;&lt;P&gt;index = index + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1705165#M308936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T13:39:47Z</dc:date>
    </item>
  </channel>
</rss>

