cancel
Showing results for 
Search instead for 
Did you mean: 

Creating public templates for EBP SC possible (with ABAP program)?

Former Member
0 Kudos

Hello all

Does anybody know BAPIs or function modules and what tables I should use to create public templates programatically? I'd like to select the most ordered materials and average quantities in history (let's say during the last 30 days) and then based on that to create public templates for our end users.

Or the other way around: where are the public templates stored?

Thanks for any help and pointers! I'd be glad to reward you with points

Kind regards,

Renaud

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Renaud,

Templates are SC like others ones, except that they have a particular sub type.

So FM are the usual ones:

- BAPI_SCEC_CREATE

- or BBP_PD_SC_CREATE/UPDATE/SAVE

You will have to populate those functions with header SUBTYPE = ST (standard template), or PT (personal remplate).

Rgds

Christophe

Answers (0)