Question:
dear sapgurus,
how can i catch status of notification from iw22 screen when iam using (z)sample_ interface_pm000010 function module . i am trying for last two days. i am getting the status of the previous change not the present change.
also i want to get the deletion flag set for the equipment through ie02
(z)sample_ interface_pm000020 by comparing objnr and selecting from jest i am getting only last status. ie not the status for the deleted equipments , whe i am checking the next time i am getting the status of deleted ones. how wil i catch the current status from the screen
select jest~stat into it_jest-stat from jest where jest~objnr =
hequi_new-objnr ."and jest~stat = 'I0076'.
endselect.
can u help me ASAP.
thanks,
shini.
Answer:
Enhancement QQMA0014 should give you what you are looking for.
Answer:
dear lawlord,
will i get some help in BTE than in user exits,because i am using that.
will i get some more help.
thanks,
shini.
Answer:
dear lawlord,
how can i catch status field from iw22 through qqma0014 enhancement . i got struck up over there .
plz can anyone help me .
thanks,
shini.
Answer:
The import structure I_VIQMEL will hold the current statuses or if not then they can be gotten by searching the active statuses in JEST using the OBJNR for the Notification. This goes for both system and user statuses.
Dave
Answer:
The structure I_VIQMEL does not hold the statuses but it does hold the OBJNR which can be used to call the FM AIP9_STATUS_READ which will return all the currently active statuses. This is returned in a single string so may need some string manipulation.
Hope this helps.
Dave