SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPLAAMV0 SAP ABAP Report - AA-register - electronic version







RPLAAMV0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for AA-register - electronic version This report enables electronic reporting of AA-registeret to NAV...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 RPLAAMV0 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_M20_LAAM - AA-register - electronic version


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 RPLAAMV0. "Basic submit
SUBMIT RPLAAMV0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLAAMV0 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: T5V7SAFE = Entered by batch input
Selection Text: STATUS = Statuskontroll
Selection Text: SEL_ORGJ = Juridisk nummer
Selection Text: RUNDT = Run date
Selection Text: NO_MON = Number of Months
Selection Text: NOUPDATE = Test run (no update)
Selection Text: LOEPEND = Løpende rapportering
Selection Text: AWART_S = Attendance Types
Title: AA-register - electronic version
Text Symbol: M14 = Changed yrke from
Text Symbol: M15 = Ch. yrke fr.
Text Symbol: M16 = Log messages
Text Symbol: M17 = Message text
Text Symbol: MON = Hourly Employees: Waiting Period to Show End Messages
Text Symbol: ORG = Organisational selection
Text Symbol: P01 = Pernr
Text Symbol: P02 = Mtype
Text Symbol: PRA = Update
Text Symbol: RLL = No update: Run date lower than latest message
Text Symbol: S01 = Per.Id
Text Symbol: T7F = Master data changes
Text Symbol: TYP = Type of report to be produced
Text Symbol: W12 = : Value
Text Symbol: WLL = Incorrect key-date for pernr
Text Symbol: B01 = Bed. Nr.
Text Symbol: C04 = New ansatt dato
Text Symbol: C05 = New ansatt
Text Symbol: C06 = Changed WH from
Text Symbol: C07 = New WH fr.
Text Symbol: C08 = New bed.nr.
Text Symbol: DAT = Run date
Text Symbol: E01 = Run date
Text Symbol: E02 = Run time
Text Symbol: HO1 = Hourly Employees: Working Hours from IT2002
Text Symbol: HO2 = Attendance types
Text Symbol: M01 = Juridisk Nummer
Text Symbol: M02 = Ansatt dato
Text Symbol: M03 = Ansatt





Text Symbol: M04 = Work time
Text Symbol: M05 = Changed WH from
Text Symbol: M06 = New WH fr.
Text Symbol: M07 = Sluttet dato
Text Symbol: M08 = Sluttet
Text Symbol: M09 = Changed bed.nr from
Text Symbol: M10 = New bed.nr. fr.
Text Symbol: M11 = Yrkeskode
Text Symbol: M12 = Yrke
Text Symbol: M13 = Jur. Nr.


INCLUDES used within this REPORT RPLAAMV0

INCLUDE MPPDAT00.
INCLUDE RPLAAMV0_DATA_DEF.
INCLUDE RPLAAMV0_STATUSKONTROLL.
INCLUDE RPLAAMV0_MELDINGSGANG.
INCLUDE RPLAAMV0_MELD_ACTIVE.
INCLUDE RPLAAMV0_GENERAL.


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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '20SOL' struc_content = l_att IMPORTING back = return_date EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = retn_dat EXCEPTIONS date_invalid = 1.



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