ABAP – Check transport request

SAPIf you want to restrict creation of transports (and their release to further systems) based on rules applied on a transport description, you can use method described in this example. Continue reading

ABAP – Multiple implementations of a “Single implementation only BAdI”

SAPIt is a problem when you need to have multiple implementations of a BAdI which does not implicitly allow multiple implementations by its definition. How to bypass this limitation? Continue reading

How to find User exit or BADI

SAPThere are several ways how to find out the correct user exit. In the following article I’ll show few options how to achieve this kind of task Continue reading