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 - status

Former Member
0 Likes
785

Hi,

I raise a message using FM BAPI_LIKP_PROCESS_MSG_DIRECT. In the program, when I call function OPEN_FORM (is sapscript) the field dialog = 'X'. But if the user push the button Print Preview the field VSTAT of the table NAST is updated 1 (processed). But if the user does not print the status must be 0.

Can anybody help me?

Hi,

I raise a message using FM BAPI_LIKP_PROCESS_MSG_DIRECT. In the program, when I call function OPEN_FORM (is sapscript) the field dialog = 'X'. But if the user push the button Print Preview the field VSTAT of the table NAST is updated 1 (processed). But if the user does not print the status must be 0.

Can anybody help me?

1 REPLY 1
Read only

Former Member
0 Likes
652

What is it updating VSTAT now??

Status '0' usually means that the processing program has not yet been started (if the message is to be processed manually, for example).