<?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: specification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/specification/m-p/2783942#M649020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and my mail id venugopal_p84@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 08:07:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T08:07:20Z</dc:date>
    <item>
      <title>specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specification/m-p/2783941#M649019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all iam learning abap sorry to ask this type of questions can u expalin the  following specification .&lt;/P&gt;&lt;P&gt;i got a job as fresher in sap-abap . i want to know how the specs are that why i asked to explain this spec &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give me the  over view  i.e what is the purpose  of this report  what is the business flow in this pec &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls find the spec below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1	TECHNICAL SPECIFICATIONS  REPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1	Development Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Program ID:	ZSDRM014	   &lt;/P&gt;&lt;P&gt;Program Name:		   &lt;/P&gt;&lt;P&gt;Development Class:		   &lt;/P&gt;&lt;P&gt;Message Class:		   &lt;/P&gt;&lt;P&gt;Program Type:	Executable	   &lt;/P&gt;&lt;P&gt;Program Location:		   &lt;/P&gt;&lt;P&gt;Development Type:&lt;/P&gt;&lt;P&gt;(List Report, SAPscript)	Report	   &lt;/P&gt;&lt;P&gt;Processing Type:&lt;/P&gt;&lt;P&gt;(Batch, BDC, IDOC, real-time, near real-time etc.)		   &lt;/P&gt;&lt;P&gt;Frequency:		   &lt;/P&gt;&lt;P&gt;Trigger:		   &lt;/P&gt;&lt;P&gt;Volume:		 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.2	Program Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Entegris&amp;#146; supply chain staff are keenly aware of the need to keep inventory levels as low as possible to manage costs and operate in a lean manner.  With this in mind, they currently use various SAP reports to track inventory.  None of these reports provide good visibility to inventory being built or scheduled to be built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this in mind, Entegris supply chain staff would like to create a report showing projected inventory builds vs. historical consumption, to be used as an analysis tool to identify possible exception situations.	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.3	High Level Processing Logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	  Get materials from MARC with the selection criteria where MATNR IN S_MATNR AND DISPO IN S_DISPO AND DISGR IN S_DISGR AND PRCTR IN S_PRCTR.&lt;/P&gt;&lt;P&gt;2.	Get consumption details for the last 30 days from MSEG for the selected materials and MKPF-BUDAT is between current date &amp;#150; 30 and current date and the movement type is 261, 262, 601 or 602.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MENGE FROM MSEG FOR ALL ENTRIES IN IT_MARC WHERE MATNR = IT_MARC-MATNR AND BWART  IN (261,262,601,602) AND MKPF-BUDAT BETWEEN SY-DATUM &amp;#150;30 AND SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.	Get the quantity of the currently open production orders from the view CAUFV with the AUTYP  = &amp;#145;10&amp;#146; and STLBEZ  = selected materials. (To get the open orders check CAUFV-GETRI(Confirmed date) = space )&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      SELECT GAMNG FROM CAUFV FOR ALL ENTRIES IN IT_MARC WHERE AUTYP = &amp;#145;10&amp;#146; AND GETRI = SPACE AND STLBEZ = IT_MARC-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.	Get the quantity of the planned orders from PLAF for the selected materials&lt;/P&gt;&lt;P&gt;SELECT GSMNG FROM PLAF FOR ALL ENTRIES IN IT_MARC WHERE MATNR = IT_MARC-MATNR&lt;/P&gt;&lt;P&gt;5.	Get the monthly forecast from PBED and PBIM for the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT PLMNG FROM PBED INNER JOIN PBIM ON PBED&lt;SUB&gt;BDZEI = PBIM BDZEI FOR ALL ENTRIES IN IT_MARC WHERE PBIM&lt;/SUB&gt;MATNR = IT_MARC-MATNR AND PBED~PDATU in Current Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.	Get the Open sales order quantity from VBAP for the selected materials. ( to get the open sales order check VBUP-GBSTA(Over all status) &amp;lt;&amp;gt; &amp;#145;C&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SELECT ZMENG FROM VBAP INNER JOIN VBUP ON VBAP&lt;SUB&gt;VBELN = VBUP&lt;/SUB&gt;VBELN AND     &lt;/P&gt;&lt;P&gt;       VBAP&lt;SUB&gt;POSNR = VBUP&lt;/SUB&gt;POSNR  FOR ALL ENTRIES IN IT_MARC WHERE VBAP~MATNR = &lt;/P&gt;&lt;P&gt;       IT_MARC&lt;SUB&gt;MATNR AND VBUP&lt;/SUB&gt;GBSTA &amp;lt;&amp;gt; &amp;#145;C&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.	LOOP AT IT_MARC.&lt;/P&gt;&lt;P&gt;                  Read the details and display the report.&lt;/P&gt;&lt;P&gt;END LOOP.&lt;/P&gt;&lt;P&gt;8.	On double Click on a row, Display the Production Ordesr, Production Order Quantity , Planned Orders and Planned Order Quantity for the selected row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If value is entered on the Difference Quantity field on the selection screen, Restrict the output with the entered percentage difference.&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;1.4	Sorting Sequence / Summing Requirements&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.5	Selection Screen Fields  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Label	Type, Parameter or Select-Option	Related DDIC field	Default Value	Required /Optional	Validation/Field Edits/Check table/Matchcode  	   &lt;/P&gt;&lt;P&gt;MRP Group	Select-option	T438M-MTART				   &lt;/P&gt;&lt;P&gt;Profit center	Select-option	CEPC-PRCTR				   &lt;/P&gt;&lt;P&gt;Material number	Select-option	MARA-MATNR				   &lt;/P&gt;&lt;P&gt;MRP Controller	Select-option	T024D-DISPO				   &lt;/P&gt;&lt;P&gt;Difference Quantity(%)	Parameter					 &lt;/P&gt;&lt;P&gt; 1.6	Output Fields&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Output Label	Related SAP table-field (if any)	Length	Output Characteristics	   &lt;/P&gt;&lt;P&gt;MRP Group	MARC-DISGR 			   &lt;/P&gt;&lt;P&gt;Profit center	MARC-PRCTR			   &lt;/P&gt;&lt;P&gt;MRP Controller	MARC-DISPO 			   &lt;/P&gt;&lt;P&gt;Material number	MARC-MATNR			   &lt;/P&gt;&lt;P&gt;Last 30 days of consumption	MSEG-MENGE&lt;/P&gt;&lt;P&gt;			   &lt;/P&gt;&lt;P&gt;Total quantity of currently open production orders	CAUFV-GAMNG			   &lt;/P&gt;&lt;P&gt;Total quantity of planned production orders	PLAF-GSMNG			   &lt;/P&gt;&lt;P&gt;Difference (column 6 + column 7 &amp;#150; column 5)				   &lt;/P&gt;&lt;P&gt;Monthly forecast for the current month	PBED-PLMNG			   &lt;/P&gt;&lt;P&gt;Total quantity of currently open sales orders	VBAP-ZMENG			   &lt;/P&gt;&lt;P&gt;Fixed lot quantity for the material	MARC-BSTFE			   &lt;/P&gt;&lt;P&gt;Safety stock for the material	MARC-EISBE			 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.7	Database Tables Used&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Table/Database Name	Table/Database Description	Read (Y/N)	Update (Y/N)	Key Fields	How the table is used in the program	   &lt;/P&gt;&lt;P&gt;MDKP		Y	N			   &lt;/P&gt;&lt;P&gt;MARD		Y	N			   &lt;/P&gt;&lt;P&gt;						   &lt;/P&gt;&lt;P&gt;						 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.8	SAPscript:  Identify SAPscript existing objects/elements directly manipulated in this development.&lt;/P&gt;&lt;P&gt;&amp;lt;SAPscript objects here can include Layout Sets, Styles, Fonts, Texts, Windows, Page Windows, Symbols, Text Elements&amp;#133;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Object Type	Original Name	How Manipulated	   &lt;/P&gt;&lt;P&gt; Layout Set	N/A	 	   &lt;/P&gt;&lt;P&gt; Window	 	 	   &lt;/P&gt;&lt;P&gt;Program Symbol	 	 	   &lt;/P&gt;&lt;P&gt;			 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.9	SAPscript:  &lt;/P&gt;&lt;P&gt;&amp;lt;How are the above changes used to deliver the desired output?&amp;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;&lt;P&gt;1.10	External Files Used &lt;/P&gt;&lt;P&gt;&amp;lt;For example, if this report automatically writes to file&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;File Name	File Description	Usage&lt;/P&gt;&lt;P&gt;	   &lt;/P&gt;&lt;P&gt;			 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1.10.1	External File Layout &amp;lt;file name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Field Name	Key	Declaration	Description	   &lt;/P&gt;&lt;P&gt;				   &lt;/P&gt;&lt;P&gt;				 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.11	Components External to Program Used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Component Location	Component Name	Component Description/Usage	   &lt;/P&gt;&lt;P&gt;			 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.12	Error Conditions&lt;/P&gt;&lt;P&gt;&amp;lt;Detailed error conditions useful for testing the functionality of the developed process On-site&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Error Condition	Error Result/Message	Error Resolution	   &lt;/P&gt;&lt;P&gt;			 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.13	Key Technical Test Conditions&lt;/P&gt;&lt;P&gt;&amp;lt;Test data including the expected output result. Should also include various input test conditions&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Num	Test Condition	Expected Results	   &lt;/P&gt;&lt;P&gt; 		 	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.14	Sample Test Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Field	Value Set 1	Value Set 2	Value Set 3	   &lt;/P&gt;&lt;P&gt;				   &lt;/P&gt;&lt;P&gt;				 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.15	Assumptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;Assumptions if any, if any of the above details are incomplete&amp;gt; 	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.16	Comments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Check the Excel sheet for issues to be clarified&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 08:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specification/m-p/2783941#M649019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specification/m-p/2783942#M649020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and my mail id venugopal_p84@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 08:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specification/m-p/2783942#M649020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T08:07:20Z</dc:date>
    </item>
  </channel>
</rss>

