cancel
Showing results for 
Search instead for 
Did you mean: 

About Cash Sales

Former Member
0 Kudos

Hi All ,

When created Cash Sales orders saving,After created the delivery document automatically, whether can do automatically picking and posting goods issue and Billing ?

Regards

Jimmy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hello, friend.

you can post goods issue in the background using VL23. VF06 if for billing documents.

usually items for cash sales are not relevant for picking, so this is most likely deactivated.

regards.

Former Member
0 Kudos

hi Friend,

In the standard system, sales document type BV is saved for cash sales with immediate delivery type BV.

When the sales employee creates a cash sale, the system automatically proposes the current date as the date for delivery and billing. Once the order has been posted, a delivery with type BV is created immediately in the background and the system prints a document that is used as an invoice for the customer.

The invoice papers are controlled with output type RD03, contained in the output determination procedure for order type BV.

If the customer has already received the goods, this delivery should not be relevant for picking. If the customer is to pick the goods up from a warehouse, the delivery should be relevant for picking. If the goods are to be sent, this can be processed by maintaining the delivery in the usual way.

The system automatically creates a resource-related billing index which updates the billing due list. Billing document BV is created as the system processes the billing due list, but an invoice is not printed.

Once the customer has received the goods and is satisfied with them, the transaction is considered to be complete. We recommend that you post goods issue in the background using a program designed specifically for this purpose. You can then bill the transaction.

The cash sale can only be billed if the order quantity is the same as the goods issue quantity. If this is not the case, you need to adjust the cash sale document so that the delivered quantity and the quantity to be billed match.

You use an order-related collective billing process to bill the cash sale, but an invoice is not printed. The sales order number is used as the reference for the accounting document, created in Financial Accounting.

Edited by: Vasu Enaguthi on Mar 26, 2009 7:26 AM

Former Member
0 Kudos

Hi,

You can do this automation via background job for Picking, PGI & Billing.

WS_MONITOR_OUTB_DEL_PICK => schedule this program for auto Picking

WS_MONITOR_OUTB_DEL_GDSI => schedule this program for auto PGI

RV60SBAT => schedule this program for auto Billing.

Cheers,