cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create Feeder Class for FPM

pappu_kumar2
Participant
0 Kudos

Hi All,

I am Trying To create Feeder Class . and i did Implement Th ease method of Feeder Class.

1. CONSTRUCTOR : it will get the Data from Transparent Table.

2. IF_FPM_GUIBB_FORM~GET_DATA : it is define the UI component.

3. IF_FPM_GUIBB_FORM~GET_DEFINITION : it will get the data according to Event .

but when i am trying to use Feeder Class that time coming this error.

The Following Error text was processed in system NSP : call the Method or kernal method has not been Implemented.

the terminate type was : RABAX_STATE

+so please , Tell me How to create the FEEDER Class For FPM.+

Regard .

Pappu Kumar mehta

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Regardless of how many of the inherited methods of the feeder you are actually using, you need to go into edit mode on each of the methods. The framework will call all the methods of the feeder. If you don't need a method, still go into the method coding section in edit mode and save it without inputing any code. This will take care of this error.

Former Member
0 Kudos

HI Thomas,

I got the same problem while creating wiring in FPM.

I already activated all the methods,Only one method which is static that i was not able to redefine.

So please suggest any solution to resolve same.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

As suggested by Thomas, you have to activate all the methods of the feeder.

So, go in all the methods in edit mode, save it & activate it.

Warm Regards,

Upendra Agrawal