SAP Managed Tags: ABAP Development Hi, I need to cast a data but i don't kow how to do it in ABAP. Actually, I have a variable typed QUAN (quantity i guess) and i want to concatenate it in a String variable. That's not possible. The solution i've found is to move the Quan...
Abuilt-in function Anarithmetic expression A case distinction withCASE A nested cast expression Cast expressions can be specified in theSELECTlistand in operand positions of expressions. The following table shows which combinations of built-in data types in ABAP Dictionary can currently be cast to ...
SAP Managed Tags: ABAP Development Hi, I'm using FM 'F4IF_INT_TABLE_VALUE_REQUEST' to get f4 help on selection screen. When i do a select query,and assign the value to the VALUE_TAB parameter in the FM there is a short dump ASSIGN_CASTING_ILLEGAL_CAST (Exception CX_SY_ASSIGN_CAST...
cast in this query. how can i do this? Reply 1 ACCEPTEDSOLUTION FormerMember2010 Feb 24 2:44AM 0 Kudos 125 SAP Managed Tags: Development I found good solution for my prob. here it is. CALL FUNCTION 'CONVERSIONEXIT_ALPHAOUTPUT' EXPORTING input = i_tab-sh...