2012 Dec 30 3:44 AM
Dear Experts,
I am using NAST_PROTOCOL_UPDATE FM in one of my smartform printing program for Machine Quotation. While executing for one of the document I am getting error:
Message no. VN115.
My Code:
FORM protocol_update.
CHECK xscreen = space.
CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
EXPORTING
msg_arbgb = syst-msgid ---> VN
msg_nr = syst-msgno --> 115
msg_ty = syst-msgty --> W
msg_v1 = syst-msgv1 --> V1
msg_v2 = syst-msgv2 --> VBAK
msg_v3 = syst-msgv3 --> 0020007604
msg_v4 = syst-msgv4 --> 000020
EXCEPTIONS
OTHERS = 1.
ENDFORM.
Tried to debug with the same inputs in SE37 but I am unable to find the issue related to this Kindly help.
2012 Dec 30 3:55 AM
Hi Gopa,
Seems to be some problem in the update of the nast.
Is better to initilize and the update nast.
Kindly refer the below thread explaining how to do this.
http://scn.sap.com/message/6740701
Regards,
Amit