SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

HINCLWF1 SAP ABAP Report - HR-IN: Labour Welfare Fund legal reports







HINCLWF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function generates the legal forms for the Labour Welfare Fund (LWF) contributions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HINCLWF1 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

PC00_M40_LWF - LWF Reports


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 HINCLWF1. "Basic submit
SUBMIT HINCLWF1 AND RETURN. "Return to original report after report execution complete
SUBMIT HINCLWF1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_SCRIPT = SAPScript Display
Selection Text: P_PDF = PDF Display
Selection Text: P_LWGRP = LWF Grouping
Title: HR-IN: Labour Welfare Fund legal reports
Text Symbol: NER = There are no errors
Text Symbol: 052 = SAP Script Display
Text Symbol: 051 = Adobe PDF Document
Text Symbol: 044 = Establishment Code No.
Text Symbol: 043 = Date of Submission
Text Symbol: 042 = Cheque/Draft/Money order
Text Symbol: 041 = Establishment Class
Text Symbol: 040 = Type of Display
Text Symbol: 039 = Generating List, please wait.....
Text Symbol: 021 = Results
Text Symbol: 020 = Labour Welfare Fund
Text Symbol: 019 = Employer Contribution
Text Symbol: 018 = Print Form
Text Symbol: 017 = Print Errors
Text Symbol: 016 = LWF Form D Results
Text Symbol: 015 = LWF Form D
Text Symbol: 014 = LWF Form Results
Text Symbol: 013 = LWF Form
Text Symbol: 012 = Employee Contribution
Text Symbol: 011 = Designation
Text Symbol: 010 = Employee Name
Text Symbol: 009 = Employee No.
Text Symbol: 008 = LWF Grouping
Text Symbol: 007 = User Parameters
Text Symbol: 006 = Standard Layout
Text Symbol: 005 = Customer Layout
Text Symbol: 004 = LWF Groupings
Text Symbol: 003 = (Text not defined)
Text Symbol: 002 = Name of the Layout Set
Text Symbol: 001 = Output Format


INCLUDES used within this REPORT HINCLWF1

INCLUDE PCREPIN1. " COMMON SUBROUTINES FOR REPORTING


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 HINCLWF1 or its description.