Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Sample Code arrow ABAP Reports arrow Printing report selection criteria
Printing report selection criteria PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Anon.   
Wednesday, 31 January 2007
This example shows how to print out the select options and parameters that the user has entered on the selection screen. Source Code Listing
DATA: BEGIN OF MTAB_SEL_OPTIONS OCCURS 0,
FLAG(1) TYPE C,
OLENGTH TYPE X,
LINE LIKE RSVAR-INFOLINE,
END OF MTAB_SEL_OPTIONS.
CALL FUNCTION 'RS_COVERPAGE_SELECTIONS'
EXPORTING
REPORT = 'ZREPORT1' ' Name of current report
VARIANT = ''
NO_IMPORT = 'X'
TABLES
INFOTAB = MTAB_SEL_OPTIONS
EXCEPTIONS
ERROR_MESSAGE = 1
VARIANT_NOT_FOUND = 2
OTHERS = 3.
LOOP AT MTAB_SEL_OPTIONS.
WRITE: / MTAB_SEL_OPTIONS-LINE.
ENDLOOP.

Related Items:

 
< Prev   Next >

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor