<?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: No Batch Input for Screen 0300 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586094#M863452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be a field on the screen 0300 which requires mandatory data.....and eventually throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording and see if you are passing data to all those madatory fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it helps..&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 13:51:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T13:51:23Z</dc:date>
    <item>
      <title>No Batch Input for Screen 0300</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586092#M863450</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;  I am doing an inter-company asset transfer using ABT1(Call Transaction).&lt;/P&gt;&lt;P&gt;  However for few assets its giving me the error as 'No Batch input found for screen' '0300' even though&lt;/P&gt;&lt;P&gt;  the message type in MESSTAB table is 'S'.And one I run the program again for same asset it works   properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM 450_DYNPRO USING:&lt;/P&gt;&lt;P&gt;               'X' 'SAPLAMDP_OLD' '0100',&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP1-BLDAT'  L_SYDATE,          " Document Date&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP1-BLART'  'AA',              " Document Type&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP1-BUDAT'  L_PSTDAT,          " Posting Date&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP1-TRAVA'  P_VAR,             " Transfer Variant&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP1-BZDAT'  L_BZDAT,           " Asset Value Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Posting Specifications&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;               ' ' 'RAIFP2-BUKRS' PWA_ASSET-BUKRS,    " From Company&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP2-ANLN1' PWA_ASSET-ANLN1,    " Asset&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP2-ANLN2' '0000',             " Sub Asset No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            ' ' 'RAIFP3-BUKRS' P_BUKRTO,              " To Company from i/p screen&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP3-XNANL' 'X',                " New Asset&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;               ' ' 'RAIFP2-XERBW' 'X',                " NBV from area button&lt;/P&gt;&lt;P&gt;               ' ' 'RAIFP2-AFABE' '01',               " Default 01&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_OKCODE' '/00',                " Enter&lt;/P&gt;&lt;P&gt;*Second Screen&lt;/P&gt;&lt;P&gt;               'X' 'SAPLAIST'    '2110',&lt;/P&gt;&lt;P&gt;               ' ' 'ANLZ-KOSTL'  P_KOSTL,        " Cost Center&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_OKCODE' '=DETA'.         " Push  additional data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Enter allocations tab Common for ABT1 and AS11 transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PERFORM 450_DYNPRO USING:&lt;/P&gt;&lt;P&gt;      'X' 'SAPLAIST'    '1000',&lt;/P&gt;&lt;P&gt;      ' ' 'BDC_OKCODE'  '=TAB03',          " Go to Allocations tab&lt;/P&gt;&lt;P&gt;      'X' 'SAPLAIST'    '1000',&lt;/P&gt;&lt;P&gt;      ' ' 'ANLA-GDLGRP' P_GDLGRP,          " Enter value for eval. Grp 5&lt;/P&gt;&lt;P&gt;      ' ' 'BDC_OKCODE' '=TAB08'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;In the screen create&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PERFORM 450_DYNPRO USING:&lt;/P&gt;&lt;P&gt;      'X' 'SAPLAIST'    '1000',&lt;/P&gt;&lt;P&gt;      ' ' 'BDC_OKCODE'  '=RW'.              " Go back to Second screen&lt;/P&gt;&lt;P&gt;    PERFORM 450_DYNPRO USING:&lt;/P&gt;&lt;P&gt;      'X' 'SAPLAIST'    '2110',&lt;/P&gt;&lt;P&gt;      ' ' 'BDC_OKCODE'  '=CREA',            " Create the transaction&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   'X' 'SAPMSSY0'    '0120',&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ' ' 'BDC_OKCODE'  '=&amp;amp;ONT',&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Save the transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      'X' 'SAPLAMDP_OLD' '0100',&lt;/P&gt;&lt;P&gt;      ' ' 'BDC_OKCODE' '=SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone pls help in knowing me whats the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586092#M863450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: No Batch Input for Screen 0300</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586093#M863451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some unexpected screen must be popping up. go to the main program of that transaction &amp;amp; check name of screen 300. normally functional person should be able to tell in which condition (data) that screeen appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586093#M863451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: No Batch Input for Screen 0300</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586094#M863452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be a field on the screen 0300 which requires mandatory data.....and eventually throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording and see if you are passing data to all those madatory fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it helps..&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-for-screen-0300/m-p/3586094#M863452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T13:51:23Z</dc:date>
    </item>
  </channel>
</rss>

