cancel
Showing results for 
Search instead for 
Did you mean: 

Check the BAPI in R3

Former Member
0 Kudos

Hi,

How can i execute Bapi in R3 to create service notification and then check it (display) whether it is there or not?

I am using BAPI_SERVNOT_CREAT, BAPI_SERVNOT_SAVE and BAPI_SERVNOT_COMMIT in Web Dynpro using Java.

I want to just check in R3 whether it is working properly or not!

Thanks

Adnan

Accepted Solutions (0)

Answers (1)

Answers (1)

vmadhuvarshi_
Contributor
0 Kudos

Adnan,

BAPI can be executed in R3 with Transaction SE37. Is that what you need?

Vishwas.

Former Member
0 Kudos

yes i m using se37, callng the BAPI_SERVNOT_CREATE.

Now Importing Param entry is required, i just filled them.

NOTIF_TYPE = AB

so now i run it now i want to check it whether the Notification have been created (BAPI is running correctly or not).

What i have to to do now? Where can i see the Notification number of above created Notification?

Thanks

Adnan

vmadhuvarshi_
Contributor
0 Kudos

Hi,

Following SAP Transactions can be used t display service notifications.

IW53 Display Service Notification

IW59 Display Service Notifications: Selection of Notification

I hope, one of them should work for you.

Vishwas.

Former Member
0 Kudos

Hi friend,

for iw53 i have to submit the Notification Number.

How can i know the Notification Number after creating the Notification using Bapi call Bapi_Servnot_Create (There i just enter Notify_Type).

Greetings

Adnan

vmadhuvarshi_
Contributor
0 Kudos

Adnan,

When you call Bapi_Servnot_Create, you get an Export parameter 'NOTIFHEADER_EXPORT' of structure type 'BAPI2080_NOTHDRE'. The first field in this structure is 'NOTIF_NO' (Notification No). I believe this is what you are looking for.

Vishwas.

Former Member
0 Kudos

Hi Vishwas,

thanks for your feedback.

If i use SE37 then create "BAPI_SERVNOT_CREATE" in R3 and

now i want to see it, for this i m using SE37 then "BAPI_SERVNOT_GET_DETAIL" ...now i have to fill the field "NUMBER"...........what is this? which entry i have to give? where i can find it?

Thanks

Adnan