Menu

SAP Function Module HR_BE_BOWA_GET_COMPANY_DETAILS

Get detailed infos about a company

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module HR_BE_BOWA_GET_COMPANY_DETAILS (Get detailed infos about a company) is a standard Function Module in SAP ERP and is part of the function group HRPAYBE_BOWA within the package PC12.

Technical Information

Function Module HR_BE_BOWA_GET_COMPANY_DETAILS
Short Text Get detailed infos about a company
Function Group HRPAYBE_BOWA
Package PC12
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_BUKRS TYPE BUKRS Company Code
IM_DATE TYPE D Date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_COMPANY_ADDRESS TYPE ADDR1_VAL Address return structure
EX_COMPANY_COUNTRY TYPE BTCTY BELCOTAX country key
EX_COMPANY_ID TYPE P12_COMID Company ID
EX_COMPANY_LANGUAGE TYPE P_99S_SPKLNG Language
EX_COMPANY_NAME TYPE P12_TEXT60 60 character text long
EX_COMPANY_NAME_II TYPE P12_TEXT60 60 character text long
EX_COMPANY_NAME_III TYPE P12_TEXT60 60 character text long
EX_COMP_ADDRESS_II TYPE ADDR1_VAL Address return structure
EX_COMP_ADDRESS_III TYPE ADDR1_VAL Address return structure
EX_RETURNCODE TYPE SY-SUBRC Return Value of ABAP Statements
EX_SOCSEC TYPE BTSEC BELCOTAX social secretary office
EX_TAX_SENDER TYPE P12_REL_COMP_INST Internal table containing all relationships betw. comp/inst

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.