cancel
Showing results for 
Search instead for 
Did you mean: 

H2 prevent delivery-related billing for a delivery of non-stock materials without a confirmation-of-service?

Former Member
0 Kudos

How to prevent delivery-related billing for a delivery of non-stock materials without a confirmation-of-service (from a Post Goods Issue)?

More specific I need this for our RMA returns flow where we stop software license keys where the credit note is triggered before a confirmation-of-service is generated in the document flow. The same issue also occurs in the normal sales flow (invoice triggered before PGI).

I cannot imagine that this is not an issue for some other SAP customers too.

Regards, Ruud

Accepted Solutions (0)

Answers (2)

Answers (2)

alex_zheng
Contributor
0 Kudos

Hi Ruud,

In standard it uses in the copy control the requirement 003 on header for delivery-related billing.
Among other things this contains:
IF VBUK-WBSTK NA ' C'.
    PERFORM VBFS_HINZUFUEGEN USING '000000' '066' SPACE SPACE SPACE.
    SY-SUBRC = 4.

Which means, only if the goods movement status of the delivery is C (completed) or
blank (nor relevant for goods movement) is it possible to create the invoice.

So if you are using a material not relevant for goods movement, the billing is
allowed. This is the standard system behaviour. If you would like to
change this, either set the material relevant for goods movement or create your
own copy requirement.

Regards,

Alex

Lakshmipathi
Active Contributor
0 Kudos

Try with incompletion log for field WADAT_IST

G. Lakshmipathi