cancel
Showing results for 
Search instead for 
Did you mean: 

Missing data in new sort version field in output

Former Member
0 Kudos

Hi,

  I have recevied request from business to add new sort version for for Asset balances report S_ALR_87011963 and add evalution group 3(ORD43) to sort version.I have copied existing Version to custome version and added this filed using transaction OAVI, But when i executed report with new sort version it is showing new filed in output but data is missing. Can anybody suggest me what steps i have to follow to display this data.

Thanks & Regards,

Venu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Due to technical reasons, the sort fields must be given out in a generic way, that means that some of them are not converted in our ALV lists into the right output format. If you use fields which have to be formated in a certain way (date fields, currency fields, quantity fields), you should not use these fields in a sort version. The sort version fields are only CHARACTER fields which are not identified in a certain format, it is just a string of letters.

Domain:
DATUM                          Date
Data Type  DATS       Date field (YYYYMMDD) stored
Length     8          Decimal Places   0

If the field format translation should be done properly, the output list must define these field in their original declaration (CURR, QUAN, etc.).

If you want to have the ordinary depreciation start date on the output list, please include field ANLB-AFABG in structure CI_REPRABEST. The procedure how to do this is explained in SAP note 335065.

If you include this field in the CI_* structure, you can include the field then on the output list of RABEST_ALV01. Additionally, you can use the SORT functionality of the SAP List Viewer on the output list If you want to SORT in a certain manner directly after starting the report, you can create a LAYOUT which stores the SORT information itself.

Regards, Gordon