cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Application

Former Member
0 Kudos

Hi All,

I need to develop a WebDynPro Application which should talk to R/3. The purpose is just to give a parameter like (Employee No, Material No or something else) and the appropriate data should be retrieved.

I have developed FlightList application but then the data for this application is not there in the tables in R/3.

So, I request all to provide me with a tutorial or pdf which should help me to develop an application.

Help is required urgently.

Regards

Nikhil Bansal

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Nikhil,

I think your problem is solved by this time, right? please mark it as answered. if not solved ask for the clarification.

here is SAP Library which may help you

http://help.sap.com/saphelp_470/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm

former_member187702
Active Participant
0 Kudos
abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

You tried bapi_flight_getlist, that means you have known the most what is required.

check out the bapis on your r/3 server for which data is there

If not you cant just create a bapi with entering some data for it.

.

And then you just need follow the approach you have used in bapi_flight_getlist.

regards,

abhijeet

former_member182374
Active Contributor
0 Kudos

Hi Nikhil Bansal,

The 'FlightList' bapi is like 'Hello World' program in SAP...

If you need other BAPI try to ask an ABAP programmer in your company (he can give you a simple custom bapi).

This is the basic tutorial: https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/f0b0e990-0201-0010-cc96-d7ecd2e517... [original link is broken]

Doesn't matter which BAPI you use the steps are the same

Regards,

Omri