Unit Conversion in SAP

Sometimes there comes a situation where the conversion from one unit to another may become necessary. One such situation could be to convert the order unit in the purchase order to the base unit measure of the material.

Unit of Measure

The usage of the function module ‘MC_UNIT_CONVERSION’ could ease the job. The user must supply the source unit of meausre and the target unit of measure.

Continue Reading…

  • Share/Bookmark

Complete Reference to ABAP Basics

The following ebook is for the ABAP beginners giving an overview of basic topics in ABAP.

This reference guide focuses on following topics:

  • ENTERPRISE RESOURCE PLANNING (ERP)
  • SAP ADVANTAGES
  • Role of ABAPer
  • R/3 ARCHITECTURE COMPONENTS
  • WHAT IS CLIENT IN SAP
  • Developemt Obects -  REPOSITORY OBJECTS and  DATA DICTIONARY OBJECTS
  • ABAP GUI
  • DATA DICTIONARY
  • INTERNAL TABLES
  • SUBROUTINES
  • Reports
  • MODULE POOL PROGRAMMING
  • Menu Painter
  • BATCH DATA COMMUNICATION
  • LSMW ( Legacy System Migration Workbench)
  • SAPSCRIPTS
  • SMARTFORMS

  Continue Reading…

  • Share/Bookmark

ABAP HR – Linking Personnel no to SAP User-id

 

The linking between Personnel No and the SAP Userid is available in the infotype 0105. This information can be maintained as shown below: 
Go to transaction PA30.
  
Enter the infotype 0105 in the “Direct selection” and 0001 in the subtype. 
  
Click on Create. 
Following screen appears: 
  
Enter the start date and the end date as required. Also enter the SAP User-id to which this personnel number has to be mapped. 
Click on Save to update your records 

The linking between Personnel No and the SAP Userid is pretty useful when we are required to map both of these ( as in case of SAP Employee Self Service). The mapping is available in the infotype 0105. This information can be maintained as shown below: 

1. Go to transaction PA30. Enter the infotype 0105 in the “Direct selection” and 0001 in the subtype. Click on Create.

 

link01

 

 

Continue Reading…

  • Share/Bookmark

Hiding fields in an Infotype – ABAP HR

 
It is sometimes required to customize the screen fields in the HR Infotypes. This can be done using the view V_T588M.

 hide_fields0

 
Continue Reading…

  • Share/Bookmark

Field Exit in SAP

Field exit are use to create programming logic for any data element.It carry out any checks,Conversions or Business related processing of screen fields. Important thing is it can not be debugged.It have its own naming convention FIELD_EXIT_.

In transaction code CMOD choose Text element -> Field exit.

Field Exit Initial Screen
Field Exit Initial Screen

Continue Reading…

  • Share/Bookmark
Page 1 of 212