Hello people,
we have a developed program that lists some NM on the screen. I would like:
when the users clicks on this NM, automatically open the MM03 transaction in Purchasing tab. When entering in this tab, the user must choose the "Plant" in dialog box.
We created a SHDB to call MM03 transaction and select the Purchasing view. The rest of navigation must be done by the user. The user must choose the Plant and continue the navigation.
But in this screen to choose the Plant, if the user tries to use the Search Help, the options are displayed but it does not work when he selects one option.
We are using CALL TRANSACTION 'MM03' USING ti_bdc MODE 'E'.
any ideas?