Application Development and Automation 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: 
Read only

Suggest BAPI for create notification IW34

Former Member
0 Likes
741

Hi,

Kindly suggest BAPI for create notification IW34.

Regards,

Tanaya

1 ACCEPTED SOLUTION
Read only

p291102
Active Contributor
0 Likes
581

How to find function module or Bapi for particular transaction in sap?

If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use.

Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.

1. Find out the package of the transaction.

Start Va01 go to system --> status.

Double click on transaction

Package is VA

Open this package in SE80

Open business engineering-->Business object types

Find the BO which sounds the most appropriate

I would suggest BUS2032 Sales Order

Double click.

Open methods.

Find the released method with from data or something similar in the name

, Createfromdat2

Position the cursor in it and click the program button

Scroll down to find the bapi used in this method

With this way you can also find out programs and FM's

2. Start va01 go to system-->status

Double click transaction VA01

Double click on package

Read the application component. (this is SD-SLS Sales)

Then open the transaction BAPI

Sales and distribution>Sales>sales order

createfromdat2

Answer: This is the BAPI for your mentioned transaction code BAPI_GOODSMVT_CREATE.

thanks,

Sankar M

3 REPLIES 3
Read only

p291102
Active Contributor
0 Likes
582

How to find function module or Bapi for particular transaction in sap?

If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use.

Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.

1. Find out the package of the transaction.

Start Va01 go to system --> status.

Double click on transaction

Package is VA

Open this package in SE80

Open business engineering-->Business object types

Find the BO which sounds the most appropriate

I would suggest BUS2032 Sales Order

Double click.

Open methods.

Find the released method with from data or something similar in the name

, Createfromdat2

Position the cursor in it and click the program button

Scroll down to find the bapi used in this method

With this way you can also find out programs and FM's

2. Start va01 go to system-->status

Double click transaction VA01

Double click on package

Read the application component. (this is SD-SLS Sales)

Then open the transaction BAPI

Sales and distribution>Sales>sales order

createfromdat2

Answer: This is the BAPI for your mentioned transaction code BAPI_GOODSMVT_CREATE.

thanks,

Sankar M

Read only

Former Member
0 Likes
581

Hi,

try this bapi's,

BAPI_SERVICENOTIFICAT_CREATE.

ALM_PM_NOTIFICATION_CREATE

BAPI_ALM_NOTIF_CREATE

Thanks,

Krishna.

Read only

Former Member
0 Likes
581

Don't you have access to tcodes BAPI and SE37?

Starting a thread to ask for BAPI's one by one.

>

> Hi,

>

> Kindly suggest BAPI for create notification IW34.

>

> Regards,

> Tanaya

>

> Hi,

>

> Kindly suggest BAPI for change notification IW52.

>

> Regards,

> Tanaya

You can have the answer by also searching the forum, so do search the forum before posting a question.

Regards

Karthik D