SAP ALE_ADDRCONTPART_SAVEREPLICA Function Module for









ALE_ADDRCONTPART_SAVEREPLICA is a standard ale addrcontpart savereplica SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for ale addrcontpart savereplica FM, simply by entering the name ALE_ADDRCONTPART_SAVEREPLICA into the relevant SAP transaction such as SE37 or SE38.

Function Group: SZAM
Program Name: SAPLSZAM
Main Program: SAPLSZAM
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function ALE_ADDRCONTPART_SAVEREPLICA pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'ALE_ADDRCONTPART_SAVEREPLICA'"
EXPORTING
OBJTYPEP = "
* SERIAL_ID = '0' "
OBJIDP = "
OBJTYPEC = "
OBJIDC = "
* OBJIDEXT = ' ' "
* CONTEXT = 0 "Semantic meaning of the addresses (-> constants)
* IVCHECKADDRESS = 'X' "
* IVTIMEDEPENDCOMMDATA = ' ' "
* OBJ_TYPE = 'BUS4003' "

TABLES
BAPIAD3VL = "BAPI structure contact person address (w/o. comm.)
* BAPIADPRT = "BAPI Structure Printer Addresses
* BAPIADSSF = "BAPI Structure SSF Addresses
* BAPIADURI = "BAPI Structure URI Addresses
* BAPIADPAG = "BAPI Structure Pager Numbers
* BAPICOMREM = "BAPI Structure Communication Comments
* BAPIADUSE = "BAPI Structure for Communication Usages (BAS)
RECEIVERS = "
* COMMUNICATION_DOCUMENTS = "
* APPLICATION_OBJECTS = "
* BAPIADTEL = "BAPI Structure Telephone Numbers
* BAPIADFAX = "BAPI Structure Fax Numbers
* BAPIADTTX = "BAPI Structure Teletex Numbers
* BAPIADTLX = "BAPI Structure Telex Numbers
* BAPIADSMTP = "BAPI Structure Internet Addresses
* BAPIADRML = "BAPI Structure R/Mail Addresses
* BAPIADX400 = "BAPI Structure X400 Addresses
* BAPIADRFC = "BAPI Structure RFC Addresses

EXCEPTIONS
ERROR_CREATING_IDOCS = 1
.



IMPORTING Parameters details for ALE_ADDRCONTPART_SAVEREPLICA

OBJTYPEP -

Data type: BAPI4003_1-OBJTYPE_P
Optional: No
Call by Reference: No ( called with pass by value option)

SERIAL_ID -

Data type: SERIAL-CHNUM
Default: '0'
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBJIDP -

Data type: BAPI4003_1-OBJKEY_P
Optional: No
Call by Reference: No ( called with pass by value option)

OBJTYPEC -

Data type: BAPI4003_1-OBJTYPE_C
Optional: No
Call by Reference: No ( called with pass by value option)

OBJIDC -

Data type: BAPI4003_1-OBJKEY_C
Optional: No
Call by Reference: No ( called with pass by value option)

OBJIDEXT -

Data type: BAPI4003_1-EXTENSION
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CONTEXT - Semantic meaning of the addresses (-> constants)

Data type: BAPI4003_1-CONTEXT
Optional: Yes
Call by Reference: No ( called with pass by value option)

IVCHECKADDRESS -

Data type: BAPI4003_1-CHECK_ADDR
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

IVTIMEDEPENDCOMMDATA -

Data type: BAPI4003_1-TIMEDEPCOM
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBJ_TYPE -

Data type: SERIAL-OBJ_TYPE
Default: 'BUS4003'
Optional: Yes
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for ALE_ADDRCONTPART_SAVEREPLICA

BAPIAD3VL - BAPI structure contact person address (w/o. comm.)

Data type: BAPIAD3VL
Optional: No
Call by Reference: No ( called with pass by value option)

BAPIADPRT - BAPI Structure Printer Addresses

Data type: BAPIADPRT
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADSSF - BAPI Structure SSF Addresses

Data type: BAPIADSSF
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADURI - BAPI Structure URI Addresses

Data type: BAPIADURI
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADPAG - BAPI Structure Pager Numbers

Data type: BAPIADPAG
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPICOMREM - BAPI Structure Communication Comments

Data type: BAPICOMREM
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADUSE - BAPI Structure for Communication Usages (BAS)

Data type: BAPIADUSE
Optional: Yes
Call by Reference: No ( called with pass by value option)

RECEIVERS -

Data type: BDI_LOGSYS
Optional: No
Call by Reference: No ( called with pass by value option)

COMMUNICATION_DOCUMENTS -

Data type: SWOTOBJID
Optional: Yes
Call by Reference: No ( called with pass by value option)

APPLICATION_OBJECTS -

Data type: SWOTOBJID
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADTEL - BAPI Structure Telephone Numbers

Data type: BAPIADTEL
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADFAX - BAPI Structure Fax Numbers

Data type: BAPIADFAX
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADTTX - BAPI Structure Teletex Numbers

Data type: BAPIADTTX
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADTLX - BAPI Structure Telex Numbers

Data type: BAPIADTLX
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADSMTP - BAPI Structure Internet Addresses

Data type: BAPIADSMTP
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADRML - BAPI Structure R/Mail Addresses

Data type: BAPIADRML
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADX400 - BAPI Structure X400 Addresses

Data type: BAPIADX400
Optional: Yes
Call by Reference: No ( called with pass by value option)

BAPIADRFC - BAPI Structure RFC Addresses

Data type: BAPIADRFC
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXCEPTIONS details

