RSWAD_PAGE_SIZE SAP table for – Paper Sizes

Here we would like to draw your attention to RSWAD_PAGE_SIZE table in SAP. As we know it is being mainly used with the SAP BW-BEX (Business Explorer in BW) component which is coming under BW module (Business Warehouse). RSWAD_PAGE_SIZE is a SAP standard transp table used for storing Paper Sizes related data in SAP. It comes under the package RS_WEB_DESIGNTIME.

SAP RSWAD_PAGE_SIZE table

Table RSWAD_PAGE_SIZE technical data

TableRSWAD_PAGE_SIZE
Data storingPaper Sizes
ModuleBW
Sub ModuleBW-BEX-ET
SAP PackageRS_WEB_DESIGNTIME
Delivery ClassE – System table whose data is transported with its own transport objects
ComponentSAP_BW
Table CategoryTRANSP

SAP RSWAD_PAGE_SIZE Table Fields

Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in RSWAD_PAGE_SIZE table.

  • ID : ID of Paper Size
    Its a key field. Its data type is CHAR (Character String) with field length 30
  • HEIGHT : Height of Paper Size
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 10
  • WIDTH : Width of Paper Size
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 10
  • UNIT : Measurement Unit for Paper Size
    Its data type is CHAR (Character String) with field length 10
  • PIXEL_HEIGHT : Height of Paper Size (Pixel)
    Its data type is INT4 (Four-byte integer – Dictionry type INT4) with field length 10
  • PIXEL_WIDTH : Width of Paper Size (Pixel)
    Its data type is INT4 (Four-byte integer – Dictionry type INT4) with field length 10
  • DPI : DPI of Paper Size
    Its data type is INT4 (Four-byte integer – Dictionry type INT4) with field length 10