cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for maintenance plan with object list

YBS
Participant
0 Kudos

Hi Experts,

Please I need your help, I need a BAPI to create maintenance plans with object list.

Any help ?

Thank you in advance,

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Mika,

Have a look at MPLAN_CREATE via SE37.

PeteA

YBS
Participant
0 Kudos

Hi Peter,

You can't create mce plans with Object lists from this BAPI,

Regards,

peter_atkin
Active Contributor
0 Kudos

It looks like you can from my S/4 2020 system:

PeteA

YBS
Participant
0 Kudos

Strange not in my system S4 17 09,

peter_atkin
Active Contributor
0 Kudos

Mika,

Also check class MPLAN_API via SE24 to see if method MPLAN_CREATE has an OBJ_LIST import option:

If so, then you might be able to use this class instead of the BAPI.

PeteA

YBS
Participant
0 Kudos

Hi Peter,

No I can't see the OBJ_LIST, so in this case there is no other solution 😕 ?

Thanks,

Regards,

peter_atkin
Active Contributor
0 Kudos

Ask SAP how you can upgrade MPLAN_CREATE to the newer version which includes to object list option..

PeteA

ybouchka
Explorer
0 Kudos

it works for you could please share a screen of the BAPI ?

peter_atkin
Active Contributor
0 Kudos

The BAPI is only part of the issue - most of the code changes are in the underlying class..