Application Development 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: 

change poinetr activation for material master change - basic data text

Former Member
0 Kudos

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

GauthamV
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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.

GauthamV
Active Contributor
0 Kudos

Its working fine for me.

How are you sending the material master data ?

You dont need to pass STXH or STXL here.

Former Member
0 Kudos

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 .

Former Member
0 Kudos

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.