<?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: Unable to get screen fields using function DYNP_VALUES_READ in BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815077#M1588385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rossi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intention to raise that question is not to highlight the usage of funtion, if we conclude on this we can make a note and move quickly in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T-code : CURTO_CREATE&lt;/P&gt;&lt;P&gt;BADI: CUSLNTRTO_ADDIN&lt;/P&gt;&lt;P&gt;Method : CHANGE_CIF_STRUCTURES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System : ECC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 14:13:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-29T14:13:13Z</dc:date>
    <item>
      <title>Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815066#M1588374</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;The below metioned code, i am using in the BADI implemetation to get the screen values from transaction CURTO_CREATE.&lt;/P&gt;&lt;P&gt;But i am not able get the values of the screen fields.&lt;/P&gt;&lt;P&gt;Transacrion : CURTO_CREATE. system : ECC.&lt;/P&gt;&lt;P&gt;program name : CUSLNTRTO_CIF_REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if sy-tcode = 'CURTO_CREATE'.&lt;/P&gt;&lt;P&gt;  move 'LOGSYS' to wa_dynpfields-FIELDNAME.&lt;/P&gt;&lt;P&gt;  append wa_dynpfields to dynpfields.&lt;/P&gt;&lt;P&gt;  clear wa_dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  move 'GP_SIMVE' to wa_dynpfields-FIELDNAME.&lt;/P&gt;&lt;P&gt;  append wa_dynpfields to dynpfields.&lt;/P&gt;&lt;P&gt;  clear wa_dynpfields.&lt;/P&gt;&lt;P&gt;&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               = 'CUSLNTRTO_CIF_REPORT' &lt;/P&gt;&lt;P&gt;             dynumb               = '1000'&lt;/P&gt;&lt;P&gt;            translate_to_upper   = 'X'&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;             dynpfields           = dynpfields&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;            invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;            invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;            invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;             invalid_request      = 05&lt;/P&gt;&lt;P&gt;            no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;            undefind_error       = 07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In differnt ways i tried it ,like i passed sy-cprog instead of program name and with guiprogram also. but no use.&lt;/P&gt;&lt;P&gt;Note: In debug i noticed that its throwing exception 'dynname is invalid'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 11:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815066#M1588374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-24T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815067#M1588375</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;What happened, i didn't get any answer from forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did i violate rules and regulations? If so please correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 07:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815067#M1588375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-07T07:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815068#M1588376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try below code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data declaration for reading values given by user in the selection screen field.&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF i_tab OCCURS 0.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE rsselread.&lt;/P&gt;&lt;P&gt;  DATA: END OF i_tab.&lt;/P&gt;&lt;P&gt;  MOVE: 'LOGSYS' TO i_tab-name,&lt;/P&gt;&lt;P&gt;        'P' TO i_tab-kind. u201CP For parameter&lt;/P&gt;&lt;P&gt;  APPEND i_tab.&lt;/P&gt;&lt;P&gt;  MOVE: 'GP_SIMVE' TO i_tab-name,&lt;/P&gt;&lt;P&gt;        'P' TO i_tab-kind. u201CCheck if field is Parameter&lt;/P&gt;&lt;P&gt;  APPEND i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*move program name and screen number into local variable.&lt;/P&gt;&lt;P&gt;  l_prog = sy-repid. u201C(Try by directly passing program name also)&lt;/P&gt;&lt;P&gt;  l_dynnr = sy-dynnr. u201C(Try by directly passing Screen number also)&lt;/P&gt;&lt;P&gt;*calling function module to get the value given by user.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RS_SELECTIONSCREEN_READ'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      program     = l_prog&lt;/P&gt;&lt;P&gt;      dynnr       = l_dynnr&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      fieldvalues = i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should slove your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815068#M1588376</guid>
      <dc:creator>sharanjee_186716</dc:creator>
      <dc:date>2011-06-07T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815069#M1588377</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with function RS_SELECTIONSCREEN_READ to read the values from the screen in BADI interface level ie while implementing the BADI related to 'CURTO_CREATE', t-code. But its not picking the values from the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we can use this function in normal reports, Because the SY-REPID is always same in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase of interfaces the SY-REPID values cahnges to implementation name of BADI ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i tried by passing SY-CPROG but there is no use .. I think we cant use these functions in interface level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any other approch to read values from  the screen into interface level, please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 08:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815069#M1588377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-19T08:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815070#M1588378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PHANI CHOWDARY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is certain is that your issue is not related to the BAdI, but to the context in which it runs (for example, you are in a different internal session).&lt;/P&gt;&lt;P&gt;By debugging from your BAdI, can you see the content of the parameters of program? Just enter variable name, as is :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(CUSLNTRTO_CIF_REPORT)LOGSYS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work it means you are not in the same internal session, so you'll have to choose another method to get the parameters (for example, by exporting them from the report, and importing them from your BAdI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in your current context, RS_SELECTIONSCREEN_READ is exactly the same as DYNP_VALUES_READ (the only case where you must use RS_SELECTIONSCREEN_READ is when you are handling the input help (F4) of a selection criterion in your own program using POV event).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 12:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815070#M1588378</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-19T12:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815071#M1588379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned, i have checked the value of varable ' (CUSLNTRTO_CIF_REPORT)LOGSYS ', during debgging BADI. The variable holding some value( SCXCLNT700 ). So its in same internal session, but in function i didnot get any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier i tried with export and import variable, that was working fine but disadvatage is need copy the standard program into custom program, in that we need to export variable to memory id and import it into BADI interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, shall we conlude that 'the above functions are not useful in BADIs?' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 09:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815071#M1588379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-21T09:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815072#M1588380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you intend to read teh values entered on screen.&lt;/P&gt;&lt;P&gt;The badi needs to be in the PAI of the screen, Where is it being called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 09:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815072#M1588380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-21T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815073#M1588381</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;After Key-in the values in the input screen of CURTO_CRETE, then only BADI will trigger, hence it is being called in the event PAI of the transction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 10:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815073#M1588381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-21T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815074#M1588382</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;Check for the FM/Class~method which is setting the data mentioned in reply above, just before call is made to BADI in standard program.&lt;/P&gt;&lt;P&gt;Similar way use the FM/Method in similar sequence in your development to set the parameter.&lt;/P&gt;&lt;P&gt;This should solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please intimate if the issue is resolved and what approach you took.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks \Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 10:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815074#M1588382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-21T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815075#M1588383</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;PRE&gt;&lt;CODE&gt;&lt;P&gt;So, shall we conlude that 'the above functions are not useful in BADIs?'&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;PLEASE STOP SAYING THAT, it's not related at all. This is not a BAdI issue, this is a context issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess sap_wiz is on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us what is the name of the BAdI, and which method is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 12:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815075#M1588383</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-21T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815076#M1588384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for your suggestion, but there no preceeding methods which are holding the required data. So i haven't approached this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have achieved this requirement by export/import parameters. ie i copied the t-code to custom and chaned the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 13:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815076#M1588384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815077#M1588385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rossi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intention to raise that question is not to highlight the usage of funtion, if we conclude on this we can make a note and move quickly in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T-code : CURTO_CREATE&lt;/P&gt;&lt;P&gt;BADI: CUSLNTRTO_ADDIN&lt;/P&gt;&lt;P&gt;Method : CHANGE_CIF_STRUCTURES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System : ECC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 14:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815077#M1588385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815078#M1588386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use field-symbols:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs&amp;gt; TYPE LOGSYS.  "put here the correct type&lt;/P&gt;&lt;P&gt;DATA: zprogram(30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  zprogram = '(CUSLNTRTO_CIF_REPORT)LOGSYS'.&lt;/P&gt;&lt;P&gt;  ASSIGN (zprogram) TO &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can read the value in debug mode you can use it, I did it a lot of times when these FM don't works... try and tell us...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 16:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815078#M1588386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-29T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get screen fields using function DYNP_VALUES_READ in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815079#M1588387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Husalban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The piece of code is working fine using field symbols, so i am able get the details into BADI interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So no need to copy program to custom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you verymuch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 09:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-get-screen-fields-using-function-dynp-values-read-in-badi/m-p/7815079#M1588387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-04T09:39:59Z</dc:date>
    </item>
  </channel>
</rss>

