SAP Reports / Programs

RPLVAVH2 SAP ABAP Report - Monthly tax return v2. - data entry for company summary







RPLVAVH2 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 RPLVAVH2 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_M21_RPLVAVH2 - Monthly return V2, data for comp.jrn


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 RPLVAVH2. "Basic submit
SUBMIT RPLVAVH2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLVAVH2 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: P_BUKRS = Company Code
Selection Text: P_CSOP = Data Group
Selection Text: P_FPPER = Reference period
Selection Text: P_INPER = Current period
Title: Monthly tax return v2. - data entry for company summary
Text Symbol: 005 = Period length should be 6 characters
Text Symbol: 006 = Specify period in format YYYYMM
Text Symbol: 11A = Exit
Text Symbol: 11B = Data have changed
Text Symbol: 11C = Apply changes?


INCLUDES used within this REPORT RPLVAVH2

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:

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = 'E' enqueue_mode = 'E' view_name = 'T5HV8' exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.

DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting domname = 'P21_HB2RTIPUS' value = dv langu = sy-langu importing dd07v_wa = gs_dd07v rc = gv_subrc.

HR_HU_CONVERT_BUILD call function 'HR_HU_CONVERT_BUILD' exporting p_nyomt = i5hvc-nyomt datum = d * X_FIELD = tables t_konv = t_konv.

HR_HU_BARCODE_CHECK call function 'HR_HU_BARCODE_CHECK' exporting bukrs = p_bukrs inper = sor-inper exceptions existing_barcode = 1 existing_future_barcode = 2 others = 3.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-11b textline2 = text-11c titel = text-11a importing answer = answer exceptions others = 1.

HR_HU_BARCODE_CHECK call function 'HR_HU_BARCODE_CHECK' exporting bukrs = p_bukrs inper = ujsor-inper exceptions existing_barcode = 1 existing_future_barcode = 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 RPLVAVH2 or its description.