cancel
Showing results for 
Search instead for 
Did you mean: 

Docs/link for calling different Bapi webdynpro-abap application

Former Member
0 Kudos

Hi ,

Can anyone please send me docs/link or approach for calling different Bapi

in webdynpro-abap application??

Thanks in advance

Regards

Rahul

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi All ,

Could anyone please let me know the approach/links/docs to call different Bapi in

webdynpro application & how to connect these to single input field.

Requirement :

A & B are two different Bapi

Bapi A :

import parameter : Payment Detail

Export : 1)cheque details

2) submission details

Bapi B :

import parameter : Payment Detail

Export : 1)material details

2) transition details

I want to connect both the Import parameter(input) Payment Detail from Bapi A & B to one single element or search element .

So once I will provide input & click on search

For example :

Payment Detail(input) : 111

Desired Output:

material details transition details cheque details submission details

5555 7777777 8888 99999

Thanks for your time & effort

Rahul

S-H
Active Participant
0 Kudos

Hi Sharma,

In stead of using the service call for the BAPI you can use the free programming. i.e. manually create the context and the methods. Manually create the context for the input parameter. i.e. only one node for the Payment Details and other nodes for the export parameters.

Hence in the view you design you can map the node Payment Details to the ui elements. Then in the logic read this context node and provide the data to both the BAPI.

You can manipulate the ouput and display it in the UI.

Hope this helps.

Best regards,

Suresh

Former Member
0 Kudos

Hi Suresh ,

Can you please explain more more about this how to create binding of import parameter of the Bapi ?

Thanks in advance.

regards