Menu

SAP Function Module SDCAS_ADDRESS_LIST_CREATE

Create address list

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module SDCAS_ADDRESS_LIST_CREATE (Create address list) is a standard Function Module in SAP ERP and is part of the function group V43M within the package VCA.

Technical Information

Function Module SDCAS_ADDRESS_LIST_CREATE
Short Text Create address list
Function Group V43M
Package VCA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FI_ADDRESS_CUSTOMER TYPE XFELD Customer addresses
FI_ADDRESS_PARTNER_OFFICE TYPE XFELD Company addresses of contact persons
FI_ADDRESS_PARTNER_PRIVAT TYPE XFELD Home addresses of contact persons
FI_ADDRESS_VTEXT LIKE SADLSTADM-VTEXT Description of address list
FI_BLOCKSIZE LIKE SADLSTIAD-BLKSIZE '100' Interval size
FI_ERNAM LIKE SADLSTADM-ERNAM Address list will be created by?
FI_LISTNR LIKE SADLSTADM-LISTNR Number of address list
FI_LISTNR_NUMBER_RANGE LIKE INRI-NRRANGENR Number range number
FI_OBJTYPE LIKE SADLSTWU-OBJTYPE 'BUS1051' Document object type
FI_SELREPORT LIKE SADLSTADM-KTARE Selection report for addresses
FI_SELVARIANT LIKE SADLSTADM-KTAVA Selection variant for addresses
FI_SORTFIELD1 LIKE SADLSTSORT-FIELDNAME Sort field 1
FI_SORTFIELD2 LIKE SADLSTSORT-FIELDNAME Sort field 2
FI_SORTFIELD3 LIKE SADLSTSORT-FIELDNAME Sort field 3
FI_SORTORDER1 LIKE SADLSTSORT-SORTORDER Sort order for sort field 1
FI_SORTORDER2 LIKE SADLSTSORT-SORTORDER Sort order for sort field 2
FI_SORTORDER3 LIKE SADLSTSORT-SORTORDER Sort order for sort field 3
FI_VBELN LIKE SADLSTWU-OBJID Document number
FI_VERSION LIKE SADLSTADM-VERSION Version number of address list

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FE_LISTNR LIKE SADLSTADM-LISTNR Number of address list
FE_VERSION LIKE SADLSTADM-VERSION Address list version

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FT_KNA1 LIKE KNA1 Table containing KNA1 sets
FT_KNVK LIKE KNVK Table containing KNVK sets
FT_KUNNR LIKE SDCAS_KUNNR Table containing customer numbers
FT_PARNR LIKE SDCAS_PARNR Table containing contact person numbers

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_GETTING_LIST_NUMBER Error reading list number
NO_ADDRESSTYPE No address type available
NO_DOCUMENT_NUMBER Corresponding document is missing
NO_PERSONS No addresses available
VERSION_ALREADY_EXIST Address version already existing
WRONG_LIST_NUMBER List number entered does not correspond to list number for document