<?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 log book in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271841#M1216990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a subscreen for lbk1 transaction code . I am able to see the subscreen but when i am clicking on save button iam getting the bellow error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly solve my problem , i am new to badi concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED                                                  &lt;/P&gt;&lt;P&gt;Except.                CX_SY_REF_IS_INITIAL                                                         &lt;/P&gt;&lt;P&gt;Date and Time          06.03.2009 16:00:02                                                                                &lt;/P&gt;&lt;P&gt;Short text                                                                                &lt;/P&gt;&lt;P&gt;Access via 'NULL' object reference not possible.                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLDIACL_GUI_LGE" had to be terminated because it                  &lt;/P&gt;&lt;P&gt;     has                                                                                &lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.                                &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;What can you do?                                                                                &lt;/P&gt;&lt;P&gt;Note down which actions and inputs caused the error.                                                                                &lt;/P&gt;&lt;P&gt;To process the problem further, contact you SAP system                                        &lt;/P&gt;&lt;P&gt;    administrator.                                                                                &lt;/P&gt;&lt;P&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look                                   &lt;/P&gt;&lt;P&gt;    at and manage termination messages, and you can also                                          &lt;/P&gt;&lt;P&gt;    keep them for a long time.                                                                    &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.                                      &lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not                     &lt;/P&gt;&lt;P&gt;     caught in                                                                                &lt;/P&gt;&lt;P&gt;procedure "DIOHFW_GUI_START_APPL" "(FUNCTION)", nor was it propagated by a                    &lt;/P&gt;&lt;P&gt;     RAISING clause.                                                                                &lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have anticipated that the                         &lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.                                     &lt;/P&gt;&lt;P&gt;    The reason for the exception is:                                                              &lt;/P&gt;&lt;P&gt;    You attempted to use a 'NULL' object reference (points to 'nothing')                          &lt;/P&gt;&lt;P&gt;    access a component (variable: "GR_LOG_ENTRY").                                                &lt;/P&gt;&lt;P&gt;    An object reference must point to an object (an instance of a class)                          &lt;/P&gt;&lt;P&gt;    before it can be used to access components.                                                   &lt;/P&gt;&lt;P&gt;    Either the reference was never set or it was set to 'NULL' using the                          &lt;/P&gt;&lt;P&gt;    CLEAR statement.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to                        &lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.                                                      &lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following                        &lt;/P&gt;&lt;P&gt;    keywords:                                                                                &lt;/P&gt;&lt;P&gt;"OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"                                          &lt;/P&gt;&lt;P&gt;    "SAPLDIACL_GUI_LGE" or "LDIACL_GUI_LGEI01"                                                    &lt;/P&gt;&lt;P&gt;    "LOCK_LGE"                                                                                &lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself and want to send an error                            &lt;/P&gt;&lt;P&gt;    notification to SAP, include the following information:                                                                                &lt;/P&gt;&lt;P&gt;1. The description of the current problem (short dump)                                                                                &lt;/P&gt;&lt;P&gt;To save the description, choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                            &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;2. Corresponding system log                                                                                &lt;/P&gt;&lt;P&gt;Display the system log by calling transaction SM21.                                        &lt;/P&gt;&lt;P&gt;       Restrict the time interval to 10 minutes before and five minutes                           &lt;/P&gt;&lt;P&gt;    after the short dump. Then choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                             &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;3. If the problem occurs in a problem of your own or a modified SAP                           &lt;/P&gt;&lt;P&gt;    program: The source code of the program                                                       &lt;/P&gt;&lt;P&gt;       In the editor, choose "Utilities-&amp;gt;More                                                     &lt;/P&gt;&lt;P&gt;    Utilities-&amp;gt;Upload/Download-&amp;gt;Download".                                                                                &lt;/P&gt;&lt;P&gt;4. Details about the conditions under which the error occurred or which                       &lt;/P&gt;&lt;P&gt;    actions and input led to the error.                                                                                &lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within proedure                                &lt;/P&gt;&lt;P&gt;    "DIOHFW_GUI_START_APPL" "(FUNCTION)", or its possible occurrence must be                      &lt;/P&gt;&lt;P&gt;     declared in the                                                                                &lt;/P&gt;&lt;P&gt;RAISING clause of the procedure.                                                              &lt;/P&gt;&lt;P&gt;    To prevent the exception, note the following:                                                                                &lt;/P&gt;&lt;P&gt;Line  	SourceCde                                                                                &lt;/P&gt;&lt;P&gt;1 	&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    2 	***INCLUDE LDIACL_GUI_LGEI01 .                                                              &lt;/P&gt;&lt;P&gt;    3 	&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    4 	&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    5 	*&amp;amp;      Module  lock_lge  INPUT                                                             &lt;/P&gt;&lt;P&gt;    6 	&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    7 	*       text                                                                                &lt;/P&gt;&lt;P&gt;8 	&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    9 	MODULE lock_lge INPUT.                                                                      &lt;/P&gt;&lt;P&gt;   10                                                                                &lt;/P&gt;&lt;P&gt;11 	  CHECK NOT g_lge_impl IS INITIAL.                                                          &lt;/P&gt;&lt;P&gt;   12                                                                                &lt;/P&gt;&lt;P&gt;13 	  IF ( gr_browser-&amp;gt;get_fcode( ) EQ gcs_fcode-change ) OR (                                  &lt;/P&gt;&lt;P&gt;   14 	gr_browser-&amp;gt;get_fcode( ) EQ gcs_fcode-create ) .                                            &lt;/P&gt;&lt;P&gt;   15                                                                                &lt;/P&gt;&lt;P&gt;16 	*   lock log entry to be changed                                                            &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 	    CALL METHOD gr_log_entry-&amp;gt;if_appl_obj_ohfw~lock                                         &lt;/P&gt;&lt;P&gt;   18                                                                                &lt;/P&gt;&lt;P&gt;19 	*     NOTE 762646 - MEB upporting                                                           &lt;/P&gt;&lt;P&gt;   20 	      EXCEPTIONS                                                                                &lt;/P&gt;&lt;P&gt;21 	        foreign_lock   = 1.                                                                 &lt;/P&gt;&lt;P&gt;   22                                                                                &lt;/P&gt;&lt;P&gt;23 	*   evaluate lock result                                                                    &lt;/P&gt;&lt;P&gt;   24 	    IF NOT sy-subrc IS INITIAL.                                                             &lt;/P&gt;&lt;P&gt;   25                                                                                &lt;/P&gt;&lt;P&gt;26 	      MESSAGE ID sy-msgid                                                                   &lt;/P&gt;&lt;P&gt;   27 	      TYPE 'I'                                                                                &lt;/P&gt;&lt;P&gt;28 	      NUMBER sy-msgno                                                                       &lt;/P&gt;&lt;P&gt;   29 	      WITH sy-msgv1 sy-msgv2                                                                &lt;/P&gt;&lt;P&gt;   30 	           sy-msgv3 sy-msgv4.                                                               &lt;/P&gt;&lt;P&gt;   31                                                                                &lt;/P&gt;&lt;P&gt;32 	*     locking failed -&amp;gt; set function code to display                                        &lt;/P&gt;&lt;P&gt;   33 	      CALL METHOD gr_browser-&amp;gt;set_fcode( gcs_fcode-disp ).                                  &lt;/P&gt;&lt;P&gt;   34                                                                                &lt;/P&gt;&lt;P&gt;35 	*     message to user              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;padmaja                                                         &lt;/P&gt;&lt;P&gt;   36&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2009 10:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-06T10:57:25Z</dc:date>
    <item>
      <title>log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271841#M1216990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a subscreen for lbk1 transaction code . I am able to see the subscreen but when i am clicking on save button iam getting the bellow error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly solve my problem , i am new to badi concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED                                                  &lt;/P&gt;&lt;P&gt;Except.                CX_SY_REF_IS_INITIAL                                                         &lt;/P&gt;&lt;P&gt;Date and Time          06.03.2009 16:00:02                                                                                &lt;/P&gt;&lt;P&gt;Short text                                                                                &lt;/P&gt;&lt;P&gt;Access via 'NULL' object reference not possible.                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLDIACL_GUI_LGE" had to be terminated because it                  &lt;/P&gt;&lt;P&gt;     has                                                                                &lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.                                &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;What can you do?                                                                                &lt;/P&gt;&lt;P&gt;Note down which actions and inputs caused the error.                                                                                &lt;/P&gt;&lt;P&gt;To process the problem further, contact you SAP system                                        &lt;/P&gt;&lt;P&gt;    administrator.                                                                                &lt;/P&gt;&lt;P&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look                                   &lt;/P&gt;&lt;P&gt;    at and manage termination messages, and you can also                                          &lt;/P&gt;&lt;P&gt;    keep them for a long time.                                                                    &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.                                      &lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not                     &lt;/P&gt;&lt;P&gt;     caught in                                                                                &lt;/P&gt;&lt;P&gt;procedure "DIOHFW_GUI_START_APPL" "(FUNCTION)", nor was it propagated by a                    &lt;/P&gt;&lt;P&gt;     RAISING clause.                                                                                &lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have anticipated that the                         &lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.                                     &lt;/P&gt;&lt;P&gt;    The reason for the exception is:                                                              &lt;/P&gt;&lt;P&gt;    You attempted to use a 'NULL' object reference (points to 'nothing')                          &lt;/P&gt;&lt;P&gt;    access a component (variable: "GR_LOG_ENTRY").                                                &lt;/P&gt;&lt;P&gt;    An object reference must point to an object (an instance of a class)                          &lt;/P&gt;&lt;P&gt;    before it can be used to access components.                                                   &lt;/P&gt;&lt;P&gt;    Either the reference was never set or it was set to 'NULL' using the                          &lt;/P&gt;&lt;P&gt;    CLEAR statement.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to                        &lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.                                                      &lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following                        &lt;/P&gt;&lt;P&gt;    keywords:                                                                                &lt;/P&gt;&lt;P&gt;"OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"                                          &lt;/P&gt;&lt;P&gt;    "SAPLDIACL_GUI_LGE" or "LDIACL_GUI_LGEI01"                                                    &lt;/P&gt;&lt;P&gt;    "LOCK_LGE"                                                                                &lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself and want to send an error                            &lt;/P&gt;&lt;P&gt;    notification to SAP, include the following information:                                                                                &lt;/P&gt;&lt;P&gt;1. The description of the current problem (short dump)                                                                                &lt;/P&gt;&lt;P&gt;To save the description, choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                            &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;2. Corresponding system log                                                                                &lt;/P&gt;&lt;P&gt;Display the system log by calling transaction SM21.                                        &lt;/P&gt;&lt;P&gt;       Restrict the time interval to 10 minutes before and five minutes                           &lt;/P&gt;&lt;P&gt;    after the short dump. Then choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                             &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;3. If the problem occurs in a problem of your own or a modified SAP                           &lt;/P&gt;&lt;P&gt;    program: The source code of the program                                                       &lt;/P&gt;&lt;P&gt;       In the editor, choose "Utilities-&amp;gt;More                                                     &lt;/P&gt;&lt;P&gt;    Utilities-&amp;gt;Upload/Download-&amp;gt;Download".                                                                                &lt;/P&gt;&lt;P&gt;4. Details about the conditions under which the error occurred or which                       &lt;/P&gt;&lt;P&gt;    actions and input led to the error.                                                                                &lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within proedure                                &lt;/P&gt;&lt;P&gt;    "DIOHFW_GUI_START_APPL" "(FUNCTION)", or its possible occurrence must be                      &lt;/P&gt;&lt;P&gt;     declared in the                                                                                &lt;/P&gt;&lt;P&gt;RAISING clause of the procedure.                                                              &lt;/P&gt;&lt;P&gt;    To prevent the exception, note the following:                                                                                &lt;/P&gt;&lt;P&gt;Line  	SourceCde                                                                                &lt;/P&gt;&lt;P&gt;1 	&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    2 	***INCLUDE LDIACL_GUI_LGEI01 .                                                              &lt;/P&gt;&lt;P&gt;    3 	&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    4 	&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    5 	*&amp;amp;      Module  lock_lge  INPUT                                                             &lt;/P&gt;&lt;P&gt;    6 	&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    7 	*       text                                                                                &lt;/P&gt;&lt;P&gt;8 	&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;                    &lt;P&gt;&lt;/P&gt;&lt;P&gt;    9 	MODULE lock_lge INPUT.                                                                      &lt;/P&gt;&lt;P&gt;   10                                                                                &lt;/P&gt;&lt;P&gt;11 	  CHECK NOT g_lge_impl IS INITIAL.                                                          &lt;/P&gt;&lt;P&gt;   12                                                                                &lt;/P&gt;&lt;P&gt;13 	  IF ( gr_browser-&amp;gt;get_fcode( ) EQ gcs_fcode-change ) OR (                                  &lt;/P&gt;&lt;P&gt;   14 	gr_browser-&amp;gt;get_fcode( ) EQ gcs_fcode-create ) .                                            &lt;/P&gt;&lt;P&gt;   15                                                                                &lt;/P&gt;&lt;P&gt;16 	*   lock log entry to be changed                                                            &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 	    CALL METHOD gr_log_entry-&amp;gt;if_appl_obj_ohfw~lock                                         &lt;/P&gt;&lt;P&gt;   18                                                                                &lt;/P&gt;&lt;P&gt;19 	*     NOTE 762646 - MEB upporting                                                           &lt;/P&gt;&lt;P&gt;   20 	      EXCEPTIONS                                                                                &lt;/P&gt;&lt;P&gt;21 	        foreign_lock   = 1.                                                                 &lt;/P&gt;&lt;P&gt;   22                                                                                &lt;/P&gt;&lt;P&gt;23 	*   evaluate lock result                                                                    &lt;/P&gt;&lt;P&gt;   24 	    IF NOT sy-subrc IS INITIAL.                                                             &lt;/P&gt;&lt;P&gt;   25                                                                                &lt;/P&gt;&lt;P&gt;26 	      MESSAGE ID sy-msgid                                                                   &lt;/P&gt;&lt;P&gt;   27 	      TYPE 'I'                                                                                &lt;/P&gt;&lt;P&gt;28 	      NUMBER sy-msgno                                                                       &lt;/P&gt;&lt;P&gt;   29 	      WITH sy-msgv1 sy-msgv2                                                                &lt;/P&gt;&lt;P&gt;   30 	           sy-msgv3 sy-msgv4.                                                               &lt;/P&gt;&lt;P&gt;   31                                                                                &lt;/P&gt;&lt;P&gt;32 	*     locking failed -&amp;gt; set function code to display                                        &lt;/P&gt;&lt;P&gt;   33 	      CALL METHOD gr_browser-&amp;gt;set_fcode( gcs_fcode-disp ).                                  &lt;/P&gt;&lt;P&gt;   34                                                                                &lt;/P&gt;&lt;P&gt;35 	*     message to user              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;padmaja                                                         &lt;/P&gt;&lt;P&gt;   36&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 10:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271841#M1216990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T10:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271842#M1216991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well your assign fails. thats all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 10:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271842#M1216991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271843#M1216992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;comment your code in Badi and try, Check step by step. probably this is because of your code in BADI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 10:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271843#M1216992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T10:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271844#M1216993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have not written any code inside the implementation of badi.&lt;/P&gt;&lt;P&gt;can u please tell the steps to correct the mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 11:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271844#M1216993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T11:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271845#M1216994</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 I am new to this concept ,I am unable to find out the mistake can u please tell what i need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks ,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 11:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271845#M1216994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271846#M1216995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not answered.not required also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 14:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271846#M1216995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271847#M1216996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing the same problem.if u got the solution please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 06:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271847#M1216996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T06:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: log book</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271848#M1216997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if note 1849442 helps on this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 00:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-book/m-p/5271848#M1216997</guid>
      <dc:creator>tinaren</dc:creator>
      <dc:date>2014-11-20T00:26:35Z</dc:date>
    </item>
  </channel>
</rss>

