cancel
Showing results for 
Search instead for 
Did you mean: 

execute BAPI and bind input through inerfaceview

Former Member
0 Kudos

Hi all,

i am getting vendor no as URL parameter through start plug.

i need this parameter to give as input param to BAPI, here is my problem, i have to run the BAPI with this param and show the output data when user fires event in another app.

The parameter will some directly into interfaceview and then i have to bind the data in the custom cntroller, can i call execute bapi method of custom controller in the default mehod of interfaceview, in this case how can i pass the url param from interface view to custom controller before execution.

anyone has similar app or have some idea.

Chris.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

appreciated guys, The same problem i had.

its working for me.

Former Member
0 Kudos

Hi,

the problem is solved, i called cust method in default of interfaceview and passed the param, i binded the input that method.

Thanks

Former Member
0 Kudos

thnks, i will try it and let you know.

Yashpal
Active Contributor
0 Kudos

Hi Chris,

In the interface view properties add the custom controller .then in the default plug of ur application u have the parameter then pass that parameter to the method which can be called in the default plug by getting the contoller usage..

wdThis.wdGetControllerName().MethodName();

In the methodName pass the parameter u get from start plug and write the code for BAPI execution....

Regards,

Yash