2011 Nov 16 6:02 AM
Hi all,
We are trying to do FI postings for FB01 Tcode through the submit program RFBIBL00. But this program returns sysubrc-8 when it returns to the main program .There is another submit inside this std program RFBIBL01 which returns sy-subrc-4.We have checked the file to be passed.
Can anyone please suggest what could be wrong!And also elaborate on the parameters to be passed !
Thanks for the help in advance!
Regards,
Gowthami SK
Hi all,
We are trying to do FI postings for FB01 Tcode through the submit program RFBIBL00. But this program returns sysubrc-8 when it returns to the main program .There is another submit inside this std program RFBIBL01 which returns sy-subrc-4.We have checked the file to be passed.
Can anyone please suggest what could be wrong!And also elaborate on the parameters to be passed !
Thanks for the help in advance!
Regards,
Gowthami SK
2011 Nov 16 6:19 AM
Hi,
if you use SUBMIT VIA JOB on RFBIBL00, sy-subrc = 8 means
Error during scheduling, i.e. when accessing JOB_SUBMIT internally.
Regards,
Klaus
2011 Nov 16 7:44 AM
Can anyone please suggest what could be wrong!And also elaborate on the parameters to be passed !
This program is well documented. in SE38->GOTO->DOCUMENTATION
2011 Nov 16 3:58 PM
Example:
SUBMIT rfbibl00 WITH ds_name EQ <filename>
WITH callmode EQ 'B'
WITH xlog EQ 'X'
WITH pa_xprot EQ 'X'
AND RETURN.
Thanks,
SKJ
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |