Posts

Difference between Associations and Table Funcctions in CDS Views

 Associations: 1.Keep only base table/CDS view fields in the selection list. 2.Keep association as public/expose association 3.AD-Hoc Association - Showing the Association field name in first CDS view 4.Path expressions, 5.Change the default outer join as inner join 6.Cardinality Table functions: 1.Whic supports the additional functionalities which are not supported by CDS. 2.SQL statements will written and will use SQL functions and methodologies. 3.Table function has optional input parameters and return parameters. 4.Needs class and method to define. -Class: Public, Method: Static 5.The statement Interface: IF_AMDP_MARKER_HDB must be use. method get_data by database functions for HDB                 Language SQL OPTIONS READ-ONLY Using tables-names method get_data by database procedures for HDB                 Language SQL OPTIONS R...

Upload Graphic in Adobe Form

Image
Steps: 1.        Convert image into BMP image(eg:image.bmp). 2.        Upload image in T-code ‘SE78’.(Eg:ZVB_LOGO) 3.        Create Interface in T-code ‘SFP’ and add variables as shown in below 4.        Write the below logic to fetch Graphic data. 5.        Go To Form and import variables from Interface. 6.        Add a GRPHIC Node. 7.        Change the Graphic type to 'Graphic Content' from the dropdown and press Enter and then fill the below details. 8.        Click on layout and create image field. 9.        Bind ‘GRAPHIC’ to the image field and In the field tab Check the checkbox ‘Embed image data’. 10.    Save,Check,activate and execute.