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.