Calling processing blocks

In every processing block of an ABAP-Program, you can call processing blocks of the same program (internal call) or processing blocks of other ABAP-Programs (external call).

A call of dialog modules with the statement MODULE is not carried out in the processing blocks of an ABAP-Program, but in the processing blocks of the dynpro flow logic.