Academic Tutorials



English | French | Portugese | German | Italian
Home Advertise Payments Recommended Websites Interview Questions FAQs
News Source Codes E-Books Downloads Jobs Web Hosting
Chats

Production and Planning
Production Planning Introduction
Production Planning Tcodes
Production Planning Sales and Operations
Production Planning Tcodes Part 3
Production Planning Table
Production Planning Master Data Tables
Production Planning Production Operation
Production Planning MRP
Production Planning MRP vs MPS
Production Planning Processing time
Production Planning MRP Group
Production Planning Storage Loccation
Production Planning Common Planning
Production Planning Strategy Selection
Production Planning Batch Characteristics
Production Planning Functions of Production
Production Planning Discrete Manufacturing
Production Planning Scheduling
Production Planning Finite Scheduling
Production Planning Rescheduling Date
Production Planning Schedule Lines
Production Planning Backflusing
Production Planning Split in Routing
Production Planning Checking Costs
Production Planning MRP Table
Production Planning Quantity Change
Production Planning Production Confirmation
Production Planning Customized Work Center
Production Planning BOM Component
Production Planning BOM Not Exploded
Production Planning Controlling Data
Production Planning Phantom Item
Production Planning Attachment Of Drawings
Production Planning Goods Movement
Production Planning Stock in Transit
Production Planning Restricted Good Receipt
Production Planning Message / System Status
Production Planning Steps for Subcontracting
Production Planning Steps for Subcontracting 2
Production Planning Explain System
Production Planning Planned Order
Production Planning Delete New Planned Orders
Production Planning Planned Order Conversion

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
CSS 1.0
CSS 2.0
HLML
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
CVS
Python
Apple Script
PL/SQL Tutorial
SQL Server
PHP
.NET (dotnet)
Microsoft.Net
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
VC++
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Photoshop Tutorial
Gimp Tutorial
Matlab
Gnuplot Programming
GIF Animation Tutorial
Scientific Visualization Tutorial
Graphics
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Weblogic Tutorial
SEO
Web Site Hosting
Domain Name
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Eclipse
J2ME
JBOSS
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Cobol
Assembly Language
Mainframe
Forth Programming
Lisp Programming
Pascal
Delphi
Fortran
OOPs
Data Warehousing
CGI Programming
Emacs Tutorial
Gnome
ILU
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills
Database Tutorials
Oracle
MySQL
Operating System
BSD
Symbian
Unix
Internet
IP-Masquerading
IPC
MIDI
Software Testing
Testing
Firewalls
SAP Module
ERP
ABAP
Business Warehousing
SAP Basis
Material Management
Sales & Distribution
Human Resource
Netweaver
Customer Relationship Management
Production and Planning
Networking Programming
Corba Tutorial
Networking Tutorial
Microsoft Office
Microsoft Word
Microsoft Outlook
Microsoft PowerPoint
Microsoft Publisher
Microsoft Excel
Microsoft Front Page
Microsoft InfoPath
Microsoft Access
Accounting
Financial Accounting
Managerial Accounting
Network Sites


Compare Production Confirmation against Planned by Work Centre


Previoushome Next






Compare Production Confirmation against Planned by Work Centre


Compare Production Confirmation against Planned by Work Centre
A D V E R T I S E M E N T
*
* Compare Production Confirmation against Planned by Work Centre
*
REPORT ZASSEMBLY_EFFICIENCY  LINE-SIZE 255 NO STANDARD PAGE HEADING
                    LINE-COUNT 065(001).

TABLES: AFKO,   "Order header data PP orders
        AFPO,   "Order item
        AFRU,   "Order completion confirmations
        AUFM,   "Goods movements for order
        AFVV,   "DB structure of the quantities/dates/values in the oper
        MARA.   "General Material Data

DATA: BEGIN OF INT_EFF OCCURS 100,
        MATNR     TYPE AFKO-STLBEZ,
        MTART     TYPE MARA-MTART,
        AUFNR     TYPE AFKO-AUFNR,
        GSTRI     TYPE AFKO-GSTRI,
        GLTRI     TYPE AFKO-GLTRI,
        GAMNG(9)  TYPE C,
        MENGE(9)  TYPE C,
        PLN01(9)  TYPE C,
        ISM01(7)  TYPE P DECIMALS 2,
        DAUAT     TYPE AFPO-DAUAT,
      END OF INT_EFF.

DATA: FDATE LIKE SY-DATUM,
      LDATE LIKE SY-DATUM.

DATA: YGAMNG(7)   TYPE P DECIMALS 2,
      YMENGE(7)   TYPE P DECIMALS 2,
      YPLN01(7)   TYPE P DECIMALS 2,
      XMENGE(7)   TYPE P DECIMALS 0,
      XSTDRATE(7) TYPE P DECIMALS 2,
      XACTRATE(7) TYPE P DECIMALS 2,
      XLINEEFF(7) TYPE P DECIMALS 2,
      XUTILISA(7) TYPE P DECIMALS 2.

