SAPRDEMO_MAILMERGE_INTERFACE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For documentation on this program, see the SAP Help Portal under http://help...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPRDEMO_MAILMERGE_INTERFACE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Demonstration for Mail Merge Interface
Text Symbol: BAS = R/3 Basis
INCLUDE RDEMO_MAIL_MERGE_INTERFACETOP.
No SAP DATABASE tables are accessed within this REPORT code!
RFC_GET_STRUCTURE_DEFINITION CALL FUNCTION 'RFC_GET_STRUCTURE_DEFINITION' EXPORTING TABNAME = P_TABNAME TABLES FIELDS = P_FIELDS EXCEPTIONS TABLE_NOT_ACTIVE = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = 'app' VALUES = applist.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPRDEMO_MAILMERGE_INTERFACE - Demonstration for Mail Merge Interface SAPRDEMO_MAILMERGE_INTERFACE - Demonstration for Mail Merge Interface SAPRDEMO_FORM_INTERFACE - Demonstration for Form Interface SAPRDEMO_FORM_INTERFACE - Demonstration for Form Interface SAPRDEMO_ESUITE_WORDPROCESSOR - Demonstration Program for eSuite Word Processor Integration SAPRDEMO_ESUITE_WORDPROCESSOR - Demonstration Program for eSuite Word Processor Integration