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: 

Chnage pointers table updation

Former Member
0 Kudos

Hello,

I am updating the EKPO-Netpr field using programm.After updation i am trying to extract the data for BW.But there is no change pointer are created for this table updation.

Can you please clarify,How to create change pointers for table updation?

Best regards,

Shyam

3 REPLIES 3

Former Member
0 Kudos

Hi,

EKPO is a itam level table for EKKO.

i think check the table CDPOS with Table Name EKPO and table Key as NETWR you will able to find.

Prabhudas

Former Member
0 Kudos

Hi ,

You need to create a change document object for that from transaction SCDO .

After that you need to call the automatically created function module (during creation of change Doc. Object)

from your program where you wrote the update or insert statement after those statement.

Now those changes will reflect on the database table CDPOS and CDHDR .

Please check the link - -

[https://wiki.sdn.sap.com/wiki/display/ABAP/Change+Document]

Regards

Pinaki

Pawan_Kesari
Active Contributor
0 Kudos

How are you updating the field EKPO-NETPR?

If you are using standard FM or updating through ME22N then it should create change document. Unless the standard setting in transaction SCD0 are intact for object EINKBELEG.

Can you see the change document from Me23N from menu Enviroment->Item changes?