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

RFFOAU_T-debug from tcode F110

Former Member
0 Likes
1,110

Hi all,

I am trying to go in debug in program RFFOAU_T through transaction F110 but cannot get to the break-point i have put in the program...can anyone help? What I am trying to do is to add a field to the file and I want to see where do i have to put it in the program to be able to see it.

Thanx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,000

HI,

Try Badi..

FI_F110_SCHEDULE_JOB

rgds,

Paras

8 REPLIES 8
Read only

Former Member
0 Likes
1,001

HI,

Try Badi..

FI_F110_SCHEDULE_JOB

rgds,

Paras

Read only

0 Likes
1,000

what will it do?

Read only

0 Likes
1,000

Here you can add one more field..

Read only

Former Member
0 Likes
1,000

F110 is not only responsible for program RFFOAU_T.it depends on country for which you are trying to do automatic payment.there are several other program which are compatible with F110 like RFFOBE_E(Belgium) ,RFFONO_D(Norway),RFFOGB_T(Great Britain).

so you may first make sure for is your execution of F110 is right for RFFOAU_T only?

Read only

0 Likes
1,000

it's for australia

Read only

0 Likes
1,000

Yeah it's for Australia.

if you are sure your execution for payment run is for Australia only and even you are not going in debug mode from RFFOAU_T than you may try with /h to debug.

Read only

Former Member
0 Likes
1,000

hi ,

debugging is not possible from f110,

because it is excuted in the background mode.

try the debug using tr. fbz5 or f-58.

regards,

Ramu

Read only

Former Member
0 Likes
1,000

Thanks all for your answers!