SAP Database - The Unofficial SAP Knowledge Base

Fun Tidbits in SAP Code

Print This Post Email This Post Written by admin on Apr 15th, 2008 | Filed under: Fun Corner

laughThere is a lot of fun activity going on in SAPFans.

  • Go to Include - LV61BMES and read line from 4 to 7.
  • Go to Include - LCORFF1K and read the line from 41 to 43.
  • Go to include - RCIFCUST and read line 307.
  • Go to include - LCNTLU02 and read line 138.
  • Go to include - MV45AF0R_REFRESH_HELP_VALUES and read line 34.

Little bits and pieces of comments makes you bring in some smile today. For more visit this post in SAPFans.

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

  1. How to Modify the code in Quality or Production Systems? How to modify any code in Quality or Production without the need for a access key. Imagine, you are doing a unit test for a object in QA, suddenly...
  2. Source Code: Few simple examples REPORT CHAP0102. * Copying the content of one data object to another DATA: SOURCE(10) TYPE C, TARGET LIKE SOURCE. MOVE SOURCE TO TARGET. * Displaying the contents of fields...
  3. SAP Code Inspector SAP Code Inspector The Code Inspector is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions. The Code Inspector is a generic tool...
  4. Source Code: Designing a report REPORT ZSOURCE0104. * Declaration of a work area for a Dictionary tableTABLES CUSTOMERS. * Internal table used as snapshot of the database tableDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH...
  5. ABAP Source Code: Syntax of ABAP/4 Programs * Declaration of the program name REPORT ZSOURCE0301. * Displaying the words 'Customer list' on the screen WRITE / 'Customer list'. * Using an addition of the write command...



Leave a Reply