cancel
Showing results for 
Search instead for 
Did you mean: 

FM for adding Resource Create and adding model to Resource

Former Member
0 Kudos

Hi Experts,

I am creating resource name any FM or BAPI for creation of resource and adding assignment to model to create resource .

THanks,

Yogi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is no BAPI as such.

They are other FM you can refer

1.Resource Read : /SAPAPO/CRES_RESMODEL_READ

2.Resource Create /SAPAPO/CRES_RESOURCE_CREATE

3. Model Assignmen : /SAPAPO/CRES_MODEL_ASSIGNMENT

4.Post : /SAPAPO/CRES_MOD_PREP_FOR_POST

5 Save : ./SAPAPO/CRES_SAVE_FROM_BT

Better Way is write BDC program to create the resource name (Don't add model lot of screen are not captured),

with in same program read the resource created uisng /SAPAPO/RES_HEAD and /sapapo/apo01 where you need to filter

assign the model and save it resource It will get added.

Hope it's useful.

THanks,

Manish

Answers (0)