<?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: call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124233#M986063</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;This is a genral problem in case of running ur BDC in background. its because ur recording is not perfectas you have missed some steps or some mouse clicks. In forefround it will work but for running into background u have to do recording once again or add fields or okcode which u have missed at the time of recording.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2008 03:53:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-11T03:53:49Z</dc:date>
    <item>
      <title>call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124231#M986061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;when i am using call transaction method if i select Mode A(Display All screens ) the data updating properly , but if i select N ( background processing ) that data is not updating properly , can any one pls give me solution for this .&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 03:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124231#M986061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T03:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124232#M986062</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;This is the problem with your BDC code. SOme of the OK code is missing in your program.&lt;/P&gt;&lt;P&gt;When you run your BDC in foreground ( Mode A ) then you might be hitting some extra enter while processing. To make sure this click all the ok code ( which comes as poped up screen ) by clicking thru mouse. You will come to know on which screen Ok code is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome this problem, check your BDC recording once again or do a new recording and write all the code coming in your recording  ( e.g include Cursor as well ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lalit Kabra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 03:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124232#M986062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124233#M986063</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;This is a genral problem in case of running ur BDC in background. its because ur recording is not perfectas you have missed some steps or some mouse clicks. In forefround it will work but for running into background u have to do recording once again or add fields or okcode which u have missed at the time of recording.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 03:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124233#M986063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T03:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124234#M986064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thx ,&lt;/P&gt;&lt;P&gt;this is my code can u check and tell me whats wrong ?&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-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                             '=AUSW'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMMG1-MATNR'&lt;/P&gt;&lt;P&gt;                              it_data-matnr.&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;                              '=ENTR'.&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' '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;                              it_data-werks.&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;                              '=PB12'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MAKT-MAKTX'&lt;/P&gt;&lt;P&gt;                              'Test Mat 1- Unit Test'.&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 'MPOP-PRMOD'&lt;/P&gt;&lt;P&gt;                              'N'.&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;                              'MPOP-ANZPR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-PERAN'&lt;/P&gt;&lt;P&gt;                              '24'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-ANZPR'&lt;/P&gt;&lt;P&gt;                              it_data-per01.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-KZINI'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-SIGGR'&lt;/P&gt;&lt;P&gt;                              '4,000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-AUTRU'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-MODAV'&lt;/P&gt;&lt;P&gt;                              '2'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLPROM' '0360'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RMCP2-KPWRT(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_field       using 'RMCP2-KPWRT(01)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(02)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(03)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt3.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(04)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt4.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(05)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt5.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(06)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt6.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(07)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt7.&lt;/P&gt;&lt;P&gt;PERFORM bdc_dynpro USING 'SAPLPROM' '0360'.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_CURSOR' C_7.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_OKCODE' '=P+'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLPROM' '0360'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RMCP2-KPWRT(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=UBER'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(01)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt8.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(02)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt9.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(03)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt10.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(04)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt11.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RMCP2-KPWRT(05)'&lt;/P&gt;&lt;P&gt;                              it_data-kpwrt12.&lt;/P&gt;&lt;P&gt;&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;                              '=BU'.&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 Mat 1- Unit Test'.&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 'MPOP-PRMOD'&lt;/P&gt;&lt;P&gt;                              'N'.&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 'MPOP-PERAN'&lt;/P&gt;&lt;P&gt;                              '24'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-ANZPR'&lt;/P&gt;&lt;P&gt;                              '12'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-KZINI'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-SIGGR'&lt;/P&gt;&lt;P&gt;                              '4,000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARC-AUTRU'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MPOP-MODAV'&lt;/P&gt;&lt;P&gt;                              '2'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'MM02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 04:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4124234#M986064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T04:28:20Z</dc:date>
    </item>
  </channel>
</rss>

