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.
我正在使用 SAP Java 连接器(通过 RFC_READ_TABLE 或类似方法)提取一些 SAP 表。是否可以为表的某些字段传递某种最大长度,例如,如果我们有一个大小为 3750 的字段(如表 USH04 中的 PROFS)但我只想要前 100 个字符 - 类似于 LEFT(PROFS, 100) SQL?
感谢您的帮助!
使用RFC_READ_TABLE,这是不可能的。您可能必须编写自己的功能模块来完成此操作。(另请注意注释 382318。)
RFC_READ_TABLE