Application Development 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: 

Dump occuring 'POSTING_ILLEGAL_STATEMENT' using VA23

Former Member
0 Kudos

Hi All,

We are basically facing an issue wherein first we create a quotation using VA21.

Once the quotation is created we go to VA22 transaction and configure the output type Z4QT. Here if we check the settings of 'Dispatch Time' Field in Further Data it is automatically set as 'Send Immediately'. When we save this, and try to see a print preview, we are not able to see it , may be because of some config issues.

The real prob is when we go back to VA22 transaction and try to configure the output type 'Z404'. Here if we check the 'Dispatch time' field in the Further data tab we see that it is automatically set as 'Send with application own transaction'.

is we save this quotation with the default setting and issue an output we are able to see a print preview.

However if we change this dispatch time field to 'Send Immediately' and issue an output in that case we basically geta dump saying that 'Statement "CALL DIALOG" is not allowed in this form.'

Error analysis :

'There is probably an error in the program

"SAPLSTXW".

This program is triggered in the update task. There, the

following ABAP/4 statements are not allowed:

- CALL SCREEN

- CALL DIALOG

- CALL TRANSACTION

- SUBMIT'

Please advice.

Thanks and Regards,

Arti Dohare

2 REPLIES 2

Former Member
0 Kudos

Hi,

Are you using smartforms,if that is the case,

When you print with SmartForms in the update, the POSTING_ILLEGAL_STATEMENT termination might occur.

or

The SmartForm has not been activated yet this error will occur

Regards,

Keerthi

Former Member
0 Kudos

Hi,

Check your smartforms whether you are getting any pop up window while you run the smartforms. If you are getting any pop up window then you will get the short dump if your output type further data is set to send immediately.

Pop up generally appears to select the printer options of smartforms.

Regards,

Shravan G.