Scrol

SAP Trainings contact sap.sreeram@gmail.com or 091-9916083157, 001-210-399-8414

Grid LIst, Subroutines, Reports


How to use a grid list?
Use Function Module Display_*LIST. In U’r program .Put all the data that U want to output in its final format and then pass this internal table to the function module

Two types of grid list .
DISPLAY_GRID_LIST(Version 4.0b)
DISPLAY_BASIC_LIST(Version 4.6b)
Calculate the subtotal etc and save it as a variant ,However while printing it will print all the enties of the fields

How to pass data from the form to the Subroutine program?
Use structure ITCSY

How can we pass selection and parameter data to a report ?
-     There are three options for passing selection and parameter data to the report.
. using SUBMIT...WITH
. using a report variant
. using a RANGE table