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

Change object for table MEAN

Former Member
0 Likes
1,670

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,279

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?

Read only

0 Likes
1,279

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

Read only

0 Likes
1,279

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

Read only

0 Likes
1,279

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

Read only

0 Likes
1,279

Thank you, Shital.

The link was quite helpful. I will try creating new Change Document objects and see if it works.

Regards,

Harshada

Read only

0 Likes
1,279

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

Read only

0 Likes
1,279

In the Change document object MAT_FULL , MEAN table is there see the structure XDMEAN in that CD object.

Rhea.

Read only

0 Likes
1,279

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