SAP Dynamic documents in ABAP objects

Dynamic documents in SAP allow you to create HTML like document screens. Click here for examples. Demonstration SAP programs which use direct document objects all start with 'DD_'. So you could either perform a value help on 'dd_*' or look below for example dynamic document programs.

*DD Programs...

DD_ADD_FORM_BUTTON
Buttons on Forms of Dynamic Documents

DD_ADD_FORM_INPUT
Interactive Elements: Forms with Buttons

DD_ADD_LINK
Interactive Elements: Links

DD_ADD_LINK_SCROLLED
Interactive Elements: Links

DD_ADD_PICTURE
Display of SAP icons and pictures stored in the BDS

DD_ADD_TABLE
Tables in Dynamic Documents

DD_ADD_TEXT
Text output in dynamic documents

DD_ALV_FREE_TOP
ALV use with definable page header

DD_ALV_STANDARD_TOP
ALV use with standard page header(REUSE_ALV_COMMENTARY_WRITE)

DD_CORRECT_TYPD_TRDIR
DDIC: Correct SUBC Entries for Type Groups

DD_F4_START_INDX
Starts indexing to synchronize an external index

DD_KEN_HELP_TYPES_GENERAL
Show help objects from Info Repository

DD_KH_KONTEXT
Display online docu (HTML Browser) for a context

DD_SIMPLE_ALV_TOP
Demo Program Change of ALV TOP with Dynamic Documents

DD_SPLIT_DOCUMENT
Distribution of areas on dynamic documents

DD_START
Program DD_START

DD_STYLE_TABLE
Style types and list colours for dynamic documents, print

Related Articles

SAP ALV Reports - ABAP or Advanced List Viewer reports
ALV grid reports using the object methods functionality
ALV TREE Example ABAP code and information for creating ALV tree based reports
SAP dynamic document example screens
ABAP report Progress indicator - When added also Stops report timeout
SAP progress indicator bar to count number of records processed within ABAP report and stop timeout
SAP percentage complete progress indicator bar for your ABAP reports
Prevent ABAP report timeout by Reseting the SAP runtime value using TH_REDISPATCH
ABAP Reporting - Example code and information on various areas of ABAP reporting
ABAP Automatic refresh report to retrieve real time live data from SAP database
Automatic Refresh Report - periodically refreshes results
Capture ABAP report using WRITE statement to internal table with SAP
Write report straight to printer
Convert Spool request to PDF and send as e-mail
Convert Spool request to PDF and send as e-mail
Execute ABAP Report using the SUBMIT statement
ABAP report to display all the selection screen fields and any values input by the user