SAP Downloads, Tutorials, Guides

SAP Downloads, Tutorials, Guides
  • Home
  • Blog
  • Archives
  • SAP Community News
  • Application Modules
    • NetWeaver
      • NetWeaver BI
    • ABAP
      • ABAP Transaction Codes
    • Finance&Controlling (FICO)
      • FI/CO Transaction Codes
      • FI/CO Reports
    • Materials Management (MM)
      • MM Transaction Codes
      • MM Reports
    • Production Planning(PP)
      • PP Transaction Codes
      • PP Tables
    • Sales and Distribution (SD)
      • SD Configuration
      • SD Transaction Codes
      • SD Reports
    • Human Capital Management

You are here: Home » SAP Community News

  • PNP Vs. PNPCE – Comparing the two Logical Databases

    Submitted on December 16, 2009 by naveenvishal

    PNPCE database in many ways can be said as the extension of PNP logical database. PNP doesn’t contain all the data elements that are now in the expanded Concurrent Employment Database. SAP made an internal decision to not modify PNP, rather sup…

    Continue Reading

  • Macros in ABAP-HR Programming – I

    Submitted on December 16, 2009 by naveenvishal

    The macros will be used to get the data from the various clusters based on the cluster ID.For Buffering purpose we use macros.

    Continue Reading

  • SAP Procurement Cycle in details

    Submitted on December 16, 2009 by Rizki

    This article is the first of an article series about SAP Procurement Cycle. Each step will be explained in details.

    Continue Reading

  • Part 3 – Enable Transport System on Netweaver 7.01 Trial

    Submitted on November 7, 2009 by David Bann

    In order to create a more realistic development environment, along with other good reasons, it is a good idea to enable the transport management system (TMS) in netweaver 7.01 trial. By default the TMS does not work in this version (or at least it…

    Continue Reading

  • MM integration with other modules

    Submitted on October 28, 2009 by Rizki

    This article is about the integration between MM and other modules such as SD, PM, PS, FI, WM, QM. Please give your comment or suggestion about this topic.

    Continue Reading

  • How To Do a Support Package Stack Upgrade – Part 1

    Submitted on October 27, 2009 by eddai

    This is the first part of a set of 2 posts that I’ll submit in the following days, covering the Support Package Stack Upgrade process.Weather you seek deep technical knowledge or just an overview of the process, understanding the necessary invol…

    Continue Reading

  • 2 tips for choosing a SAP module to make sure you succeed

    Submitted on October 27, 2009 by eddai

    In this post I will give you some things to consider when choosing an SAP module for your career. After that I will use this tips to explain on how I chose SAP business intelligence for mine.

    Continue Reading

  • Difference between ”’” and ”`” in ABAP

    Submitted on October 20, 2009 by naveenvishal

    A basic difference: still I find that most of the programmer hardly uses string literal. String literal is generally a forgotten case.

    Continue Reading

  • ABAP Program to List Programs without T-Codes

    Submitted on October 20, 2009 by naveenvishal

    The following program lists the ABAP programs with out any transaction code (or not assigned to a transaction code).

    Continue Reading

  • Part 2 – Netweaver Trial Remote Access

    Submitted on October 7, 2009 by David Bann

    After installing SAP Netweaver Trial, I realised that it would be very convenient if I could connect to my SAP server at home from a remote location such as my laptop while I was at a client’s site. This would enable me to access all my test cod…

    Continue Reading

  • ERP Software System Resources

    Submitted on September 15, 2009 by Rizki

    You can read and submit any ERP-related links/articles/jobs here.

    Continue Reading

  • Search Transactions by Text in SAP

    Submitted on August 19, 2009 by naveenvishal

    Most of the ABAPer or who ever use SAP at some point stuck at the point to know or remember Transaction codes.

    Continue Reading

  • Workflow Consultants – Cost vs. Quality

    Submitted on August 14, 2009 by David Bann

    Using inexperienced workflow consultants to save costs might just cost you more in the long run.

    Continue Reading

  • Unlock Login ID in SAP

    Submitted on August 9, 2009 by naveenvishal

    It is normal when we hit password wrong and our login gets lock, this small piece of code unlocks the user when user hits wrong password.

    Continue Reading

  • ‘Disable’ TOP-OF-PAGE on Last Page

    Submitted on August 9, 2009 by naveenvishal

    There had been a requirement recently where the user does not want the Header to be displayed on the last page printing in Classical Report. The requirement was pretty unique and here is the sample code based on the condition.

    Continue Reading

  • SAP MM Enterprise Structure

    Submitted on August 8, 2009 by Rizki

    This article explains SAP enterprise structure in MM module such as: plant, storage location, Purch. Org, etc.

    Continue Reading

  • Dynamic Parameter Text on Selection-Screen

    Submitted on July 31, 2009 by naveenvishal

    We can also display the Dynamic Parameter Text for the parameters in the selection screen. In this context, we have to use %_parameter_%_APP_%-TEXT to pass value to the parameter text at runtime/dynamically.

    Continue Reading

  • Add Toolbar to Selection-Screen

    Submitted on July 31, 2009 by naveenvishal

    This tutorial shows the sample code to insert Toolbar at the Selection-Screen and there handling, when user interacts with them. It is a nice code to look at for a beginner.

    Continue Reading

  • SAP NetWeaver 7 (ABAP) Installation Guide

    Submitted on July 30, 2009 by mySAP FI

    This SAP tutorial is about how to download and setup a SAP NetWeaver 7 Training System (Trial Edition) for testing purpose.

    Continue Reading

  • SAP Website Login Certificate (Single Sign-On)

    Submitted on July 28, 2009 by sandman

    Log on to the SAP website using single sign-on

    Continue Reading

  • Upgrading the New GL in SAP ERP

    Submitted on July 25, 2009 by mySAP FI

    If you want to use the new general ledger in SAP ERP and you are already using the classic general ledger productively in SAP R/3 release.

    Anyway, you can only migrate from the classic GL to the new GL after you upgrade your SAP R/3 system …

    Continue Reading

  • Advantage Smartform: Migrating SAPScript to Smartforms

    Submitted on July 24, 2009 by naveenvishal

    SAP Script is the old method but still very effective in some cases. But as time passes we have to adopt the new technique SAP Smartform which is better and more reliable.

    Hence SAP providers us the interface to convert Script to Smartform.…

    Continue Reading

  • Attach Holiday/Factory Calendar to F4 Help

    Submitted on July 24, 2009 by naveenvishal

    When you press F4 on any date field the standard calendar opens in order for you to choose a date. When you do not want the user to choose a weekend day or a holiday, you can do it.

    Continue Reading

  • SAP Performance and workload analysis

    Submitted on July 23, 2009 by sandman

    Details SAP transctions required to view Performance and workload

    Continue Reading

  • Demystifying Field Groups

    Submitted on July 23, 2009 by naveenvishal

    ABAPers normally doesn’t have much information about the Field Groups as they are rarely used in the normal course of programming. These are more ABAP-HR relevant, still a must for an ABAP progrmmer.

    Continue Reading

  • Multiple Authority-Checks

    Submitted on July 23, 2009 by naveenvishal

    Multiple Authority-checks mainly depends on hierarchy of Authorizations apart from its dependency on the way pragrammer handles it.

    Multiple Authority-checks can be of two types depending upon the programming logic and needs.

    Read Mo…

    Continue Reading

  • SAP Processes

    Submitted on July 22, 2009 by sandman

    Details of SAP Processes

    Continue Reading

  • SAP Sizing

    Submitted on July 21, 2009 by sandman

    What information is required to size SAP?

    Continue Reading

  • SAP MM Material Valuation

    Submitted on July 21, 2009 by Rizki

    This article explains about price control procedure of materials in MM (Moving Average Procedure/MAP and Standard procedure)

    Continue Reading

  • SAP NetWeaver 7.01 – ABAP Trial Version (Part 2 of 2) – In…

    Submitted on July 17, 2009 by sandman

    Install the latest SAP NetWeaver Trail version (Part 2)

    Continue Reading

  • SAP NetWeaver 7.01 – ABAP Trial Version (Part 1 of 2) – Pr…

    Submitted on July 17, 2009 by sandman

    Install the latest SAP NetWeaver Trail version (Part 1)

    Continue Reading

  • SAP Daily Quick Checks

    Submitted on July 17, 2009 by sandman

    Transactions which need to be checked daily for a smooth running SAP System

    Continue Reading

  • Creating Tax Codes in SAP

    Submitted on July 17, 2009 by mySAP FI

    In SAP system, we can create Tax codes through FTXP transaction.

    The following step will give you explanation on “how to create a tax code in SAP“. Afterwards these tax codes must be used in the creation of condition tables such as for …

    Continue Reading

  • SAP Business One – How to import AR Invoices, then apply cash ag…

    Submitted on July 17, 2009 by Mark Chinsky

    This Overview shows how to properly import Accounts Receivable (AR) Invoices and then applied Accounts Receivable (AR) Cash Receipts into SAP Business One using the the Data Transfer Workbench ( DTW ).

    Continue Reading

  • Job Costing For SAP Business One Demo Videos

    Submitted on July 17, 2009 by Mark Chinsky

    These are recorded videos of the Enprise Job Costing add-in for SAP Business One. Enprise allows both Job Cost and Project Accounting shops to utilize SAP Business One within their business framework.

    Continue Reading

  • How To Find SAP Jobs

    Submitted on July 17, 2009 by David Bann

    In this modern age, job seeking is more than just submitting CV’s. Leverage social media power to find now work in SAP!

    Continue Reading

  • SAProuter

    Submitted on July 16, 2009 by sandman

    Details how the SAP GUI uses the SAProuter to connect to an SAP system

    Continue Reading

  • How to add Checkbox to table

    Submitted on July 16, 2009 by sapkd

    How to add Checkbox to table

    Continue Reading

  • SAP Backup and Restore

    Submitted on July 16, 2009 by sandman

    Details on what needs to be backed up in order to get SAP up and running after a disaster.

    Continue Reading

  • Recession – The Perfect Time to Implement SAP Workflow

    Submitted on July 15, 2009 by David Bann

    It is the perfect time to gain a competitive edge by investing in innovation and flexibility. Reduce business costs, improve business processes, and enhance system usability.

    Continue Reading

  • Accounting basic concept

    Submitted on July 15, 2009 by Rizki

    Accounting (FICO) Journals of SAP Material Management (MM) Transactions

    Continue Reading

  • How the SAP hard disks are structured

    Submitted on July 14, 2009 by sandman

    Details how the RAID and partitions are setup in SAP

    Continue Reading

  • Variant Principle Concept in SAP

    Submitted on July 14, 2009 by mySAP FI

    The variant principle is a three step method which is used in SAP to assign special properties to SAP objects.

    Continue Reading

  • What is SAP Workflow?

    Submitted on July 14, 2009 by David Bann

    A high level look into what SAP Workflow is, and how it can benefit your company by increasing your competitive edge.

    Continue Reading

  • Release Procedure

    Submitted on July 13, 2009 by vishnuop

    A beginners info to PO release procedure

    Continue Reading

Follow SAPDocs.info

Subscribe to RSS FeedsReceive Updates To Your Inbox For Free!Follow me on TwitterAdd SAPDocs.info to DeliciousAdd SAPDocs.info to your Favourites

News from the blogRSS

  • SAP Variant Configuration Video TutorialsPosted by eddai on 09 March 2010
  • Configuration Guide to Create Organizational Structures in SAP MMPosted by eddai on 08 March 2010
  • LSMW Tutorials in Spanish & Portuguese LanguagesPosted by eddai on 06 March 2010
  • SAP ABAP Refresher’s GuidePosted by eddai on 04 March 2010
  • SAP Basis Training MaterialPosted by eddai on 28 February 2010
  • Home
  • Contact Me
  • Submit Your Site
SAP and the SAP logo are registered trademarks of SAP AG. SAPDocs.info is a personal blog and is not affiliated with SAP or other companies mentioned here. I capture the things I learn that might be helpful to others here. No warranties on the information provided are offered or implied.