Hi Friends,
I have this field ZZBSTKD coming through Append Structure (VBKD-BSTKD - PO # - char 35). It is coming fine till PSA but after that while loading to ODS to a Zfield of char 35, it gives me above error. This Zfield in ODS does not have any Convers. Rout defined. Earlier it was having a conv routine and that time also it was giving the same error so I created a new one without it and changed the same in xfr rule and ODS but still it is giving me the same error.
I have gone through some threads where people were getting the same error. The suggested soln was what I did above OR writing a xfr routine which I dont want to as I want to display values of this PO # without leading zeroes only.
In case a xfr routine is really needed please suggest the parameters as I have never coded one.
DATA: ?
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
INPUT = ?
IMPORTING
OUTPUT = ?.
RESULT = ?
THANKS,
BJ