2009 Jul 01 2:39 PM
In BAPI_TEM_EXPOS_GETLIST a counter is used for the checks of the various range tables.
This counter is declared in its form as a static.
This static is however never reset.
So, as I want to call this function multiple times in my program... I run into problems.
Is there a solution for this?
(other then a workaround via class CL_RAW_EXPOSURE_DB_TEM)
In BAPI_TEM_EXPOS_GETLIST a counter is used for the checks of the various range tables.
This counter is declared in its form as a static.
This static is however never reset.
So, as I want to call this function multiple times in my program... I run into problems.
Is there a solution for this?
(other then a workaround via class CL_RAW_EXPOSURE_DB_TEM)
2009 Jul 08 2:11 PM
2009 Nov 16 4:23 PM
DATA: lr_manager_db TYPE REF TO cl_raw_exposure_db_tem.
lr_manager_db = cl_raw_exposure_db_tem=>get_manager( ).
lr_manager_db->get_exposures_by_ranges
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |