ABAP中程序是可以相互调用的,而且系统提供了多种方法进行参数传递:
1. 被调程序接口,比如Selection-Screen
2. ABAP内存(一般用Export与Import)
3. SAP内存(使用Set Parameter ID与Get Parameter ID)
4. Database Table
5. 文件传递(Presentation Server)

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-01-19
  • 2021-05-28
  • 2021-12-17
猜你喜欢
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-04-02
  • 2022-02-11
相关资源
相似解决方案