<?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: BBP_PD_SC_GETDETAIL Function module in ECC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197227#M1375547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachidanand and Rudresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please reply me back If you know how to use the Function Module as Im in the  need of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Sep 2009 12:21:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-20T12:21:33Z</dc:date>
    <item>
      <title>BBP_PD_SC_GETDETAIL Function module in ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197223#M1375543</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;Im developing a program in ECC wherein I need to perform an RFC call to BBP_PD_SC_GETDETAIL to get the requestor of the shoppingcart.Here is the code I have written&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;  DATA: GT_HEADER   TYPE TABLE OF BBP_PDS_SC_HEADER_D,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'  DESTINATION  u2018SXDCLNT090u2019&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;     I_OBJECT_ID = GS_SHOPCART-BEDNR&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;     E_HEADER = GT_HEADER[].&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in ECC, structure BBP_PDS_SC_HEADER_D is not present. What should I do to make use of the above function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 10:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197223#M1375543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T10:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: BBP_PD_SC_GETDETAIL Function module in ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197224#M1375544</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;As you want only requester of a shopping cart, you can get it from table in SRM - BBP_PD_SC_DETAIL. You can simply use READ_RFC_TABLE from R/3 instead of using function module. This will avoid redundant data and and also it is simple to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 11:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197224#M1375544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T11:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: BBP_PD_SC_GETDETAIL Function module in ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197225#M1375545</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;Using FM 'RFC_READ_TABLE', you can directly read the values from the remote system.&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;Rudresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 11:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197225#M1375545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T11:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: BBP_PD_SC_GETDETAIL Function module in ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197226#M1375546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachidanand and Rudresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply.&lt;/P&gt;&lt;P&gt;But dont know how to use RFC_READ_TABLE.Could you please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUERY_TABLE = 'table name' (In my case, CRMD_ORDERADM_H is the table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fetch the requestor based on the shopping cart number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to specify the Where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select created_by from crmd_orderadm_h where object_id = (my shopingcart number).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 12:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197226#M1375546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: BBP_PD_SC_GETDETAIL Function module in ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197227#M1375547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachidanand and Rudresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please reply me back If you know how to use the Function Module as Im in the  need of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2009 12:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bbp-pd-sc-getdetail-function-module-in-ecc/m-p/6197227#M1375547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-20T12:21:33Z</dc:date>
    </item>
  </channel>
</rss>

