sap numc型赋值sap numc 英文回答: NUMC (Numeric with Character) is a data type in SAP that allows you to store numeric values with leading zeros. It is commonly used for fields that require a fixed length, such as postal codes or product codes. When assigning a value to a NUMC field,...
SAP Managed Tags: ABAP Development Hi Shails Its just an idea DATA: t1(12) TYPE c VALUE '12889', t2(12) TYPE n. move t1 to t2. Reply Former Member 2010 Jan 27 6:37 AM 0 Kudos 1,262 SAP Managed Tags: ABAP Development Hi, Use Conversion Exit ... CONVERSION_EXIT...
SAP Managed Tags: ABAP Development NUMC is a character data type and INT is of integer data type Reply Former Member 2007 Jun 05 4:52 AM 0 Kudos 7,344 SAP Managed Tags: ABAP Development Hi, In NUMC field you can use characters also, means its a numeric character. it ca...
INITIAL is going to work for all DATA TYPES.The check depends on data type ur using. So ,go Ahead. Regards, Lakshman. Reply Former Member 2009 Aug 06 7:13 AM 0 Kudos 419 SAP Managed Tags: ABAP Development Hi, Yes you can do the iniitial check for numeric fields also. ...
SAP Managed Tags: ABAP Development Oooops ... Has the dang documentation writer (that's me) simply believed what the dang developer (that's the buddy sitting directly in front of me, nice guy by the way) has told him instead of testing it thoroughly enough. Unfortunately, only CHAR, ...
SAP Managed Tags: ABAP Development Hi guys, Will the collect statement also sum up the data with type numc? thanks! rgds, Mark Reply 1 ACCEPTED SOLUTION Former Member 2008 Jun 04 3:19 AM 0 Kudos 148 SAP Managed Tags: ABAP Development Hi, Yes it is. Regards, Reply All...