Skip to Content
0
Former Member
Mar 15, 2011 at 09:55 PM

Doing an infotype action using the Decoupled Infotype Framwork

79 Views

Hi,

I need to do an action using the decoupled infotype framework but my calls don't work.

Currently I am trying the following:

CALL METHOD a_masterdata->get_infty_container (to get the container)

..

then

CALL METHOD a_masterdata_bl->action (to do the action)

My operation is '0764___REGENERATE'

I do not get any errors except the message that Regeneration is not needed, although I know it is. My infotype-key also seems to be correct but when debugging I seem to have the wrong BEGDA and ENDDA (both 00000000) inside the the action which uses some global parameters in the Infotype-class for that.

Does anyone know what order to call which methods to make this work? An example using another operation would be appreciated,

Regards,

Jeschael