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

process status of change-pointers

Former Member
0 Likes
691

I use table BDCP and BDCPS to make outbound idocs.

At the end I have to change the field BDCPS-PROCESS to 'X'.

I can't find a Function Module to do this and it looks to me that there should be a FM to do this. What is the FM?

I use table BDCP and BDCPS to make outbound idocs.

At the end I have to change the field BDCPS-PROCESS to 'X'.

I can't find a Function Module to do this and it looks to me that there should be a FM to do this. What is the FM?

4 REPLIES 4
Read only

Former Member
0 Likes
627

need no answer anymore. an other approach didn't need changepointers..

Read only

0 Likes
627

Care to briefly describe your "other approach"? Folks using the search later migth find it helpfull, and perhaps someone might have an idea or experience with this which will be helpfull to you as well?

Cheers,

Julius

Read only

0 Likes
627

Of course, sorry.

We suggested from the beginning and finally it was confirmed that for the tables involved (LFA1) there must be events available. when an update occurs the event triggers a program (using workflow) and the program detects if further actions are required using the info available in the tables CDHDR and CDPOS. So the use of changepointer-tables wasn't neccesary anymore.

Read only

0 Likes
627

Please try with CHANGE_POINTERS_STATUS_WRITE ..

Rgs .. Venkat