<?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: simplest BDC not working !! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053516#M89784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u might have used SHDB for recording the MM01 transaction. In this at screen 0080 some required field is missing. Due to this, it gives out the error as No batch input data for screen SAPLMGMM 0080 while using Call transaction.&lt;/P&gt;&lt;P&gt;Try to re-record the MM01 using SHDB even for 0080 screen and check what is the required field data for this.&lt;/P&gt;&lt;P&gt;or else the data ur using is not getting populated into the field in 0080 screen due to which the error is occuring. Try to check in A mode so that u will come to know which field is missing and what needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. award points if this helps u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2005 18:35:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-01T18:35:59Z</dc:date>
    <item>
      <title>simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053513#M89781</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 just started venturing into BDC and would need your help !! thanks in advance ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my simplest BDC is recording of MM01. I have choosen the program icon in SHDB and generated the program too which is attached below...the only change i did was change the material number's last two digit in the code (k50000057)!! i just want to execute and see if this bdc is performing the transaction for the new material !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the execution shows no such material info saved in database !! i verified with MM03 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats wrong ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I chose the BDC program in SE38 and choose execute ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a screen with a couple of input elements such as two rdio buttons, "Generate Session" and "Call transaction". For generate session, I type some session name.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not successful whichever radio button i choose !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output shows the following..&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;for Generate Session...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session name  TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open session        Return code 0&lt;/P&gt;&lt;P&gt;Insert transaction  MM01 Return code = 0    RECORD      0&lt;/P&gt;&lt;P&gt;close Session       Return Code     0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for call transaction....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL_TRANSACTION MM01 Return code = 1,001 Record:      0&lt;/P&gt;&lt;P&gt;S No  batch input data for screen SAPLMGMM 0080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code attached below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZBDCMM01TESTPROG&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0060'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RMMG1-MTART'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MATNR'&lt;/P&gt;&lt;P&gt;                              'k50000057'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MBRSH'&lt;/P&gt;&lt;P&gt;                              'M'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MTART'&lt;/P&gt;&lt;P&gt;                              'ZCAR'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(15)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&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 'MSICHTAUSW-KZSEL(02)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(04)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(05)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(09)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(12)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(13)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(14)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(15)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(13)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(12)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(13)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '0070'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MSICHTAUSW-DYTXT(01)'.&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;perform bdc_dynpro      using 'SAPLMGMM' '0080'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RMMG1-WERKS'.&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;perform bdc_field       using 'RMMG1-WERKS'&lt;/P&gt;&lt;P&gt;                              '1000'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MARA-MATKL'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MATKL'&lt;/P&gt;&lt;P&gt;                              '0005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-GEWEI'&lt;/P&gt;&lt;P&gt;                              'KG'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MATKL'&lt;/P&gt;&lt;P&gt;                              '0005'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MARC-EKGRP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-EKGRP'&lt;/P&gt;&lt;P&gt;                              '001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MATKL'&lt;/P&gt;&lt;P&gt;                              '0005'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-EKGRP'&lt;/P&gt;&lt;P&gt;                              '001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MARC-DISMM'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-DISMM'&lt;/P&gt;&lt;P&gt;                              'ND'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MARC-PLIFZ'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-PLIFZ'&lt;/P&gt;&lt;P&gt;                              '10'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-PERKZ'&lt;/P&gt;&lt;P&gt;                              'M'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MARC-MTVFP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-MTVFP'&lt;/P&gt;&lt;P&gt;                              'KP'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-VPRSV'&lt;/P&gt;&lt;P&gt;                              'V'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-PEINH'&lt;/P&gt;&lt;P&gt;                              '1'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MBEW-BKLAS'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-BKLAS'&lt;/P&gt;&lt;P&gt;                              '9004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-VPRSV'&lt;/P&gt;&lt;P&gt;                              'V'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-PEINH'&lt;/P&gt;&lt;P&gt;                              '1'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1' '0300'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=YES'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-GEWEI'&lt;/P&gt;&lt;P&gt;                              'KG'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-MTVFP'&lt;/P&gt;&lt;P&gt;                              'KP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MARC-LADGR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-TRAGR'&lt;/P&gt;&lt;P&gt;                              '0001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-LADGR'&lt;/P&gt;&lt;P&gt;                              '0001'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-EKGRP'&lt;/P&gt;&lt;P&gt;                              '001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MATKL'&lt;/P&gt;&lt;P&gt;                              '0005'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-EKGRP'&lt;/P&gt;&lt;P&gt;                              '001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-DISMM'&lt;/P&gt;&lt;P&gt;                              'ND'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-PLIFZ'&lt;/P&gt;&lt;P&gt;                              '10'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-PERKZ'&lt;/P&gt;&lt;P&gt;                              'M'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-MTVFP'&lt;/P&gt;&lt;P&gt;                              'KP'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARA-MEINS'&lt;/P&gt;&lt;P&gt;                              'EA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-BKLAS'&lt;/P&gt;&lt;P&gt;                              '9004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-VPRSV'&lt;/P&gt;&lt;P&gt;                              'V'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MBEW-PEINH'&lt;/P&gt;&lt;P&gt;                              '1'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLMGMM' '4000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'MAKT-MAKTX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'test material for bdc'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1' '0300'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=YES'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'MM01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053513#M89781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053514#M89782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;S No batch input data for screen SAPLMGMM 0080&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that a screen 80 has been thrown and the BDC does not know what to do with it.  You must do you recording over this screen as well.  The trick is to find out what screen it is and when to handle it.  This is why we suggest using the BAPI,  BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053514#M89782</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-01T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053515#M89783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich. But I am sorry to say that you are deviating me to another topic "BAPI" !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to finish off learning BDC first from its simplest form to loading data from a flat/excel file for which I had already got your advise a few days back !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your response, on analysis I found that screen 80 is the "Organization Levels" dialog in which i did enter the plant value..So doesn't it mean that it was recorded too ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be useful to me if you stick to BDC and help me resolve this issue. I know it might sound a very silly issue to an expert like you but to a novice programmer like me, its still an ISSUE !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find forums as the best place to learn and attend to even the simplest programming problems and you guys have been great in assisting me!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardless, will still keep pinging you !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053515#M89783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053516#M89784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u might have used SHDB for recording the MM01 transaction. In this at screen 0080 some required field is missing. Due to this, it gives out the error as No batch input data for screen SAPLMGMM 0080 while using Call transaction.&lt;/P&gt;&lt;P&gt;Try to re-record the MM01 using SHDB even for 0080 screen and check what is the required field data for this.&lt;/P&gt;&lt;P&gt;or else the data ur using is not getting populated into the field in 0080 screen due to which the error is occuring. Try to check in A mode so that u will come to know which field is missing and what needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. award points if this helps u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053516#M89784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053517#M89785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's nothing wrong with sticking with BDC if it works for ya.  First lets try to see what's going on with the screen flow.  When running your program,  I assume that you are using the standard selection screen provided by the include. Yes?  There should be a MODE field,  change the value to "A".  This will force the program to run in the foreground, screen by screen.  Now you will be able to see where it is getting stuck.  Give it a try and come back.&lt;/P&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053517#M89785</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-01T18:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053518#M89786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here in the code extract below, you selected many options of your checkboxes for creating different views of the material master. Depending on which views you selected, you will get that many organizational elements to be entered in the screen 080. So if your selection included the views of plant and sales, then you will get plant, sales org, storage location, division etc. Of these both plant and sales org will be required, whereas you entered only plant. I think that is your problem.&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 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'MSICHTAUSW-DYTXT(15)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/00'.&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 'MSICHTAUSW-KZSEL(02)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(04)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(05)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(09)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(12)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(13)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(14)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'MSICHTAUSW-KZSEL(15)'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053518#M89786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053519#M89787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, this seems a little strange to me,  I hope the BOLDed code is not the act of scrolling in the table control.  This will be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


  perform bdc_field using 'MSICHTAUSW-KZSEL(01)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(02)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(04)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(05)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(09)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(12)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(13)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(14)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(15)'
  'X'.
  &amp;lt;b&amp;gt;perform bdc_dynpro using 'SAPLMGMM' '0070'.
  perform bdc_field using 'BDC_CURSOR'
  'MSICHTAUSW-DYTXT(01)'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_dynpro using 'SAPLMGMM' '0070'.
  perform bdc_field using 'BDC_CURSOR'
  'MSICHTAUSW-DYTXT(01)'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_dynpro using 'SAPLMGMM' '0070'.
  perform bdc_field using 'BDC_CURSOR'
  'MSICHTAUSW-DYTXT(01)'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_dynpro using 'SAPLMGMM' '0070'.
  perform bdc_field using 'BDC_CURSOR'
  'MSICHTAUSW-DYTXT(13)'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.&amp;lt;/b&amp;gt;  perform bdc_field using 'MSICHTAUSW-KZSEL(12)'
  'X'.
  perform bdc_field using 'MSICHTAUSW-KZSEL(13)'
  'X'.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053519#M89787</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-01T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053520#M89788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich and Ramesh...I changed the MODE to A and tried to debug...It so happens that every screen I pass thru I am shown a dialog asking for OK code and already /00 is there and hence I just press the green tick. So it moves on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when it came to "Oragnization level" screen asking for Plant , storage location etc, that OK code dialog  did not appear...i think i am stuck here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my code, i can see all 3 required fields mentioned and with values. then why is it happening so ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am i supposed to do then ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if my recording had not been proper, these 3 fields would not have appeared in my code !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 18:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053520#M89788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T18:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053521#M89789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was having a problem with you code, it would not throw the values into the screen fields.  I did another recording and now it is working good.  I didn't take it all the way thru the transaction, but now I'm getting values.  Here is the modified code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001.


