|
Welcome to the "Community" Code Gallery, this is where you will find everything from Code Snippets to full blown [Code Tutorials] giving you the ability to not only comment but to "praise" it as well and to expand on it. This area works with labels, simply search for the appropriate label or put the appropriate label on your own entry for others to find it quickly. Here are some of the newest entries the library...
All code snippets and tutorials are provided as-is and the authors and SAP assume no responsibility for issues which arise resulting from their use, full disclaimer.
Code
Copy of ABAP Code for Parallel Cursor - Loop Processing
Labels: favourite, snippet, abap, parallel, cursor, performance
|
CRM - change document appointment date
Labels: crm, date, profile, appointment, abap, snippet, code
|
Show ST01 authorization trace
Labels: snippet, abap, code, how-to, guide, authorization, trace
|
How-to... Report on BW Accelerator Usage Counts
Labels: snippet, bi, bw, abap, code, how-to, guide
|
ABAP - Data Change Tracker for Custom Tables
Labels: change, in, custom, tables, track, tutorial, snippet, table
|
 | IMPORTANT INSTRUCTIONS TO FOLLOW
Use the "Add Page" function here to add your code snippet or code tutorial.
YOU MUST enter labels for your new page |
Small pieces of code, such as the following example.
require "SAP/Rfc"
rfc = SAP::Rfc.new(:ashost => "hostname",
:sysnr => "00".to_i,
:lang => "EN",
:client => "000".to_i,
:user => "username",
:passwd => "XXXXXXX",
:trace => 1)
How to add your code
First select the "Add Page" link in the top right corner (can select a template to use) then:
- Give your page a meaningful title
- Assign labels to your page, this is critical to help you and others find content in the future
- Save your page
|
Have content to add? Just click here, be sure to add labels to help others find the relevant informaiton quickly!
|