Menu

SAP Function Module BAPI_W4W5INFOUS_REQUEST

Employee W4/W5 Information: Create Locked Record

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BAPI_W4W5INFOUS_REQUEST (Employee W4/W5 Information: Create Locked Record) is a standard Function Module in SAP ERP and is part of the function group PAW4_US within the package PC10.

Technical Information

Function Module BAPI_W4W5INFOUS_REQUEST
Short Text Employee W4/W5 Information: Create Locked Record
Function Group PAW4_US
Package PC10
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDEXEMPAMOUNT LIKE BAPIP0210-ADDEXEMPAMOUNT Additional exemption amount
ADDTAXAMOUNT LIKE BAPIP0210-ADDTAXAMOUNT Additional tax amount
ADDTAXPERCENT LIKE BAPIP0210-ADDTAXPERCENT Additional tax percentage
CURRENCY LIKE BAPIP0210-CURRENCY 'USD' Currency key
EICSTATUS LIKE BAPIP0210-EICSTATUS EIC status
EMPLOYEENUMBER LIKE BAPIP0210-EMPLOYEENO Personnel number
EXEMPTIONAMOUNT LIKE BAPIP0210-EXEMPTIONAMOUNT Exemption amount
FORMULANUMBER LIKE BAPIP0210-FORMULANUMBER Formula number
FORMULANUMBER_C LIKE BAPIP0210-FORMULANUMBER_C Formula number
LNMCH LIKE BAPIP0210-LNMCH Check if last name is Different on SSN Card
NOCOMMIT LIKE BAPI_STAND-NO_COMMIT Commit control at BAPI interface
NOOFADDEXEMPT LIKE BAPIP0210-NOOFADDEXEMPT Number of additional exemptions
NOOFDEPEXMPT LIKE BAPIP0210-NOOFDEPEXMPT Number of dependent exemptions
NOOFEXEMPTIONS LIKE BAPIP0210-NOOFEXEMPTIONS Number of exemptions
NOOFPERSEXMPT LIKE BAPIP0210-NOOFPERSEXMPT Number of personal exemptions
NRATAX LIKE BAPIP0210-NRATX Non-resident tax calculation indicator
TAXAUTHORITYTYPE LIKE BAPIP0210-TAXAUTHORITYTYPE Tax authority record type
TAXEXMPTINDIC LIKE BAPIP0210-TAXEXMPTINDIC Tax exemption indicator
TAXSTATUS LIKE BAPIP0210-TAXSTATUS Tax status
VALIDITYBEGIN LIKE BAPIP0210-VALIDBEGIN Start date
VALIDITYEND LIKE BAPIP0210-VALIDEND '99991231' End date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EMPLOYEENUMBER LIKE BAPIP0210-EMPLOYEENO Personnel number
LOCKINDICATOR LIKE BAPIP0210-LOCKINDIC Lock indicator
OBJECTID LIKE BAPIP0210-OBJECTID Object ID
RECORDNUMBER LIKE BAPIP0210-RECORDNR Record number
RETURN LIKE BAPIRETURN1 Return messages
SUBTYPE LIKE BAPIP0210-SUBTYPE Subtype
VALIDITYBEGIN LIKE BAPIP0210-VALIDBEGIN Start date
VALIDITYEND LIKE BAPIP0210-VALIDEND End date

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.