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

change pointers

Former Member
0 Likes
934

when classification data is changed in master data, a change pointer entry is created in BDCP table. But the objectvalue field is not getting populated with the number (material/customer etc) But when we do other changes, it gets populated. I need to populate that field for classification changes also. How can I do that?

Thanks,

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
869

hi

use the tcode <b>BD52</b> to check the field names for which change pointers are written...

Cheers,

Abdul Hakim

7 REPLIES 7
Read only

abdul_hakim
Active Contributor
870

hi

use the tcode <b>BD52</b> to check the field names for which change pointers are written...

Cheers,

Abdul Hakim

Read only

0 Likes
869

May be I confused you with my question. Whenever a CLASSIF change pointer/change doc object is created, the object ID field is empty. Is there a place (generally a BTE) where I can populate object id for CLASSIF objects.

Thanks,

Read only

0 Likes
869

Is TABKEY populated?

Read only

0 Likes
869

Yes. TABKEY is populated. I can get the object value from there. I am not sure the first chanracter is but the next 3 chars indiciates class type and the remaining characters signifies value.

But cant the object id field be populated by putting some code? If not possible then I have to use TABKEY field only.

Thanks,

Read only

0 Likes
869

I'm not sure there is a place to add code to force the object ID entry. Do you have an example of the TABKEY value you are seeing?

Read only

0 Likes
869

Yes.

O001ST87A-12345 (material)

O0110000003032 (Customer)

Thanks,

Read only

0 Likes
869

It looks like your TABKEY value corresponds to the following structure:


begin of allocation_key,
  mafid like kssk-mafid,                "allocation type
  klart like kssk-klart,                "classtype
  objek like kssk-objek,                "object
  aennr like kssk-aennr,                "changenumber
end of allocation_key.

You can see this in MASTERIDOC_CREATE_SMD_CLFMAS.