include bdcrecx1.

start-of-selection.

  perform open_group.


&amp;lt;b&amp;gt;***  --------  START  NEW CODE   ----   ********** 

  perform bdc_dynpro      using 'SAPLMGMM' '0060'.
  perform bdc_field       using 'BDC_CURSOR'
                                'RMMG1-MATNR'.
  perform bdc_field       using 'BDC_OKCODE'
                                '/00'.
  perform bdc_field       using 'RMMG1-MATNR'
                           'K50000057'.
  perform bdc_field       using 'RMMG1-MTART'
                           'ZCAR'.
  perform bdc_dynpro      using 'SAPLMGMM' '0070'.
  perform bdc_field       using 'BDC_CURSOR'
                                'MSICHTAUSW-DYTXT(09)'.
  perform bdc_field       using 'BDC_OKCODE'
                                '=ENTR'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(01)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(02)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(04)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(05)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(09)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(12)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(13)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(14)'
                                'X'.
  perform bdc_field       using 'MSICHTAUSW-KZSEL(15)'
                                'X'.
  perform bdc_dynpro      using 'SAPLMGMM' '0080'.
  perform bdc_field       using 'BDC_CURSOR'
                                'RMMG1-VTWEG'.
  perform bdc_field       using 'BDC_OKCODE'
                                '=ENTR'.
  perform bdc_field       using 'RMMG1-WERKS'
                           '0004'.          " Need your plant here
  perform bdc_field       using 'RMMG1-LGORT'
                           '4000'.          " Need your storage location here
  perform bdc_field       using 'RMMG1-VKORG'
                           '1000'.          " Need your sales org here
  perform bdc_field       using 'RMMG1-VTWEG'
                           '01'.            " Need your distribution channel here
  perform bdc_dynpro      using 'SAPLMGMM' '4004'.
  perform bdc_field       using 'BDC_OKCODE'
                                '/00'.
  perform bdc_field       using 'MAKT-MAKTX'
                                'TEst'.
  perform bdc_field       using 'BDC_CURSOR'
                                'MARA-SPART'.
  perform bdc_field       using 'MARA-MEINS'
                                'ea'.
  perform bdc_field       using 'MARA-MATKL'
                                'bASE'.
  perform bdc_field       using 'MARA-SPART'
                                '00'.
  perform bdc_field       using 'MARA-MTPOS_MARA'
                                'NORM'.
  perform bdc_field       using 'MARA-GEWEI'
                                'KG'.



