<?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: Problem Batch Input SAPLSLVC_FULLSCREEN 0700 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190068#M1519630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello   Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is very helpfull for me. I read the  653536 Note and understand it, but i am not be able to write a correct code for my recording and I can´t save the telex number , and when i look for in XK03 doesn´t appears. Can you tell me the exact code that I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 09:19:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-24T09:19:00Z</dc:date>
    <item>
      <title>Problem Batch Input SAPLSLVC_FULLSCREEN 0700</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190064#M1519626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem during my batch input recording. The requirement I have is to maintain the communication type TLX (Télex) when i´m creating a new vendor. I'm creating a BDC for XK01, and when i´m trying to input the "other communication" details for the vendor, recording stop. I saw on SDN similar problems: (  ) But i don´t see the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   PERFORM bdc_dynpro      USING 'SAPMF02K' '0100'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR' 'RF02K-KTOKK'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RF02K-KTOKK' i_sol-ktokk.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RF02K-BUKRS' i_sol-bukrs.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RF02K-EKORG' ekorg.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE' '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM bdc_dynpro      USING 'SAPMF02K' '0111'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_CURSOR'   'ADDR1_DATA-REGION'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-NAME1' i_sol-name1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-POST_CODE1' i_sol-pstlz.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-STREET' i_sol-stras.&lt;/P&gt;&lt;P&gt;     PERFORM bdc_field       USING 'ADDR1_DATA-NAME2' i_sol-name2.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-SORT1' i_sol-sort1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-SORT2' i_sol-sort2.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_OKCODE' '=$MCO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM bdc_dynpro      USING 'SAPLSLVC_FULLSCREEN' '0700'.      &lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_OKCODE' '=%_GC 117 3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM bdc_dynpro      USING 'SAPLSZA6' '0500'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_CURSOR' 'ADTLX-TLX_NUMBER(01)'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADTLX-TLX_NUMBER(01)' i_sol-telx1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_OKCODE' '=CONT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is that the cursor in dynpro 700 appears in first position (Fax) and i want to put it on the télex position, but any codes i try resolved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Noaser on Aug 19, 2010 11:47 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 09:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190064#M1519626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T09:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Batch Input SAPLSLVC_FULLSCREEN 0700</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190065#M1519627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read [Note 653536 - Recording communication data cannot be processed|https://service.sap.com/sap/support/notes/653536], there is the list of the ok_code to use in your recording (don't use any double-click) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Use =$TLX for telex and not =$MCO for Other communication, remove code for dynpro 700.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 10:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190065#M1519627</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-19T10:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Batch Input SAPLSLVC_FULLSCREEN 0700</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190066#M1519628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While recording, Don't check "Not a batch input session". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now during recording, You will find that the telex number field is available where you can enter directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you check "Not a batch input session", when you click on the other communication, it calls the list which can't be recorded ( Only screens can be recorded ).&lt;/P&gt;&lt;P&gt;&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;Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujay Venkateswaran Krishnakumar on Aug 19, 2010 12:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 10:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190066#M1519628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-19T10:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Batch Input SAPLSLVC_FULLSCREEN 0700</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190067#M1519629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sujay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program version before the requirement was doing the recording just like you say, and i was writing the telex number ok calling dynpro  'SAPMF02K' '0110',  but requirement wants to do it in a  "Not a batch input session" and the recording call dynpro 'SAPMF02K' '0111'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 08:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190067#M1519629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Batch Input SAPLSLVC_FULLSCREEN 0700</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190068#M1519630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello   Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is very helpfull for me. I read the  653536 Note and understand it, but i am not be able to write a correct code for my recording and I can´t save the telex number , and when i look for in XK03 doesn´t appears. Can you tell me the exact code that I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 09:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190068#M1519630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T09:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Batch Input SAPLSLVC_FULLSCREEN 0700</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190069#M1519631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved problem, I changed my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM bdc_dynpro    USING 'SAPMF02K'                     '0111'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_OKCODE'                '=$TLX'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_CURSOR'                 'ADDR1_DATA-REGION'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-NAME1'    i_sol-name1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-POST_CODE1' i_sol-pstlz.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-STREET'  i_sol-stras.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-HOUSE_NUM1'  i_sol-house_num1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-CITY1'      i_sol-ort01.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-COUNTRY' spras.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-REGION'   i_sol-regio.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-LANGU'    i_sol-spras.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-NAME2'    i_sol-name2.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-SORT1'    i_sol-sort1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-SORT2'    i_sol-sort2.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADDR1_DATA-REMARK' i_sol-comentarios.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'SZA1_D0100-TEL_NUMBER' i_sol-telf1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'SZA1_D0100-FAX_NUMBER' i_sol-telfx.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'SZA1_D0100-SMTP_ADDR'  i_sol-email.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'SZA1_D0100-MOB_NUMBER' i_sol-mob_number.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      PERFORM bdc_dynpro      USING 'SAPLSZA6'                    '0500'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_CURSOR'                 'ADTLX-TLX_NUMBER(01)'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'ADTLX-TLX_NUMBER(01)' i_sol-telx1.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_OKCODE'                 '=CONT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      PERFORM bdc_dynpro      USING 'SAPMF02K'                    '0111'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'BDC_OKCODE'                 '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 10:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-batch-input-saplslvc-fullscreen-0700/m-p/7190069#M1519631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T10:02:53Z</dc:date>
    </item>
  </channel>
</rss>

