SAP Reports / Programs

RPUEFI_START_POLL SAP ABAP Report - Program HREFIGB_START_POLL







RPUEFI_START_POLL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You call report RPUEFI_START_POLL to initiate the e-Filing for Great Britain incoming process...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 RPUEFI_START_POLL 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 RPUEFI_START_POLL. "Basic submit
SUBMIT RPUEFI_START_POLL AND RETURN. "Return to original report after report execution complete
SUBMIT RPUEFI_START_POLL 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: DOCTY = D Document Class
Selection Text: FORM = Forms to retrieve
Selection Text: MOLGA = Country grouping
Selection Text: SAGRP = B2A - Area
Selection Text: TAXREF = D Tax district ind.
Selection Text: TXNUM = D Tax district number
Selection Text: VARTX = B2A - Variable text field
Title: Program HREFIGB_START_POLL
Text Symbol: 001 = Polling for incoming documents
Text Symbol: 002 = PAYE: Incoming forms
Text Symbol: 004 = The following errors occured; process could not be completed
Text Symbol: 005 = The process has stopped with error status:
Text Symbol: 006 = Process is in status:
Text Symbol: 007 = Process has ended successfully with status:
Text Symbol: 008 = The polling process was started on
Text Symbol: BL1 = Control Parameters
Text Symbol: BL2 = Recipient address and details
Text Symbol: COM = Test com


INCLUDES used within this REPORT RPUEFI_START_POLL

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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions too_late = 1 repeated = 2 selopt_without_options = 5 selopt_without_signs = 6 invalid_sign = 7 empty_option_list = 9 invalid_kind = 10 repeated_kind_a = 11 others = 12.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = 'HRGBEFIB2A' IMPORTING NUMBER = l_number RETURNCODE = l_rc EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4 QUANTITY_IS_NOT_1 = 5 INTERVAL_OVERFLOW = 6 BUFFER_OVERFLOW = 7 OTHERS = 8 .

HR_B2A_GRID_SCREEN_2000 * call function 'HR_B2A_GRID_SCREEN_2000' * exporting * i_molga = '08' * i_protocol = 'X' * it_glbid = itab_glbid.



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