Skip to Content
0
Former Member
Nov 03, 2005 at 06:19 PM

How to Debug a Load into PSA

350 Views

Hello Experts, I was wondering is someone know how can I debug an ABAP routine for one Ratio on a Trasfer Rule if the load only is to PSA.

That is because I need to achive the data load from Flat file but inside BW I have a Standard Ratio: 0AS_PRCNT_F: Assign. Percent.Rate and it has defined as type FLTP. My problem is when I create the transfer structure I'm not able to choose type FLTP is not supported, instead I'm

using CHAR type but it is causing a lot of problems, that's why I thoungh to use ABAP routine to transform this field.

I created the routine on transfer rules, and I use a break-point on this code but it doesn't stop.

Any suggestion is welcome.