SAP ABAP 从一个程序调用另外一个程序的perform XXX(另一个程序)

转载:https://blog.csdn.net/Qunending/article/details/109175643

我在ZPP023写了一个form

FORM get_compont_zcb_comp  USING matnr charg
                                CHANGING zcb_comp.    

image

 我可以在ZPP033直接调用到ZPP022的form,写法如下图,只要传入传出参数没有问题,可以省一些代码,修改时也可以快速修改两个程序的取值

image

 

posted on 2026-07-16 09:56  seven1314pp  阅读(12)  评论(0)    收藏  举报