2008 Jul 14 8:06 AM
Hi,
I am calling IW21 transaction.
I set the parameter 'QMR' - Functional Location, But still it does not fill the value in initial screen of IW21.
If I use bdc table, Its working. But When there is already a notification created for the fun. location, it should show information screen (pop up).
So, When I use bdc table, this information screen is not showing up.
Any solution for this issue.
Cheers
S Kumar
2008 Jul 15 8:16 AM
The notification type value should be set in the starting value of the transaction IW21 in IMG.
Cheers
S Kumar
2008 Jul 15 8:40 AM
in IW21 there is not get/set of the parameter 'QMR'.
so it will not work
in following module he read the parameter
MODULE QMNUM_GET_O10 OUTPUT.
IF T365-AKTYP <> YAKTYPH.
GET PARAMETER ID 'IQM' FIELD RIWO00-QMNUM.
GET PARAMETER ID 'IFE' FIELD RIWOSM-FENUM.
ENDIF.
but I tried also and T365-AKTYP was 'H' and YAKTYPH also
sorry about it
but try BAPI_ALM_NOTIF_CREATE
Edited by: Miro on Jul 15, 2008 9:43 AM
here the link
Edited by: Miro on Jul 15, 2008 9:44 AM