abap

Create basic SAP ABAP report

Tcode: se38 create new program.  REPORT ytest_program_ahs.  TABLES: vbak,abap. TYPES: BEGIN OF ty_order,       vbeln type vb…

Load More
That is All