***  --------  END   NEW CODE   ----   ********** &amp;lt;/b&amp;gt;  

  perform bdc_dynpro using 'SAPLMGMM' '4004'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'BDC_CURSOR'
  'MARA-MATKL'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MARA-MATKL'
  'BASE'.
  perform bdc_field using 'MARA-GEWEI'
  'EA'.
  perform bdc_dynpro using 'SAPLMGMM' '4004'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.

  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.

  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.

  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'BDC_CURSOR'
  'MARC-EKGRP'.

  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MARC-EKGRP'
  '001'.
  perform bdc_field using 'BDC_CURSOR'
  'MARC-DISMM'.
  perform bdc_field using 'MARC-DISMM'
  'ND'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'BDC_CURSOR'
  'MARC-PLIFZ'.
  perform bdc_field using 'MARC-PLIFZ'
  '10'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARC-PERKZ'
  'M'.
  perform bdc_field using 'BDC_CURSOR'
  'MARC-MTVFP'.
  perform bdc_field using 'MARC-MTVFP'
  'KP'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MBEW-VPRSV'
  'V'.
  perform bdc_field using 'MBEW-PEINH'
  '1'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'BDC_CURSOR'
  'MBEW-BKLAS'.
  perform bdc_field using 'MBEW-BKLAS'
  '9004'.
  perform bdc_field using 'MBEW-VPRSV'
  'V'.
  perform bdc_field using 'MBEW-PEINH'
  '1'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_dynpro using 'SAPLSPO1' '0300'.
  perform bdc_field using 'BDC_OKCODE'
  '=YES'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MARA-GEWEI'
  'KG'.
  perform bdc_field using 'MARC-MTVFP'
  'KP'.
  perform bdc_field using 'BDC_CURSOR'
  'MARC-LADGR'.
  perform bdc_field using 'MARA-TRAGR'
  '0001'.
  perform bdc_field using 'MARC-LADGR'
  '0001'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MARC-EKGRP'
  '001'.
  perform bdc_field using 'MARA-MATKL'
  '0005'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MARC-EKGRP'
  '001'.
  perform bdc_field using 'MARC-DISMM'
  'ND'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARC-PLIFZ'
  '10'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARC-PERKZ'
  'M'.
  perform bdc_field using 'MARC-MTVFP'
  'KP'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_field using 'MARA-MEINS'
  'EA'.
  perform bdc_field using 'MBEW-BKLAS'
  '9004'.
  perform bdc_field using 'MBEW-VPRSV'
  'V'.
  perform bdc_field using 'MBEW-PEINH'
  '1'.
  perform bdc_dynpro using 'SAPLMGMM' '4000'.
  perform bdc_field using 'BDC_OKCODE'
  '/00'.
  perform bdc_field using 'BDC_CURSOR'
  'MAKT-MAKTX'.
  perform bdc_field using 'MAKT-MAKTX'
  'test material for bdc'.
  perform bdc_dynpro using 'SAPLSPO1' '0300'.
  perform bdc_field using 'BDC_OKCODE'
  '=YES'.
  perform bdc_transaction using 'MM01'.

  perform close_group.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 19:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053521#M89789</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-01T19:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053522#M89790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Righ Srinivas, I do agree with you. Thats why I did  rerecording and ensured that I captured all required values such as Plant, storage location etc..still i am getting stuck at screen 80 !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have recorded now almost 5 times but getting stuck at screen 80 all the time !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 19:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053522#M89790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T19:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053523#M89791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Rich, I think the problem was with the scrolling down in the views selection..i removed the scrolling down related code and its better now..screen 80 error is gone...i am getting error in other screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i can manage now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot to all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 19:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053523#M89791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-01T19:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: simplest BDC not working !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053524#M89792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool,  please make sure to award points for any answers that might have been helpful.  And mark you post as solved if your problem is solved.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 19:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simplest-bdc-not-working/m-p/1053524#M89792</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-01T19:22:31Z</dc:date>
    </item>
  </channel>
</rss>

