Posts

Showing posts from December, 2017

SAP - Write Statemets Additions.

Image
Hello SAP Viewers, This blog is completely helpful to revise/learn basics of SAP ABAP WRITE statement additions. I have almost covered all the WRITE statement additions at one place and output too. * Declarations of data types. * Data Type(DT) Declaration.                              "{}->Optional DATA :       lv_reg_no      TYPE i,                                     "No-default INTEGER value.       lv_count       TYPE i VALUE '009001',          "Default INTEGER value.       lv_percentage  TYPE p DECIM...