<?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: InternalTable fields printing asterisks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835607#M1590387</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;Can you please  tell us What exactly  you were Doing ?&lt;/P&gt;&lt;P&gt;show us Code  . and what you are expecting to happen  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 10:56:15 GMT</pubDate>
    <dc:creator>deepak_dhamat</dc:creator>
    <dc:date>2011-04-19T10:56:15Z</dc:date>
    <item>
      <title>InternalTable fields printing asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835606#M1590386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed BAPI upload program. In this, inside the internaltable loop, I am appending some bapi tables with the internal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table field values. After the APPEND statements, when Iam again using the internal table fields, it is printing the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asterisks(*) in debugging. But I need to make use of these internal table fields.  Can anybody look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835606#M1590386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T10:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: InternalTable fields printing asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835607#M1590387</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;Can you please  tell us What exactly  you were Doing ?&lt;/P&gt;&lt;P&gt;show us Code  . and what you are expecting to happen  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835607#M1590387</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-04-19T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: InternalTable fields printing asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835608#M1590388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; After the APPEND statements, when Iam again using the internal table fields, it is printing the &lt;/P&gt;&lt;P&gt;&amp;gt; asterisks(*) in debugging. But I need to make use of these internal table fields.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're using [loop-control break statements|http://help.sap.com/abapdocu_702/en/abapat_itab.htm] hence you're getting '*' in place of field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've remember while using these statements that only the "left-justified" field values are available, for the right-justified fields you'll get '*' values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple workaround is to copy the workarea content to a another variable &amp;amp; use the latter for your processing inside the control-break block!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further info(code snippet) is available in the forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835608#M1590388</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-04-19T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: InternalTable fields printing asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835609#M1590389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak, please consider the code. Refer the bold text inside the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  loop at data_tab.

    t_head-doc_type            = 'YQT'.
    t_head-sales_org           = 'SEPL'.
    t_head-distr_chan          = 'PR'.
    t_head-division            = '10'.
    t_partner-partn_role       = 'AG'.
    t_partner-partn_numb       = data_tab-f2.
    t_sold_to_party-sold_to    = data_tab-f2.
    t_head-qt_valid_t          = data_tab-f3.
    t_item-material            = data_tab-f4.
    t_item-req_qty             = data_tab-f5.
    t_item-cond_type           = data_tab-f6.
    t_item-cd_type2            = data_tab-f8.
    t_item-cd_type3            = data_tab-f10.
    t_item-cd_type4            = data_tab-f12.
    t_item-cond_value          = data_tab-f7.
    t_item-cd_value2           = data_tab-f9.
    t_item-cd_value3           = data_tab-f11.
    t_item-cd_value4           = data_tab-f13.
    t_order_items_out-material = data_tab-f4.
    t_order_items_out-req_qty  = data_tab-f5.

    append t_head.
    append t_partner.
    append t_sold_to_party.
    append t_item.
    append t_order_items_out.
    append t_order_cfgs_inst.
    append t_order_cfgs_part_of.
    append t_order_cfgs_ref.
    append t_order_cfgs_value.         *bold* BAPI TABLES ARE APPENDED HERE . After append, the asterisk issue coming*bold*


      call function 'BAPI_QUOTATION_CREATEFROMDATA'
        exporting
          order_header_in     = t_head
          without_commit      = 'X'
          convert_parvw_auart = 'X'
        importing
          salesdocument       = salesdocument
          sold_to_party       = t_sold_to_party
          return              = t_return
        tables
          order_items_in      = t_item
          order_partners      = t_partner
          order_items_out     = t_order_items_out
          order_cfgs_ref      = t_order_cfgs_ref
          order_cfgs_inst     = t_order_cfgs_inst
          order_cfgs_part_of  = t_order_cfgs_part_of
          order_cfgs_value    = t_order_cfgs_value.

      call function 'BAPI_TRANSACTION_COMMIT'
        exporting
          wait = ' '.

      if sy-subrc = 0.
        write :/ 'Quotation ', salesdocument, ' Created'.
      endif.
*bold*  BAPI calling functionality is completed here *bold*


*bold* Here iam using the internal table field  " data_tab-f14 " for some condition. but it is displaying asterisks in debugging *bold*
        select single knumv from vbak into v_knumv
          where vbeln = salesdocument.
        commit work.
        select * from konv into table t_konv
          where knumv = v_knumv.

        read table t_konv with key kschl = data_tab-f14       "Condition Type 5
                                   knumv = v_knumv.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem solved to some extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why this happens.&lt;/P&gt;&lt;P&gt;please suggest me your approach if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835609#M1590389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T11:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: InternalTable fields printing asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835610#M1590390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After your select from vbak you have a nonsensical commit work.  But, you never check sy-subrc to see if your select statements or read statements were successful.  How is t_konv defined?  Obsolete usage with a header?  I hope so, since you've not defined anything to read into.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835610#M1590390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T11:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: InternalTable fields printing asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835611#M1590391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&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 have done what exactly you told.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 12:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internaltable-fields-printing-asterisks/m-p/7835611#M1590391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T12:00:40Z</dc:date>
    </item>
  </channel>
</rss>

