‎2008 Feb 27 10:58 AM
Hi ,
I am trying to get the characteristic of a class using the bapi BAPI_CLASS_GET_CHARACTERISTICS.For this what is the date I need to pass for the Key-date ? Where do i get it from ?Is it the sy-date?
‎2008 Feb 27 11:02 AM
Hi,
By default it is SY-DATUM (current date) hence dont pass anything.
It should be that, because you would be looking at getting the latest / current characteristics.
However, if you go further into the code, you see the date is being used to check agaisnt some DB tables like KSML ( Characteristics of a Class) field DATUV (Valid-From Date)
Cheers.
Edited by: Aditya Laud on Feb 27, 2008 6:03 AM
‎2008 Feb 27 11:02 AM
Hi,
By default it is SY-DATUM (current date) hence dont pass anything.
It should be that, because you would be looking at getting the latest / current characteristics.
However, if you go further into the code, you see the date is being used to check agaisnt some DB tables like KSML ( Characteristics of a Class) field DATUV (Valid-From Date)
Cheers.
Edited by: Aditya Laud on Feb 27, 2008 6:03 AM