SELECT-OPTIONS XWERKS  FOR AFRU-WERKS DEFAULT 'SAP'.
SELECT-OPTIONS XBUDAT  FOR AFRU-BUDAT.
SELECT-OPTIONS XAUFNR  FOR AFRU-AUFNR.

START-OF-SELECTION.
SELECT * FROM AFRU WHERE BUDAT IN XBUDAT
                     AND WERKS IN XWERKS
                     AND AUFNR IN XAUFNR.
  CLEAR AFPO.
  SELECT SINGLE * FROM AFPO WHERE AUFNR = AFRU-AUFNR.

  CLEAR AFKO.
  SELECT SINGLE * FROM AFKO WHERE AUFNR = AFRU-AUFNR.

  CLEAR MARA.
  SELECT SINGLE * FROM MARA WHERE LVORM = ''
                              AND MATNR = AFKO-STLBEZ.

  CLEAR AFVV.
  SELECT SINGLE * FROM AFVV WHERE AUFPL = AFRU-AUFPL
                              AND APLZL = AFRU-APLZL.

  IF AFVV-VGE01 = 'MIN'.
     AFVV-VGW01 = AFVV-VGW01 / 60.
  ENDIF.

  PERFORM GET_DATA_AUFM.
  PERFORM GET_DATA.

ENDSELECT.

PERFORM LOOP_INT_EFF.
END-OF-SELECTION.

FORM GET_DATA.
* Reverse Confirmation
     IF AFRU-STOKZ = 'X'.
        MULTIPLY AFRU-LMNGA  BY    -1.
        MULTIPLY AFRU-ISM01  BY    -1.
        MULTIPLY AFRU-ISM02  BY    -1.
        MULTIPLY AFRU-ISM03  BY    -1.
        MULTIPLY AFRU-ISM04  BY    -1.
        MULTIPLY AFKO-GAMNG  BY    -1.
        MULTIPLY AFVV-BMSCH  BY    -1.
        MULTIPLY AFVV-VGW01  BY    -1.
        MULTIPLY AFVV-VGW02  BY    -1.
        MULTIPLY AFVV-VGW03  BY    -1.
     ENDIF.
* Plan Activities
     IF AFVV-BMSCH <> 0.
        INT_EFF-PLN01 = ( AFKO-GAMNG / AFVV-BMSCH ) * AFVV-VGW01 * 60.
     ENDIF.
* Actual Activities
     INT_EFF-ISM01 = AFRU-ISM01.
* Material No.
     IF AFKO-PLNBEZ = SPACE.
        INT_EFF-MATNR = AFKO-STLBEZ.
     ELSE.
        INT_EFF-MATNR = AFKO-PLNBEZ.
     ENDIF.
     INT_EFF-MTART = MARA-MTART.
     INT_EFF-AUFNR = AFKO-AUFNR.
     INT_EFF-GSTRI = AFKO-GSTRI.
     INT_EFF-GLTRI = AFKO-GLTRI.
     INT_EFF-GAMNG = AFKO-GAMNG.
     INT_EFF-MENGE = XMENGE.
     INT_EFF-DAUAT = AFPO-DAUAT.

     COLLECT INT_EFF.
     CLEAR   INT_EFF.

ENDFORM.

FORM GET_DATA_AUFM.
     CLEAR XMENGE.
     SELECT * FROM AUFM WHERE AUFNR = AFKO-AUFNR
                          AND BWART IN ('101', '102').
          IF AUFM-SHKZG = 'H'.
             MULTIPLY AUFM-MENGE BY -1.
          ENDIF.
          ADD AUFM-MENGE  TO XMENGE.
     ENDSELECT.
ENDFORM.

FORM LOOP_INT_EFF.
     LOOP AT INT_EFF.
        CLEAR: XSTDRATE, XACTRATE, XLINEEFF, XUTILISA.

        IF INT_EFF-PLN01 <> 0.
           XSTDRATE = INT_EFF-MENGE / INT_EFF-PLN01.
        ENDIF.
        IF INT_EFF-ISM01 <> 0.
           XACTRATE = INT_EFF-MENGE / INT_EFF-ISM01.
           XUTILISA = INT_EFF-PLN01 - INT_EFF-ISM01.
        ENDIF.
        IF XSTDRATE <> 0.
           XLINEEFF = XACTRATE / XSTDRATE.
        ENDIF.
        YGAMNG = INT_EFF-GAMNG.
        YMENGE = INT_EFF-MENGE.
        YPLN01 = INT_EFF-PLN01.
        WRITE:/ INT_EFF-MATNR UNDER '      Material',
                INT_EFF-MTART UNDER ' Matl',
                INT_EFF-AUFNR UNDER 'Production',
                INT_EFF-GSTRI UNDER 'Start',
                INT_EFF-GLTRI UNDER '  Finish',
                YGAMNG        UNDER 'Production Ord',
                YMENGE        UNDER '   Receipt Qty',
                YPLN01        UNDER '   Plan Hr',
                INT_EFF-ISM01 UNDER ' Actual Hr',
                XSTDRATE      UNDER '      Std Rate',
                XACTRATE      UNDER '   Actual Rate',
                XLINEEFF      UNDER 'Efficiency (%)',
                XUTILISA      UNDER 'Utilisation Typ',
                INT_EFF-DAUAT UNDER 'PP Type'.
     ENDLOOP.
