<?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 How to Call Scapscript program in bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-scapscript-program-in-bapi/m-p/3714694#M894223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; wanted to call a sap-script program in a bapi  &lt;/P&gt;&lt;P&gt;my coding is line&lt;/P&gt;&lt;P&gt;FUNCTION ZBAPI_ZDIPNB.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(HTML_STRING) TYPE  STRING&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      SELTAB STRUCTURE  RSPARAMS&lt;/P&gt;&lt;P&gt;*"      HTML_REPORT STRUCTURE  W3HTML&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of tt_html,&lt;/P&gt;&lt;P&gt;html type W3HTML,&lt;/P&gt;&lt;P&gt;end of tt_html.&lt;/P&gt;&lt;P&gt;Data: LIST_TAB type standard table of ABAPLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit ZSDRDINVPNBRPT with SELECTION-TABLE SELTAB&lt;/P&gt;&lt;P&gt;exporting list to Memory and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    listobject = list_tab&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    not_found  = 1&lt;/P&gt;&lt;P&gt;    OTHERS     = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REPORT_NAME         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TEMPLATE_NAME       = 'WEBREPORTING_REPORT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CHARSET             = 'utf-8'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    html                = HTML_REPORT&lt;/P&gt;&lt;P&gt;    listobject          = list_tab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LISTICONS           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but include program in this report is not excuting it is not asking for input parameter which I have defined in include preoram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer will definatly rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashikant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 11:10:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T11:10:20Z</dc:date>
    <item>
      <title>How to Call Scapscript program in bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-scapscript-program-in-bapi/m-p/3714694#M894223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; wanted to call a sap-script program in a bapi  &lt;/P&gt;&lt;P&gt;my coding is line&lt;/P&gt;&lt;P&gt;FUNCTION ZBAPI_ZDIPNB.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(HTML_STRING) TYPE  STRING&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      SELTAB STRUCTURE  RSPARAMS&lt;/P&gt;&lt;P&gt;*"      HTML_REPORT STRUCTURE  W3HTML&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of tt_html,&lt;/P&gt;&lt;P&gt;html type W3HTML,&lt;/P&gt;&lt;P&gt;end of tt_html.&lt;/P&gt;&lt;P&gt;Data: LIST_TAB type standard table of ABAPLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit ZSDRDINVPNBRPT with SELECTION-TABLE SELTAB&lt;/P&gt;&lt;P&gt;exporting list to Memory and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    listobject = list_tab&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    not_found  = 1&lt;/P&gt;&lt;P&gt;    OTHERS     = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REPORT_NAME         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TEMPLATE_NAME       = 'WEBREPORTING_REPORT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CHARSET             = 'utf-8'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    html                = HTML_REPORT&lt;/P&gt;&lt;P&gt;    listobject          = list_tab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LISTICONS           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but include program in this report is not excuting it is not asking for input parameter which I have defined in include preoram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer will definatly rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashikant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-scapscript-program-in-bapi/m-p/3714694#M894223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call Scapscript program in bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-scapscript-program-in-bapi/m-p/3714695#M894224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well most of the sap-script driver programs are not executable so you will have problem trying to call these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally the enrty-routine is beeing called and the the rest will go its way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but be sure to provide the neccesary data especially in the structure NAST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-scapscript-program-in-bapi/m-p/3714695#M894224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:13:07Z</dc:date>
    </item>
  </channel>
</rss>

