2009 Nov 18 1:11 AM
Hi,
When I issue an invoice using the transaction code VF02 I am getting an error POSTING_ILLEGAL_STATEMENT. This happens when I select the dispatch time as "4" - Send immediately(when saving the application).I do not get any error when I select the dispatch time as "1" - Send with periodically scheduled job
The error which I get is at the SUBMIT statement
SUBMIT (access_program) WITH kappl EQ gc_appl
WITH sel_date EQ gv_date
WITH SELECTION-TABLE sel_tab
AND RETURN.
The access program - RV13G953 is of type "1"- EXECUTABLE
Can anyone suggest any solution?
Thanks and Regards,
KUNAL SHAH
2009 Nov 18 2:08 AM
Check the field NAST-VSZTP, 4 if send immediate .. then do not get into the logic where it dumps..
if NAST-VSZTP EQ '4'.
donot go into the logic.
else.
logic..
endif.
Hi,
When I issue an invoice using the transaction code VF02 I am getting an error POSTING_ILLEGAL_STATEMENT. This happens when I select the dispatch time as "4" - Send immediately(when saving the application).I do not get any error when I select the dispatch time as "1" - Send with periodically scheduled job
The error which I get is at the SUBMIT statement
SUBMIT (access_program) WITH kappl EQ gc_appl
WITH sel_date EQ gv_date
WITH SELECTION-TABLE sel_tab
AND RETURN.
The access program - RV13G953 is of type "1"- EXECUTABLE
Can anyone suggest any solution?
Thanks and Regards,
KUNAL SHAH
2009 Nov 18 1:26 AM
For immidiate output there is one variable which we need to set as X.It starts with S.(Not having SAP in front). Check it
2009 Nov 18 2:08 AM
Check the field NAST-VSZTP, 4 if send immediate .. then do not get into the logic where it dumps..
if NAST-VSZTP EQ '4'.
donot go into the logic.
else.
logic..
endif.
2009 Nov 18 12:21 PM
Hi Jay,
I am also facing a similar kind of problem.
But then the requirement is like the program should work fine even when the status is set to '4' send immediately.
Can any one suggest an alternative for submit statement.
Thanks in advance.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |