<?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: How to get Material and Specification details using Standard BAPI Bapi_Bus1077_GetDetail? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337314#M1991920</link>
    <description>&lt;P&gt;You can go through the Function Module Definition to understand how this BAPI needs to be used. At the bottom you can find details of all the parameters that have been used&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1904273-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Also, below blog might be helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2014/09/01/read-and-exchange-specification-data-from-sap-ehs-to-net-system-using-abap-web-services/"&gt;Read and Exchange Specification Data from SAP EHS to .Net system Using ABAP Web-Services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HS specification can be read by using an ABAP Program using a standard BAPI provided by SAP &lt;STRONG&gt;BAPI_BUS1077_GETDETAIL. &lt;/STRONG&gt;This BAPI takes inputs in form of FLAGs Sets and Specification details. Using this BAPI, all data for one or more specifications can be read by assigning values to certain import parameters. The selection of the data can be restricted by entering details in specific import or export tables.&lt;/P&gt;&lt;P&gt;The key of the specification object to be read must be specified in the specification header table SUB_HEADER of the BAPI. These flags can be set based on the sections of the specifications you want to read.&lt;/P&gt;&lt;P&gt;We need to pass the specification Number to the SUB_HEADER Table as shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1904268-2-530916.png" /&gt;&lt;/P&gt;&lt;P&gt;One can read the specification details for a particular USAGE by setting the relevant USAGE in PROP_USAGE table&lt;/P&gt;&lt;P&gt;More details on the BAPI can be easily obtained from the BAPI Documentation provided by SAP.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 08:38:21 GMT</pubDate>
    <dc:creator>former_member736527</dc:creator>
    <dc:date>2021-03-24T08:38:21Z</dc:date>
    <item>
      <title>How to get Material and Specification details using Standard BAPI Bapi_Bus1077_GetDetail?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337313#M1991919</link>
      <description>&lt;P&gt;Dear Experts, &lt;/P&gt;
  &lt;P&gt;How to get Material and Specification details using Standard BAPI Bapi_Bus1077_GetDetail?&lt;/P&gt;
  &lt;P&gt;What are the required parameters in bapi_bus1077_getdetail and how to display the data&lt;/P&gt;
  &lt;P&gt;Please help to solve this.&lt;/P&gt;
  &lt;P&gt;Thanks for all the support.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Sathish Samudrala&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 08:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337313#M1991919</guid>
      <dc:creator>former_member735950</dc:creator>
      <dc:date>2021-03-24T08:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Material and Specification details using Standard BAPI Bapi_Bus1077_GetDetail?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337314#M1991920</link>
      <description>&lt;P&gt;You can go through the Function Module Definition to understand how this BAPI needs to be used. At the bottom you can find details of all the parameters that have been used&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1904273-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Also, below blog might be helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2014/09/01/read-and-exchange-specification-data-from-sap-ehs-to-net-system-using-abap-web-services/"&gt;Read and Exchange Specification Data from SAP EHS to .Net system Using ABAP Web-Services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HS specification can be read by using an ABAP Program using a standard BAPI provided by SAP &lt;STRONG&gt;BAPI_BUS1077_GETDETAIL. &lt;/STRONG&gt;This BAPI takes inputs in form of FLAGs Sets and Specification details. Using this BAPI, all data for one or more specifications can be read by assigning values to certain import parameters. The selection of the data can be restricted by entering details in specific import or export tables.&lt;/P&gt;&lt;P&gt;The key of the specification object to be read must be specified in the specification header table SUB_HEADER of the BAPI. These flags can be set based on the sections of the specifications you want to read.&lt;/P&gt;&lt;P&gt;We need to pass the specification Number to the SUB_HEADER Table as shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1904268-2-530916.png" /&gt;&lt;/P&gt;&lt;P&gt;One can read the specification details for a particular USAGE by setting the relevant USAGE in PROP_USAGE table&lt;/P&gt;&lt;P&gt;More details on the BAPI can be easily obtained from the BAPI Documentation provided by SAP.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 08:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337314#M1991920</guid>
      <dc:creator>former_member736527</dc:creator>
      <dc:date>2021-03-24T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Material and Specification details using Standard BAPI Bapi_Bus1077_GetDetail?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337315#M1991921</link>
      <description>&lt;P&gt;iam trying to fetch material number,description,material status,specification,specification type,specification description using bapi_bus1077_getdetail. but i got output only specification and specification type but i am unable to fetch Material number,Material description,Specification description please give me any suggestion&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 14:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337315#M1991921</guid>
      <dc:creator>former_member735950</dc:creator>
      <dc:date>2021-03-25T14:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Material and Specification details using Standard BAPI Bapi_Bus1077_GetDetail?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337316#M1991922</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;the proper use of BAPI/APi is not easy. But we have good discussion here. As explained by Taha&lt;/P&gt;&lt;P&gt;By using a "material" number you can identify the corresponding specification and then you can read data.&lt;/P&gt;&lt;P&gt;But if you are a beginner in EHS: do not start this. The use of the BAPis/APIs is challenging (because of many reasons (we need a booklet to list all the topics to check et.).&lt;/P&gt;&lt;P&gt;E.g. check may be&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2019/09/15/use-of-bapis-in-ehs-classic/" target="test_blank"&gt;https://blogs.sap.com/2019/09/15/use-of-bapis-in-ehs-classic/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;C.B.&lt;/P&gt;&lt;P&gt;PS: please do an search here. You will find discussions like e.g.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/11638680/get-the-property-tree-details-of-a-specification-o.html" target="test_blank"&gt;https://answers.sap.com/questions/11638680/get-the-property-tree-details-of-a-specification-o.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/4689449/bapi-fm-to-fiill-data-in-ehs-view-in-material-mast.html" target="test_blank"&gt;https://answers.sap.com/questions/4689449/bapi-fm-to-fiill-data-in-ehs-view-in-material-mast.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 11:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-material-and-specification-details-using-standard-bapi-bapi/m-p/12337316#M1991922</guid>
      <dc:creator>christoph_bergemann</dc:creator>
      <dc:date>2021-03-26T11:50:40Z</dc:date>
    </item>
  </channel>
</rss>

