| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SQL Reports / Reporting Element API Report Layout Items / Report Layout Item | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RITM - Reporting Element Table SBO SQL database table details
SELECT statementSELECT
RITM.DocCode AS 'Report',
RITM.ItemId AS 'Item ID',
RITM.Container AS 'Parent Type',
RITM.Type AS 'Type',
RITM.VISIBLE AS 'Visible',
RITM.SupZeros AS 'Suppress Zeros',
RITM.ItemLeft AS 'Left Item',
RITM.ItemTop AS 'Top',
RITM.Width AS 'Width',
RITM.Height AS 'Height',
RITM.LMargin AS 'Left Margin',
RITM.RMargin AS 'Right Margin',
RITM.TMargin AS 'Top Margin',
RITM.BMargin AS 'Bottom Margin',
RITM.LeftLine AS 'Left Border Line Thickness',
RITM.RightLine AS 'Right Border Line Thickness',
RITM.TopLine AS 'Top Border Line Thickness',
RITM.BottomLine AS 'Bottom Border Line Thickness',
RITM.Shadow AS 'Shadow Thickness',
RITM.BGRed AS 'Background - Red',
RITM.BGGreen AS 'Background - Green',
RITM.BGBlue AS 'Background - Blue',
RITM.FGRed AS 'Text - Red',
RITM.FGGreen AS 'Text - Green',
RITM.FGBlue AS 'Text - Blue',
RITM.MrkrRed AS 'Bold - Red',
RITM.MrkrGreen AS 'Bold - Green',
RITM.MrkrBlue AS 'Bold - Blue',
RITM.BrdrRed AS 'Border - Red',
RITM.BrdrGreen AS 'Border - Green',
RITM.BrdrBlue AS 'Border - Blue',
RITM.FromPane AS 'From Area',
RITM.ToPane AS 'To Area',
RITM.ItemGroup AS 'Group No.',
RITM.FontName AS 'Font Name',
RITM.FontSize AS 'Font Size',
RITM.TextStyle AS 'Text Style',
RITM.Justific AS 'Horizontal Justification',
RITM.WRAP AS 'Segment',
RITM.PictSize AS 'Picture Size',
RITM.DataSource AS 'Data Source',
RITM.ItemStr AS 'String',
RITM.VarNum AS 'Variable No.',
RITM.FileName AS 'File Name',
RITM.FieldNum AS 'Field No.',
RITM.ShowDescr AS 'Display Description',
RITM.CalcType AS 'Calculation Type',
RITM.ChangFlags AS 'Changeable',
RITM.ApplID AS 'Item No.',
RITM.CalcCol AS 'Calculation Column',
RITM.YJustific AS 'Vertical Alignment',
RITM.SortLevel AS 'Sort Level',
RITM.RevOrder AS 'Reverse Sort',
RITM.SortType AS 'Sort Type',
RITM.IsUnique AS 'Unique',
RITM.IsGroup AS 'Set as Group',
RITM.NewPage AS 'New Page',
RITM.BarCode AS 'Print as Bar Code',
RITM.Condition AS 'Condition',
RITM.LinkTo AS 'Link to Field',
RITM.Operator1 AS 'Operator 1',
RITM.Operator2 AS 'Operator 2',
RITM.Operation AS 'Operation',
RITM.BCStandard AS 'Bar Code Standard',
RITM.SumInWords AS 'Display Total as a Word',
RITM.ExcFonting AS 'Block Font Change',
RITM.StrIndex AS 'String Index',
RITM.ContIndex AS 'Container Index',
RITM.ItemIndex AS 'Item Index',
RITM.StrLength AS 'String Length',
RITM.StrFiller AS 'String Filler',
RITM.RelatedTo AS 'Link to Field',
RITM.NextSeg AS 'Next Segment Item Number',
RITM.HightAdjst AS 'Height Adjustments',
RITM.DupRpttAre AS 'Duplicate Repetitive Area',
RITM.LnsRpttAre AS 'No. of Rows in Repetitive Area',
RITM.RptDupDist AS 'Distance To Rptt Dup. (pixels)',
RITM.FieldId AS 'Unique ID',
RITM.FGEnabled AS 'Grid Enabled',
RITM.BGEnabled AS 'Background Enabled',
RITM.MKEnabled AS 'Highlight Enabled',
RITM.BDEnabled AS 'Frame Enabled',
RITM.HidEmpRptt AS 'Hide Empty Area',
RITM.RpttFtrAll AS 'Display Rep. Footer on All',
RITM.GbiDataTyp AS 'Data Type',
RITM.GbiDataLen AS 'Data Length',
RITM.PageBreak AS 'Page Break',
RITM.IsLogo AS 'Is Logo'
FROM RITM AS RITM Related informationReport Layout Item ReportLayoutItem Object· Table: RITM Represents an element in a PLD report layout.
Source table: RITM ![]() Document RDOC SQL Table |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |