Thursday, March 15, 2018

Tables Creation in SAP-ABAP

Bottom to Top Hierarchy to create a table:
  • Select SE11
  • Select Domain and Provide Domain name as per naming convensions
ZDOM_DNO
  • Select Create
  • Short Description to Domain
Domain for Field DNo
  • Provide Data Type and Size to DNO Field

Application with Internal Table

Having screen painter with layout fields are vender, name, city operations. Select "SE80" -> Edit object Select program ->...