Application Development 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: 

RFFOAU_T-debug from tcode F110

Former Member
0 Kudos

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

Former Member
0 Kudos

HI,

Try Badi..

FI_F110_SCHEDULE_JOB

rgds,

Paras

8 REPLIES 8

Former Member
0 Kudos

HI,

Try Badi..

FI_F110_SCHEDULE_JOB

rgds,

Paras

0 Kudos

what will it do?

0 Kudos

Here you can add one more field..

former_member181995
Active Contributor
0 Kudos

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?

0 Kudos

it's for australia

0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

Thanks all for your answers!