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

BAPI_CLASS_GET_CHARACTERISTICS help

Former Member
0 Likes
1,843

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,001

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

1 REPLY 1
Read only

Former Member
0 Likes
1,002

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