SAP abap demos

Package Title Comments Example Reports/Webdynpro Components
BC400 Training: BC400 – ABAP Workbench: Concepts and Tools. Contain programs that show some fundamental concepts of ABAP
BC401 Course: BC401 – ABAP Objects. Contain programs that demonstrate some OO concepts in ABAP.
BC405 Training Course BC405: List Creation and Query Contain programs that demonstrate concepts in Report Programming (e.g. ALV, Report Event, Logical Database)
BC412 Course BC412: ABAP Dialog Program with EnjoySAP Controls Contain programs that demonstrate concepts in Dialog Programming
BC417 SAP Training: BC417 Contain programs that demonstrate BAPI concept
BC427 BC427 Training Objects Contain programs that demonstrate Enhancement Framework concepts (Classic BADI, New BADI, etc.)
BC470 Training Course: BC470 – SAP Smart Forms Contain programs that demonstrate Smartforms SAPBC470_DEMO
SABAPDEMOS Demos for ABAP Documentation Many programs that demonstrate ABAP language concepts from ABAP Documentation My favorite:

DEMO_REGEX

DEMO_REGEX_TOY

DEMO_JAVA_SCRIPT_MINI_EDITOR

SDW4Packages for Demo Center from tCode DWDMPrograms that demonstrates objects in Control Framework (I havent had much opportunities to use it in Production)
SLISGeneric list typesContains pretty much useful and detail example with using ALV (REUSE_ALV_* and CL_GUI_ALV_GRID)My favorite: BCALV_GRID_*
SALV_OM_OBJECTSALV Object Model Basis ClassesContains pretty much useful and detail example with using SALV (CL_SALV_TABLE)My favorite

SALV_DEMO_TABLE_EVENTS

SALV_DEMO_TABLE_*

SWDP_DEMOWebdynpro Demo ApplicationContains many useful Web Dynpro applications that illustrate essential UI elements in Web Dynpro
SWDP_DEMO_TUTORIALSWebdynpro Demo ApplicationDemo Web Dynpro Application concepts with Flight Booking system, Quiz System
SWDP_TESTWeb Dynpro: TestsMany many useful Web Dynpro applications, illustrate UI elements usage and important concepts in Web DynproA must look if you want to grab Web Dynpro concepts

WDR_TEST_EVENTS

SEU_TREE_CONTROLOO Framework for Tree ControlI haven’t had chance to work with Tree Control object.
SOFFICEINTEGRATIONPlatform- and application-indep. Office integrationOLE. I haven’t had chance to work with Office Integration.
APB_FPM_DEMOFloorplan Manager (Examples and Demo applications)Demo applications for FPM to show concepts of Guided Activity Floorplan (GAF), Object Instance Floorplan (OIF)Web Dynpro Application: FPM_DEMO_FLIGHT_OVERVIEW
SALV_WD_TESTSALV WD TestTest applications showing how to use SALV in Web DynproWeb Dynpro Application:

SALV_WD_TEST_TABLE_FILTER

SGRCABAP Graphics Development: Network, Bar ChartDemo programs showing how to use ABAP GraphicsReport: RGRAPALL
SZPR/3 Central Basis Development: Dialog Boxes…Demo programs showing how to use Dialog Boxes in ReportsReport: RSSPO120
SBCOMSBusiness Communication ServiceDemo programs showing how to use class CL_BCS to send documents (e.g. email)Report: BCS_EXAMPLE_XX
SIXML_TESTXML Parser and RenderDemo program showing how to use class CL_IXML to parse XML file and create XML objectReport: BC

From:
https://blogs.sap.com/2013/07/04/useful-abap-packages-for-demo-programs/

本文作者: GavinDong

版权属于: GavinDong博客

文章链接: https://gavindong.com/2950.html

如果使用过程中遇到问题,可 **点击此处** 交流沟通。

版权所有,转载时必须以链接形式注明作者和原始出处及本声明。

(0)

回复 ag

登录后才能评论

评论列表(2条)

  • ag的头像
    ag 2019.07.20 18:57

    sap demo package:
    S_NWDEMO_BASIS
    SDW4
    SLIS
    SALV_OM_OBJECTS
    SWDP_DEMO
    SEU_TREE_CONTROL
    SOFFICEINTEGRATION
    APB_FPM_DEMO

  • ag的头像
    ag 2019.07.20 18:57

    Examples of applications/source code delivered by SAP

    ABAPDOCU transaction = ABAP Documentation and Examples
    LIBS transaction = Collection of Ideas for Table and List Design
    BIBS transaction = Style guide
    DWDM transaction = Demo Examples in ABAP Objects (control framework). The demo programs are also stored in SDW4 package
    Post Processing Framework : data is created using SPPFDEMO transaction. See Note 489334 – Post Processing Framework: Documentation for Applications which contains a developer guide
    Flight Data Application – Demo Example for Integration Technologies: an application which demonstrates many technologies like BAPI, BOR, ALV, Smart Forms, etc.
    SLIS package = ALV demo programs (mainly BCALV_TEST*)
    ADBC_DEMO program: demo of ABAP DataBase Connectivity (to connect to another database)
    SE83: SAP Reuse Library