SAP Reports / Programs | Treasury(TR) SAP TR

SAPMF69P SAP ABAP dialog Program - Create/Edit Partner (In Respective Role)







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


Transaction Code(s):

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


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


Text pool values


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


INCLUDES used within this REPORT SAPMF69P

INCLUDE MF69PTOP.
INCLUDE MF69PF00.
INCLUDE MF69P999.


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