SAP PTRM_EXTERNAL_TP_INTERFACE OO Class - Interface for BAdI: PTRM_EXTERNAL_TP_BADI_DEF









PTRM_EXTERNAL_TP_INTERFACE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class PTRM_EXTERNAL_TP_INTERFACE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of PTRM_EXTERNAL_TP_INTERFACE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_POWL_SYNCExtend POWL Refresh with Synchronization of Booking DataPublic
CALL METHOD ptrm_external_tp_interface=>ADD_POWL_SYNC...more details

ADD_REMARKAdd Remark to PNR (Only for eTravel)Public
CALL METHOD ptrm_external_tp_interface=>ADD_REMARK...more details

ADD_URL_PARAMETERSConstruct URL for 3rd-party Travel Planning / Add ParametersPublic
CALL METHOD ptrm_external_tp_interface=>ADD_URL_PARAMETERS...more details

CHANGE_OTHER_SERVICE_DATAChange to Other ServicePublic
CALL METHOD ptrm_external_tp_interface=>CHANGE_OTHER_SERVICE_DATA...more details

CHANGE_POWL_ACTIONSAdapt/Extend POWL Feeder Actions (for example, Buttons)Public
CALL METHOD ptrm_external_tp_interface=>CHANGE_POWL_ACTIONS...more details

CHANGE_POWL_DETAIL_BUTTONAdapt Button Texts in POWL Trip Details Web Dynpro Appl.Public
CALL METHOD ptrm_external_tp_interface=>CHANGE_POWL_DETAIL_BUTTON...more details

CHANGE_POWL_OBJECTAdapt POWL Feeder Object (Action Link Status, Name, etc.)Public
CALL METHOD ptrm_external_tp_interface=>CHANGE_POWL_OBJECT...more details

CHANGE_PROFILE_DATAPrivate
CALL METHOD ptrm_external_tp_interface=>CHANGE_PROFILE_DATA...more details

CHANGE_SERVICE_KEYChange Service Key from Internal to 3rd-party TravelPlanningPublic
CALL METHOD ptrm_external_tp_interface=>CHANGE_SERVICE_KEY...more details

CHANGE_WINDOW_PROPERTIESChange Properties for Third-Party Window (Portal)Public
CALL METHOD ptrm_external_tp_interface=>CHANGE_WINDOW_PROPERTIES...more details

CHECK_PNRPrivate
CALL METHOD ptrm_external_tp_interface=>CHECK_PNR...more details

CONTROL_PLAN_CANCEL_DELETEControl Cancellation/Deletion Ability of Travel PlansPublic
CALL METHOD ptrm_external_tp_interface=>CONTROL_PLAN_CANCEL_DELETE...more details

CONTROL_UNLOCK_VISIBILITYControl Visibility of Release Button in RegistrationPublic
CALL METHOD ptrm_external_tp_interface=>CONTROL_UNLOCK_VISIBILITY...more details

NOTIFY_DELETED_PNR_FROM_QUEUENotification of PNR Removal from Synch. QueuePublic
CALL METHOD ptrm_external_tp_interface=>NOTIFY_DELETED_PNR_FROM_QUEUE...more details

PROCESS_CUSTOM_FIELDEdit User-Defined FieldsPublic
CALL METHOD ptrm_external_tp_interface=>PROCESS_CUSTOM_FIELD...more details

SET_AREAPAGE_SERVICEControl Display of Travel Planning Service(s) in Area PagePublic
CALL METHOD ptrm_external_tp_interface=>SET_AREAPAGE_SERVICE...more details

SET_PROFILE_LOGIN_USER_NAMELogon User Name/ID for Travel Profile SynchronizationPublic
CALL METHOD ptrm_external_tp_interface=>SET_PROFILE_LOGIN_USER_NAME...more details




Links to Related Class(s)

PTRM_EXT...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!