<?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 ctu_params problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642928#M1665908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kishore,&lt;/P&gt;&lt;P&gt;This is a typical example of a BDC which has a &lt;STRONG&gt;table control data &lt;/STRONG&gt;to be uploaded. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87597" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If you donot have any custom modifications to the &lt;STRONG&gt;"IE01- Create Equipment"&lt;/STRONG&gt;, then it is advised to make use of the BAPI - &lt;STRONG&gt;'BAPI_EQUI_CREATE'. &lt;/STRONG&gt;This will help you help you conserve effort rather than resolving the typical index related issues in the BDC.&lt;/P&gt;&lt;P&gt;But if you have considerable screen changes, then you will have to go with BDC. The solution is already available at &lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Using+Table+Control+in+BDC"&gt;SDN wiki&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 18:55:00 GMT</pubDate>
    <dc:creator>ShyamPindiproli</dc:creator>
    <dc:date>2012-03-27T18:55:00Z</dc:date>
    <item>
      <title>call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642927#M1665907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using a BDC - (call transaction method) to create equipment and to copy the documents in it using IE01.&lt;/P&gt;&lt;P&gt;In recording at the time of copying documents i called document screen using CTRL+F1, where i can enter 14 documents at a time.&lt;/P&gt;&lt;P&gt;But in IE03 display mode i can see only 11 documents. To over come this i used CTU_PARAMS as shown below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: tahoma,arial,helvetica,sans-serif; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; LOOP AT TBL_FID_EQTREF.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_FID = V_FID + 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF V_FID = 12.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_fid = 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'BDC_OKCODE' '=P+'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKAR('&amp;nbsp; V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKAR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKNR('&amp;nbsp; V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKNR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKVR('&amp;nbsp; V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKVR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKTL('&amp;nbsp; V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKTL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPLCVOB' '0200'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'BDC_OKCODE' '=GOON'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPMIEQ0' '0101'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '=BU'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style=": ; color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA: p_opt TYPE ctu_params.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE: 'A' TO p_opt-updmode,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Update mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'X' to p_opt-DEFSIZE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A' TO p_opt-dismode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL TRANSACTION K_TRAN1 USING TBL_BDCDATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS FROM p_opt MESSAGES INTO TBL_MESSTAB .&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Arial monospaced for SAP';"&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMMIT WORK AND WAIT.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tested my code with 15 documents, while recording after entering 14, I have used page down and entered the remaining data.&lt;/P&gt;&lt;P&gt;I was unable to fix this.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642927#M1665907</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-27T17:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642928#M1665908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kishore,&lt;/P&gt;&lt;P&gt;This is a typical example of a BDC which has a &lt;STRONG&gt;table control data &lt;/STRONG&gt;to be uploaded. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87597" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If you donot have any custom modifications to the &lt;STRONG&gt;"IE01- Create Equipment"&lt;/STRONG&gt;, then it is advised to make use of the BAPI - &lt;STRONG&gt;'BAPI_EQUI_CREATE'. &lt;/STRONG&gt;This will help you help you conserve effort rather than resolving the typical index related issues in the BDC.&lt;/P&gt;&lt;P&gt;But if you have considerable screen changes, then you will have to go with BDC. The solution is already available at &lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Using+Table+Control+in+BDC"&gt;SDN wiki&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 18:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642928#M1665908</guid>
      <dc:creator>ShyamPindiproli</dc:creator>
      <dc:date>2012-03-27T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642929#M1665909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subaramanya,&lt;/P&gt;&lt;P&gt;I cant use the BAPI, since there are many custom modifications. Actually I have used below code before the above code. It worked perfectly until it moved to quality. In qulaity i got an error the OK code T\09 does not exists. when i checked for few cases the documents tab is 9th and for some cases 6th and 7th. I dont know why. Then i changed my code to the previous post which is not working.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM bdc_field&amp;nbsp; USING 'BDC_OKCODE' '=T\09'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOOP AT TBL_FID_EQTREF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO USING 'SAPMIEQ0' '0101'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_FID = 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKAR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform bdc_field&amp;nbsp; using 'BDC_CURSOR' V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKAR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKNR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKNR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKVR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKVR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKTL(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKTL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using 'BDC_OKCODE' '=CV140_INS'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;If i was not able to fix the table data, is there any way to find the last tab (it would be always documents tab)number dynamically. so that i can change my code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 05:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642929#M1665909</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T05:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642930#M1665910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandha,&lt;/P&gt;&lt;P&gt;With reference to the error you've posted "OK code T\09 does not exists", it shows that there is a version difference in the customisations transported to the Quality system in comparison to the changes done in the Dvelopment System.&lt;/P&gt;&lt;P&gt;Hence, to resolve this, kindly get all the customisations transported to the Quality System --&amp;gt; Production System. Then record your BDC and corresponding coding for the transaction. These errors will be minimised.&lt;/P&gt;&lt;P&gt;Also, as quoted by 'Subrahmanya', do try the BAPI with enhancements to the BAPI as this will be a better and complete solution.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 05:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642930#M1665910</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-03-28T05:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642931#M1665911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, if you record the Transaction using "default size" option you can be fairly safe to hardcode the index number on the table control (will be fine tuned after a couple of tries though).&lt;/P&gt;&lt;P&gt;This setting will ensure that the recording screen will be the same one that will exist during actual BDC. And hardcoding the index positions should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87783" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 05:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642931#M1665911</guid>
      <dc:creator>ShyamPindiproli</dc:creator>
      <dc:date>2012-03-28T05:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642932#M1665912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramanya and Pranav,&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;I have done the recording once more and wrote the below code. This code working fine only in debugging...that is when i click F6 at CALL TRANSACTION the equipment is created and the documents are copied correctly(I tested with 15 documents in which 2 marked for deletion and 13 documents copied correctly). But when i run report in foreground with no break point, i'm getting nothing. Please help me where i'm wrong.&lt;/P&gt;&lt;P&gt;And also when i run it foreground...its working first time and second time its not...third time its working and fourth its not...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM bdc_field&amp;nbsp; USING 'BDC_OKCODE' '=DO'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA: p_opt TYPE ctu_params.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE: 'A' TO p_opt-updmode,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Update mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'X' to p_opt-DEFSIZE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; space to p_opt-NOBINPT,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'N' TO p_opt-dismode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="FR" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_fid = 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;LOOP AT TBL_FID_EQTREF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPLCVOB' '0200'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKAR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform bdc_field&amp;nbsp; using 'BDC_CURSOR' V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '/00'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKAR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKNR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKNR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKVR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKVR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKTL(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKTL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if v_fid eq 11.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '/00'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPLCVOB' '0200'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '=P++'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear:v_champ,v_fid.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_fid = 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPLCVOB' '0200'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKAR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform bdc_field&amp;nbsp; using 'BDC_CURSOR' V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '/00'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_fid = v_fid + 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endloop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPLCVOB' '0200'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '=GOON'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING 'SAPMIEQ0' '0101'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD USING 'BDC_OKCODE'&amp;nbsp; '=BU'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL TRANSACTION K_TRAN1 USING TBL_BDCDATA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS FROM p_opt MESSAGES INTO TBL_MESSTAB .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Nandha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 07:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642932#M1665912</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T07:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642933#M1665913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nandha,&lt;/P&gt;&lt;P&gt;Use the following options : &lt;/P&gt;&lt;P&gt;P_OPT-DISMODE = 'N'.&lt;/P&gt;&lt;P&gt;P_OPT-UPMODE = 'L'.&lt;/P&gt;&lt;P&gt;P_OPT-RACOMMIT = 'X'.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 07:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642933#M1665913</guid>
      <dc:creator>ShyamPindiproli</dc:creator>
      <dc:date>2012-03-28T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642934#M1665914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandha,&lt;/P&gt;&lt;P&gt;It is a known fact that BDC behave different in background mode when compared to foreground. To locate the error about what's happening you can try the following options:&lt;/P&gt;&lt;P&gt;1. While recording the BDC, select the check-box for 'Simulate Background Mode'.&lt;/P&gt;&lt;P&gt;2. You can create a 'Z' Table in Dev system for Test Purpose and write the BDCMSGCOL internal table to this table to ensure about the events occurred in Background Mode.&lt;/P&gt;&lt;P&gt;Since, your BDC is working with De-bugger, the code is OK. The problem is with COMMIT for the Transaction in Background mode. Try a Hard Commit using the keyword COMMIT WORK at the end of your code.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642934#M1665914</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-03-28T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642935#M1665915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC will always have this problem.&lt;/P&gt;&lt;P&gt;Why dont you use BAPI_EQUI_CREATE?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikash Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642935#M1665915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642936#M1665916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyam,&lt;/P&gt;&lt;P&gt;I changed my code, but still its working one time and not for the second time, working 3rd time not for 4th time...I'm running in foreground only. Every time after executing my report...i'm taking new screen to run the report again.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642936#M1665916</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T08:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642937#M1665917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are only three updates modes available for BDC's.&lt;/P&gt;&lt;TABLE class="confluenceTable"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="confluenceTh"&gt;updmode &lt;/TH&gt;&lt;TH class="confluenceTh"&gt;Meaning &lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd"&gt;A &lt;/TD&gt;&lt;TD class="confluenceTd"&gt;Asynchronous. Update function modules are executed in UPD workprocess. A is the default mode. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd"&gt;S &lt;/TD&gt;&lt;TD class="confluenceTd"&gt;Synchronous. Update function modules are executed in UPD workprocess BUT all COMMIT WORK are processed as if they were COMMIT WORK AND WAIT. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd"&gt;L &lt;/TD&gt;&lt;TD class="confluenceTd"&gt;Local update task. Update function modules are executed as if SET UPDATE TASK LOCAL has been executed at the start of each LUW, i.e. they are executed in the same workprocess as the main program. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of a hard commit .. why not make use of mode "S" ? &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642937#M1665917</guid>
      <dc:creator>ShyamPindiproli</dc:creator>
      <dc:date>2012-03-28T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642938#M1665918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;I have COMMIT WORK AND WAIT.&amp;nbsp; after CALL TRANSACTION, In any mode if I run my program..my problem starts. Its working first time and not for the second time, working 3rd time not for 4th time.&lt;/P&gt;&lt;P&gt;My requirement is &lt;/P&gt;&lt;P&gt;I'm creating an equipment with reference to another equipment, in the IE01 recording i'll uncheck the install location and Document assignments(Because i dont want to copy documents with deletion indicator, so i'm manually moving that using BDC).&lt;/P&gt;&lt;P&gt;In the second tab i'll update plant and ABC indicator. Then i'll update the classification overview and at last the headache documents without deletion indicator.&lt;/P&gt;&lt;P&gt;Now please tell me is there any BAPI to complete this requirement.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642938#M1665918</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642939#M1665919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyam,&lt;/P&gt;&lt;P&gt;Used the same, but no change in the result.&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642939#M1665919</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642940#M1665920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why cant you use BAPI_EQUI_CREATE_BY_REFERENCE ?.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikash Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642940#M1665920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T09:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642941#M1665921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandha,&lt;/P&gt;&lt;P&gt;As rightly suggested by Vikas, you can use&amp;nbsp; BAPI_EQUI_CREATE_BY_REFERENCE which has parameters for COPY FLAGS. There you can specify the documents or other options that you do not want to copy.&lt;/P&gt;&lt;P&gt;Finally, you've said that the BDC works for the odd instances and does not work for the even instances. So, my doubt is what errors are thrown by the system on 2nd, 4th, 6th instances? Did you try de-bugging the 2nd run?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642941#M1665921</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-03-28T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642942#M1665922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;For even instances the equipment got created but the documents didn't copied, documents tab is blank not even a single document. &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 12:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642942#M1665922</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642943#M1665923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'll try that BAPI and get back to you all.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 12:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642943#M1665923</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-03-28T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642944#M1665924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Chk out this skeleton for the BAPI call&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S31"&gt;**&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;**&amp;nbsp; Equipment Create by reference using BAPI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;**&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CONVERSION_EXIT_ALPHA_INPUT'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;input&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_equnr&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;output &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_equnr.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;**&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;** Indicators for Sub-Objects to be Copied from Reference&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;**&lt;/SPAN&gt;&lt;BR /&gt;r_flags&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;cp_measpt&amp;nbsp; &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"Checkbox: Copy measuring points and counters&lt;/SPAN&gt;&lt;BR /&gt;r_flags&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;cp_mpt_txt &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"Checkbox: Copy measuring points with long text&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_EQUI_CREATE_BY_REFERENCE'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; reference_number&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_equnr&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copy_flags&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_flags&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; equipment&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_equi&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;equnr&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_general_exp&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_gen&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_specific_exp &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_spe&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;r_return&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;r_return&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"&amp;nbsp; Error processing logic &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ELSE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_TRANSACTION_COMMIT'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;wait &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDIF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 17:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642944#M1665924</guid>
      <dc:creator>ShyamPindiproli</dc:creator>
      <dc:date>2012-03-28T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642945#M1665925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you absolutely cannot use the BAPI, you can try something that I've had success with.&amp;nbsp; For each row in a table control, I do p+ (down one push), enter the value in subscript (3) (or lower if needed). Hit enter.&amp;nbsp; Repeat for next row.&amp;nbsp; That way you're always inserting data into the blank row, enter moves it to the right row, p+ repositions that row to the top of the table control and you can then put more data into the same now-blank lower row...over and over again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 17:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642945#M1665925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T17:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction ctu_params problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642946#M1665926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since the tab number is differing for various test cases, i debugged the standard and how it is calling the documents tab. I have downloaded a TABSTRIP_TAB and checked the functioin code.&lt;/P&gt;&lt;P&gt;For the documents tab the fcode is &lt;STRONG&gt;=SON, &lt;/STRONG&gt;i have replaced the tab strip number &lt;STRONG&gt;T\09&lt;/STRONG&gt; with &lt;STRONG&gt;SON.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now its working for all the scenario's. Using the CTRL+F1 pop up in IE01 is difficult and unable to handle in BDC.&lt;/P&gt;&lt;P&gt;Thanks to all helping hands.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM bdc_field&amp;nbsp; USING 'BDC_OKCODE' '=SON'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOOP AT TBL_FID_EQTREF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_DYNPRO USING 'SAPMIEQ0' '0101'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_FID = 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKAR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform bdc_field&amp;nbsp; using 'BDC_CURSOR' V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKAR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKNR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKNR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKVR(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKVR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V_CHAMP = ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE&amp;nbsp; 'DRAW-DOKTL(' V_FID&amp;nbsp; ')' INTO V_CHAMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORM BDC_FIELD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USING V_CHAMP&amp;nbsp;&amp;nbsp;&amp;nbsp; TBL_FID_EQTREF-DOKTL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using 'BDC_OKCODE' '=CV140_INS'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-ctu-params-problem/m-p/8642946#M1665926</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2012-04-03T10:31:11Z</dc:date>
    </item>
  </channel>
</rss>

