SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

RPLAASFB SAP ABAP INCLUDE - asdf







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


Text pool values


Title: asdf


INCLUDES used within this REPORT RPLAASFB

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:

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda "#EC DOM_EQUAL end = pn-endda "#EC DOM_EQUAL importing fire_date = firedate "#EC DOM_EQUAL hire_date = hiredate "#EC DOM_EQUAL tables pphifi = phifi pp0000 = p0000 pp0001 = p0001.

HR_FR_GET_QUALIFICATION call function 'HR_FR_GET_QUALIFICATION' exporting p_pernr = pernr-pernr p_stell = pp0001-stell p_qualif = p0217-qualif p_begda = datfin "#EC DOM_EQUAL p_endda = datfin "#EC DOM_EQUAL importing p_text = tres-qualtx tables t0001 = t0001 t0217 = p0217 exceptions error = 1 0001 = 2 0217 = 3 t511k = 4 others = 5.

HR_FR_GET_DULEG call function 'HR_FR_GET_DULEG' exporting ipme29 = pme29 date = datfin "#EC DOM_EQUAL importing duleg = tres-erwostd exceptions e_faas4 = 1 e_t511k_duleg = 2 e_t511k_DULAN = 3 others = 4.

HR_PERSONAL_WORK_SCHEDULE call function 'HR_PERSONAL_WORK_SCHEDULE' "WGYK004077 exporting pernr = pernr-pernr begda = build_begda "#EC * endda = datfin "#EC * kug = space "code020 B600 working_hours = 'X' "code020 B600 tables i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = xpsp exceptions error_occured = 0 abort_occured = 0 others = 0.

COMPUTE_YEARS_BETWEEN_DATES call function 'COMPUTE_YEARS_BETWEEN_DATES' exporting first_date = pp0002-gbdat "#EC DOM_EQUAL modify_interval = ' ' second_date = date importing years_between_dates = tres-age exceptions sequence_of_dates_not_valid = 1 others = 2.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr arbgb = arbgb msgty = msgty msgno = msgno msgv1 = msgv1 msgv2 = msgv2 msgv3 = msgv3 msgv4 = msgv4 exceptions others = 0.

DURATION_DETERMINE call function 'DURATION_DETERMINE' exporting unit = 'MON' importing duration = nbmois_max changing start_date = datdeb "#EC DOM_EQUAL end_date = phifi-endda "#EC DOM_EQUAL exceptions date_out_of_calendar_range = 0 date_not_valid = 0 unit_conversion_error = 0 si_unit_missing = 0 parameters_not_valid = 0 others = 0.

CU_READ_RGDIR call function 'CU_READ_RGDIR' "lecture de la table RGDIR exporting persnr = pernr-pernr tables in_rgdir = rgdir exceptions no_record_found = 0 others = 0.

OPEN_FORM call function 'OPEN_FORM' exporting application = 'TX' device = 'PRINTER' form = 'HR_FR_AAS_99B' language = sy-langu exceptions canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 archive_error = 7 more_params_needed_in_batch = 9 others = 10.

START_FORM call function 'START_FORM' exporting form = 'HR_FR_AAS_99B' language = sy-langu exceptions form = 1 format = 2 unended = 3 unopened = 4 unused = 5 others = 6.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITRE'.

END_FORM call function 'END_FORM' exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3.

START_FORM call function 'START_FORM' exporting form = 'HR_FR_AAS_99B' language = sy-langu startpage = 'PAGE2' exceptions form = 1 format = 2 unended = 3 unopened = 4 unused = 5 others = 6.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITRE'.

END_FORM call function 'END_FORM' exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3.

START_FORM call function 'START_FORM' exporting form = 'HR_FR_AAS_99B' language = sy-langu startpage = 'PAGE3' exceptions form = 1 format = 2 unended = 3 unopened = 4 unused = 5 others = 6.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITRE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'CONSEIL'.

WRITE_FORM





call function 'WRITE_FORM' exporting element = 'FRANCS'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_SALAIREF'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'PRIMEF'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_PRIMEF'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'EURO'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_SALAIREE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'PRIMEE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_PRIMEE'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'VIDE'.

END_FORM call function 'END_FORM' exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3.

START_FORM call function 'START_FORM' exporting form = 'HR_FR_AAS_99B' language = sy-langu startpage = 'PAGE4' exceptions form = 1 format = 2 unended = 3 unopened = 4 unused = 5 others = 6.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITRE'.

END_FORM call function 'END_FORM' exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3.




END_FORM call function 'END_FORM' exceptions others = 3.

START_FORM call function 'START_FORM' exporting form = 'HR_FR_AAS_99B' language = sy-langu startpage = 'PAGE5' exceptions others = 6.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'PRIMEA'.

WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_PRIMEA'.

END_FORM call function 'END_FORM' exceptions others = 3.

CLOSE_FORM call function 'CLOSE_FORM' exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3.

HR_PERSONAL_WORK_SCHEDULE call function 'HR_PERSONAL_WORK_SCHEDULE' exporting pernr = pernr-pernr begda = next_day endda = next_day tables i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = xpsp.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = tres-derda foreign_amount = tres-i_d foreign_currency = 'EUR' local_currency = 'FRF' importing local_amount = tres-i_d_euro exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.

POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting language = sy-langu popup_title = text-033 start_column = 10 start_row = 3 text_object = 'RPLAASF0_HELP_DEDUC' exceptions text_not_found = 01.

START_TIME_DETERMINE call function 'START_TIME_DETERMINE' exporting duration = l_nb_mois unit = 'MON' importing start_date = begda changing end_date = endda exceptions others = 7.



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