SAP Reports / Programs

HINIDAB0 SAP ABAP Report - HR: IN Batch Program - DA







HINIDAB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HINIDAB0 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_DAB - Batch program for Dearness Allowance


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 HINIDAB0. "Basic submit
SUBMIT HINIDAB0 AND RETURN. "Return to original report after report execution complete
SUBMIT HINIDAB0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: REFDATE = Reference date
Selection Text: GROUP = Group
Title: HR: IN Batch Program - DA
Text Symbol: VDA = Variable DA
Text Symbol: USR = User parameters
Text Symbol: TDA = DA type
Text Symbol: RLV = Relevant batch input session created
Text Symbol: NZA = Only non-zero FDA/VDA amounts will form part of the Batch session
Text Symbol: NRD = Reference date is not within the begin date and end date of latest record of Basic Pay infotype
Text Symbol: NOR = No entry is selected for creating Batch Session
Text Symbol: NOP = No more Wage Types can be added to Basic Pay infotype(It already has 20 wage types)
Text Symbol: NOC = No correct cases for the run
Text Symbol: NER = No error cases for the run
Text Symbol: NAM = No ambiguos cases for the run
Text Symbol: NAC = Employee Inactive with reference to Effective date
Text Symbol: INO = Information
Text Symbol: INF = Consumer price index not found
Text Symbol: GRP = Batch group
Text Symbol: FDA = Fixed DA
Text Symbol: ERR = Error description
Text Symbol: EMP = Employee
Text Symbol: DAT = Effective date
Text Symbol: DAA = DA amount
Text Symbol: CND = Following entries are the candidates for the Batch Session
Text Symbol: CHS = Choose
Text Symbol: BNF = Basic not found
Text Symbol: ANF = Pay scale grouping for allowance not found
Text Symbol: ANB = Another batch session created with the name as
Text Symbol: 003 = Download Local Copy
Text Symbol: 002 = Execute to Save DAs
Text Symbol: 001 = Display Correct Cases


INCLUDES used within this REPORT HINIDAB0

No INCLUDES are used within this REPORT code!


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 = NO_OF_REPEATS. "HCMOPS2737

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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 HINIDAB0 or its description.