How to use a grid list?

Use Function Module Display_*LIST. In U’r program .Put all the data that U want tooutput in its final format and then pass this internal table to the function moduleTwo 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 printall the enties of the … Read more

How to use a grid list?

Use Function Module Display_*LIST. In U’r program .Put all the data that U want tooutput in its final format and then pass this internal table to the function moduleTwo 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 printall the enties of the … Read more

Internal Tables and Types

STANDARD tableKey access to a standard table uses a linear search. This means that the time requiredfor a search is in linear relation to the number of table entries. You should use index operations to access standard tables. SORTED table Defines the table as one that is always saved correctly sorted. Key access to a … Read more

Internal Tables and Types

STANDARD tableKey access to a standard table uses a linear search. This means that the time requiredfor a search is in linear relation to the number of table entries. You should use index operations to access standard tables. SORTED table Defines the table as one that is always saved correctly sorted. Key access to a … Read more

Standard Programs that every ABAPer Should Know

RSAVGL00 Table adjustment across clients RSBDCSUB Release batch-input sessions automatically RSCLTCOP Copy tables across clients RSINCL00 Extended program list RSORAREL Get the Oracle Release RSPARAM Display all instance parameters RSTXSCRP Transport SAPscript files across systems RGUGBR00 Substitution/Validation utility RSUSR003 Check the passwords of users SAP* and DDIC in all clients RSUSR006 List users last login … Read more

Standard Programs that every ABAPer Should Know

RSAVGL00 Table adjustment across clients RSBDCSUB Release batch-input sessions automatically RSCLTCOP Copy tables across clients RSINCL00 Extended program list RSORAREL Get the Oracle Release RSPARAM Display all instance parameters RSTXSCRP Transport SAPscript files across systems RGUGBR00 Substitution/Validation utility RSUSR003 Check the passwords of users SAP* and DDIC in all clients RSUSR006 List users last login … Read more