<?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: XK01 -- Batch Input Program Screen Sequence Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763003#M643292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;I'm using CALL TRANSACTION and as suggested, I tried assigning SY-BINPUT to 'X' and SPACE with no luck...btw there is no field called SY-NOBINPUT......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate your comments&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 16:22:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T16:22:29Z</dc:date>
    <item>
      <title>XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2762999#M643288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guyz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a recording in shdb for xk01 and generated the program from shdb itself and modified the program (both selection screen &amp;amp; processing logic).... suprisingly, when i execute the program, screen sequence is different when compared to the sequence from shdb recording..... i even downloaded the BDCTABLE contents during debugging and compared with recording in SHDB which is fine.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any pointers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after filling lifnr, bukrs &amp;amp; account group on initial screen of xk01, usually NAME &amp;amp; ADDRESS details screen comes up in online and SHDB recording, but during program execution in 'ALL SCREEN' &amp;amp; 'SYNCHRONOUS' mode (call transaction), i'm getting first screen (as expected) but its skipping NAME &amp;amp; ADDRESS details screen and thus my program getting stuck?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate your pointers.....&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 15:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2762999#M643288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T15:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763000#M643289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the first screen, you have to set a check-box that is normally hidden:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    perform dynpro
      tables bdcdata
      using:
     'X' 'SAPMF02K'     '0105',         "Create Vendor: Initial Screen
      ' ' 'RF02K-BUKRS'             '0001',
      ' ' 'RF02K-KTOKK'             'ZZZZ',
      ' ' 'USE_ZAV'                 'X'.         "&amp;lt;=======Here
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cause the program to use the screen in Central Address Management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also think you will probably use screen 0100 rather than 0105 that I have used above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 16:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763000#M643289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763001#M643290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sreedhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some transactions behave differently in foreground and in background. What you can do is that you use CALL TRANSACTION (instead of normal batch input) and set the fiel nobinpt to 'X'. Than you'll get the same screens like online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 16:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763001#M643290</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-09-06T16:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763002#M643291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob --  I already checked 'USE_ZAV'  and screen number just like yours.... yet its happening ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 16:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763002#M643291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763003#M643292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;I'm using CALL TRANSACTION and as suggested, I tried assigning SY-BINPUT to 'X' and SPACE with no luck...btw there is no field called SY-NOBINPUT......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate your comments&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 16:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763003#M643292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T16:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763004#M643293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code I pasted does work. Maybe we don't understand the problem yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(There is no SY-NOBINPUT. But there is an option NOBINPT that I believe the other responder was suggesting be set to 'X'.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 16:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763004#M643293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: XK01 -- Batch Input Program Screen Sequence Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763005#M643294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IT WORKED...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob -- thanks for pointing me to Options ....&lt;/P&gt;&lt;P&gt;Eric- thanks for ur main pointers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wonder you can explain what magic did NOBINPUT field made to this  bdc ?&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 Sep 2007 16:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xk01-batch-input-program-screen-sequence-issue/m-p/2763005#M643294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T16:41:43Z</dc:date>
    </item>
  </channel>
</rss>

