Object Oriented ALV-Using two Containers we can display data

*&———————————————————————**& Report Z_OO_ALV*&*&———————————————————————**& We can Use Two containers in OOALV*&*&———————————————————————* REPORT z_oo_alv LINE-COUNT 50. *types gt_struct type sflight. DATA BEGIN OF gt_struct.INCLUDE STRUCTURE sflight.DATA rcol(4) TYPE c.DATA colors TYPE lvc_t_scol.DATA END OF gt_struct.*ALV GRIDs DATA gr_alvgrid TYPE REF TO cl_gui_alv_grid.DATA gr_alvgrid1 TYPE REF TO cl_gui_alv_grid. DATA gc_custom_control_name TYPE scrfname VALUE ‘CC_ALV’.DATA gc_custom_control_name1 TYPE scrfname VALUE … Read more

Object Oriented ALV-Using two Containers we can display data

*&———————————————————————**& Report Z_OO_ALV*&*&———————————————————————**& We can Use Two containers in OOALV*&*&———————————————————————* REPORT z_oo_alv LINE-COUNT 50. *types gt_struct type sflight. DATA BEGIN OF gt_struct.INCLUDE STRUCTURE sflight.DATA rcol(4) TYPE c.DATA colors TYPE lvc_t_scol.DATA END OF gt_struct.*ALV GRIDs DATA gr_alvgrid TYPE REF TO cl_gui_alv_grid.DATA gr_alvgrid1 TYPE REF TO cl_gui_alv_grid. DATA gc_custom_control_name TYPE scrfname VALUE ‘CC_ALV’.DATA gc_custom_control_name1 TYPE scrfname VALUE … Read more

Object Oriented ALV-Sample program to insert Logo in ALV

*&———————————————————————**& Report Z_OOALV_LOGO*&*&—-Sample Program using ooalv­­­—–> by SrikanthV——————-**&*&*&———————————————————————* REPORT z_ooalv_logo. ****DECLARATION FOR LOGO INSERTCONSTANTS: cntl_true TYPE i VALUE 1,cntl_false TYPE i VALUE 0.DATA:h_picture TYPE REF TO cl_gui_picture,h_pic_container TYPE REF TO cl_gui_custom_container. DATA: graphic_url(255),graphic_refresh(1),g_result LIKE cntl_true. DATA: BEGIN OF graphic_table OCCURS 0,line(255) TYPE x,END OF graphic_table. DATA: graphic_size TYPE i. CALL SCREEN 100. *&———————————————————————**& Module PICTURE … Read more

Object Oriented ALV-Sample program to insert Logo in ALV

*&———————————————————————**& Report Z_OOALV_LOGO*&*&—-Sample Program using ooalv­­­—–> by SrikanthV——————-**&*&*&———————————————————————* REPORT z_ooalv_logo. ****DECLARATION FOR LOGO INSERTCONSTANTS: cntl_true TYPE i VALUE 1,cntl_false TYPE i VALUE 0.DATA:h_picture TYPE REF TO cl_gui_picture,h_pic_container TYPE REF TO cl_gui_custom_container. DATA: graphic_url(255),graphic_refresh(1),g_result LIKE cntl_true. DATA: BEGIN OF graphic_table OCCURS 0,line(255) TYPE x,END OF graphic_table. DATA: graphic_size TYPE i. CALL SCREEN 100. *&———————————————————————**& Module PICTURE … Read more

ALV Function Module

(1) REUSE_ALV_LIST_DISPLAY Display an ALV list as per parameters defined in the function call (2) REUSE_ALV_GRID_DISPLAY Display an ALV grid as per parameters defined in the function call (3) REUSE_ALV_COMMENTARY_WRITE List header information is output according to its type. The output information is put in an internal table. Output attributes are assigned to each line … Read more

ALV Function Module

(1) REUSE_ALV_LIST_DISPLAY Display an ALV list as per parameters defined in the function call (2) REUSE_ALV_GRID_DISPLAY Display an ALV grid as per parameters defined in the function call (3) REUSE_ALV_COMMENTARY_WRITE List header information is output according to its type. The output information is put in an internal table. Output attributes are assigned to each line … Read more

How to send emails to a recipient address containing the smart form in the PDF format as an attachment

Step1:Call the function module of the smartform and pass the final internal table (output table) into the form interface, also exporting the control parameters output options and user settings importing the structure job_output_info and transfer the contents of STRUC_JOB_OUTPUT_INFO-OTFDATA[] into an internal table I_OTFDATA[] which contains the records in OTF format. Sample Code CALL FUNCTION … Read more

How to send emails to a recipient address containing the smart form in the PDF format as an attachment

Step1:Call the function module of the smartform and pass the final internal table (output table) into the form interface, also exporting the control parameters output options and user settings importing the structure job_output_info and transfer the contents of STRUC_JOB_OUTPUT_INFO-OTFDATA[] into an internal table I_OTFDATA[] which contains the records in OTF format. Sample Code CALL FUNCTION … Read more

For implementing ADS few installations and configurations

For implementing prerequisites would be few installations and configurations which are: SAP Interactive Forms is integrated into SAP Netweaver, and requires the installation of technology components developed by Adobe,Server: • SAP Web AS 6.40 Java (for all scenarios),• SAP Web AS 6.40 ABAP (for high-volume print scenarios),• Adobe document services (run-time component – set of … Read more

For implementing ADS few installations and configurations

For implementing prerequisites would be few installations and configurations which are: SAP Interactive Forms is integrated into SAP Netweaver, and requires the installation of technology components developed by Adobe,Server: • SAP Web AS 6.40 Java (for all scenarios),• SAP Web AS 6.40 ABAP (for high-volume print scenarios),• Adobe document services (run-time component – set of … Read more