Report to WebDynpro Abap
Dear All
there is a report with an ALV Output. The requirement
is now to impelent this report as it is as
Abap WebDynrpo. Can give some hints what is easiest way
to convert it in a Abap WebDynrpo ?
Reagrds
sas
Alejandro Bindi replied
No automatic process available...you have to separate the data retrieval and any business logic and convert it to an ABAP objects class...then use that class from a new WD component which declares SALV_WD_TABLE component usage and populates the context with the data returned from the class.
If the report allows user input or actions then you'd have to reprogram them in WD as action handlers.