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 pointers?

Former Member
0 Likes
732

Hi,

I creater new messagetype an idoctype:

ZMATMAS and ZMATMAS05

I created ZMATMAS as changepointer in BD50.

But when I change material via MM01/02 no changepointer is created?

What to do?

tnx, Adibo.

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
700

Change document for Material is MATERIAL (transactiion SCDO) and the Standard SAP setting maps this to change document to message type MATMAS.

You can see this setting in transaction BD52.

You have to create a setting in BD52 for you message type ZMATMAS, similar to message type MATMAS.

Some other things which need to be in place to generate you Idoc properly are:

1. Activate the process of change pointer globally in BD61

2. Activate Change pointer for your message type in BD50 ( which I suppose is already done).

3. You should have a FM for your message type IDOC_OUTPUT_ZMATMAS which will have logic to fill data as IDoc according to you new IDOC type ZMATMAS.

4. You should have distribution model in BD64.

5 REPLIES 5
Read only

Former Member
0 Likes
700

Hi,

Do it with standard IDOC MATMAS.

It will work.

No need to create new IDOC for this.

Regards,

Subbu

Read only

0 Likes
700

Hi,

I need ZMATMAS and ZMATMAS05

Read only

Pawan_Kesari
Active Contributor
0 Likes
701

Change document for Material is MATERIAL (transactiion SCDO) and the Standard SAP setting maps this to change document to message type MATMAS.

You can see this setting in transaction BD52.

You have to create a setting in BD52 for you message type ZMATMAS, similar to message type MATMAS.

Some other things which need to be in place to generate you Idoc properly are:

1. Activate the process of change pointer globally in BD61

2. Activate Change pointer for your message type in BD50 ( which I suppose is already done).

3. You should have a FM for your message type IDOC_OUTPUT_ZMATMAS which will have logic to fill data as IDoc according to you new IDOC type ZMATMAS.

4. You should have distribution model in BD64.

Read only

Former Member
0 Likes
700

Hi Pawan,

You say:

Change document for Material is MATERIAL (transactiion SCDO) and the Standard SAP setting maps this to change document to message type MATMAS.

Standard SAP setting maps this to change document to message type MATMAS ??

Where is this setting?

tnx, Adibo.

Read only

0 Likes
700

go to bd50---->click activate the ckeck box for the message type you created ..

then go to bd61 and save it to activate the change pointers for the messabge type ..