ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Examples and Demo Progams by SAP

Print This Post Email This Post Written by admin on Jun 11th, 2009 | Filed under: SAP General

Stuck while programming and want to find out similar sample codes? SAP provides a vast list of demo programs on almost all the areas. Here are some of the places you can refer to examples :

ABAPDOCU = ABAP Documentation and Examples
LIBS = Collection of Ideas for Table and List Design
BIBS = Style guide
DWDM = Demo Examples in ABAP Objects
SE83 = Display reusable library.

Share

If you like this post, you may as well like these too:

  1. Source Code: Few simple examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30...
  2. ABAP Programs: Simple examples of field conversion REPORT ZSOURCE0702. * Converting to numbers during computationsDATA: NUMBER_1(4) VALUE ’1771′, NUMBER_2(3), RESULT TYPE I. NUMBER_2 = ’005′.RESULT = NUMBER_1 + NUMBER_2.WRITE / RESULT. NUMBER_2 = ‘ 5′.RESULT = NUMBER_1...



Leave a Reply