‎2008 Oct 13 1:47 PM
Hi All,
My requirement is to Updating the Output type in NAST table by using Function Module.Is there any Function Module to update output type in NAST table.
Could anybody assist me in this regard.Thanks in advance. please do the needful.
Thanks & Regards.
Reddy Prasad
‎2008 Oct 13 3:32 PM
Check the following function module
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.
‎2008 Oct 13 3:41 PM
you may see this thread:
.
if still your puspose not solved than you may write small routine in custom FM and call this in your program.