What is the maximum level of secondary lists you can have in a program?

What is the maximum level of secondary lists you can have in a program?

20 secondary lists
Each program can produce up to 21 lists: one basic list and 20 secondary lists.

What is the use of Reuse_alv_commentary_write?

If you are using REUSE_ALV_GRID_DISPLAY, you can use REUSE_ALV_COMMENTARY_WRITE function, to write whatever you want at the top of the report. module ‘REUSE_ALV_COMMENTARY_WRITE’, the internal table containing the headings for top of page event can be passed to the list output.

What is at line selection in ABAP?

AT LINE-SELECTION. Effect. This statement defines an event block whose event is raised by the ABAP runtime environment when a screen list is displayed. This is provided the screen cursor is a list line and a function is selected using the function code PICK.

Which event is triggered by the first write statement to display the data on a new page?

Top-of-page event occurs when it notices the first u-line or write statement in a program.

  1. sashti. Answered On : Nov 26th, 2006.
  2. Top-of-page gets triggered when it see first write statement or new page.

Does top of page gets triggered on the skip statement?

Ans: TOP-OF-PAGE event will be triggered when the first ULINE, WRITE or SKIP statement occurs in a program.

What is the use of HTML template in ABAP?

HTML Template in ABAP is a powerfull to tool to save template for document, SAP long texts and email in HTML format in SAP. The SAP HTML Template contains more than the content with layout and data reference to generate dynamic Email and/or rich text. These fields will be replaced by the corresponding value.

How to handle HTML template in SAP web repository?

1 SAP HTML Template Tcode. First, you have to implement the HTML template. Use WYSWYG tools or even a notepad editor. 2 HTML Template Uploading. Click to Create a new HTML file in SAP Web Repository. 3 Handling HTML Template in ABAP. SAP offers a function module to Merge two HTML. The function Module WWW_HTML_MERGER can… More

How to merge HTML templates in SAP ABAP?

Handling HTML Template in ABAP. SAP offers a function module to Merge two HTML. The function Module WWW_HTML_MERGER can remplace the variables declared in the HTML template with their value. The input: TEMPLATE: the name of the Template in the SAP Web Repository.

You Might Also Like