SAP Reports / Programs

DBPTRVPNXXX SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE DBPTRVPN001 . " NODE PA0001
INCLUDE DBPTRVPN002 . " NODE PTRV_HEAD
INCLUDE DBPTRVPN008 . " NODE FTPT_PLAN
INCLUDE DBPTRVPN009 . " NODE FTPT_VARIANT
INCLUDE DBPTRVPN010 . " NODE FTPT_ITEM
INCLUDE DBPTRVPN018 . " NODE V_FTPT_FL_TSTK
INCLUDE DBPTRVPN017 . " NODE V_FTPT_FARECMP
INCLUDE DBPTRVPN016 . " NODE V_FTPT_FL_FCMP
INCLUDE DBPTRVPN019 . " NODE V_FTPT_FLIGHT
INCLUDE DBPTRVPN011 . " NODE FTPT_FLIGHT
INCLUDE DBPTRVPN012 . " NODE FTPT_CAR
INCLUDE DBPTRVPN013 . " NODE FTPT_HOTEL
INCLUDE DBPTRVPN014 . " NODE FTPT_TRAIN
INCLUDE DBPTRVPN015 . " NODE FTPT_OTHER
INCLUDE DBPTRVPN003 . " NODE PTRV_PERIO
INCLUDE DBPTRVPN023 . " NODE PTRV_SCOM
INCLUDE DBPTRVPN004 . " NODE PTRV_SHDR
INCLUDE DBPTRVPN005 . " NODE PTRV_SREC
INCLUDE DBPTRVPN007 . " NODE PTRV_SADD
INCLUDE DBPTRVPN020 . " NODE PTRV_RECDETAIL
INCLUDE DBPTRVPN006 . " NODE PTRV_SCOS
INCLUDE DBPTRVPN024 . " NODE PTRV_VATDETAIL
INCLUDE DBPTRVPFXXX . " INIT, PBO, PAI
INCLUDE DBPTRVPSXXX . " SEARCH HELP
INCLUDE DBPTRVPSXXX . " SEARCH HELP


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:

No SAP FUNCTION MODULES are executed within this report code!



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