SAP ABAP Workbench

Welcome to SAP ABAP Workbench tutorial. This tutorial is part of our free SAP ABAP training and we will have the first look at what is SAP ABAP Workbench and what tools does it offer to ABAP developers. You will learn about Object Navigator, Repository Information System, and ABAP Editor. SAP ABAP Workbench transaction (SE80 transaction) is a […]

Top 10 ABAP crimes

Unfortunately It is not very rare to see sloppy codes in ABAP especially if you are working as a consultant. In this blog  you can see my  selection of worst ten examples. Some might be debatable but some are definitely not. It would  also be nice to discuss examples, cases […]

ZUPDOWNALL – Upload und download any report with text-symbols

This program does an upload and download a abap source code and also includes possible text sysmbols. ABAP™-Source-Code You can copy and paste the source code directly into the ABAP™-Workbench. REPORT ZUPDOWNALL LINE-SIZE 80 NO STANDARD PAGE HEADING. * ********************** HEADER ************** * You can use or modify this report […]

SAP ABAP Introduction

Welcome to SAP ABAP Introduction tutorial. This is the first tutorial of our SAP ABAP training and we will begin learning basics of SAP ABAP here. You will learn about ABAP application area, ABAP naming conventions, ABAP data types, ABAP basic operators, and finally create your first HelloWorld program in SAP ABAP. A Small Foreword […]

LSMW for Functional Consultants in simple step-by-step way

Legacy System Migration Workbench (LSMW) is handy tool for data uploads. In most of the big projects there is a separate development / data migration team is available. However, at times, it would be responsibility of the functional consultant to load the data such as vendor master, customer master and […]

How to transform yourself from a fresher to an expert SAP Consultant?

You cannot transform yourself from a fresher to an expert SAP Consultant in overnight. It needs lot of commitment, dedication, sacrifice, effort, expertise and ability to become a reliable SAP Consultant. Unfortunately, there is no short cut to achieve this. Many people are of the opinion that the SAP Certification […]

Deleting Time Cluster with RPUP2D10

Rinkysmile October 12, 2006 I want to delete employee’s time cluster using RPUP2D10. But in the selection criteria there is no option to enter Pernr. From the output screen with the Key, it’s very hard to figure out the PERNR. Any suggestions ? We are trying to delete time cluster for […]

How to delete the Time Evaluation Results

Hi Experts, Can anyone tell me how to delete the time evluation results. Regards, Try with following: Use program RPUP1D00, RPUP2D00. to delete data from PCL1, PCL2. The Time Evaluation results are stored in cluster tables. Go To se38 and the give ,RPCLSTB1,RPCLSTB2 and delete the results. RPTENT00 Time Recording […]

how to delete pt60 results?

how can you delete the latest data that pt60 has generated for payroll processing? i have a retro situation where time evalualation is calculating incorrect time processing for a certain day. is there a pu01 type transaction to delete the time evaluation data so i can pay my employee correctly. […]

deleting time evaluation results

hi all one of my user wants access to delete the time evalaution results of one period,infact they had access to delete previously itseems,but by mistake she has deleted all the cluster-with time evaluation results—so the consultant who worked that time ,has taken out that access i knew that there […]