SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PM_ACTIVE USING FMFR_CREATE_FROM_DATA

george_zaras
Explorer
0 Kudos
868

Dear All,

we are using FM FMFR_CREATE_FROM_DATA to create commitments (type 050) and we need KBLD-PMACTIVE to be checked, but there is no relevant field to use.

Do you have any suggestion, how to populate it?

thank you in advance,

George

1 ACCEPTED SOLUTION
Read only

iklovski
Active Contributor
487

Hi,

That's correct, in FMFR_CREATE_FROM_DATA not all KBLP fields are present. I can see 3 options:

a) Modify the module by yourself. You can take OSS note 2416227 as a model

b) Update this field with a Z-program after the function is called

c) Create OSS message asking to add this field in the standard module

Regards,

Eli

View solution in original post

4 REPLIES 4
Read only

iklovski
Active Contributor
488

Hi,

That's correct, in FMFR_CREATE_FROM_DATA not all KBLP fields are present. I can see 3 options:

a) Modify the module by yourself. You can take OSS note 2416227 as a model

b) Update this field with a Z-program after the function is called

c) Create OSS message asking to add this field in the standard module

Regards,

Eli

Read only

Former Member
0 Kudos
487

Hi Eli,

thank you very much for your prompt reply.

I think we will follow option B for now, but can you please check the note number you suggest in option A, it seems not relevant.

Kind regards,

George

Read only

iklovski
Active Contributor
0 Kudos
487

Why not relevant? As a 'model' it's perfectly OK; of course, it refers to another field 'business area', but the concept is the same if you would like to add PMACTIVE field, which is present in KBLP table.

Read only

iklovski
Active Contributor
0 Kudos
487

Sorry 🙂 it is 2416227!