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: 

Notification Creation using BAPI

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use PERFORM STATUS_UPDATE in PROGRAM SAPLBSVA

after BAPI_ALM_NOTIF_CREATE

Then it will create Notification

Regards,

Shamma

5 REPLIES 5

Former Member
0 Kudos

Hi,

Use PERFORM STATUS_UPDATE in PROGRAM SAPLBSVA

after BAPI_ALM_NOTIF_CREATE

Then it will create Notification

Regards,

Shamma

0 Kudos

How to use that PERFORM in that standard program.

0 Kudos

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,

0 Kudos

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

former_member211679
Participant
0 Kudos

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.