Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Call Transaction statement.

Former Member
0 Kudos
275

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

2 REPLIES 2

Former Member
0 Kudos
60

The notification type value should be set in the starting value of the transaction IW21 in IMG.

Cheers

S Kumar

former_member216100
Participant
0 Kudos
60

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