check xscreen = space.
call function 'NAST_PROTOCOL_UPDATE'
exporting
msg_arbgb = syst-msgid
msg_nr = syst-msgno
msg_ty = syst-msgty
msg_v1 = syst-msgv1
msg_v2 = syst-msgv2
msg_v3 = syst-msgv3
msg_v4 = syst-msgv4
exceptions
others = 1.
Just go to table T100 (Messages table) and search by text equal to like '&1 &2 &3 &4', and choose one system message ID from field ARGBG and its message number will do.
CHECK screen = space.
CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
EXPORTING
msg_arbgb = '0D' "syst-msgid
msg_nr = '161' "syst-msgno
msg_ty = 'E' "syst-msgty
msg_v1 = 'Contact Person'"syst-msgv1
msg_v2 = 'missing' "syst-msgv2
msg_v3 = 'feild1' "syst-msgv3
msg_v4 = 'or field2.' "syst-msgv4
EXCEPTIONS
OTHERS = 1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |