SAP Development

ABAP Glossary

Each entry in the glossary contains a reference to the application component to which it belongs. You can use this path in the R/3 Library to find further information. For example, for more information about ABAP Dictionary. look under ABAP Workbench (application component BC-DWB) ABAP Dictionary ABAP Workbench (BC-DWB)Central and redundancy-free storage facility for all

ABAP Glossary Read More »

Create dynamic ABAP Web dynpro screen in SAP

In order to Create dynamic ABAP Web Dynpro screen within your SAP application, first simply create a new Web dynpo application. Then add the below ABAP code into the WDDOMODIFYVIEW method of your main view. method WDDOMODIFYVIEW . data : lr_textview type ref to cl_wd_text_view. Data: lr_uicontainer type ref to cl_wd_uielement_container, lr_rowhead type ref to cl_wd_row_head_data,

Create dynamic ABAP Web dynpro screen in SAP Read More »

Email ALV PDF using ABAP report of pernrs then email output as attachment

Useful ABAP code example to demonstrate how to display an SAP ALV report which displays alist of PERNR details and then automatically allows the user to email ALV PDF as a document attchement. The code covers the following SAP ABAP report functionality: Email address input selection screen fields Display ALV report using Objects cl_salv_table Add

Email ALV PDF using ABAP report of pernrs then email output as attachment Read More »