‎2009 Aug 21 7:50 AM
Hi Friends,
I am using BAPI_ALM_NOTIF_CREATE to create Service Notification.
In Required start date when I am entering past date, it is taking current date and is giving status message
as 'Execution date Reset according to priority'. How to give past date in that field. Do I need to make
any changes or settings for that. Please respond ASAP.
Thanks & Regards
Chandu.
‎2009 Aug 21 10:24 AM
Hi,
Use PERFORM STATUS_UPDATE in PROGRAM SAPLBSVA
after BAPI_ALM_NOTIF_CREATE
Then it will create Notification
Regards,
Shamma
‎2009 Aug 21 10:24 AM
Hi,
Use PERFORM STATUS_UPDATE in PROGRAM SAPLBSVA
after BAPI_ALM_NOTIF_CREATE
Then it will create Notification
Regards,
Shamma
‎2009 Aug 24 6:43 AM
‎2009 Aug 24 9:44 AM
Hi,
You can call the perform which is in Standard program into your Custom developed program.
PERFORM VBAP_ABHOLDATUM_PRUEFEN(SAPFV45P) USING CHARX
US_ABHOD
CHARX.Replace the program and perform with your standard program and perform name.
KR Jaideep,
‎2009 Aug 24 11:15 AM
I have used BDC, gone through change Service notification transaction and made changes. My problem is solved.
Edited by: chandra sekhar narra on Aug 24, 2009 12:16 PM
‎2015 Nov 02 6:28 AM
Hi Chandra,
I have got similar requirement in which Basic Start Date and Basic Start Time were changing,I have gone through this thread But that PERFORM STATUS_UPDATE in PROGRAM SAPLBSVA is not working for me, May be i have put in Wrong Place, i have put this after BAPI_ALM_NOTIF_CREATE it didn't work, then i have put after BAPI_ALM_NOTIF_SAVE then also it didn't work, Shall I put after BAPI_TRANSACTION_COMMIT.