Hello SAP-Experts,
I have created a generic data source containing the field: “Period” which is defined as a numeric value (MM.YYYY).
In order to fill the InfoObjects “0CALMONTH” and “0CALYEAR” we have developed a formula with the formula editor.
This formula does not work because if you want to use the LEFT, RIGHT and CONCATENATE functions of the formula editor it is necessary that the value in with the date is provided is a string value.
Does anybody know how to convert a numeric value into a string value?
Or does anybody know an alternative to the RIGHT, LEFT and CONCATENATE functions
RIGHT( 4, 'SPBUP' )
CONCATENATE( RIGHT( 4, 'SPBUP' ), LEFT( 2, 'SPBUP' ) )
Thank you for your help!
Holger