‎2015 Jul 09 11:45 AM
Hello ABAPers,
As the IDOC types FUNC_LOC_CHANGE01 and FUNC_LOC_CREATE01 cannot be extended, I created a custom IDOC types.
How to trigger IDOC with this basic type whenever a user creates a new Functional Location or changes the existing one ?
How can this be achieved using change pointers ?
Thanks and Regards,
Kiran
‎2015 Jul 27 2:59 PM
Hello,
I solved this on my own..
I had to modify the MASTERIDOC_CREATE_SMD_FUNCLOC program according to my needs, so that it would read change pointers and in this program I called the genrated outbound IDOC FM.
Thanks and Regards,
Kiran
‎2015 Jul 27 2:59 PM
Hello,
I solved this on my own..
I had to modify the MASTERIDOC_CREATE_SMD_FUNCLOC program according to my needs, so that it would read change pointers and in this program I called the genrated outbound IDOC FM.
Thanks and Regards,
Kiran
‎2021 Jun 24 7:20 AM
Hello,
Can you please let us explain how you append custom fields into existing standard IDOC, please explain in detailed form.