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

Object class for TWEWT table

manish_malakar0316
Active Participant
0 Likes
1,444

Hi all,

I am working on a change pointer in material master idoc. However, in my requirement I need to add a few fields in my idoc extension where I have to populate the External Material Group with its description.

The field is MARA-EXTWG and the description is obtained from table TWEWT, field name EWBEZ.

But I do not know the object class for table TWEWT that I need to insert in tcode BD52.

I need to insert the field EWBEZ in the table since it is possible that this field may be changed in future for a material and then the idoc should get triggered via the change pointer action.

I searched for many threads in the forum but I didnt get the object class for TWEWT table. Is there any way I can create an object class for TWEWT (in case it does not exist) ?

Regards,

Manish

3 REPLIES 3
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
1,296

Hello manish.malakar0316

TWEWT is a configuration table. Whereas change pointers is a concept for master data. I don't think any change documents hence change pointers are generated when you update a description of external material group in the configuration.

Best regards

Dominik Tylczynski

Read only

0 Likes
1,296

hi 3a9e4ce873a94034b33dc62b0ce600ee ,

So it means that the description , if changed, will not cause the idoc to trigger ? So this requirement will not be possible to achieve, right ?

Regards,

Manish

Read only

1,296

Hi manish.malakar0316

Yes, that's what I'm saying. Look TWEWT is a configuration object. If you change a description of an external material group you'd have to send IDocs for all materials assigned to this group. You won't be able to do that with simple material master change pointers. That's why you should not transfer configuration object e.g. external material group description in master data IDocs.

Best regards

Dominik Tylczynski