SAP Reports / Programs

WIP_HELPDESK SAP ABAP Report - Helpdesk for WIP







WIP_HELPDESK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter WIP_HELPDESK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CKMHELPWIP - Helpdesk for WIP


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT WIP_HELPDESK. "Basic submit
SUBMIT WIP_HELPDESK AND RETURN. "Return to original report after report execution complete
SUBMIT WIP_HELPDESK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Helpdesk for WIP
Text Symbol: 031 = Display WIP at Actual Costs
Text Symbol: 030 = COMLWIPDISP
Text Symbol: 029 = Display WIP Quantity Document
Text Symbol: 028 = COMLWIPDOC
Text Symbol: 027 = Find WIP Documents that were created in wrong chronological sequence
Text Symbol: 026 = FIND_WIP_DOCS_WRONG_SEQUENCE
Text Symbol: 025 = Remove materials without ML header from WIP documents and Quantity Structure
Text Symbol: 024 = REMOVE_MATERIALS_WO_ML_HEADER
Text Symbol: 023 = Value Flow Display for Reduced WIP (Transaction CKMREDWIP)
Text Symbol: 022 = REDUCED_WIP_VALUE_FLOW
Text Symbol: 021 = WIP Closing Entry for Activity Types
Text Symbol: 020 = WIP_CLOSE_ACTIVITY
Text Symbol: 019 = Miscellaneous
Text Symbol: 018 = Mark WIP documents as invalid and remove quantities from WIP Quantity Structure
Text Symbol: 017 = REMOVE_WIP_DOCUMENTS_FROM_QS
Text Symbol: 015 = Find orders with duplicate WIP documents in same period
Text Symbol: 014 = REMOVE_DUPLICATE_WIP_DOCUMENTS
Text Symbol: 013 = Find orders with WIP documents for different production processes
Text Symbol: 012 = WIP_FIND_INCONSISTENT_ORDERS
Text Symbol: 011 = Compare WIP Quantity Documents and WIP Quantity Structure
Text Symbol: 010 = COMPARE_WIP_DOCUMENT_WITH_QS
Text Symbol: 009 = Checks for WIP Quantity Documents and WIP Quantity Structure
Text Symbol: 008 = Compare WIP Quantity Structure and WIP Layer
Text Symbol: 007 = WIP_CONS_CHECK_T4TOLAYER
Text Symbol: 006 = Compare WIP Quantity Structure and WIP Layer
Text Symbol: 005 = Check WIP Quantity Structure (compare many periods)
Text Symbol: 004 = CORRECT_WIP_QUANTITIES
Text Symbol: 003 = Check WIP Quantity Structure (compare 2 periods)
Text Symbol: 002 = CHECK_WIP_QUANTITY_STRUCTURE
Text Symbol: 001 = Checks for WIP Quantity Structure


INCLUDES used within this REPORT WIP_HELPDESK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name WIP_HELPDESK or its description.