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

RPR706VD SAP ABAP Report - Delimitation of Per Diems/Maximum Amounts







RPR706VD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to delimit entries in table T706V...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 RPR706VD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PRPD - Delimitation of Per Diems for Meals
PRHD - Maximum Value Delimitation for Meals
GLO_PRTD - Delimitation of PD for Public Transp
GLO_PRKD - Delimitation of PD for Pocket Money
GLO_PRAD - Delimitation of PD for Local Transp.


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 RPR706VD. "Basic submit
SUBMIT RPR706VD AND RETURN. "Return to original report after report execution complete
SUBMIT RPR706VD 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: ABGRD = Delimitation Date
Selection Text: GRDENTRG = Generate new basic entries?
Selection Text: H_X = Maximum Entries
Selection Text: P_KZPAH = D .
Selection Text: P_X = PD/FR Entries
Selection Text: TESTLAUF = Test Run
Selection Text: BEREI = D .
Selection Text: ER_GR = D .
Selection Text: ER_KL = D .
Selection Text: KZREA = D .
Selection Text: KZTKT = D .
Selection Text: LAND = D .
Selection Text: MOREI = D .
Selection Text: RGION = D .
Title: Delimitation of Per Diems/Maximum Amounts
Text Symbol: Y01 = Delimitation of Per Diems
Text Symbol: U02 = M t t a S E dy hrs Begin End amount amount amount
Text Symbol: U01 = P Ctr Rgion S E T Reim Curr. Number Validity Tax-fr Reimb Customer
Text Symbol: G14 = No.of new entries per day....:
Text Symbol: 107 = No maintenance authorization for table T706V
Text Symbol: 105 = No display authorization for table T706V
Text Symbol: 031 = Trip activity type.:
Text Symbol: 030 = Statut.trip type...:
Text Symbol: 001 = Trip prov.variant..:
Text Symbol: 002 = System found no entries to be delimited.
Text Symbol: 004 = Delimitation was not performed.
Text Symbol: 005 = Old entries were not deleted.
Text Symbol: 006 = Table entries valid on
Text Symbol: 007 = (date)
Text Symbol: 008 = Ent.spec.trip type.:
Text Symbol: 009 = Domestic............
Text Symbol: 010 = International.......
Text Symbol: 012 = were delimited to
Text Symbol: 013 = (date).
Text Symbol: 014 = Number of delimited entries:
Text Symbol: 015 = Number of delimited countries:
Text Symbol: 016 = Trip provision variant entries
Text Symbol: 017 = S reim.group M/A...:





Text Symbol: 018 = E reim.group M/A...:
Text Symbol: 019 = with
Text Symbol: 023 = List of delimited countries:
Text Symbol: 024 = Ctry Delimited........................
Text Symbol: 025 = PD/FR amounts Maximum amts.
002 M t c a c gr dy hrs from to amount amount amount
001 P Ctr Rgion S E T Reim Curr Number Validity Tax-fr Reimbur. Customer


INCLUDES used within this REPORT RPR706VD

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:

ENQUEUE_E_TABLE * call function 'ENQUEUE_E_TABLE' * exporting * tabname = zw_tabname * varkey = zw_varkey * exceptions * foreign_lock = 4 * system_failure = 8.

