SAP Reports / Programs

RFTP_GDS_LOG SAP ABAP Report - Log: RFC Calls to Reservation Systems







RFTP_GDS_LOG is a standard Executable ABAP Report 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 RFTP_GDS_LOG 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

TP_LOG - Log: Calls of GDS Functions


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


Text pool values


Log of Calls to Reservation Systems
Selection Text: SELUZEIT = Time
Selection Text: SELUNAME = User Name
Selection Text: SELSRC = SY-SUBRC
Selection Text: SELRFC = RFC Function
Selection Text: SELMODNO = GUI Mode
Selection Text: SELGDS = Reservation System
Selection Text: SELERR2 = GDS Error Code 2
Selection Text: SELERR1 = GDS Error Code 1
Selection Text: SELDEST = RFC Destination
Selection Text: SELDATUM = Date
Selection Text: SELCXT = Context
Selection Text: LIST = Detailed Log
Selection Text: DELE = Delete Log Data
Selection Text: ALV = Overview of Log Data
Title: Log: RFC Calls to Reservation Systems
Text Symbol: I02 = Delete Log Data
Text Symbol: I03 = Selected Entries:
Text Symbol: I01 = Number of Entries Selected:
Text Symbol: B01 = Number of Entries
Text Symbol: 023 = Parameters:
Text Symbol: 022 = Tables:
Text Symbol: 021 = Return Parameters
Text Symbol: 020 = Transfer Parameters
Text Symbol: 011 = Life
Text Symbol: 010 = GDS Error Code 2
Text Symbol: 009 = GDS Error Code 1
Text Symbol: 008 = SUBRC
Text Symbol: 007 = Context
Text Symbol: 006 = RFC Destination
Text Symbol: 005 = RFC Function
Text Symbol: 004 = Time
Text Symbol: 003 = Date
Text Symbol: 002 = Md
Text Symbol: 001 = User
Text Symbol: I04 = Do you really want to delete the data?
Text Symbol: T02 = Additional Selection Criteria
Text Symbol: T01 = Function





INCLUDES used within this REPORT RFTP_GDS_LOG

INCLUDE RFTP_GDS_LOGTOP . " GLOBAL DATA
INCLUDE FITP_GENERAL_LOG_GDS_TOP.
INCLUDE ICONS.


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