<?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: what does this code implies pls eloborate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511997#M568142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 05:43:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-17T05:43:20Z</dc:date>
    <item>
      <title>what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511991#M568136</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 need eloboratation on the below code and functionality&lt;/P&gt;&lt;P&gt;1) nast table entries and functionlaity how it works etc details&lt;/P&gt;&lt;P&gt;2) function module called and how data is transfering into the table from it&lt;/P&gt;&lt;P&gt;3) bold codes specially&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'RV_PRICE_PRINT_REFRESH'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            tkomv = tkomv.&lt;/P&gt;&lt;P&gt;  clear komk.&lt;/P&gt;&lt;P&gt;  clear komp.&lt;/P&gt;&lt;P&gt;  clear &amp;lt;b&amp;gt;nast_anzal.&amp;lt;/b&amp;gt;      "Clear aux. variable for number of outputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  if nast-objky+10(6) ne space.&lt;/P&gt;&lt;P&gt;    vbco3-vbeln = nast-objky+16(10).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;vbco3-vbeln = &amp;lt;i&amp;gt;nast-objky&amp;lt;/i&amp;gt;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vbco3-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  vbco3-spras = nast-spras.   what is happenign her how the values from nast coming where it is getting populated intitally?&lt;/P&gt;&lt;P&gt;  vbco3-kunde = nast-parnr.&lt;/P&gt;&lt;P&gt;  vbco3-parvw = nast-parvw.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'RV_BILLING_PRINT_VIEW'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            comwa                        = vbco3&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            kopf                         = vbdkr&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            pos                          = tvbdpr&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            terms_of_payment_not_in_t052 = 1&lt;/P&gt;&lt;P&gt;            error_message                = 5&lt;/P&gt;&lt;P&gt;            others                       = 4.&lt;/P&gt;&lt;P&gt;  if not sy-subrc is initial.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 1.&lt;/P&gt;&lt;P&gt;      syst-msgty = 'I'.&lt;/P&gt;&lt;P&gt;      perform p_update.&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;form p_update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;check xscreen = space.&lt;/P&gt;&lt;P&gt;  call function 'NAST_PROTOCOL_UPDATE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            msg_arbgb = syst-msgid&lt;/P&gt;&lt;P&gt;            msg_nr    = syst-msgno&lt;/P&gt;&lt;P&gt;            msg_ty    = syst-msgty&lt;/P&gt;&lt;P&gt;            msg_v1    = syst-msgv1&lt;/P&gt;&lt;P&gt;            msg_v2    = syst-msgv2&lt;/P&gt;&lt;P&gt;            msg_v3    = syst-msgv3&lt;/P&gt;&lt;P&gt;            msg_v4    = syst-msgv4&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            others    = 1.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Arora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 03:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511991#M568136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T03:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511992#M568137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; NAST: Is MEssage status table. Documents which are having message status are stored into NAST.&lt;/P&gt;&lt;P&gt;Now in your case order no is nast-objky stored in the NAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'NAST_PROTOCOL_UPDATE': Is nothing but a processing of NAST Log.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 07:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511992#M568137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T07:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511993#M568138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;my question is realted to eloboration of above code in detail and the functioning and processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagards&lt;/P&gt;&lt;P&gt;Arora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511993#M568138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511994#M568139</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;&amp;lt;b&amp;gt;if nast-objky+10(6) ne space.&amp;lt;/b&amp;gt; He is checking 6 CHARACTERS from the 10th position if they are spaces.&lt;/P&gt;&lt;P&gt;vbco3-vbeln = nast-objky+16(10). Same here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;char+x(y) means Y characters from X offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511994#M568139</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-11T10:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511995#M568140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is nast-&amp;lt;b&amp;gt;objky&amp;lt;/b&amp;gt;  how it isf unctioning and how it is called etc pls eloborate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also u can eloborate more on nast table  it is message status table what does t his implies i can understand it stores message status by this but what does nast-objk implies&lt;/P&gt;&lt;P&gt;and vbo3-vbeln is taking value of nast-objky wht does thi smean from whre the value is coming and being passed to vbco3-vbeln and its use in nast table how the value comes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Arora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 03:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511995#M568140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T03:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511996#M568141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry couldn't see your message,&lt;/P&gt;&lt;P&gt;Anyways, Baiscally OBJEKY is Document number which uniquely identifies an object (for example, an order). The object key is assigned by the system.&lt;/P&gt;&lt;P&gt;It is an internal Process.&lt;/P&gt;&lt;P&gt;For e.g: Purhcase Order or Sales Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you Enter Message type in NACE transaction corresponding documents with their message types gets into NAST table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you have P.O. No: 00000001 and if you preview P.O. It will refer entry from NAST table internally as OBJKY: 00000001 whcih is your P.O.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly write into a Program routine NAST-OBJKY, it will automatically picks up the PO no while previewing or Printing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your case Sales Doc.Access Methods: Key Fields: Document Printing&lt;/P&gt;&lt;P&gt;vbco3 is the table defined in the same program. Double click to check it.&lt;/P&gt;&lt;P&gt;You are storing corresponding values from NAST to vbco3 table.&lt;/P&gt;&lt;P&gt;As you get entire row from NAST referring to your Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'RV_BILLING_PRINT_VIEW': Shows Preview of a document.&lt;/P&gt;&lt;P&gt;Now if it returns an error it will update the log for NAST that if you want to see the print log can be seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if usegful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 04:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511996#M568141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T04:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: what does this code implies pls eloborate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511997#M568142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 05:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-code-implies-pls-eloborate/m-p/2511997#M568142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T05:43:20Z</dc:date>
    </item>
  </channel>
</rss>

