2018 Jan 17 11:37 AM
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
2018 Jan 18 11:23 AM
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
2018 Jan 18 11:23 AM
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
2018 Jan 18 11:55 AM
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
2018 Jan 18 12:04 PM
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.
2018 Jan 18 12:11 PM