‎2014 Apr 03 3:31 PM
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
‎2014 Apr 04 8:30 AM
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
‎2014 Apr 04 7:53 AM
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
‎2014 Apr 04 8:30 AM
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
‎2014 Apr 04 10:58 AM
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
‎2014 Apr 04 12:24 PM
‎2014 Apr 04 1:56 PM
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