1 BAPI的优点
2 何时该考虑使用BAPI设计程序
3 关于RETURN
TYPE
CHAR 1
S
= success message
E = error message
W = warning message
I = information message
A = termination message (abort)ID
CHAR 20
Message ID The structure BAPIRET2 takes into account the name space extension for the message class as of Release 4.0. If you want messages to be compatible with earlier R/3 Releases, use the message classes before Release 4.0.
NUMBER
NUMC 3
Message number
CHAR 220
Full message text from the message table. All variables (in fields Message_V1 to Message_V4) have been replaced with text.
CHAR 50
Fields for the variable texts of the message
4 BAPI的程序框架
5 相关函数
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/226687.html原文链接:https://javaforall.net
