DATA(idx1) = line_index( itab[ 2 ][ 2 ][ KEY primary_key table_line = 7 ] ). DATA(idx2) = line_index( itab[ 9 ][ 2 ][ KEY primary_key table_line = 7 ] ). Executable Example Internal Tables, Index Function
百度试题 结果1 题目abap 里有一句是READ LINE SY-INDEX FIELD VALUE sel 请问这句是什么意思,READ LINE 的作用是什么.相关知识点: 试题来源: 解析 从内表中读取当前行的数据吧 反馈 收藏
abap 里有一句是READ LINE SY-INDEX FIELD VALUE sel 请问这句是什么意思,READ LINE 的作用是什么. 扫码下载作业帮搜索答疑一搜即得 答案解析 查看更多优质解析 解答一 举报 从内表中读取当前行的数据吧 解析看不懂?免费查看同类题视频解析查看解答 相似问题 abap for all entries 和read table联用查表用法详解...
Short Form for Structured Row Types If the row type of the internal table is a structured type, the following short form can be used: VALUE dtype|#([let_exp] [BASE itab] col1 = dobj11 ... ( col2 = dobj12 col3 = dobj13 ... ) ...
SAP Managed Tags: ABAP Development Hello I am writing my code in a user-exit, in this we have a internal table, say sap_itab, but its declared with a DDIC table type, say, DDIC_ITAB, which is a SORTED one, selected the UNIQUE radio button with 3 fields key components. Now pl....
Line Width Background The maximum line width of an ABAP program is restricted to 255 characters. The editor allows you to write more than 255 characters, but it breaks a line that contains more than 255 characters between two tokens when you press Enter....
A header line is a work area whose data type is the same as the row type of the internal table whose name is the same as the name of the internal table. If a header line exists, therefore, an ABAP program includes two data objects with the same name (the actual internal table and ...
If a statement spans multiple lines (which occurs frequently due to the potential length of complex ABAP statements), there should be no empty lines between the parts of the statement. The breaks in the statement should occur at semantically suitable places so that groups with a similar semantic...
... line |{LINES OF itab[FROM idx1][TO idx2][USING KEY keyname]}... Alternatives: Effect Specification of one or more lines to be inserted when constructing an internal table with the value operatorVALUE. If lines from the target table or the entire target table are used inline_spec...