SAPMF69P is a standard Module pool for a dialog screen ABAP Program 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 SAPMF69P into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOXH - Change tenant
FOXI - Display tenant
FOXJ - Create
FOXK - Change
FOXL - Display
FZP1 - Create Natural Person
FOXC - Display broker
FOXD - Create owner
FZP3 - Change Partner
FZPA - Create Partner in Role
FOXA - Create broker
FOXB - Change broker
FZP2 - Create Legal Person
FOXE - Change owner
FOXF - Display owner
FZPB - Change Partner in Role
FZPC - Display Partner in Role
FOXG - Create tenant
FZP4 - Display Partner
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.
Title: Create/Edit Partner (In Respective Role)
Text Symbol: TZ3 = Display partner: Back
Text Symbol: TZ2 = Change partner: Back
Text Symbol: TZ1 = Create partner: Back
Text Symbol: TL2 = partner editing?
Text Symbol: TL1 = Do you want to exit
Text Symbol: TE3 = Display partner: Exit
Text Symbol: TE2 = Change partner: Exit
Text Symbol: TE1 = Create partner: Exit
Text Symbol: TD2 = Other role
Text Symbol: TD1 = Exit
Text Symbol: TA3 = Display partner: Cancel
Text Symbol: TA2 = Change partner: Cancel
Text Symbol: TA1 = Create partner: Cancel
Text Symbol: P04 = Other loans
Text Symbol: P03 = Policy loan
Text Symbol: P02 = Borrower's note loan
Text Symbol: P01 = Mortgage loan
Text Symbol: M03 = Display
Text Symbol: M02 = Change
Text Symbol: M01 = Create
Text Symbol: E_2 = Save first?
Text Symbol: E_1 = Data exists which has not yet been saved
Text Symbol: A_2 = editing?
Text Symbol: A_1 = Do you want to exit
INCLUDE MF69PTOP.
INCLUDE MF69PF00.
INCLUDE MF69P999.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.