SAP Reports / Programs | Personnel Management | Personnel Administration | India(PA-PA-IN) SAP PA

HINIBSG0 SAP ABAP Report - Basic - General Increments







HINIBSG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Basic - General Increments Report (HINIBSG0) This report is used to do a batch update of increments in the Basic Salary Wage Type in the Basic Pay Infotype (0008)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HINIBSG0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M40_BSG - Basic - General Increments


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT HINIBSG0. "Basic submit
SUBMIT HINIBSG0 AND RETURN. "Return to original report after report execution complete
SUBMIT HINIBSG0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Basic - General Increments
Text Symbol: USR = User Parameters
Text Symbol: PPY = New Personal Pay
Text Symbol: NSR = Not in service
Text Symbol: NER = No error cases
Text Symbol: NCC = No correct cases
Text Symbol: NBS = New Basic
Text Symbol: NAM = No ambiguous cases
Text Symbol: GRP = Batch Group
Text Symbol: EMP = Employee
Text Symbol: DES = Description
Text Symbol: DAT = Effective Date
Text Symbol: AGR = Allowance Grouping
Text Symbol: 014 = NO LINE ARE SELECTED
Text Symbol: 013 = Download
Text Symbol: 012 = Ambiguous Cases
Text Symbol: 011 = Error Cases
Text Symbol: 009 = Increment date is before last split of basic pay infotype
Text Symbol: 008 = Employee has reached maximum of the scale and no further increments can be given
Text Symbol: 007 = Basic slabs are not defined
Text Symbol: 006 = Basic code for Alowance group is not defined
Text Symbol: 004 = Allowance Groupings
Text Symbol: 003 = Basic wage type is not defined for allowance group
Text Symbol: 002 = Does not belong to the allowance group
Text Symbol: 001 = Allowance grouping could not be defined


INCLUDES used within this REPORT HINIBSG0

INCLUDE PCBSGIN1_ALV.
INCLUDE PCBSGIN2_ALV.
INCLUDE PCBSGIN6_ALV.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' "HCMOPS2737 IMPORTING wt_count = number_of_lgart_in_p0008. "HCMOPS2737

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' IMPORTING hire_date = hdate fire_date = fdate TABLES pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

HR_IN_GET_ALGRP CALL FUNCTION 'HR_IN_GET_ALGRP' EXPORTING empno = pernr-pernr rfdate = refdate IMPORTING rtalgrp = curr_algrp EXCEPTIONS algrp_not_found = 1 OTHERS = 2.

HR_IN_GET_ALGRP_CONV CALL FUNCTION 'HR_IN_GET_ALGRP_CONV' EXPORTING algrp = curr_algrp empno = pernr-pernr rfdate = refdate lgart = curr_baswt IMPORTING amount = curr_basic EXCEPTIONS algrp_not_found = 1 calc_method_not_found = 2 inval_calc_failed = 3 OTHERS = 4.

HR_IN_GET_ALGRP_CONV CALL FUNCTION 'HR_IN_GET_ALGRP_CONV' EXPORTING algrp = curr_algrp empno = pernr-pernr rfdate = refdate lgart = curr_paywt IMPORTING amount = curr_ppay EXCEPTIONS algrp_not_found = 1 calc_method_not_found = 2 inval_calc_failed = 3 OTHERS = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name HINIBSG0 or its description.