cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI in webdynpro

Former Member
0 Kudos

Dear All,

iam using BAPI_FLIGHT_GETLIST while creating a WD, I have used a Service call

while using the wizard i got method EXECUTE_BAPI_FLIGHT_GETLIST for using the BAPI

now iam trying the same activity with BAPI_COMPANYCODE_GETLIST but i am unable to get any method for it, how can i find and use the methods that are related to BAPI s.

Thanks and Regards

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

if u are not getting method name by default,u give your own method name ex.zbapi_company etc.,and u select and call that method in method tab.

by

parthi

Edited by: Parthasarathi Lingam Subburaman on Dec 1, 2008 9:52 AM

Former Member
0 Kudos

Thanks,

It worked,

i am a beginer in Webdynpro. any suggetions for me about getting started.

Regards

Kumar

Former Member
0 Kudos

Hi,

You must be missing out some step.

Can you please explain the steps you have followed.

Thanks

Shruti

Former Member
0 Kudos

hi

step 1 Right Click Webdynpro componet

2 create a servive call

Select Controller

Select Service Type

Select Service

Adapt Context

all fine till here ...........

Specify Method Name

Component ZWDP_FLIGHT

Controller COMPONENTCONTROLLER

Method EXECUTE_BAPI_FLIGHT_GETLIST

Description Find list of flights

EXECUTE_BAPI_FLIGHT_GETLIST is method for BAPI_FLIGHT_GETLIST

where do i get methods for other BAPIs example BAPI_COMPANYCODE_GETLIST

here is the problem .

Generate Controller