ERROR_CREATING_IDOCS -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for ALE_ADDRCONTPART_SAVEREPLICA Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_objtypep  TYPE BAPI4003_1-OBJTYPE_P, "   
lt_bapiad3vl  TYPE STANDARD TABLE OF BAPIAD3VL, "   
lv_error_creating_idocs  TYPE BAPIAD3VL, "   
lt_bapiadprt  TYPE STANDARD TABLE OF BAPIADPRT, "   
lv_serial_id  TYPE SERIAL-CHNUM, "   '0'
lt_bapiadssf  TYPE STANDARD TABLE OF BAPIADSSF, "   
lt_bapiaduri  TYPE STANDARD TABLE OF BAPIADURI, "   
lt_bapiadpag  TYPE STANDARD TABLE OF BAPIADPAG, "   
lt_bapicomrem  TYPE STANDARD TABLE OF BAPICOMREM, "   
lt_bapiaduse  TYPE STANDARD TABLE OF BAPIADUSE, "   
lt_receivers  TYPE STANDARD TABLE OF BDI_LOGSYS, "   
lt_communication_documents  TYPE STANDARD TABLE OF SWOTOBJID, "   
lt_application_objects  TYPE STANDARD TABLE OF SWOTOBJID, "   
lv_objidp  TYPE BAPI4003_1-OBJKEY_P, "   
lt_bapiadtel  TYPE STANDARD TABLE OF BAPIADTEL, "   
lv_objtypec  TYPE BAPI4003_1-OBJTYPE_C, "   
lt_bapiadfax  TYPE STANDARD TABLE OF BAPIADFAX, "   
lv_objidc  TYPE BAPI4003_1-OBJKEY_C, "   
lt_bapiadttx  TYPE STANDARD TABLE OF BAPIADTTX, "   
lv_objidext  TYPE BAPI4003_1-EXTENSION, "   SPACE
lt_bapiadtlx  TYPE STANDARD TABLE OF BAPIADTLX, "   
lv_context  TYPE BAPI4003_1-CONTEXT, "   0
lt_bapiadsmtp  TYPE STANDARD TABLE OF BAPIADSMTP, "   
lt_bapiadrml  TYPE STANDARD TABLE OF BAPIADRML, "   
lv_ivcheckaddress  TYPE BAPI4003_1-CHECK_ADDR, "   'X'
lt_bapiadx400  TYPE STANDARD TABLE OF BAPIADX400, "   
lv_ivtimedependcommdata  TYPE BAPI4003_1-TIMEDEPCOM, "   SPACE
lv_obj_type  TYPE SERIAL-OBJ_TYPE, "   'BUS4003'
lt_bapiadrfc  TYPE STANDARD TABLE OF BAPIADRFC. "   

  CALL FUNCTION 'ALE_ADDRCONTPART_SAVEREPLICA'  "
    EXPORTING
         OBJTYPEP = lv_objtypep
         SERIAL_ID = lv_serial_id
         OBJIDP = lv_objidp
         OBJTYPEC = lv_objtypec
         OBJIDC = lv_objidc
         OBJIDEXT = lv_objidext
         CONTEXT = lv_context
         IVCHECKADDRESS = lv_ivcheckaddress
         IVTIMEDEPENDCOMMDATA = lv_ivtimedependcommdata
         OBJ_TYPE = lv_obj_type
    TABLES
         BAPIAD3VL = lt_bapiad3vl
         BAPIADPRT = lt_bapiadprt
         BAPIADSSF = lt_bapiadssf
         BAPIADURI = lt_bapiaduri
         BAPIADPAG = lt_bapiadpag
         BAPICOMREM = lt_bapicomrem
         BAPIADUSE = lt_bapiaduse
         RECEIVERS = lt_receivers
         COMMUNICATION_DOCUMENTS = lt_communication_documents
         APPLICATION_OBJECTS = lt_application_objects
         BAPIADTEL = lt_bapiadtel
         BAPIADFAX = lt_bapiadfax
         BAPIADTTX = lt_bapiadttx
         BAPIADTLX = lt_bapiadtlx
         BAPIADSMTP = lt_bapiadsmtp
         BAPIADRML = lt_bapiadrml
         BAPIADX400 = lt_bapiadx400
         BAPIADRFC = lt_bapiadrfc
    EXCEPTIONS
        ERROR_CREATING_IDOCS = 1
. " ALE_ADDRCONTPART_SAVEREPLICA




ABAP code using 7.40 inline data declarations to call FM ALE_ADDRCONTPART_SAVEREPLICA

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

"SELECT single OBJTYPE_P FROM BAPI4003_1 INTO @DATA(ld_objtypep).
 
 
 
 
"SELECT single CHNUM FROM SERIAL INTO @DATA(ld_serial_id).
DATA(ld_serial_id) = '0'.
 
 
 
 
 
 
 
 
 
"SELECT single OBJKEY_P FROM BAPI4003_1 INTO @DATA(ld_objidp).
 
 
"SELECT single OBJTYPE_C FROM BAPI4003_1 INTO @DATA(ld_objtypec).
 
 
"SELECT single OBJKEY_C FROM BAPI4003_1 INTO @DATA(ld_objidc).
 
 
"SELECT single EXTENSION FROM BAPI4003_1 INTO @DATA(ld_objidext).
DATA(ld_objidext) = ' '.
 
 
"SELECT single CONTEXT FROM BAPI4003_1 INTO @DATA(ld_context).
 
 
 
"SELECT single CHECK_ADDR FROM BAPI4003_1 INTO @DATA(ld_ivcheckaddress).
DATA(ld_ivcheckaddress) = 'X'.
 
 
"SELECT single TIMEDEPCOM FROM BAPI4003_1 INTO @DATA(ld_ivtimedependcommdata).
DATA(ld_ivtimedependcommdata) = ' '.
 
"SELECT single OBJ_TYPE FROM SERIAL INTO @DATA(ld_obj_type).
DATA(ld_obj_type) = 'BUS4003'.
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!