SAP Function ADBOS_SERVICE_MASSUPDATE - For Mass Changes of Services

Parameter Reference Type Length Default Optional Text
DOCUMENT_NO VBAK-VBELN C 10 Document number
DOCUMENT_TYPE VBAK-VBTYP C 1 X Document category
ITEM_NO VBAP-POSNR N 6 Item Number
NEW_VALUES SRV_DEF u 269

Parameter Reference Length Optional Text
SRV_LIST ESLL 847

Exception Text
CALL_TRANSACTION_ERROR
DATABASE_ERROR
DATA_NOT_FOUND
FUNCTION_FETCH_ERROR
ITEM_NOT_FOUND


This function module is used to update a field for one or more serviceline in the service package. The service lines can be changed globallyover all the hierarchy levels.
The field to be changed is specified as import parameter NEWVALUE.
The service lines for which this field is to be updated with a valueare specififed in SRV_LIST.
This function module uses the batch input technique and creates aninternal structure. This structure is exported and then the transactionfor changing the SD document is called.
If you want to make mass changes for customer fields in table ESLL, youhave to exclude enhancement SRVMAS from the programming.