<?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 Problem in Calling transactions from a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582059#M1272993</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 requirement to process 3 transactions F-29, VA01 and F-32 in a program 1 after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i tried like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call TRANSACTION 'F-29'.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'VA01'.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'F-32'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working and posting also done correctly.&lt;/P&gt;&lt;P&gt;But problem is whenever i am clicking back button at any screen of program it should go to initial screen, i.e, F-29 initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case if i m pressing back button while i am in F-29 screen, its going to VA01 initial screen and if back button is pressed in VA01, its going to F-32 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibilities to capture 'BACK' in Sy-UCOMM?&lt;/P&gt;&lt;P&gt;Please Suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 07:06:59 GMT</pubDate>
    <dc:creator>former_member506713</dc:creator>
    <dc:date>2009-05-20T07:06:59Z</dc:date>
    <item>
      <title>Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582059#M1272993</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 requirement to process 3 transactions F-29, VA01 and F-32 in a program 1 after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i tried like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call TRANSACTION 'F-29'.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'VA01'.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'F-32'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working and posting also done correctly.&lt;/P&gt;&lt;P&gt;But problem is whenever i am clicking back button at any screen of program it should go to initial screen, i.e, F-29 initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case if i m pressing back button while i am in F-29 screen, its going to VA01 initial screen and if back button is pressed in VA01, its going to F-32 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibilities to capture 'BACK' in Sy-UCOMM?&lt;/P&gt;&lt;P&gt;Please Suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582059#M1272993</guid>
      <dc:creator>former_member506713</dc:creator>
      <dc:date>2009-05-20T07:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582060#M1272994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Please explain clearly how you want the process .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582060#M1272994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T07:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582061#M1272995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this &lt;/P&gt;&lt;P&gt;[http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=9971]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for reference SAP note 941500 addresses this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Safel007 on May 20, 2009 12:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582061#M1272995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T07:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582062#M1272996</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;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm &lt;/P&gt;&lt;P&gt;     when  'BACK'&lt;/P&gt;&lt;P&gt;        Call the transaction 'F-29'.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582062#M1272996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T07:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582063#M1272997</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;Try using AT SELECTION-SCREEN event .Write the coding like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case SY_UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write ur coding according to ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582063#M1272997</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-05-20T07:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582064#M1272998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please check this code , it will resolve the issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'F-29'.
CASE sy-ucomm.
  WHEN '  ' OR 'RW'.
    CALL TRANSACTION 'F-29'.
ENDCASE.
CALL TRANSACTION 'VA01'.
CASE sy-ucomm.
  WHEN '  ' OR 'RW'.
    CALL TRANSACTION 'F-29'.
ENDCASE.
CALL TRANSACTION 'F-32'.
CASE sy-ucomm .
  WHEN '  ' OR 'RW'.
    CALL TRANSACTION 'F-29'.
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 08:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582064#M1272998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T08:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582065#M1272999</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;You can try below code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'RW'.&lt;/P&gt;&lt;P&gt;if sy-tcode = 'F-29'.&lt;/P&gt;&lt;P&gt;leave screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if sy-tcode = 'F-32'.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'VA01'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'BAC1'.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'F-29'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this wil help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 08:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582065#M1272999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T08:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582066#M1273000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pinaki and thanks everybody.&lt;/P&gt;&lt;P&gt;I tried as per your suggestion.&lt;/P&gt;&lt;P&gt;But after pressing back button, its coming back to Z program but sy-ucomm contains nothing. I checked it by debugging that its finding nothing in sy-ucomm and going to next transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 08:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582066#M1273000</guid>
      <dc:creator>former_member506713</dc:creator>
      <dc:date>2009-05-20T08:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582067#M1273001</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 u are calling transactions in custom report then u need to use &lt;/P&gt;&lt;P&gt;SET SCREEN 0 &lt;/P&gt;&lt;P&gt;leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 08:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582067#M1273001</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2009-05-20T08:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582068#M1273002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pinaki and thanks everybody.&lt;/P&gt;&lt;P&gt;I tried as per your suggestion.&lt;/P&gt;&lt;P&gt;But after pressing back button, its coming back to Z program but sy-ucomm contains nothing. I checked it by debugging that its finding nothing in sy-ucomm and going to next transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 08:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582068#M1273002</guid>
      <dc:creator>former_member506713</dc:creator>
      <dc:date>2009-05-20T08:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582069#M1273003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As because SY-UCOMM is initial , in case statement &lt;STRONG&gt;WHEN ' '&lt;/STRONG&gt; is checked.&lt;/P&gt;&lt;P&gt;Please check once please -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'F-29'.
CASE sy-ucomm.
  WHEN space.
    CALL TRANSACTION 'F-29'.
