‎2008 Jun 30 1:33 AM
Hi All,
In VF01, when I am giving the Billing type Z2 and document number...it shows processing status INCORRECT where SD document catagory is ORDER and in error log PRICING ERROR with message VF(055) type E....What may be the issue?
I think the code mentioned below of standard include RV60B602 have the issue..
IF VBUK-UVPRS NA ' C'.
PERFORM VBFS_HINZUFUEGEN USING '000000' '055' VBAK-VBELN
SPACE SPACE.
SY-SUBRC = 4.
EXIT.
ENDIF.Plz help me out...its urgent...
Thanks.
‎2008 Jun 30 11:41 AM
Hi ,
Looks like ,there is pricing routine created which is creating the problem in calculation or obtaining values .
Some problem in pricing or roitine ,try to set a break point in program RV60B602.
Please reward if useful.