cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain Default value as 1000 for mandatory field 'controlling area',while creating profit center in MDG using FPM

Former Member
0 Kudos

Hi Team,

Issue:-Can’t able to maintain default value as 1000 for mandatory field ' Controlling Area' (COAREA) while creating profit center in MDG UI screen using FPM.

For that i tried to enhance feeder class CL_MDGF_GUIBB_PCTR by inheriting subclass as ZCL_MDG_GUIBB_PCTR and I had enhanced method IF_FPM_GUIBB_FORM~GET_DATA by creating implicit enhancement. I am attaching code what i had written in implementation on 'code.doc' in attachment. We are using Entity types and change request while creating profit center. Please help me with code.

Note: we don't won’t to use BRF+ Rules.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

yes Michael..Get_Data is not working.it got solved by writing code in post_exit method with reference from stranded method process_event.

michael_theis
Active Contributor
0 Kudos

Hi Ramesh,

it's not recommended to pre-define key fields. GET_DATA is the wrong point in time anyways. It's the method for reading data.

Best regards

Michael