Question:
Has anyone had to create a workflow that triggers when a customer is created/changed ?
I know how to create a custom event and delegate but how can I get the system to trigger the event for KNA1 i.e. where do I look.
I cannot find anything in SWEC or BSVW that seems to relate to customer records.
Any help appreciated.
Answer:
Try SWETYPV & then look for object KNA1.
Answer:
Hi
U can use change document to do that...and if SAP standard are not available then u can create one of ur own
regards
Answer:
Checked SCDO "Change Ducument Object Overview" and display the object DEBI. You will find KNA1 within this object. So, what you need to do is to:
- use SWEC to add Change Doc Object: DEBI,
Object Type: KNA1
Event: Created
On Create: ON
and at the field restrictions you add: Table: KNA1
Field Name: KEY
Old Value & New Value: *
I hope it will work out.....