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

Error in VA01

Former Member
0 Likes
662

HI Team,

When i am trying to create a Standard Order using Transaction VA01 and sales document type as OR,when the order is complete and i try to save i get the message as "Error Message as START_FORM is invalid,OPEN_FORM is Missing",look like a SAP SCRIPT issue ,i checked NACE transaction and looks like a PDF form is mentioned there but when i debug the code i get a FORM which is different than one maintained in NACE ,also when i try to look the form in Se71(the one which i got during debugging) i get the message as the Form is not available in Lnaguage EN.

Note sure why i get the message as " START_FORM is invalid,OPEN_FORM is Missing".

Can someone help me on this.

Regards

LK

3 REPLIES 3
Read only

Former Member
0 Likes
490

Hi,

Check out the page format in basic settings of SAP script which is assigned to correct printer or not. while debugging check the language in which the form was triggered.

Regards,

Chandra Kavali

Read only

Former Member
0 Likes
490

Hello,

As you mentioned, it looks an issue with the sapscript. Could you please check with the table TNAPR as say below?

1. go to se16

2. give the table name u2018TNAPRu2019 and press enter

3. Give the input for the field u2018FONAMu2019 as the form name that you mentioned in your question (You got a name during the debug.).

4. Get the Nast application and message type.

Hope, you will get some details and please check.

Regards,

Selva K.

Read only

Former Member
0 Likes
490

Hi ,

While debug the program you found go and check the whether some one changed the program recently .Also find if this is consistent behaviour in QA as well as in Development env.Should help you .But from message looks like some one has taken out the FM OPEN_FORM .

sitaraman