cancel
Showing results for 
Search instead for 
Did you mean: 

Change pointer for functional location- deletion flag & activation status

Former Member
0 Kudos

Hello,

Im trying to use change pointer for functional location outbound interface. I did all required settings in BD52. The problem is with deletion flag and acive/deactive status.

I found that those two are stored in:

table field

TAPL LOEKZ

TAPL PARKZ

The problem I have is that I cannot find the object for those table, and due to that it cannot be customized in BD52.

Could You please advise which object class should I use or alternatively which other table/field and object should I type in to activate change poiters for deletion flag and active/ not active status?

For object IFLO, and its table (IFLOT, IFLOTX, ILOA)- there is no field for del flag and active status.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

N/A

johnnoxel
Discoverer
0 Kudos

Hello,

We're struggling with the same situation... we want the change of the "Active" status or the deletion flag to trigger the creation of a change pointer for IDoc creation.

We you able to figure out the required settings in BD52 (or elsewhere?)

Thanks,

John

Former Member
0 Kudos

Hi, standard didnt let us fulfilling this requirement. What we did- we extended table IFLOT with additional field for the status and used an user exit when saving FL, to take the value (status) from table JEST/TJ02T and copy the value to the newly created field. Then BD52, iflo, iflot, and the new field and it worked. Of course the function module for the message type (BD60) had to be changed to add this status value in additional segment/field for the idoc. Hope this will help You, as there is a lot of technical background behind it, and this is only functional overview.

rgds.

Former Member
0 Kudos

Hi ,

I am not sure as to what your clearly asking ..

In IFLO enter F.loc no and get the OBJNR Object Number value and pass that to JEST Table and here you can get the active and inactive system status , and you can pass the status number to TJ02T Table with EN and system status no and get the status description ..

hope this will help you i guess ..

regrds

pushpa