cancel
Showing results for 
Search instead for 
Did you mean: 

How to migrate a standard infotype to decouple?

0 Kudos

Hello,

I want to migrate "Organizational assignment"(0001) infotype to decoupled.

Is it possible?

If yes, How to achieve this? Is there any guidelines for migration standard infotype to decoupled?

Regards,

Eyal

View Entire Topic
AndyBoolean
Participant
0 Kudos

Hi ey783,

So read access to the IT0001 via the decoupled IT framework is possible.

Changing or creating the IT0001 via this is technically possible.
You must note that the customer logic from the user exits, for example EXIT_SAPFP50M_001, is not run through.
Modifications or implicit enhancements made by the dynpro in the module pools are also ignored.

You have to migrate this logic into a BAdI class:

  • HRPAD00INFTYDB - Execution of actions after the update
  • HRPAD00INFTYBL - Extension of the business logic of standard infotypes
  • HRPAD00INFTYUI - UI logic extension

But you can also hook directly into the existing SAP classes via inheritance. But always try to solve it via the BAdIs first.

I am not aware of any guidance on this topic.
Is it possible to transfer the IT to the decoupled framework 100% is always dependent on various aspects.

As said technically possible, whether it makes sense is always to check in the individual.
I don't know if my answer helps you or if I understood your question correctly.

best regards,
andy

AndyBoolean
Participant
0 Kudos

Since I was too slow xD