cancel
Showing results for 
Search instead for 
Did you mean: 

WE81 BD50

FredericGirod
Active Contributor
0 Kudos

Hi,

Come back with the solution of Christian,

I have some problem to use it, what I have do :

- transaction WE81: I have create the message ZPP_MAJ_MSEGO2.

- Transaction BD50 : Activate the message ZPP_MAJ_MSEG02.

But I don't understand how to link the modification of the tables MSEG and MSEGO2 to this message ? I thought that could be done with the transaction BD52. But I don't find any Object for the update of the tables MSEG* (nothing in the table TBD62).

Regards

Frédéric

Accepted Solutions (1)

Accepted Solutions (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Frédéric!

You mentioned already two user-exits, there you should write information you need by yourself with function module CHANGE_POINTERS_CREATE_DIRECT.

There are no standard change documents written for MSEG, so easy way via customizing with BD52 is not available.

Regards,

Christian

FredericGirod
Active Contributor
0 Kudos

Christian,

I see in my system some Z value in the BD52, so I think I could create it one for my MSEG. (This Z field point to table Z.)

Thanks for your help,

(I will close the message when I'll finish my test)

Frédéric

christian_wohlfahrt
Active Contributor
0 Kudos

Hi,

I guess, your Z-table is changed with a Z-program, in which <i>explicit</i> change document creation is included.

Check table TCDOB, if you find this Z-table. Take OBJECT and append '_WRITE_DOCUMENT' -> se37. Search in 'where used list' and you should find change document creation, which should be basis for this kind (BD52) of change pointers.

But take this as a chance, you can fill in own / more information and you might avoid additional selects in your job for table (c).

Regards,

Christian

Message was edited by: Christian Wohlfahrt

Answers (0)