CALL FUNCTION 'CY_IS_INTEGER' EXPORTING string_to_be_checked = it_tab-new EXCEPTIONS not_an_integer = 01. IF sy-subrc <> 0. CONCATENATE 'In-house production must be integer' '.' *** LOOP AT it_table2 WHERE belnr = it_wa-lfbnr AND buzei = it_wa-lfpos. IF l_shkzg = 'H'...
CALL FUNCTION 'CY_IS_INTEGER' EXPORTING string_to_be_checked = it_tab-new EXCEPTIONS not_an_integer = 01. IF sy-subrc <> 0. CONCATENATE 'In-house production must be integer' '.' *** LOOP AT it_table2 WHERE belnr = it_wa-lfbnr AND buzei = it_wa-lfpos. IF l_shkzg = 'H'...
CX_ABAP_NOT_AN_INTEGER - - C1 X X Released CX_ABAP_NOT_A_PROGRAM - - C1 X X Released CX_ABAP_NOT_A_TABLE - - C1 X X Released CX_ABAP_NOT_IN_ALLOWLIST - - C1 X X Released CX_ABAP_NOT_IN_PACKAGE - - C1 X X Released CX_ABAP_NOT_IN_WHITELIST - - C1 X X Relea...
an integer. *. WRITE TEXT1, NUMBER TEXT2. 该程序在屏幕上下列输出: The number 100 is integer. 示例 中,用DATA语句声明数据对象TEXT1、TEXT2和NUMBER利用DATA语句的TYPE参数或LIKE参数为每个数据对象 数据类型。此处使用的数据类型 C(、I)是在系统中预定义的。,给数据对象分配数值,并在屏幕上...
WRITE_SINGLE_MESSAGEWith this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is ...
For example, a segment can have columns A and B and segments C and D where A is an integer, B is a string (10) field and C is a segment with columns X, Y and subsegment Z, where X is an integer, Y is an integer and Z is a segment, etc. Each row of such a segment ...
CALL FUNCTION 'CY_IS_INTEGER' EXPORTING string_to_be_checked = it_tab-new EXCEPTIONS not_an_integer = 01. IF sy-subrc <> 0. CONCATENATE 'In-house production must be integer' '.' *** LOOP AT it_table2 WHERE belnr = it_wa-lfbnr AND buzei = it_wa-lfpos. IF l_shkzg = 'H'...