cancel
Showing results for 
Search instead for 
Did you mean: 

Open sales order report with billing date.

Former Member
0 Kudos

Hi,

I want to know if there's an available report for open sales order with billing date field.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If your case is "Order-related" Billing,you can use the T.Code "VF04" for this purpose.

One more way is to go for a custom report.

Make a copy of code of the T.Code "VA05n"(Program Name is "SD_SALES_ORDERS_VIEW").

Change the code as per your requirement to display the field "Billing Date" in the report.

Check with your ABAPer if you wish to go for a custom report.

Regards,

Krishna.

Former Member
0 Kudos

Thanks!

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Just develop an ABAP query with tables VBAK, VBAP and VBKD (Field FKDAT) or just use logical database VAV in ABAP query.

Regards,