SAP Reports / Programs

HBRIN680 SAP ABAP Report - Normative instruction 68







HBRIN680 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for "Normative Instruction 68" is a legal document that must be delivered to the competent authority...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 HBRIN680 into the relevant SAP transactions such as SE38 or SE80


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 HBRIN680. "Basic submit
SUBMIT HBRIN680 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRIN680 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: AFAX = Fax
Selection Text: ANOM = Name
Selection Text: ATEL = Telephone
Selection Text: EQUI = Equipment
Selection Text: FAB = Manufacturer / Model
Selection Text: FCPF = CPF
Selection Text: FFAX = Fax
Selection Text: FTEL = Telephone
Selection Text: NO_PRINT = Do not print reports
Selection Text: PR_ARM1 = Magnetic tape
Selection Text: PR_ARM3 = Floppy disk
Selection Text: PR_ARM5 = Communication
Selection Text: PR_ARM7 = Others
Selection Text: PR_COD1 = EBCDIC
Selection Text: PR_COD2 = ASCII
Selection Text: PR_DATE = Processing data
Selection Text: PR_INSC = State resgistration
Selection Text: PR_PLACE = Local
Selection Text: SGBD = Database system
Selection Text: SO = Operating system
Selection Text: TESTOPT1 = Name
Title: Normative instruction 68
Text Symbol: T82 = Field 2 - Code table number
Text Symbol: T72 = Field 18 - Number of dependents
Text Symbol: T71 = 6th field - Value of gain/discount
Text Symbol: T05 = Outpt
Text Symbol: T04 = PersonResp.
Text Symbol: T03 = Technical info.
Text Symbol: T02 = Storage medium
Text Symbol: T01 = Extras
Text Symbol: SEL = Number of selected employees
Text Symbol: S04 = External identification label
Text Symbol: S03 = File layout
Text Symbol: 001 = Normat.instruction 68
Text Symbol: A01 = 1600 BPI
Text Symbol: A02 = 6250 BPI
Text Symbol: A03 = 3 1/2"
Text Symbol: A04 = 5 1/4"





Text Symbol: A05 = Remote
Text Symbol: A06 = Direct
Text Symbol: A71 = Payroll data file
Text Symbol: A72 = Employee registry file
Text Symbol: A82 = Code file
Text Symbol: CO1 = Coding
Text Symbol: CO2 = EBCDIC
Text Symbol: CO3 = ASCII
Text Symbol: E08 = POP UP error
Text Symbol: F01 = Complem.selection
Text Symbol: F71 = Creating remuneration file
Text Symbol: F72 = Saving employee data file
Text Symbol: INC = Checking gains and discounts
Text Symbol: IRR = Checking wage types incident on income tax basis
Text Symbol: M01 = Magnetic tape
Text Symbol: M02 = Floppy disk
Text Symbol: M03 = Communicat.
Text Symbol: M05 = Others
Text Symbol: N01 = Monthly payroll
Text Symbol: PRC = Number of processed employees
Text Symbol: PRO = Progress
Text Symbol: PRS = Processing
Text Symbol: R01 = Company assalaried EE responsible for the information
Text Symbol: R02 = Analyst responsible for the sys.
Text Symbol: S00 = Follow up report report
Text Symbol: S01 = Additional information
Text Symbol: S02 = Record dump


INCLUDES used within this REPORT HBRIN680

INCLUDE HBRADDRS.
INCLUDE HBRSCRS3.


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:

HR_BR_SAPSCRIPT_PARAMETERS call function 'HR_BR_SAPSCRIPT_PARAMETERS' changing print = p_print screen = p_screen form = p_form total = p_totals armod = p_armod arobj = p_arobj dialog = p_dialg pdest = p_pdest sw_change = sw_chang.

HR_BR_FORM_PRINT_PARAMETERS CALL FUNCTION 'HR_BR_FORM_PRINT_PARAMETERS' EXPORTING p_appl = l_p_appl p_lform_default = l_p_lform_default CHANGING print = p_print screen = p_screen total = p_totals armod = p_armod dialog = p_dialg pdest = p_pdest arobj = p_arobj sw_change = sw_chang lform = l_px_lform lfvar = l_px_lfvar lform_r1_default = l_lform lfvar_r1_default = l_lfvar.



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