Solved: Hi Gurus, My scenario is When the user create a PM Notification through IW21 ,i should trigger my custom RFC with the notification details , which will send data
Step 1: Goto Tcode CMOD create Z project. Step 2: Go to enhancement assignment (shift+F11] Step 3:Assign QQMA0014 press enter and Activate project at cmod initial screen. Please find the sample code: IF ( sy-tcode = 'IW21' OR sy-tcode = 'IW22' ) . if (I_VIQMEL-qmart = ...
SAP Managed Tags: ABAP Extensibility Thanks Stephan, seems to work, strange though, that QQMA0030 does not do the trick, would seem logical to mee that enahncements in the same range were triggered in the same Tcode. Thanks again, Axel Reply andrea_rosati Associate 2019 Nov 04 4...
SAP Managed Tags: ABAP Development After an implementation the "Services for Object" icon dissappeared from IW21 trx. Do you know what could happened? In another trx I saw an exit that allows you to hide buttons, but I debbugged IW21 trx and I couldn't find anything. Any idea? Than...
So in the beginning of the code, you have to add a code to retrieve user status TXT04 value using tables VIQMEL, TJ02T, TJ02T OR using a function module such as 'STATUS_READ' etc and then start the code with that IF condition. Note: This being very old code with me (presently ...