Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Delete Multiple Values for Characteristics?

Former Member
0 Likes
671

Hi all,

I'm using LSMW BAPI_DOCUMENT_LOAD to upload changes for DMS documents.

Included are deletion of specific values for characteristic type defined with multiple values. 

The upload completes ok, but no changes occur. All multiple values are still present?

When running the same to delete a specific value for characteristic defined with single values, the upload works ok. The value is being deleted.

Is it not possible to handle multiple values with this BAPI?

regards

Svein-Otto Olsen

Hi all,

I'm using LSMW BAPI_DOCUMENT_LOAD to upload changes for DMS documents.

Included are deletion of specific values for characteristic type defined with multiple values. 

The upload completes ok, but no changes occur. All multiple values are still present?

When running the same to delete a specific value for characteristic defined with single values, the upload works ok. The value is being deleted.

Is it not possible to handle multiple values with this BAPI?

regards

Svein-Otto Olsen

2 REPLIES 2
Read only

deependra_shekhawat3
Contributor
0 Likes
570

Hi ,

Have you called BAPI_TRANSACTION_COMMIT after run of BAPI ?

Thanks

Deependra

Read only

0 Likes
570

Hi,

Yes, the BAPI_TRANSACTION_COMMIT is automatically being called by the BAPI_DOCUMENT_LOAD

Thanks

Svein-Otto Olsen