运行结果是data1的类型被存储在typ1变量里,com1则存放了data1里面有几个子元素。 2. ... LENGTH ilen IN { BYTE | CHARACTER } MODE DESCRIBE FIELD data1 LENGTH ilen IN BYTE CHARACTER MODE. 运行的结果是data1定义的长度存在了ilen里。 3. ... DECIMALS dec DESCRIBE FIELD data1 DECIMALS dec. 运...
Use the DESCRIBE statement to get information about an internal table such as number of lines in an itab.This statement captures several properties of an internal table and assigns them to the specified variables, such LINES, KIND, OCCURS. data: it_ekko type STANDARD TABLE OF ekko, wa_ekko ...
number of lines, …) may not have been updated yet. Variant 1 DESCRIBE LIST NUMBER OF LINES lin. Addition … INDEX idx Effect Returns the number of lines in the list. The return code value is set as follows: SY-SUBRC = 0 OK SY-SUBRC <> 0 List does not exist (only with the addi...
number of lines, …) may not have been updated yet. Variant 1 DESCRIBE LIST NUMBER OF LINES lin. Addition … INDEX idx Effect Returns the number of lines in the list. The return code value is set as follows: SY-SUBRC = 0 OK SY-SUBRC <> 0 List does not exist (only with the addi...
当使用IN CHARACTER MODE选项时,dobj必须是flatandcharacter-like,针对deep data types的dobj,你只能使用IN BYTE MODE,并且此情况下返回的长度为引用所占长度(在SAP系统中每个reference的长度固定为8 bytes) 对于固定长度类型的dobj,是在创建这个变量时就已决定。如果字符串类型,则不会计算尾部空格,此时可以使用预置...
SAP Managed Tags: ABAP Development 'Describe' can be used to get hte attributre values of the internal table. In your case V_LCNT1 contains the number of records or lines in the internal table gt_admin. Regards, Anish Thomas Reply Former Member 2007 Jun 27 2:29 PM 1 Kudo 5...
动态对比两个相同结构工作区的值CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME_SAP刘梦_新浪博客...,空,不处理DATA:LT_IDETAILSTYPEABAP_COMPDESCR_TABWITHHEADERLINE.DATA:LR_REF_TAB...
Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.Method Signature¶IMPORTING¶Optional arguments:¶IV_MAXRESULTS TYPE /AWS1/SNBLISTLIMIT /AWS1/SNBLISTLIMIT¶...
The ID of the folder. Optional arguments:¶ IV_NAMESPACETYPE /AWS1/QSTNAMESPACE/AWS1/QSTNAMESPACE¶ The namespace of the folder whose permissions you want described. IV_MAXRESULTSTYPE /AWS1/QSTMAXRESULTS/AWS1/QSTMAXRESULTS¶ The maximum number of results to be returned per reque...
This system applies to all ABAP types, and so includes all of the functions available in the DESCRIBE TABLE statement. Additions: 1. ... LINES n 2. ... OCCURS n 3. ... KIND k Addition 1 ... LINES n Effect Places the numebr of filled lines of the table itab into the ...