Mass Maintenance of Tcode Variants

Many a times there are business scenarios wherein there is a possibility of migration to a new entity, for example if your organization decides to go for the implementation of a standard chart of account for the existing company codes, new company codes might be created. In such cases when the company code changes we also have to ensure that in all the Report variants the new company code needs to be updated. In case the report numbers cross hundreds it would be a painstaking process to change each and every variant. (Same case for background jobs too)

Example Scenario

Now?  There was a business change and company code IN01 would no longer be used and will be replaced with IN02. The ABAP and BASIS teams are entrusted with the responsibility of creating new variants/change the existing variants.

variant

 

 

Continue Reading…

Upload / Download Data from SAP Tables

There have been some cases where we, as an ABAP programmer, want to take SAP table data backup. Specially for the case where Basis Team refuses to get it back-up and restore the data for us.

There have been some codes available on net where data is backed-up but not restored back to SAP.

backup

It is basically Dynamic table export / import facility.

Continue Reading…

Transporting in same R/3 system but in different Clients

When handling the objects which are Client dependent like SAPScripts, we need to transport (say from test to development or quality or production on same R/3 System but different Clients) them from one client to another as per requirement.

For the same purpose, we can use SCC1 Tcode.  SCC1 T-Code u can do the transport in same R/3 System but different client like

Source : 100(DEV)
Target-1 : 200 (QAS)
Target-2: 300 (PRD)

scc1

SCC1 Just specify Source Client and the Request number and import the request.
In this process u don’t have to release the transport request.

Improving Workflow Performance

The following documents give an overview of the steps that can be taken during Workflow definition as well as guidelines for the improved performance during Worflow run-time execution.

workflow

Continue Reading…

Creating a Basic SAP Business Workflow

The following document gives you an overview of the way the Workflow works, by giving an example of how to create a Workflow from scratch.

It also teaches the basics of Organizational Management (OM) which is a part of HR for assigning the personnel to respective position/designation.

WorkFlow

Continue Reading…

Page 4 of 30« First...23456...Last »