‎2009 Apr 09 12:10 PM
Hi,
I am using Change pointers for triggering an Idoc.
Through the IDoc, I want to send two fields -HPEAN and LFNUM- from table MEAN.
These two fields are not present in table DMEAN. Table DMEAN is in Change object MAT_FULL
Can you please tell me the Change object for table MEAN?
Thanks in advance.
Regards,
Harshada
‎2009 Apr 09 1:00 PM
Hi All,
Do you know how can I record and send the changes to these two fields HPEAN and LFNUM- from table MEAN- in an IDoc?
‎2009 Apr 09 1:32 PM
Hi Harshada,
What is the mesage type that you are using. If you know the message type you can run RBDMIDOC program to read change pointers and generate the IDOC for you.
Let me know if I misunderstood your Issue.
Regards
Shital
‎2009 Apr 09 1:38 PM
Hi Shital,
Thanks for your reply.
We are using a custom message type, so we need to create Change Document Items for that Message type.
We would need to include two fields from MEAN table- LFNUM and HPEAN - to trigger an IDoc upon changes to this field.
Do you know how to include these two fields in the Change document and also what is the Change document for table MEAN?
Regards,
Harshada
‎2009 Apr 09 1:43 PM
Hi Harshada,
I have never worked on this particular Table but [this|http://help.sap.com/saphelp_nw70/helpdata/en/c7/69bccff36611d3a6510000e835363f/content.htm] might help you, Please refer TCode SCDO to find the Change Documents.
Regards
Shital
‎2009 Apr 09 1:57 PM
Thank you, Shital.
The link was quite helpful. I will try creating new Change Document objects and see if it works.
Regards,
Harshada
‎2009 Apr 13 7:28 AM
Hi,
I created a Z Change document object (ZZMEAN), included the table MEAN in it.
Then I generated the 'Update' program for this Change document object.
Using this Z change document object, I have also made the entries of fields of table MEAN in BD52, for the custom Message type.
But the changes to the fields of table MEAN are not getting tracked in any of the tables:
BDCP2
BDCPS
BDCP
Please let me know if any of you created a Z Change Document object and tracked the changes in tables BDCP / BDCPS / BDCP2.
Thanks in advance,
Harshada
‎2009 Apr 13 11:05 AM
In the Change document object MAT_FULL , MEAN table is there see the structure XDMEAN in that CD object.
Rhea.
‎2009 Apr 13 11:28 AM
Hi Rhea,
In the Change document object MAT_FULL we have structure DMEAN, which has only 3 fields. I want to trigger and send Idoc on changes of these two fields of MEAN: LFNUM and HPEAN.
Please let me know:
1. Is it possible to modify the existing Change Document Object MAT_FULL to include table MEAN.
OR
2. Can we create a Z Change Document Object to capture the changes to these two fields from table MEAN ?
Thanks,
Harshada