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

activate change document in cdpos_str table

Former Member
0 Likes
785


Hi,

I am not an ABAPer person & hence please ignore in case I am checking some silly questions.

Our requirement is to create a database view on CDHDR & CDPOS SAP tables. But since CDPOS is a cluster table, we are not able to create views. Also I checked on lot of forums and found few things but not very helpful. Basically the final requirement is to create a view on these 2 tables & then pull the view in SAP BusinessObjects Information steward tool. But read on SAP forums, that CDPOS_STR is also a change document tables if STRING fields are to be logged for a tables then these are saved in the CDPOS_STR table. But would like to know that how to activate this change document for CDPOS_STR table. Currently we have change document activated in our landscape and the entries get logged in CDHDR,CDPOS tables. Is there any seprate mechanism for activating the change documents in CDPOS_STR table. Also would like to know that if change log is activated in CDPOS_STR, will it stop logging in CDPOS table.

Please help urgently since we are in a very critical phase in our project. Any help with this regards would be appreciated.

Regards

Minakshi

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
599

Hi,

From my side i am trying to help u,

1)Please follow standard report RSSCD100 to get a idea about this,

2) You have to use Function module for this

CHANGEDOCUMENT_READ_* then search in SE37.

or

Have to make a customized report with help of  ABAP.

Please follow this thread for further info.

http://scn.sap.com/thread/179956

Thanks

Gourav.