cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro - Design Approach ?

Former Member
0 Kudos

Hi guys,

I am currently designing an ABAP Web Dynpro solution for a client. I know most of the technical side of abap web dynpros but I just want to confirm if my approach is correct.

As i understand , if there is a BAPI available ( or a function which mimics the process which can be converted into a bapi ) then i can create a service with that BAPI , thus intergrating that into a abap web dynpro.

Should I use then use wizard to 'copy' the screen UI elements of the R/3 ABAP Dynpro and then incorporate the BAPIs contexts into the newly ABAP Web Dynpro ?

Does that make sense ?

Is my thinking into this correct ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

tnks

Former Member
0 Kudos

If your job is to regenerate the GUI screen and use the BAPI then i would suggest to use the code wizard and then modify the layout ,UI elements as you wish.