Hi to all,
we have requiriment like below.
when ever post goods issue has been done from inbound delivery, we have to create sesion and we have to procees that session in back ground.
now my program is getting trigered.
but out put type has been configured to type 4.(But its workign fine with other types i mean like 8.........)
our program is callling in update task.
we are geting dump for this. its showing that "Statement "SUBMIT" is not allowed in this form.
" that menas in the form routine....
the detailed meaning for this is as shown belwo .
This program is triggered in the update task.
There, the following ABAP/4 statements are not allowed:
- CALL SCREEN
- CALL DIALOG
- CALL TRANSACTION
- SUBMIT
we have created RFC FM and called in SEPARATE TASK but still we are getting problem
can any one help me out to solve thsi problem.