Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

NAST_PROTOCOL_UPDATE Issue

former_member311223
Participant
0 Likes
781

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:

Appl. V1 - Problem during data retrieval - Table/structure VBAK

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.

1 REPLY 1
Read only

Former Member
0 Likes
504

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