SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

RPRGENFO_AT SAP ABAP INCLUDE - RPRGENFOAT







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

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:

DZ_SET_ERKLA_WECHSEL CALL FUNCTION 'DZ_SET_ERKLA_WECHSEL' EXPORTING p_abschnitt_begda = wa_perio-pdatv p_abschnitt_endda = wa_perio-pdatb TABLES it17 = p0017 CHANGING p_erkla_wechsel = erkla_wechsel p_erkla_wechsel_datum = erkla_wechsel_datum p_erkla_alt = erkla_alt p_erkla_neu = erkla_neu.

DZ_ANRECH * CALL FUNCTION 'DZ_ANRECH' * EXPORTING * p_sum_anrech = sum_anrech * CHANGING * h_fraction = h_fraction.

DZ_ANRECH CALL FUNCTION 'DZ_ANRECH' EXPORTING p_sum_anrech = sum_anrech p_erkla_wechsel = erkla_wechsel CHANGING * begin SVTK1699131 * h_fraction = h_fraction.

DZ_SUKZ_ANRECH_D_RUECK CALL FUNCTION 'DZ_SUKZ_ANRECH_D_RUECK' CHANGING p_fraction = h_fraction fa_zaehler_rest = fa_rest fz_zaehler_rest = fz_rest.

TRIP_GET_BEREIKZ call function 'TRIP_GET_BEREIKZ' exporting morei = wa_head-morei berei = wa_head-berei importing tarif = tarifart trip_type = trip_type_at wo_accomodation = ohne_naechtigung tables berei_kz = t_berei_kennz exceptions no_berei_kz = 1 others = 2.

TG_GET_PARALLEL_TRIPKEYS CALL FUNCTION 'TG_GET_PARALLEL_TRIPKEYS' EXPORTING employeenumber = p_perio-pernr periode_dat_begin = p_perio-pdatv periode_uhr_begin = p_perio-puhrv periode_dat_end = p_perio-pdatb periode_uhr_end = p_perio-puhrb TABLES t_perio_key = h_perio_key EXCEPTIONS table_perio_read_error = 1 OTHERS = 2.

DZ_BAUE_ZIELE_PR CALL FUNCTION 'DZ_BAUE_ZIELE_PR' EXPORTING p_perio = h_wa_perio_pdr p_head = h_wa_head_pdr t001_land1 = t001_land1 red_dat = red_dat red_time = red_time abwh_berei_dr = abwh_berei_dr TABLES ziel = imp_ziel ziele_pr = pr_ziele.

CALC_FRACTION_PDR CALL FUNCTION 'CALC_FRACTION_PDR' "fract.für den TR-Abschnitt

TRIPS_LIST_PERIO_HEAD call function 'TRIPS_LIST_PERIO_HEAD' exporting employeenumber = wa_head-pernr old_versions = space * IMPORTING * NO_TRIPS = tables head = trg_head perio = trg_perio.

DZ_BAUE_ZIELE_PR call function 'DZ_BAUE_ZIELE_PR' exporting p_perio = h_perio p_head = h_head t001_land1 = t001_land1 red_dat = red_dat red_time = red_time abwh_berei_dr = abwh_berei_dr tables ziel = ziel ziele_pr = ziele.

CALC_FRACTION_PDR call function 'CALC_FRACTION_PDR' exporting p_perio = h_perio p_head = h_head trg_av = trg_av trg_tr = trg_tr p_sum_anrech = sum_anrech kennz_inland = h_kennz_inland tables p_ziele = ziele p_dz_tax_date = t_tax_date "VJMKATDZST p_fraction = rueck_fraction changing p_fraction_pdr_dz = h_fraction_rueck.

DZ_BAUE_ZIELE_PR call function 'DZ_BAUE_ZIELE_PR' exporting p_perio = dant_perio p_head = dant_head t001_land1 = t001_land1 red_dat = red_dat red_time = red_time abwh_berei_dr = abwh_berei_dr tables ziel = imp_ziel ziele_pr = dant_ziele.

CALC_FRACTION_PDR call function 'CALC_FRACTION_PDR' "fract.für den TR-Abschnitt

FITV_RD_IMPORT_TAX_DATE CALL FUNCTION 'FITV_RD_IMPORT_TAX_DATE' EXPORTING pernr = local_perio_dz-pernr "tmp_perio_pdr-pernr reinr = local_perio_dz-reinr "tmp_perio_pdr-reinr perio = local_perio_dz-perio "tmp_perio_pdr-perio pdvrs = local_perio_dz-pdvrs "tmp_perio_pdr-pdvrs hdvrs = local_perio_dz-hdvrs "tmp_head_pdr-hdvrs i_simulation = false company_country = t001_land1 IMPORTING et_tax_date_pd_ov = tmp_it_tax_date EXCEPTIONS OTHERS = 1.

DZ_BAUE_ZIELE_PR call function 'DZ_BAUE_ZIELE_PR' exporting p_perio = tmp_perio_pdr p_head = tmp_head_pdr t001_land1 = t001_land1 red_dat = red_dat red_time = red_time abwh_berei_dr = abwh_berei_dr tables ziel = imp_ziel ziele_pr = tmp_pr_ziele.

CALC_FRACTION_PDR call function 'CALC_FRACTION_PDR' "fract.für den TR-Abschnitt

CALC_FRACTION_PDR call function 'CALC_FRACTION_PDR' "fract.für Gesamtreise



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