Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module INST_CREATE_COMPANY_ADDRESS (Create entry for company address) is a standard Function Module in SAP ERP and is part of the function group SAIO within the package SAIO.
Function Module | INST_CREATE_COMPANY_ADDRESS |
Short Text | Create entry for company address |
Function Group | SAIO |
Package | SAIO |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMPANYNAME | LIKE | BAPIUSCOMP | Company address, cross-system key | |
COMPANY_CITY | TYPE | AD_CITY1 | City | |
COMPANY_COUNTRY | TYPE | LAND1 | Country key | |
COMPANY_HOUSENUM | TYPE | AD_HSNM1 | House Number | |
COMPANY_POSTCODE | TYPE | AD_PSTCD1 | City postal code | |
COMPANY_STREET | TYPE | AD_STREET | Street | |
COMPANY_TIMEZONE | TYPE | TIMEZONE | 'CET' | Time Zone |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ADDRESS_EXISTS | Address to this handle still exists |
ADDRESS_HANDLE_NOT_EXIST | Address handle does not exist |
ADDRESS_NOT_EXIST | Address not in locale mind |
ADDRESS_NUMBER_MISSING | missing Address number by new Address |
COMPANY_ALREADY_EXISTS | Company still exists |
DATABASE_ERROR | Error by writing to database |
INTERNAL_ERROR | internal Error (MESSAGE A...) |
PARAMETER_ERROR | invalid parameter values |
PERSON_NOT_EXIST | Person not found |
REFERENCE_MISSING | missing reference |