ENDCASE.
CALL TRANSACTION 'VA01'.
CASE sy-ucomm.
  WHEN space.
    CALL TRANSACTION 'F-29'.
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 09:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582069#M1273003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582070#M1273004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;run the below code and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:   MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.

call TRANSACTION 'F-29' USING BDCDATA
                     MESSAGES INTO MESSTAB.
if not messtab[] is initial.
  refresh messtab.
  call TRANSACTION 'VA01' USING BDCDATA
                     MESSAGES INTO MESSTAB.
  if not messtab[] is initial.
    refresh messtab.
    call TRANSACTION 'F-32' USING BDCDATA
                     MESSAGES INTO MESSTAB.
  endif.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tripat Pal Singh on May 20, 2009 3:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 10:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582070#M1273004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582071#M1273005</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;Back option is working fine. Thanks all for ur valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell how can i capture the values entered in the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************************************************&lt;/P&gt;&lt;P&gt;I tried using 'DYNP_VALUES_READ' FM like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;l_i_dynpfields  TYPE STANDARD TABLE OF dynpread INITIAL SIZE 0,&lt;/P&gt;&lt;P&gt;l_wa_dynpfields TYPE dynpread,&lt;/P&gt;&lt;P&gt;l_carrid TYPE RF05A-NEWKO.&lt;/P&gt;&lt;P&gt;*Populate the Parameter Name whoso value is required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_wa_dynpfields-fieldname = 'RF05A-NEWKO'.          "Customer Account&lt;/P&gt;&lt;P&gt;APPEND l_wa_dynpfields TO l_i_dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Call the FM to read that value&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   dyname                         = 'SAPMF05A'&lt;/P&gt;&lt;P&gt;   dynumb                         = '111'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TRANSLATE_TO_UPPER             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REQUEST                        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PERFORM_CONVERSION_EXITS       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PERFORM_INPUT_CONVERSION       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DETERMINE_LOOP_INDEX           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   dynpfields                     = l_i_dynpfields&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;  invalid_abapworkarea           = 1&lt;/P&gt;&lt;P&gt;  invalid_dynprofield            = 2&lt;/P&gt;&lt;P&gt;  invalid_dynproname             = 3&lt;/P&gt;&lt;P&gt;  invalid_dynpronummer           = 4&lt;/P&gt;&lt;P&gt;  invalid_request                = 5&lt;/P&gt;&lt;P&gt;  no_fielddescription            = 6&lt;/P&gt;&lt;P&gt;  invalid_parameter              = 7&lt;/P&gt;&lt;P&gt;  undefind_error                 = 8&lt;/P&gt;&lt;P&gt;  double_conversion              = 9&lt;/P&gt;&lt;P&gt;  stepl_not_found                = 10&lt;/P&gt;&lt;P&gt;  OTHERS                         = 11&lt;/P&gt;&lt;P&gt;         .&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;*Get the value&lt;/P&gt;&lt;P&gt; READ TABLE l_i_dynpfields INTO l_wa_dynpfields&lt;/P&gt;&lt;P&gt; WITH KEY fieldname = 'RF05A-NEWKO'.&lt;/P&gt;&lt;P&gt; IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;   l_carrid = l_wa_dynpfields-fieldvalue.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************&lt;/P&gt;&lt;P&gt;and also FM  'GET_DYNP_VALUE' as &lt;/P&gt;&lt;P&gt;*DATA : l_newko TYPE string.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*CALL FUNCTION 'GET_DYNP_VALUE'&lt;/P&gt;&lt;P&gt;*EXPORTING&lt;/P&gt;&lt;P&gt;*I_FIELD = 'RF05A-NEWKO'&lt;/P&gt;&lt;P&gt;*I_REPID = 'SAPMF05A'&lt;/P&gt;&lt;P&gt;*I_DYNNR = '111'&lt;/P&gt;&lt;P&gt;*CHANGING&lt;/P&gt;&lt;P&gt;*O_VALUE = l_newko.&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But both are not able to collect values.&lt;/P&gt;&lt;P&gt;This is required so that account no of customer i can be used directly in 1st screen of transaction 'F-32'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 10:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582071#M1273005</guid>
      <dc:creator>former_member506713</dc:creator>
      <dc:date>2009-05-22T10:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582072#M1273006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to read items from screen, but of course you can get customer open items from BSIK table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 11:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582072#M1273006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Calling transactions from a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582073#M1273007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the solution finally taking directly from table BSEG considering posting document number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 10:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-transactions-from-a-program/m-p/5582073#M1273007</guid>
      <dc:creator>former_member506713</dc:creator>
      <dc:date>2009-05-25T10:48:08Z</dc:date>
    </item>
  </channel>
</rss>

