<?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: User exit for mobile data entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963066#M67900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just don't know how to pass the value in the include program to the field on the subscreen which is defined by me...&lt;/P&gt;&lt;P&gt;Could any body helps?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2005 01:51:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-12T01:51:26Z</dc:date>
    <item>
      <title>User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963060#M67894</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;&lt;/P&gt;&lt;P&gt;I've created a subsceen 1xxx which contains an include program in SAPLLMOB. &lt;/P&gt;&lt;P&gt;The problem I'm facing is the data passing. Suppose I got some codes in the include program. How could I pass the values from the include program and display them onto the output screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 09:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963060#M67894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T09:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963061#M67895</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;Incase if you have created a subscreen in any range in 1xxx the corresponding screen painter looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE STATUS_SCREEN.&lt;/P&gt;&lt;P&gt;  MODULE SU_TEXT.&lt;/P&gt;&lt;P&gt;  MODULE DISABLE_PB_SAVE.&lt;/P&gt;&lt;P&gt;  MODULE SET_CURSOR.&lt;/P&gt;&lt;P&gt;  MODULE DATA_TO_EXIT0100.&lt;/P&gt;&lt;P&gt;  CALL CUSTOMER-SUBSCREEN EXIT0101&lt;/P&gt;&lt;P&gt;         INCLUDING 'SAPLXLRF' SCRN_DATA-scrnd_USCRN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  CALL CUSTOMER-SUBSCREEN EXIT0101.&lt;/P&gt;&lt;P&gt;  MODULE DATA_FROM_EXIT0100.&lt;/P&gt;&lt;P&gt;  MODULE EXIT_COMMANDS AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  FIELD OK_CODE MODULE USER_COMMANDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where in you have two modules naemly data_to_exit and data_from_exit which passes and fetches values fron the common screen fields used and the exit pertaining to the subscreen one on the PBO and the other on the PAI can be used which calls the corresponding include in SAPLXLRF.&lt;/P&gt;&lt;P&gt;so you can code the corresponding logic in it. indeed a bit of R&amp;amp;D will be more helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 09:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963061#M67895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T09:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963062#M67896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The codes are exactly I got.&lt;/P&gt;&lt;P&gt;Could you tell me more?&lt;/P&gt;&lt;P&gt;Inside DATA_FROM_EXIT and DATA_TO_EXIT, I have to modify the includes in the CUSTOMER FUNCTIONS, but I just don't know how...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 09:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963062#M67896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T09:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963063#M67897</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;Indeed the data_from_exit and data_to_exit does not needs to be modified as it will fetch data from the screen where in your are currently working ( main or the subscreen) as your subscreen will be placed on the main screen it will give the set of current cursor placed details. the modification needs to be done at the subscreen exit include which is placed inside the program SAPLXLRF. indeed for each subscreen there will be a standard include starting with LXLRF* series. but you need to put your logic or validation into teh corresponding ZLXLRF*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 10:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963063#M67897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T10:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963064#M67898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm adding a field on the subscreen.&lt;/P&gt;&lt;P&gt;How could I pass the value to the subscreen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 10:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963064#M67898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T10:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963065#M67899</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;If you add fields to your screen then in the PBO exit you can access the same and you pass the value in the include pertaining to the screen in program SAPLLRF. similarly the same holds for PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 11:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963065#M67899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T11:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for mobile data entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963066#M67900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just don't know how to pass the value in the include program to the field on the subscreen which is defined by me...&lt;/P&gt;&lt;P&gt;Could any body helps?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2005 01:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-mobile-data-entry/m-p/963066#M67900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-12T01:51:26Z</dc:date>
    </item>
  </channel>
</rss>

