cancel
Showing results for 
Search instead for 
Did you mean: 

NAST protocol_update

Former Member
0 Kudos

Hi Experts ,

What is the following part of code implemented in smartforms or reports. Any pointers to this is welcome and will be rewarded.

FORM PROTOCOL_UPDATE.

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.

ENDFORM. "protocol_update

TIA

Abhishek

Edited by: abhishek singh on Feb 7, 2008 7:57 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member480923
Active Contributor

Hi,

NAST is the communication table used used when a print or output data from various application transactions process the output data and passes it to the output process.

During the processing what ever may be the output the NAST process log needs to be updated. This helps the user in finding the result of the output after the processing is completed. The updating of the NAST processing log is done via the FM: NAST_PROTOCOL_UPDATE.

This is done generally after the processing of the SAPScript or the Smartform has completed in the driver program.

Hope That Helps

Anirban M.

Former Member
0 Kudos

i have a question on this topic, too.

Is the entry in NAST the trigger for the button "processing log" to work? This is in VL02N - Extras - Delivery Output -> Header.

Can anyone help?

Answers (0)