Application Development and Automation 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: 
Read only

Problem in creating Billing Document?

Former Member
0 Likes
1,357

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.

1 REPLY 1
Read only

Former Member
0 Likes
640

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.