cancel
Showing results for 
Search instead for 
Did you mean: 

Corresponding BAPIs for each Webdynpro application

Former Member
0 Kudos

Hi All,

We are on EP7,ECC 6, ESS BP1.2 enhancement package. Configured the NWDI and how do we know which BAPI is being called.

Scenario:

In the Bank Information application,

User can perform three actions : Enter, change and delete the bank details.

First we need the list of BAPI’s through which this three feature are called by the WDP application.

( When ever there some modifications are done in the application, here they are goin to create a ZBapi which is goin to trigger a workflow… and send the notification for approval of mail to his manager)

Second : once this operations are done , user clicks on save( or any submit button ) it should prompt a message saying “ Information sent for approval “ instead of “ Data saved”

Guide me what needs to be done here …

Thanks,

NR

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

NR,

You can run st01 or st05 tcodes in the backend system and look for RFC calls that tells you the list of BAPIs or you can check the model names in webdynpro perspective for that dc

reward points if helpful

Former Member
0 Kudos

Hi NR,

This is not the right forum to post this message .

If you want to know which bapis are used in esss/bank application go to model node, you will see a list, those are the bapis used. If you want to know which bapi is used for which purpose, you need to go to componenets which starts with VC and open views. In each view check data binding and mapping parts. Mapping part will give from which bapi its getting data. Check for mappingReference element property of each context element.

Regards

Praveen