Skip to Content
0
Jun 12, 2009 at 05:08 AM

BAPI_SALESORDER_SIMULATE vs GN_INVOICE_CREATE

237 Views

Hi

there is a SAP standard program SDNETPR0 that can be used to list Prices for Customer and range of Materials.

This uses function module GN_INVOICE_CREATE to bring back the Prices.

I was going to use that program as a base of a new Z program to extend some of the selection criteria.

Now I am wondering if in my new Report I should be using BAPI_SALESORDER_SIMULATE or GN_INVOICE_CREATE.

Both seem to do the same result. But GN_INVOICE_CREATE is much much faster.

What is your experience on this.

Should I be using that or the BAPI...?