Changes in the interface of RSDRI_INFOPROV_READ_RFC
as of release BW74 | releases before BW74 |
---|---|
IMPORTING |
|
The type RSDRI_T_RANGE uses to the domain RSCHAVL for the LOW and HIGH values. This domain has changed form CHAR60 to SSTRING1333! The new type RSDRI_T_RANGE_RFC was introduced in order to handle calls which still uses the old definition of RSCHAVL. Hence the LOW and HIGH value use the domain RSCHAVL60 which has the data type CHAR 60.
- Please use this new data structure RSDRI_T_RANGE_RFC in your calling program (for the definition of internal table mapped to I_T_RANGE) if you need to acces systems which use a BW realease < BW74.
- If your program runs on a BW74 system and RSDRI_INFOPROV_READ_RFC accesses a BW74 system as well, you can also use the new importing parameter I_T_RANGE_STRING (in particular when you have characteristcs using the new possibilty of characteristic values ecxeeding the old limited of 60 characters).