ENDFORM.

TOP-OF-PAGE.
FORMAT COLOR COL_TOTAL.
    WRITE: / SY-DATUM, SY-UZEIT, SY-REPID,
       110  'Assembly Line Efficiency Report - Closed (Period)',
       200  SY-UNAME, SY-PAGNO.

    SKIP.
    WRITE: /1 '      Material',
           20 ' Matl',
           25 'Production',
           36 'Start',
           47 '  Finish',
           58 'Production Ord',
           73 '   Receipt Qty',
           88 '   Plan Hr',
          103 ' Actual Hr',
          118 '      Std Rate',
          133 '   Actual Rate',
          148 'Efficiency (%)',
          163 'Utilisation Typ',
          179 'PP Type'.

INITIALIZATION.
   LDATE = SY-DATUM.
   LDATE+6(2) = '01'.
   LDATE  = LDATE - 1.
   FDATE = LDATE.
   FDATE+6(2) = '01'.
   MOVE:   FDATE         TO  XBUDAT-LOW,
           LDATE         TO  XBUDAT-HIGH.
   APPEND XBUDAT.


Be the first one to comment on this page.




  Production and Planning eBooks
More Links » »
 
 Production and Planning FAQs
More Links » »
 
 Production and Planning Interview Questions
More Links » »
 
 Production and Planning Articles

No Production and Planning Articles could be found as of now.

 
 Production and Planning News

No News on Production and Planning could be found as of now.

 
 Production and Planning Jobs

No Production and Planning Articles could be found as of now.


Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previoushome Next

Keywords: Compare Production Confirmation against Planned by Work Centre, SAP Production Planning, SAP Production Planning, SAP Production Planning tutorial, SAP Production Planning tutorial pdf, history of SAP Production Planning, learn SAP Production Planning

HTML Quizzes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
CSS 1.0 Quiz
CSS 2.0 Quiz
HLML Quiz
XML Quizzes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizzes
JavaScript Quiz
VBScript Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizzes
ASP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
CVS Quiz
Python Quiz
Apple Script Quiz
PL/SQL Quiz
SQL Server Quiz
PHP Quiz
.NET (dotnet) Quizzes
Microsoft.Net Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
VC++ Quiz
Multimedia Quizzes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Photoshop Quiz
Gimp Quiz
Matlab Quiz
Gnuplot Programming Quiz
GIF Animation Quiz
Scientific Visualization Quiz
Graphics Quiz
Web Building Quizzes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Weblogic Quiz
SEO Quiz
Web Site Hosting Quiz
Domain Name Quiz
Java Quizzes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Eclipse Quiz
J2ME Quiz
JBOSS Quiz
Programming Langauges Quizzes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Cobol Quiz
Assembly Language Quiz
Mainframe Quiz
Forth Programming Quiz
Lisp Programming Quiz
Pascal Quiz
Delphi Quiz
Fortran Quiz
OOPs Quiz
Data Warehousing Quiz
CGI Programming Quiz
Emacs Quiz
Gnome Quiz
ILU Quiz
Soft Skills Quizzes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz
Database Quizzes
Oracle Quiz
MySQL Quiz
Operating System Quizzes
BSD Quiz
Symbian Quiz
Unix Quiz
Internet Quiz
IP-Masquerading Quiz
IPC Quiz
MIDI Quiz
Software Testing Quizzes
Testing Quiz
Firewalls Quiz
SAP Module Quizzes
ERP Quiz
ABAP Quiz
Business Warehousing Quiz
SAP Basis Quiz
Material Management Quiz
Sales & Distribution Quiz
Human Resource Quiz
Netweaver Quiz
Customer Relationship Management Quiz
Production and Planning Quiz
Networking Programming Quizzes
Corba Quiz
Networking Quiz
Microsoft Office Quizzes
Microsoft Word Quiz
Microsoft Outlook Quiz
Microsoft PowerPoint Quiz
Microsoft Publisher Quiz
Microsoft Excel Quiz
Microsoft Front Page Quiz
Microsoft InfoPath Quiz
Microsoft Access Quiz
Accounting Quizzes
Financial Accounting Quiz
Managerial Accounting Quiz
Testimonials | Contact Us | Link to Us | Site Map
Copyright ? 2008. Academic Tutorials.com. All rights reserved Privacy Policies | About Us
Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | Discussions World | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Indian Free Ads | Jobs Assist | New Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Webhosting in India | Dedicated Server in India | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Testing Interview Questions | Tests World | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World | Important Websites
Copyright ? 2003-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved.