*
* The standard SAP Work Center List - CR05 includes the flag for
* deletion work center. This customized work center list allows
* you to include or exclude those work center that have been flag
* for deletion. Those with a 'X' in the list are flag for deletion.
*
* Written by : SAP Basis, ABAP Programming and Other IMG Stuff
*
*
REPORT ZPPWORKCENTER
LINE-SIZE 120 NO STANDARD PAGE HEADING LINE-COUNT 058(001).
TABLES: CRHD, "Work Center Header
CRTX, "Text for the Work Center or Production Resource/Tool
CRCO. "Assignment of Work Center to Cost Center
SELECT-OPTIONS: S_WERKS FOR CRHD-WERKS DEFAULT 'XX',
S_LVORM FOR CRHD-LVORM.
SELECT * FROM CRHD WHERE LVORM IN S_LVORM
AND WERKS IN S_WERKS.
CLEAR CRCO.
SELECT SINGLE * FROM CRCO WHERE OBJTY = 'A'
AND OBJID = CRHD-OBJID
AND ENDDA => SY-DATUM.
CLEAR CRTX.
SELECT SINGLE * FROM CRTX WHERE OBJTY = 'A'
AND OBJID = CRHD-OBJID
AND SPRAS = 'E'.
WRITE: / CRHD-LVORM,
CRHD-WERKS UNDER 'Plnt',
CRHD-ARBPL UNDER 'Work Center',
CRCO-KOSTL UNDER 'Cost Center',
CRTX-KTEXT UNDER 'Description'.
ENDSELECT.
TOP-OF-PAGE.
WRITE: / SY-DATUM, SY-UZEIT, SY-REPID, SY-UNAME,
SY-PAGNO.
SKIP.
WRITE:/3 'Plnt',
8 'Work Center',
20 'Cost Center',
33 'Description'.
*-- End of Program
Wednesday, January 21, 2009
ABAP Reports Customized Work Center List PP
Labels:
SAP ABAP Reports
Subscribe to:
Post Comments (Atom)
Archives
-
▼
2009
(359)
-
▼
January
(39)
- Define the default components reservation movement...
- SAP PP Goods Receipt - 101 for Process Order
- SAP Goods receipt and goods issue through a PI sheet
- SAP PP Goods Movement Steps for Subcontracting
- SAP PP Goods Movement Stock in Transit - liquidati...
- SAP Restricting Good Receipt Unless Production Ord...
- SAP PP BOM How to link BOM component to storage lo...
- When is a Material BOM Not Exploded?
- SAP Simple BOM & Group BOM
- SAP Explode PP BOM
- Where used list for SAP PP BOM
- Controlling data for your Bill of Materials
- SAP Allocating PP BOM to Other Plant
- SAP PP BOM Mass Change Bill of Materials
- SAP PP BOM Multi-level configuration with variants
- BOM What exactly is a Phantom item or Assembly means?
- SAP Attachment Of Drawings in PP BOMs
- MM Variant Configuration for an Order BOM
- SAP Checking Costs and Revenues from the Sales Order
- SAP Production Planning - Extract data from MRP Table
- ABAP Reports Production Order Quantity Change Dail...
- ABAP Reports Compare Production Confirmation again...
- ABAP Reports Customized Work Center List PP
- SAP Tcodes used for SAP Plant Maintenance
- TCode for SAP ArchiveLink Link check
- SAP Transparent Table Relate With PM Module
- Effective PM Implementation
- Deadline Monitoring for Maintenance Plans
- Scheduling function in PM
- SAP Definition and Formula for PM terms
- Plant Maintenance Assembly SAP
- Track New Plant Machine Installed at Customer Site
- PM Questions Answers on Functional Locations
- Questions Answers on PM Equipment
- Measuring Points Questions in PM
- Plant Maintenance Q & A - Rept & Analyses - Mgt of...
- SAP Maintenance Planning Questions and Answers
- PM Support Problem Solution
- Maintenance of FT Data in Purchasing Documents in MM
-
▼
January
(39)
No comments:
Post a Comment