cancel
Showing results for 
Search instead for 
Did you mean: 

Inter-company billing - Free of charge item

Former Member
0 Kudos

Hello,

Normal STO process is created, between different plants and company codes. Let's say 1 STO has 2 lines, item A and item B.

Item A has a cost but item B is free of charge,

During billing creation, only item A is created as item B is free. But how can item B be added to the billing document also?

Reason being for customs clearance all materials need to be on the billing document, regardless of price.

Thanks,

Jake.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for your help.

I actually found note 33382 is ideal.

Thanks.

od_manikandan
Active Contributor
0 Kudos

Hai Jacob,

For free of charge we are maintaining a Z100 condition type and system calculated ED and in the bottom Net off all the Values.

So that also will come in Invoice.

Regards,

Mani

eduardo_hinojosa
Active Contributor
0 Kudos

Hi Jake,

Please, see these notes:

SAP Note 109254 - Customizing stock transport order Cross Company

SAP Note 308989 - Consulting note for cross-company transactions

SAP Note 338922 - Analysis note for cross-company transactions (delivery)

and related notes

See that in note 109254 how to rule the copy from delivery to invoice. You determine price in invoice (Pricing type 'B').

Perhaps you can see in VOFM (copying requirement 018) in this coding:



* check if delivery is valuated

  if not novaluation is initial.
    perform vbfs_hinzufuegen using '000000' '196' space
                                                   space space.
    sy-subrc = 4.
    exit.
  endif.

So, perhaps in this last case you can avoid that item will be copied to invoice.

I hope this helps you

Regards

Eduardo