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