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

RPCBLFD2 SAP ABAP INCLUDE - documentation and ABAP source code







RPCBLFD2 is a standard ABAP INCLUDE 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 RPCBLFD2 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 RPCBLFD2. "Basic submit
SUBMIT RPCBLFD2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBLFD2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCBLFD2

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:

HELP_VALUES_GET_WITH_TABLE

VALUES_DISPLAY * call function 'HELP_VALUES_GET_WITH_TABLE' * call function 'VALUES_DISPLAY'
*&---------------------------------------------------------------------* *& AT SELECTION-SCREEN OUTPUT "XWMdP30K129196 *&---------------------------------------------------------------------* AT SELECTION-SCREEN OUTPUT.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = speriod_begda_1 end = tperiod-endda IMPORTING fire_date = pfire TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001 EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = use_default textline1 = 'Auswertungen sind nicht gesichert.'(pp4)

DOWNLOAD * CALL FUNCTION 'DOWNLOAD' YMOAL0K003443 "UCv * EXPORTING ** BIN_FILESIZE = ' ' * bin_filesize = bin_filesize ** CODEPAGE = ' ' * filename = dta_datei ** FILETYPE = 'ASC' ** FILETYPE = 'VSS' * filetype = 'BIN' * item = dta_item ** MODE = ' ' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' ** FILEMASK_MASK = ' ' ** FILEMASK_TEXT = ' ' * filetype_no_change = 'X' ** FILEMASK_ALL = ' ' * filetype_no_show = 'X' * silent = 'S' ** COL_SELECT = ' ' ** COL_SELECTMASK = ' ' ** IMPORTING ** ACT_FILENAME = ** ACT_FILETYPE = ** FILESIZE = ** CANCEL = * TABLES * data_tab = downtab.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' "YMOAL0K003443 "UCv EXPORTING bin_filesize = bin_filesize filename = dta_datei filetype = 'BIN' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * IMPORTING * FILELENGTH = TABLES data_tab = downtab * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22 "UC^ .

ENQUEUE_EPT5DBY CALL FUNCTION 'ENQUEUE_EPT5DBY' EXPORTING * mode_t5dby = 'E' * mandt = sy-mandt zvkas = t5dby_zvkas rznum = t5dby_rznum * rzdat = * x_zvkas = ' ' * x_rznum = ' ' * x_rzdat = ' ' * _scope = '2' * _wait = ' ' * _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EPT5DB9 CALL FUNCTION 'ENQUEUE_EPT5DB9' EXPORTING * mode_t5db9 = 'E' * mandt = sy-mandt pernr = t5db9_pernr * fornr = * endda = * seqno = * x_pernr = ' ' * x_fornr = ' ' * x_endda = ' ' * x_seqno = ' ' * _scope = '2' * _wait = ' ' * _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EPT5DBY CALL FUNCTION 'DEQUEUE_EPT5DBY' EXPORTING * mode_t5dby = 'E' * mandt = sy-mandt zvkas = t5dby_zvkas rznum = t5dby_rznum * rzdat = * x_zvkas = ' ' * x_rznum = ' ' * x_rzdat = ' ' * _scope = '3' * _synchron = ' ' * _collect = ' ' EXCEPTIONS OTHERS = 1.

DEQUEUE_EPT5DBY CALL FUNCTION 'DEQUEUE_EPT5DBY' EXPORTING * mode_t5dby = 'E' * mandt = sy-mandt zvkas = enq_zvkas_rznum-zvkas rznum = enq_zvkas_rznum-rznum * rzdat = * x_zvkas = ' ' * x_rznum = ' ' * x_rzdat = ' ' * _scope = '3' * _synchron = ' ' * _collect = ' ' EXCEPTIONS OTHERS = 1.

DEQUEUE_EPT5DB9 CALL FUNCTION 'DEQUEUE_EPT5DB9' EXPORTING * mode_t5db9 = 'E' * mandt = sy-mandt pernr = enq_pernr-pernr * fornr = * endda = * seqno = * x_pernr = ' ' * x_fornr = ' ' * x_endda = ' ' * x_seqno = ' ' * _scope = '3' * _synchron = ' ' * _collect = ' ' EXCEPTIONS OTHERS = 1.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '01' * TRFAR = * TRFGB = * TRFKZ = begda = curr_date IMPORTING waers = curr_key.



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