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

Object for change pointer BD52

Former Member
0 Likes
4,524

Hi,

I have to trigger the HRMD_A05 IDOC only when certain fields are changed in PA30 transaction.

I have activated changepointers globally in BD61 and for message type HRMD_A in BD50 and need to add the fields and table name in BD52? 

How do I find the Object for this change document items for BD52?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,436

Hi,

Go to SCDO and find the object class for planned info type - check your relavent class and add the fields accordingly!

HRMD_A05 - is having the structures based on the info types.  Find the object class related to the info types and add the fields same.

Rg, Kiran

4 REPLIES 4
Read only

Former Member
0 Likes
2,437

Hi,

Go to SCDO and find the object class for planned info type - check your relavent class and add the fields accordingly!

HRMD_A05 - is having the structures based on the info types.  Find the object class related to the info types and add the fields same.

Rg, Kiran

Read only

0 Likes
2,436

Hi Kiran,

In the SCDO table I did not find the object for PA0001 table or infotype 0001, 0006 etc. All the object belongs to HRP table beginning with infotype 1000. Does that mean I have to create it.

Thanks

Read only

0 Likes
2,436

Hi,

I am not sure can you chck once again! If you confimed it is not available then create it!

Thanks,

Kiran

Read only

0 Likes
2,436

Hi Kiran,

I created object in SCDO for required tables and then generated update program for HRMD_A05. Where should I call the function module change_document- in FM MASTERIDOC_CREATE_SMD_HRMD or in the RBDMIDOC?

Thanks