SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

FP50MF10 SAP ABAP INCLUDE - documentation and ABAP source code







FP50MF10 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 FP50MF10 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 FP50MF10. "Basic submit
SUBMIT FP50MF10 AND RETURN. "Return to original report after report execution complete
SUBMIT FP50MF10 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 FP50MF10

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:

HRPAD00_GET_HR_COPY_TEXT CALL FUNCTION 'HRPAD00_GET_HR_COPY_TEXT' IMPORTING hr_copy_text = hr_copy_text subrc = subrc.

HRPAD00_FREE_HR_COPY_TEXT CALL FUNCTION 'HRPAD00_FREE_HR_COPY_TEXT'.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = textline1 textline2 = textline2 titel = popup_title IMPORTING answer = cac_answ.

BDC_RUNNING * call function 'BDC_RUNNING' "XDPK001340 "XDPK001339 * importing "XDPK001340 "XDPK001339 * bi_info = bi_info "XDPK001340 "XDPK001339 * exceptions "XDPK001340 "XDPK001339 * bi_invalid_data = 1 "XDPK001340 "XDPK001339 * bi_notaktiv = 2 "XDPK001340 "XDPK001339 * others = 3. "XDPK001340 "XDPK001339

HR_ASR_DAB_EXPORT_TO_MEMORY CALL FUNCTION 'HR_ASR_DAB_EXPORT_TO_MEMORY'.

HR_FOREIGN_ADDRESS_ENTER_LAND CALL FUNCTION 'HR_FOREIGN_ADDRESS_ENTER_LAND' IMPORTING land = rp50g-land1 action = action EXCEPTIONS OTHERS = 1.

HRPAD00_GET_BZPNR CALL FUNCTION 'HRPAD00_GET_BZPNR' "XYVL9CK008895 IMPORTING "XYVL9CK008895 bzpnr = bzpnr_pernr "XYVL9CK008895 EXCEPTIONS "XYVL9CK008895 OTHERS = 0. "XYVL9CK008895

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

HRCA_CJPN_INTERN_TO_EXTERN_CNV CALL FUNCTION 'HRCA_CJPN_INTERN_TO_EXTERN_CNV' "QNUALRK036622 EXPORTING edit_imp = ' ' int_num = pref-posnr IMPORTING ext_num = cobl-ps_posid EXCEPTIONS OTHERS = 1.

RP_TIME_COBL_002 CALL FUNCTION 'RP_TIME_COBL_002' EXPORTING date = cprel-begda cobl_in = cobl * popup = 'X' "XYVPH9K007991 popup = pc_popup "XYVPH9K007991 pme27_in = pme27 input = pc_input dart_in = pref-dart "QNOK57420 udart_in = pref-udart "QNOK57420 sgtxt_in = pref-sgtxt "QNOK57420 IMPORTING cobl_out = cobl dart_out = pref-dart "QNOK57420 udart_out = pref-udart "QNOK57420 sgtxt_out = pref-sgtxt "QNOK57420 EXCEPTIONS delete = 2 cancel = 4.

HRCA_CJPN_EXTERN_TO_INTERN_CNV CALL FUNCTION 'HRCA_CJPN_EXTERN_TO_INTERN_CNV' "QNUALRK036622 EXPORTING ext_num = cobl-ps_posid IMPORTING int_num = pref-posnr EXCEPTIONS not_found = 1 OTHERS = 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 FP50MF10 or its description.