LC bapi limit
Also evil: when using LC BAPIs, for example BAPI_MOSRVAPS_GETLIST, one has to pay attention not to call the function with too many parameters in the selection tables. And what is that limit? Maybe
from APO_BAPI_CONSTANTS.
gc_apo_bapi_max_range_entries type sy-index value '150'
from APO_BAPI_CONSTANTS.
Labels: apo, development
Here is a very useful trick to access and change variables outside the scope of an user-exit function. For example, in exit EXIT_SAPMM07M_001 you can set the text in the material document, but no other MSEG field is supposed to be changed. Using field symbols you can access and change any field from the outer scope (this example sets the external post amount to 99).

