cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create a user defined BAPI in Web Dynpro ABAP AS.

senthil_kumar29
Participant
0 Kudos

Hi,

Is it possible to create normal ABAP programs in Web Dynpro ABAP. Or it is used designing web pages alone. Like J2EE engine, Does Web Dynpro ABAP have similar kind of Engine.

If I want to create RFC function module, Can I use Web Dynpro ABAP for this application.

Thanx for your time.

Cheers,

Sam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can call any bapi from the wda environment,

it's better to keep your business logic in seperate functions, instead of directly in

the dynpros, the engine is somewhat similar, only it's abap stack instead.

grtz

Koen

senthil_kumar29
Participant
0 Kudos

Hi,

Thanx for the reply.

Is that means, Web Dynpro ABAP, can be used as replacement for ABAP workbench.

If I create a table through Web Dynpro, does it directly created in R/3 Repository.

Cheers

Sam

Former Member
0 Kudos

Hi,

no, Web Dynpro ABAP (WDA) is no replacement for the ABAP Workbench (SE80), it is a programming model which is completely included in the ABAP development infrastructure, and, hence the Workbench as well.

For more information on WDA, see <a href="https://wiki.sdn.sap.com/wiki/display/WDABAP">the Wiki</a>.

The Web Dynpro development objects are stored in the R/3 database, it's all ABAP.

Regards, Heidi

Answers (0)