... Within SAP BI-IP ABAP-Exit function I am trying to create a copy of the system generate ITAB1 in which the data is delivered to me by the system. I want to add a few columns to this copy, perform calculations and write the data back to the result table ITAB2 ...
一段创建动态内表和动态select数据库表的abap程序。 逻辑如下: 1,通过 cl_abap_tabledescr=>create()创建动态内表 2,通过动态Select语句抽取数据库表数据 3,ALV显示 完整代码: [cra ... 阅读全文 ABAP中运算符小结 abap中除了我们常用的加减乘除,等于,比较大小等运算符号之外还有一些有用的符号,现在将运算符总...
CREATE OBJECT ob_components . ob_components->get_components( EXPORTING st_abap_componentdescr = st_abap_componentdescr CHANGING it_ddfields = it_ddfields ) . BREAK-POINT . ENDFORM . "test_06*---* Regards. Eitan. Reply SuhaSaha Product and Topic Expert In response to SuhaSaha 201...