<?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: Adding the fields on standard report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535463#M1561938</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;Please check if you have copied the PF-STATUS.. goto SE80 and give your program name in one session and the custom program name in other session..Now compare and see if you have copied everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 05:01:10 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2011-01-25T05:01:10Z</dc:date>
    <item>
      <title>Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535458#M1561933</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;Please guide me, i am new for modifiying the standard programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want add the field custom field,i e  pendding days.from iw59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i copy the program to Z than i calculate the pendingdays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that varible also append the final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i cann't add the fieldcat,because there are not using manuallly.they are used as shown asbelow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please guide me any one how i can display the field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_program_name         = g_repid&lt;/P&gt;&lt;P&gt;      i_internal_tabname     = 'OBJECT_TAB'&lt;/P&gt;&lt;P&gt;      i_structure_name       = tabname&lt;/P&gt;&lt;P&gt;      i_client_never_display = ' '&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      ct_fieldcat            = g_fieldcat_tab[]&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;      program_error          = 2&lt;/P&gt;&lt;P&gt;      OTHERS                 = 3.&lt;/P&gt;&lt;P&gt;END-ENHANCEMENT-SECTION.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: CREATE_FIELDCAT_F14_01----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 1  DIMP_GENERAL_MIOLXF14.    "active version&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_program_name         = g_repid&lt;/P&gt;&lt;P&gt;      i_internal_tabname     = 'OBJECT_TAB'&lt;/P&gt;&lt;P&gt;      i_structure_name       = tabname&lt;/P&gt;&lt;P&gt;      i_client_never_display = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INSERT BA-Project&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      i_bypassing_buffer     = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;END INSERT BA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      ct_fieldcat            = g_fieldcat_tab[]&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;      program_error          = 2&lt;/P&gt;&lt;P&gt;      OTHERS                 = 3.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              i_buffer_active          = g_alv_buffer&lt;/P&gt;&lt;P&gt;              i_callback_program       = g_repid&lt;/P&gt;&lt;P&gt;              i_callback_pf_status_set =  g_form_set_pf_stat&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_CALLBACK_USER_COMMAND  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_STRUCTURE_NAME         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              is_layout                = g_layout&lt;/P&gt;&lt;P&gt;              it_fieldcat              = g_fieldcat_tab[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          it_excluding             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              it_special_groups        = g_fieldgroups_tab[]&lt;/P&gt;&lt;P&gt;              it_sort                  = g_sortfields_tab[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          it_filter                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          is_sel_hide              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              i_default                = g_n&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             i_save                   = g_variant_save&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              i_save                   = g_a&lt;/P&gt;&lt;P&gt;              is_variant               = g_variant&lt;/P&gt;&lt;P&gt;              it_events                = g_events_tab[]&lt;/P&gt;&lt;P&gt;              it_event_exit            = g_event_exit_tab[]&lt;/P&gt;&lt;P&gt;              is_print                 = g_print&lt;/P&gt;&lt;P&gt;              i_screen_start_column    = g_screen_start_column&lt;/P&gt;&lt;P&gt;              i_screen_start_line      = g_screen_start_line&lt;/P&gt;&lt;P&gt;              i_screen_end_column      = g_screen_end_column&lt;/P&gt;&lt;P&gt;              i_screen_end_line        = g_screen_end_line&lt;/P&gt;&lt;P&gt;              it_except_qinfo          = gt_qinf&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          e_exit_caused_by_caller  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              t_outtab                 =  object_tab&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              program_error            = 1&lt;/P&gt;&lt;P&gt;              OTHERS                   = 2.&lt;/P&gt;&lt;P&gt;    IF NOT sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              i_buffer_active          = g_alv_buffer&lt;/P&gt;&lt;P&gt;              i_callback_program       = g_repid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_CALLBACK_PF_STATUS_SET = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_CALLBACK_USER_COMMAND  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_STRUCTURE_NAME         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              is_layout                = g_layout&lt;/P&gt;&lt;P&gt;              it_fieldcat              = g_fieldcat_tab[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          it_excluding             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              it_special_groups        = g_fieldgroups_tab[]&lt;/P&gt;&lt;P&gt;              it_sort                  = g_sortfields_tab[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          it_filter                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          is_sel_hide              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              i_default                = g_n&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             i_save                   = g_variant_save&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              i_save                   = g_a&lt;/P&gt;&lt;P&gt;              is_variant               = g_variant&lt;/P&gt;&lt;P&gt;              it_events                = g_events_tab[]&lt;/P&gt;&lt;P&gt;              it_event_exit            = g_event_exit_tab[]&lt;/P&gt;&lt;P&gt;              is_print                 = g_print&lt;/P&gt;&lt;P&gt;              i_screen_start_column    = g_screen_start_column&lt;/P&gt;&lt;P&gt;              i_screen_start_line      = g_screen_start_line&lt;/P&gt;&lt;P&gt;              i_screen_end_column      = g_screen_end_column&lt;/P&gt;&lt;P&gt;              i_screen_end_line        = g_screen_end_line&lt;/P&gt;&lt;P&gt;              it_except_qinfo          = gt_qinf&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          e_exit_caused_by_caller  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              t_outtab                 =  object_tab&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              program_error            = 1&lt;/P&gt;&lt;P&gt;              OTHERS                   = 2.&lt;/P&gt;&lt;P&gt;    IF NOT sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&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;Thanks advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 04:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535458#M1561933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T04:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535459#M1561934</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;  Add your field to the structure :  g_fieldcat_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: ls_fieldcat TYPE slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR ls_fieldcat.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-fieldname   = '&amp;lt;your new field&amp;gt;'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-ref_tabname = '&amp;lt;table reference&amp;gt;'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-ddictxt     = 'L'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-outputlen   = '15'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND ls_fieldcat TO g_fieldcat_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 04:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535459#M1561934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T04:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535460#M1561935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was solved,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whan i was run iw59 the output is coming Properlay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than i copy the program and modifiyed as u said the out put fields are all not displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the field only displayed,it is showing  the &lt;STRONG&gt;&lt;U&gt;status main of userinterface zriqmel20 missing&lt;/U&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i copyed all the includes also,why it will shon like that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me what is problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 04:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535460#M1561935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T04:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535461#M1561936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For giving replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was solved,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whan i was run iw59 the output is coming Properlay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than i copy the program and modifiyed as u said the out put fields are all not displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the field only displayed,it is showing  the &lt;STRONG&gt;&lt;U&gt;status main of userinterface zriqmel20 missing&lt;/U&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i copyed all the includes ,why it will shon like that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me what is problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishnab121 on Jan 25, 2011 5:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 04:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535461#M1561936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T04:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535462#M1561937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You also need to set the PF-status for your program.  "zriqmel20".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 04:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535462#M1561937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T04:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535463#M1561938</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;Please check if you have copied the PF-STATUS.. goto SE80 and give your program name in one session and the custom program name in other session..Now compare and see if you have copied everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 05:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535463#M1561938</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2011-01-25T05:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535464#M1561939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks for giving repaly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i set the pf Satus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the that msessge is not raise,but all the output fields are not displayed as like iw59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There displayed only four to five fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me what is problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 06:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535464#M1561939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T06:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535465#M1561940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks for giving repaly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i set the pf Satus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the that msessge is not raise,but all the output fields are not displayed as like iw59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There displayed only four to five fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me what is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 06:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535465#M1561940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535466#M1561941</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;Once you get the output please select the change layout button and then check and drag  the fields .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 06:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535466#M1561941</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2011-01-25T06:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the fields on standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535467#M1561942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for gave replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 08:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-fields-on-standard-report/m-p/7535467#M1561942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T08:24:15Z</dc:date>
    </item>
  </channel>
</rss>

