Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
试图从提取器 Badi 逻辑中删除不需要的记录。由于性能原因,我只想为一个公司代码运行提取器。
我们可以在下面使用它吗?
Delete c_t_data where bukrs NE t_cc.
t_cc是存储公司代码信息的变量。
t_cc
c_t_data是0fi_gl_14数据源的提取结构类型。
c_t_data
0fi_gl_14
这听起来好吗?