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

Update table records while deleting delivery

Former Member
0 Likes
413

Hello,

I want to update some records in database table whenever we delete delivery.

What is the condition I need to check in the user-exit to achieve this functionality.

Thanks,

Shreekant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

FORM USEREXIT_DELETE_DOCUMENT in MV50AFZ1 (only preocessed when User deletes the Delivery)

(there's no need for protocols with z-table; Deletion-Traces are stored in CDHDR (OBJECTCLAS=LIEFERUNG))

Cheers

carsten

Hello,

I want to update some records in database table whenever we delete delivery.

What is the condition I need to check in the user-exit to achieve this functionality.

Thanks,

Shreekant

1 REPLY 1
Read only

Former Member
0 Likes
373

FORM USEREXIT_DELETE_DOCUMENT in MV50AFZ1 (only preocessed when User deletes the Delivery)

(there's no need for protocols with z-table; Deletion-Traces are stored in CDHDR (OBJECTCLAS=LIEFERUNG))

Cheers

carsten