SAP Reports / Programs

RPR_FILL_PRIMA_NOTA_INTEGR_FM SAP ABAP Report - Program RPR_FILL_PRIMA_NOTA_INTEGR_FM







RPR_FILL_PRIMA_NOTA_INTEGR_FM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program fills the source document tables for the business trip commitments (PTRV_COMM_ITM and PTRV_COMM_AMT), which are needed for the reassigning of the business trip commitments...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 RPR_FILL_PRIMA_NOTA_INTEGR_FM 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 RPR_FILL_PRIMA_NOTA_INTEGR_FM. "Basic submit
SUBMIT RPR_FILL_PRIMA_NOTA_INTEGR_FM AND RETURN. "Return to original report after report execution complete
SUBMIT RPR_FILL_PRIMA_NOTA_INTEGR_FM 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: S_REISEN = Trip Number
Selection Text: TEST = Test Run
Title: Program RPR_FILL_PRIMA_NOTA_INTEGR_FM
Text Symbol: 001 = Number of trips for which table entries were created:
Text Symbol: 002 = Personnel Number
Text Symbol: 003 = Personnel No.
Text Symbol: 004 = Trip
Text Symbol: 005 = No table entries needed to be created for the trips you selected
Text Symbol: E01 = Personnel Numbers with Errors Reading Trips:
Text Symbol: E02 = Personnel Numbers with Errors Reading Infotypes:
Text Symbol: E03 = Trips with Errors in the Trip Simulation:
Text Symbol: E04 = Locked Personnel Numbers:
Text Symbol: T01 = Test Run
Text Symbol: T02 = Update Run
Text Symbol: UE1 = Selection of Individual Trips
Text Symbol: UE2 = Accounting Parameters


INCLUDES used within this REPORT RPR_FILL_PRIMA_NOTA_INTEGR_FM

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:

TRIPS_LIST_PERIO_HEAD CALL FUNCTION 'TRIPS_LIST_PERIO_HEAD' EXPORTING EMPLOYEENUMBER = pernr-pernr OLD_VERSIONS = ' ' IMPORTING NO_TRIPS = no_trips TABLES PERIO = perio HEAD = head EXCEPTIONS TABLE_PERIO_READ_ERROR = 1 TABLE_HEAD_READ_ERROR = 2 TABLES_INCONSISTENT = 3 OTHERS = 4.

HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '0001' * begda = p_dat_von * endda = p_dat_bis IMPORTING subrc = subrc_inftyp TABLES infty_tab = p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '0017' * begda = p_dat_von * endda = p_dat_bis IMPORTING subrc = subrc_inftyp TABLES infty_tab = p0017 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HRCA_DC_ACTIVE_CHECK CALL FUNCTION 'HRCA_DC_ACTIVE_CHECK' EXPORTING i_bukrs = akt_bukrs IMPORTING e_cac_active = obligo_active TABLES return_table = return_table.

ENQUEUE_EPTRV call function 'ENQUEUE_EPTRV' EXPORTING pernr = pernr reinr = reinr_init _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 others = 3.



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