DEQUEUE_E_TABLE * call function 'DEQUEUE_E_TABLE' "QIZP30K085241 * exporting "QIZP30K085241 * tabname = zw_tabname "QIZP30K085241 * varkey = zw_varkey "QIZP30K085241 * exceptions "QIZP30K085241 * foreign_lock = 4 "QIZP30K085241 * system_failure = 8. "QIZP30K085241

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = KO200_TAB IMPORTING * we_order = * we_task = WE_KO200 = KO200_TAB WE_OBJECT_APPENDABLE = CORR_ACTIV TABLES WT_E071K = E071K_TAB EXCEPTIONS * QIZK064796 begin...

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = 'CUST' IV_CLI_DEP = SPACE IMPORTING EV_ORDER = TASK_NO EV_TASK = TASK_SUB_NO EXCEPTIONS INVALID_CATEGORY = 01 NO_CORRECTION_SELECTED = 02.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_SIMULATION = ' ' WI_SUPPRESS_KEY_CHECK = ' ' WI_TRKORR = TASK_SUB_NO TABLES WT_E071 = E071_TAB WT_E071K = E071K_TAB EXCEPTIONS KEY_CHAR_IN_NON_CHAR_FIELD = 01 KEY_CHECK_KEYSYNTAX_ERROR = 02 KEY_INTTAB_TABLE = 03 KEY_LONGER_FIELD_BUT_NO_GENERC = 04 KEY_MISSING_KEY_MASTER_FIELDS = 05 KEY_MISSING_KEY_TABLEKEY = 06 KEY_NON_CHAR_BUT_NO_GENERIC = 07 KEY_NO_KEY_FIELDS = 08 KEY_STRING_LONGER_CHAR_KEY = 09 KEY_TABLE_HAS_NO_FIELDS = 10 KEY_TABLE_NOT_ACTIV = 11 KEY_UNALLOWED_KEY_FUNCTION = 12 KEY_UNALLOWED_KEY_OBJECT = 13 KEY_UNALLOWED_KEY_OBJNAME = 14 KEY_UNALLOWED_KEY_PGMID = 15 KEY_WITHOUT_HEADER = 16 OB_CHECK_OBJ_ERROR = 17 OB_DEVCLASS_NO_EXIST = 18 OB_EMPTY_KEY = 19 OB_GENERIC_OBJECTNAME = 20 OB_ILL_DELIVERY_TRANSPORT = 21 OB_ILL_LOCK = 22 OB_ILL_PARTS_TRANSPORT = 23 OB_ILL_SOURCE_SYSTEM = 24 OB_ILL_SYSTEM_OBJECT = 25 OB_ILL_TARGET = 26 OB_INTTAB_TABLE = 27 OB_LOCAL_OBJECT = 28 OB_LOCKED_BY_OTHER = 29 OB_MODIF_ONLY_IN_MODIF_ORDER = 30 OB_NAME_TOO_LONG = 31 OB_NO_APPEND_OF_CORR_ENTRY = 32 OB_NO_APPEND_OF_C_MEMBER = 33 OB_NO_CONSOLIDATION_TRANSPORT = 34 OB_NO_ORIGINAL = 35 OB_NO_SHARED_REPAIRS = 36 OB_NO_SYSTEMNAME = 37 OB_NO_SYSTEMTYPE = 38 OB_NO_TADIR = 39 OB_NO_TADIR_NOT_LOCKABLE = 40 OB_PRIVAT_OBJECT = 41 OB_REPAIR_ONLY_IN_REPAIR_ORDER = 42 OB_RESERVED_NAME = 43 OB_SYNTAX_ERROR = 44 OB_TABLE_HAS_NO_FIELDS = 45 OB_TABLE_NOT_ACTIV = 46 TR_ENQUEUE_FAILED = 47 TR_ERRORS_IN_ERROR_TABLE = 48 TR_ILL_KORRNUM = 49 TR_LOCKMOD_FAILED = 50 TR_LOCK_ENQUEUE_FAILED = 51 TR_NOT_OWNER = 52 TR_NO_SYSTEMNAME = 53 TR_NO_SYSTEMTYPE = 54 TR_ORDER_NOT_EXIST = 55 TR_ORDER_RELEASED = 56 TR_ORDER_UPDATE_ERROR = 57 TR_WRONG_ORDER_TYPE = 58 OB_INVALID_TARGET_SYSTEM = 59 TR_NO_AUTHORIZATION = 60 OB_WRONG_TABLETYP = 61 OB_WRONG_CATEGORY = 62 OB_SYSTEM_ERROR = 63 OB_UNLOCAL_OBJEKT_IN_LOCAL_ORD = 64 TR_WRONG_CLIENT = 65 OB_WRONG_CLIENT = 66 KEY_WRONG_CLIENT = 67.



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