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 poinetr activation for material master change - basic data text

Former Member
0 Likes
1,351

hi ,

i want to trigger an idoc whenever the material master changes , through change pointer method activated the particular fields which is needed, in Tcode bd52. i want to trigger the idoc for 'basic data text' field the table is 'STXH' but in BD52 the table is not showing so i cannot define here

please suggest how to activate the change pointer for ' BASIC DATA TEXT' (TDLINE) field.

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
972

Declare this in BD52.this will give you changes related to material description for

material master .

object - MATERIAL

table - DMAKT

field - MAKTX.

Also check if change pointers is active in BD61 and BD50 transactions.

Read only

Former Member
0 Likes
972

hi ,

thanks for ur reply ,

i tried with your suggestion, it is creating idoc only for material description changes only, but my requirement is 'BASIC DATA TEXT' .it is in table STXH -header and stxl - line item.

Read only

GauthamV
Active Contributor
0 Likes
972

Its working fine for me.

How are you sending the material master data ?

You dont need to pass STXH or STXL here.

Read only

Former Member
0 Likes
972

hi goutham,

sorry for the late reply ,

please check the segment E1mtxh , e1mtxl - this is getting the value from stxh and stxl

and the field maktx is reference to makt table .

Read only

Former Member
0 Likes
972

If field is not there already you will have to create new entry. Once done as and when you will change the Text Entry will be created in BDCP2 program and then you schedule BD21.