‎2010 Jul 11 10:59 PM
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
‎2010 Jul 12 10:21 AM
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
‎2010 Jul 12 10:46 AM
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.
‎2010 Jul 12 10:57 AM
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