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

Regarding KNKK Table

Former Member
0 Likes
1,452

Hi Masters,

My requireent is, i want to read the table KNKK for every 15 minutes.The fields are KUNNR,KKBER,SKFOR,SSOBL and SAUFT. In KNKK table there is no TimeChange field.And this table is not maintaining the Log also.

Whenever there is a change or create in fields in 15 mintures, i need to get that data.

So plz help how to get that data?

Thanks in Advance.

Best Regards,

Purna.

Hi Masters,

My requireent is, i want to read the table KNKK for every 15 minutes.The fields are KUNNR,KKBER,SKFOR,SSOBL and SAUFT. In KNKK table there is no TimeChange field.And this table is not maintaining the Log also.

Whenever there is a change or create in fields in 15 mintures, i need to get that data.

So plz help how to get that data?

Thanks in Advance.

Best Regards,

Purna.

2 REPLIES 2
Read only

Former Member
0 Likes
788

Hi,

u can use these tables to check if any change has happenend..

CDHDR -- Change document header

CDPOS -- Change document items

reply back

With Rgds,

S.Barani

Read only

vinod_vemuru2
Active Contributor
0 Likes
788

Hi Karthick,

U can use the standad report RFDABL00 for ur requirement.

Submit this report with appropriate selection fields.

if not suits for ur requirement then use tables

CDHDR and CDPOS. But these are very very slow.

Pass below fields to these tables.

CDHDR-OBJECTCLAS= ADRESSE

CDHDR-OBJECTID= BP

CDHDR-Tcode = XD02.

Also check the FMs

BUS_TABLE_CHANGEDOCUMENTS_READ

ME_CHANGEDOC_READ

ME_CHANGEDOC_READ2

CHANGEDOCU_CDPOS_READ

CHANGEDOCUMENT_READ

STREE_CHANGEDOCUMENT_READ

Thanks,

Vinod.