Solved: 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
SAP Managed Tags: ABAP Development This is my code. *** SELECT OUTTURN REMARKS FROMY_XXXXINTO TABLE itab_XXX FOR ALL ENTRIESIN i_tab WHERE REMARKS= i_tab-SHNUMBER *** where condition REMARKS and i_tabSHNUMBER is two different data types. when give like ( WHERE...
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...