SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

H01_UTSV_FRAME SAP ABAP Report - Frame for Calling RPUTSVDx







H01_UTSV_FRAME 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 H01_UTSV_FRAME 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 H01_UTSV_FRAME. "Basic submit
SUBMIT H01_UTSV_FRAME AND RETURN. "Return to original report after report execution complete
SUBMIT H01_UTSV_FRAME 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: PATH = Path for file
Title: Frame for Calling RPUTSVDx
Text Symbol: 001 = File
Text Symbol: E00 = Report Is Obsolete. Use B2A Manager
Text Symbol: EN1 = Error Reorganizing Number Range '01' for Object 'RP_D_DEUEV'
Text Symbol: EN2 = Number Range '01' for Object 'RP D DEUEV' Could Not Be Created
Text Symbol: EN3 = Number Range '01' Is Not for Internal No.Assignment
Text Symbol: EN4 = Number Range '01' Does Not Exist
Text Symbol: EN5 = Number Range Obj. 'RP D DEUEV' Does Not Exist
Text Symbol: EN6 = Create number range '01': No changes were made
Text Symbol: EN7 = Create number range '01': Number range object is not initial
Text Symbol: EN8 = Create number range '01': Number range was created
Text Symbol: S10 = Program for Diskette Download
Text Symbol: S20 = Program for EDI Download


INCLUDES used within this REPORT H01_UTSV_FRAME

INCLUDE RPUPMDP3.


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:

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'CURRENT' no_dialog = 'X' importing out_parameters = print_params exceptions others = 0.

HRPY_PUST_GET_CONTAINER call function 'HRPY_PUST_GET_CONTAINER' exporting imp_parcel = pyparaid tables container = local_container.

HRPY_PROCESS_FIRE_EVENT call function 'HRPY_PROCESS_FIRE_EVENT' exporting imp_parcel = pyparaid tables imp_container = local_container.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = curr_repid "#EC DOM_EQUAL dynumb = curr_dynnr translate_to_upper = 'X' tables dynpfields = dynpfields exceptions others = 10.

RS_VARIANT_CATALOG call function 'RS_VARIANT_CATALOG' exporting report = utsvprog "#EC DOM_EQUAL importing sel_variant = p_variant "#EC DOM_EQUAL exceptions no_report = 1 report_not_existent = 2 report_not_supplied = 3 no_variants = 4 others = 5.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = 'RP_D_DEUEV' importing number = filenr returncode = rcode exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 others = 4.

NUMBER_RANGE_INTERVAL_INIT call function 'NUMBER_RANGE_INTERVAL_INIT' exporting object = 'RP_D_DEUEV' exceptions no_interval_found = 1 object_not_found = 2 others = 3 .

NUMBER_RANGE_INTERVAL_UPDATE call function 'NUMBER_RANGE_INTERVAL_UPDATE' exporting object = object importing error_occured = error_occured error = error tables interval = iv error_iv = error_iv exceptions object_not_found = 1.

NUMBER_RANGE_UPDATE_CLOSE call function 'NUMBER_RANGE_UPDATE_CLOSE' exporting object = object exceptions no_changes_made = 1 object_not_initialized = 2.



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