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

Functional Location Change Pointers

kirankerudi
Active Participant
0 Likes
1,492

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

1 ACCEPTED SOLUTION
Read only

kirankerudi
Active Participant
0 Likes
940

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

2 REPLIES 2
Read only

kirankerudi
Active Participant
0 Likes
941

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

Read only

0 Likes
940

Hello,

Can you please let us explain how you append custom fields into existing standard IDOC, please explain in detailed form.