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 Documents

Former Member
0 Likes
2,059

Hi,

I am working on an interface where we have to send New and changed functional locations to other system.

One option was to use Dates to determine this and the better option was to use Change Documents and Change Pointers.

I have used Change pointers in past for various transactions and they work fine.

Now the problem is, that when we change any field on Functional Location, it does not generate Change Documents and hence no change pointers are created.

SAP is using Change Document Object "<b>IFLO</b>" (Tcode :SCDO)

and i have checked at data element level also....these data elements are marked to generate change documents.

But they are <b>not</b> generating change documents.

Can anybody give some direction or suggestions on this.

I will gladly give points to helpful replies.

Thanks in advance.

Jeet

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
1,002

PM technical objects does not generate change docs when they are created, they write chdocs only during change. refer to OSS note 658193

If the Oss note is already implemented in ur system, it adds a new checkbox in functionl loc category definition in IMG. Check it to activate chdocs during creation

Regards

Sridhar

Message was edited by: Sridhar K

5 REPLIES 5
Read only

Laxmana_Appana_
Active Contributor
0 Likes
1,002

Hi,

Check the tables CDPOS and CDHDR with object ADRESSE with transaction IL02. change data is storing into these tables with this object.

Regards

Appana

Read only

Former Member
0 Likes
1,002

Hey,

You need to activate Change Documents for the functional location category.

Configure the below node in SPRO

PM and CS - Master Data - Technical Objects - Functional locations - Define Category for functional locations - Double click on the category and select the "Change Documents" check box.

-Kiran

Read only

0 Likes
1,002

Thanks guys, it solved the part of problem.

As per Kiran suggestion i have changed configuration in SPRO and now it is creating the Change Documents both at time of Craetion and Change.

Now problem is with Change pointers. Change pointers are genrated fine when i change an existing Functional Location but it is not generated when i "<b>create"</b> a Functional location.(Though change document is generated for create scenario).

I am not sure why Change poinetrs are not being generated for "Create" Scenario. Any ideas , suggestions.

Gurjeet

Read only

sridhar_k1
Active Contributor
0 Likes
1,003

PM technical objects does not generate change docs when they are created, they write chdocs only during change. refer to OSS note 658193

If the Oss note is already implemented in ur system, it adds a new checkbox in functionl loc category definition in IMG. Check it to activate chdocs during creation

Regards

Sridhar

Message was edited by: Sridhar K

Read only

Former Member
0 Likes
1,002

First enable Change doc in SPRO then

Use FM <b>CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS</b>

or Select directly from CDHDR and CDPOS

Rgds,

TM.