cancel
Showing results for 
Search instead for 
Did you mean: 

Doing an infotype action using the Decoupled Infotype Framwork

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

you can use puit_ui to use Decoupled Infotype Framwork

this is used in backend to test and create!

Former Member
0 Kudos

Hi Siddharth,

Thanks for the transaction. I hadn't seen it before. Problem is though that there doesn't seem to be an option to fire an action using this transaction. Is there?

J

Former Member
0 Kudos

Hi All,

I have found the reason for my problems. When using get_infty_container-method I already get an error due to an incorrect "Poortwachter" configuration. I just did not check this error before, as I didn't expect one there.

J