<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438302#M208733</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 changed the code to as suggested&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RM07M-LGORT'&lt;/P&gt;&lt;P&gt; ' '.  "" w_lgort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i DON'T SEE ANY STORAGE LOCATION IN MY INTIAL SCREEN.&lt;/P&gt;&lt;P&gt;wHEN I PASSED STORAGE LOCATION IN SECOND SCREEN AND I WANT THE STORAGE LOCATION TO BE DISPLAYED I DON'T SEE ANY STORAGE LOCATION IN MY SECOND SCREEN TOO.Intially it was showing up in both the screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 20:02:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T20:02:49Z</dc:date>
    <item>
      <title>call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438298#M208729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Iam using call transaction for t-code MB1A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though i commented out the perform statment for storage location even then i see the storage location value in when i execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07M-BWARTWA'       "movement type&lt;/P&gt;&lt;P&gt;                                w_mov_type.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RM07M-WERKS'&lt;/P&gt;&lt;P&gt;                                w_werks.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'RM07M-LGORT'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               w_lgort.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can i commented out the storage location even then my i can see avalue for  storage location when i execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if iam wrong anywhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 19:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438298#M208729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438299#M208730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be coming from a parameter id.  You can clear this field out by passin space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

perform bdc_field using 'RM07M-BWARTWA' ""movement type
w_mov_type.
perform bdc_field using 'RM07M-WERKS'
w_werks.
&amp;lt;b&amp;gt; perform bdc_field using 'RM07M-LGORT'
 ' '.  "" w_lgort.&amp;lt;/b&amp;gt;


&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, 06 Jul 2006 19:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438299#M208730</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438300#M208731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be coming from parameter id. If this should not come, then you need to again set the parameter id to blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then continue with your BDC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 19:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438300#M208731</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-06T19:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438301#M208732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;comment out in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;* perform bdc_field using 'RM07M-LGORT' " w_lgort.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 19:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438301#M208732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T19:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438302#M208733</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 changed the code to as suggested&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RM07M-LGORT'&lt;/P&gt;&lt;P&gt; ' '.  "" w_lgort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i DON'T SEE ANY STORAGE LOCATION IN MY INTIAL SCREEN.&lt;/P&gt;&lt;P&gt;wHEN I PASSED STORAGE LOCATION IN SECOND SCREEN AND I WANT THE STORAGE LOCATION TO BE DISPLAYED I DON'T SEE ANY STORAGE LOCATION IN MY SECOND SCREEN TOO.Intially it was showing up in both the screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438302#M208733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438303#M208734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you passing the storage location on the second screen? If I am not wrong, here you will be entering the line details. So are passing the storage location with its line index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can you not use BAPI_GOODSMVT_CREATE instead of writing a BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srinivas Adavi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438303#M208734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438304#M208735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, it was coping from the first, but you said that you didn't want it in the first screen.  So that means that it will not copy to second screen.  Which means that you BDC code will need to enter it.   So if you don't want it on the first screen, but you do on your second screen,  the re-record the transaction, and put the lgort on the second screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really sure what the point it though.&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, 06 Jul 2006 20:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438304#M208735</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438305#M208736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Srinivas has pointed out, BAPI is a better way to go when doing goods movements.  HEre is a sample program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, it is actually doing a 971 movement type,  not sure what movement type you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001.


* Structures for BAPI
data: gm_header  type bapi2017_gm_head_01.
data: gm_code    type bapi2017_gm_code.
data: gm_headret type bapi2017_gm_head_ret.
data: gm_item    type table of
                 bapi2017_gm_item_create with header line.
data: gm_return  type bapiret2 occurs 0 with header line.
data: gm_retmtd  type bapi2017_gm_head_ret-mat_doc.

clear: gm_return, gm_retmtd. refresh gm_return.

* Setup BAPI header data.
gm_header-pstng_date = sy-datum.
gm_header-doc_date   = sy-datum.
gm_code-gm_code      = '06'.    " MB11

* Write 971 movement to table
clear gm_item.
move '971'                 to gm_item-move_type     .
move '000000000040000100'  to gm_item-material.
move '1'     to gm_item-entry_qnt.
move 'EA'    to gm_item-entry_uom.
move '0004'  to gm_item-plant.
move '4999'  to gm_item-stge_loc.
move '0901'   to gm_item-move_reas.


append gm_item.

* Call goods movement BAPI
call function 'BAPI_GOODSMVT_CREATE'
     exporting
          goodsmvt_header  = gm_header
          goodsmvt_code    = gm_code
     importing
          goodsmvt_headret = gm_headret
          materialdocument = gm_retmtd
     tables
          goodsmvt_item    = gm_item
          return           = gm_return.

