2014 Jan 12 10:15 PM
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
2014 Jan 13 3:08 AM
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
2014 Jan 13 3:08 AM
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
2014 Jan 13 2:29 PM
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
2014 Jan 13 3:12 PM
Hi,
I am not sure can you chck once again! If you confimed it is not available then create it!
Thanks,
Kiran
2014 Jan 14 4:12 AM
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