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

Extract correct Valid to - DATBI

antonio_bruno
Participant
0 Likes
1,569

Hi,

I've problem to extract the correct value Valid to - DATBI, because in the condition was modified the date but the KONH mantains the original date.

How can i find the last date?

Thanks and best regards.

Antonio

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,432

Hi,

you will find the changes in CDHDR and CDPOS. OBJECCLAS can be COND_A

and OBJECID is KNUMH from KONH / KONP.

Try to change a condition (Tessystem) and have a look into CDHDR/CDPOS with the

date where you do the change and you will find the old/new values.

Regards, Dieter

5 REPLIES 5
Read only

Former Member
0 Likes
1,432

You will find the modify date from the condition table.

just pass condition record ( From konh table) value  into codition table and u will get modify date.

Regards,

Satyen trivedi

Read only

Former Member
0 Likes
1,433

Hi,

you will find the changes in CDHDR and CDPOS. OBJECCLAS can be COND_A

and OBJECID is KNUMH from KONH / KONP.

Try to change a condition (Tessystem) and have a look into CDHDR/CDPOS with the

date where you do the change and you will find the old/new values.

Regards, Dieter

Read only

0 Likes
1,432

Hi,

I've found the date as char in the CDPOS.

Is there a function or do I write code? how can change the CDPOS-VALUE_NEW from char to date?

Thanks and best regards.

Antonio

Read only

0 Likes
1,432

Hi,

try this:

Regards, Dieter

Read only

0 Likes
1,432

Hi Dieter,

I've already created an internal table with KONH and KONP. How Can I add the VALUE-NEW (date type) instead KONH-DATBI?

Thanks and best regards.

Antonio