Hi,
HRMD_A IDOC Type
1. when an employee is created or updated or terminated then IDOC should be triggered.
2. PI system has to map few fields in the infotypes 0000,0001,0002 and few fields (custom segment is created with those fields) which are not there in standard IDOC(IDOC is extended)
3.Using change pointers IDOC should be triggered
I have done the following steps:
1.WE31 created a custom segment with fields
2.WE30 IDOC is extended
3.WE82 linking the IDOC type to extension
4.We20 extension is given
5. I have written code in the outbound exit to populate these fields
6.BD50 and BD61 activation is done
Now the IDOC is getting triggered through PFAL transaction, even if there is change in field which exists in the ADDRESS infotype.
But i want the IDOC to be generated for the fields which are given for me and for the fields which are there in custom segment.what should i do next?
1.Do i have to create entries in BD52?If yes what is the object class i should use?If the object class is not there for message type where should i create and do i have to create one object class for each infotype?for custom segment fileds also do i have to create a separate object class? OR
Do i have to create a object class for all the fields given for me?
2.Do i have to maintain custom segment fields in BD52 ? in this case what is the table name and field name?IS it the table and filed names from which i am fetching the data and populating my custom fields.
3.Once the change pointers are triggered only BDCP2 table is getting updated not the BDCP?
Could you please make me to understand the above issues clearly
Coul