Application Development and Automation 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: 
Read only

submit RFBIBL00

Former Member
0 Likes
1,093

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

3 REPLIES 3
Read only

Former Member
0 Likes
745

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
745

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

Read only

Former Member
0 Likes
745

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