if not gm_retmtd is initial.
  commit work and wait.
  call function 'DEQUEUE_ALL'.
else.
  commit work and wait.
  call function 'DEQUEUE_ALL'.
endif.

write:/ gm_retmtd.

loop at gm_return.
  write:/ gm_return.
endloop.


&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, 06 Jul 2006 20:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438305#M208736</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438306#M208737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For MB1A, GMCODE is 03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438306#M208737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438307#M208738</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 a seperate recording for both i have perform statement called first screen&lt;/P&gt;&lt;P&gt;This my code take a look at it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; perform create_first_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at itab_update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear w_erfmg.&lt;/P&gt;&lt;P&gt;    w_erfmg = itab_update-zmenge.&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMM07M' '0421'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=NLE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MSEG-MATNR(01)'  "Material number&lt;/P&gt;&lt;P&gt;                                  itab_update-matnr.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MSEG-ERFMG(01)'  "Quantity&lt;/P&gt;&lt;P&gt;                                  w_erfmg.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MSEG-ERFME(01)'  "UoM&lt;/P&gt;&lt;P&gt;                                  itab_update-meins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MSEG-WERKS'  "PLANT&lt;/P&gt;&lt;P&gt;                              ITAB_UPDATE-WERKS.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'MSEG-LGORT' "STORAGE LOCATION&lt;/P&gt;&lt;P&gt;                              ITAB_UPDATE-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_SUBSCR' 'SAPMM07M   2400BLOCK1'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_SUBSCR' 'SAPLKACB   9000BLOCK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if not itab_update-kostl is initial.&lt;/P&gt;&lt;P&gt;      perform bdc_field     using 'BDC_CURSOR' 'COBL-KOSTL'.&lt;/P&gt;&lt;P&gt;      perform bdc_field     using 'COBL-KOSTL' itab_update-kostl.&lt;/P&gt;&lt;P&gt;    elseif not itab_update-aufnr is initial.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                itab_update-kostl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      perform bdc_field     using 'BDC_CURSOR' 'COBL-AUFNR'.&lt;/P&gt;&lt;P&gt;      perform bdc_field     using 'COBL-AUFNR' itab_update-aufnr.&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;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This form for first screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form create_first_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: w_date(10),&lt;/P&gt;&lt;P&gt;        w_mov_type(3) value '201',&lt;/P&gt;&lt;P&gt;        w_txt(19) value '340B Replenishment'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        w_werks = 'abc'.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write sy-datum to w_date mm/dd/yyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMM07M' '0400'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RM07M-XNAPR'.&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 'MKPF-BLDAT'&lt;/P&gt;&lt;P&gt;                                w_date.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'MKPF-BUDAT'&lt;/P&gt;&lt;P&gt;                                w_date.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'MKPF-BKTXT'&lt;/P&gt;&lt;P&gt;                                w_txt.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RM07M-BWARTWA'       "movement type&lt;/P&gt;&lt;P&gt;                                w_mov_type.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RM07M-WERKS'&lt;/P&gt;&lt;P&gt;                                w_werks.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RM07M-LGORT'&lt;/P&gt;&lt;P&gt;                               ' '.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'XFULL'&lt;/P&gt;&lt;P&gt;                                ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'RM07M-XNAPR' ' X'.       "print flag&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RM07M-WVERS3'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " create_first_screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know if iam wrong anywhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438307#M208738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438308#M208739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure this is right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_field using 'MSEG-LGORT' ""STORAGE LOCATION
ITAB_UPDATE-&amp;lt;b&amp;gt;WERKS&amp;lt;/b&amp;gt;.&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, 06 Jul 2006 20:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438308#M208739</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T20:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438309#M208740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
perform bdc_field using 'MSEG-LGORT&amp;lt;b&amp;gt;(01)&amp;lt;/b&amp;gt;' "STORAGE LOCATION
ITAB_UPDATE-&amp;lt;b&amp;gt;LGORT&amp;lt;/b&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438309#M208740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438310#M208741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to change the MSEG-WERKS also to MSEG-WERKS(01).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438310#M208741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438311#M208742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I got that solved .&lt;/P&gt;&lt;P&gt;All i needed was  have to change the MSEG-WERKS also to MSEG-WERKS(01),as srinivas suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to thank all for there efforts and time especially Srinivas and Rich,and all others.&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, 06 Jul 2006 20:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438311#M208742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438312#M208743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are quite welcome  &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438312#M208743</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T20:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438313#M208744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to be of help. What you enter in the initial screen will be copied automatically to all the items in the subsequent screen. But if you want to change individual line's plant and/or storage location value or even the movement type, you have to use the index of that particular line. That is the theory behind it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-issue/m-p/1438313#M208744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:50:40Z</dc:date>
    </item>
  </channel>
</rss>

