SAPMF70Z 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 SAPMF70Z into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TBM5 - Treasury: Assign Mast. Agreement
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: Treasury: Allocation of a Transaction to a Master Agreement
Text Symbol: DEA = Transaction
Text Symbol: MAG = Master Agreement
Text Symbol: PD1 = Transaction Is Assigned to
Text Symbol: PD2 = the Following Master Agreement:
Text Symbol: PT1 = Do You Want to Change the
Text Symbol: PT2 = Assignment?
Text Symbol: PT3 = Do You Want to Cancel the
Text Symbol: PT4 = Assignment?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DEALDATA_READ call function 'DEALDATA_READ' exporting companycode = vtbfha-bukrs currently_active_status = xtrue dealno = vtbfha-rfha exceptions others = 1.
TB_MASTER_AGREEMENT_READ call function 'TB_MASTER_AGREEMENT_READ' exporting maid = vtbma-rmaid.
TB_TRANSACTION_TO_DISPLAY call function 'TB_TRANSACTION_TO_DISPLAY' exporting companycode = vtbfha-bukrs dealno = vtbfha-rfha producttype = vtbfha-sanlf dealtype = vtbfha-sfgtyp activitytype = vtbfhazu-sfgzustt exceptions others = 1.
ENQUEUE_E_VTBFHA call function 'ENQUEUE_E_VTBFHA' exporting bukrs = bukrs rfha = rfha exceptions foreign_lock = 1 system_failure = 2.
DEALDATA_READ call function 'DEALDATA_READ' exporting companycode = bukrs currently_active_status = xtrue dealno = rfha importing deal = vtbfha status = vtbfhazu exceptions others = 1.
FTR_CHECK_ACTIVE call function 'FTR_CHECK_ACTIVE' exporting i_bukrs = vtbfha-bukrs i_rfha = vtbfha-rfha i_saktiv = vtbfha-saktiv exceptions others = 1.
TB_DEAL_ACTIVITY_TO_FUNCTION call function 'TB_DEAL_ACTIVITY_TO_FUNCTION' exporting i_product = vtbfha-sanlf i_deal = vtbfha-sfgtyp i_activity = vtbfhazu-sfgzustt importing e_function = trfct exceptions others = 1.
TB_DEAL_AUTHORITY_CHECK call function 'TB_DEAL_AUTHORITY_CHECK' exporting bukrs = vtbfha-bukrs sgsart = vtbfha-sgsart sfhaart = vtbfha-sfhaart rportb = vtbfha-rportb rldepo = vtbfha-rldepo tbegru = vtbfha-tbegru trfct = trfct actvt = c_actvt exceptions others = 1.
FTR_WORKFLOW_RELEASE_DEALCHECK call function 'FTR_WORKFLOW_RELEASE_DEALCHECK' exporting i_vtbfha = vtbfha i_sfgzustt = vtbfhazu-sfgzustt i_actvt = c_actvt exceptions others = 1.
FTR_WORKFLOW_RELEASE_CNCL_STRT call function 'FTR_WORKFLOW_RELEASE_CNCL_STRT' exporting i_sfgzustt = vtbfhazu-sfgzustt i_actvt = c_actvt i_user = sy-uname importing e_stufenanz = sav_no_of_steps e_workflow_activate = flg_workflow_activate e_deal_changeable = flg_deal_changeable changing c_fha = n_fha.
TB_FINANCE_DEAL_UPDATE call function 'TB_FINANCE_DEAL_UPDATE' exporting a_fha = vtbfha n_fha = n_fha a_fhazu = vtbfhazu n_fhazu = vtbfhazu exceptions others = 1.
TB_CHANGEDOCUMENT_CREATE call function 'TB_CHANGEDOCUMENT_CREATE' exporting bukrs = vtbfha-bukrs rfha = vtbfha-rfha o_fha = vtbfha n_fha = n_fha exceptions others = 1.
FTR_WORKFLOW_RELEASE_WF_CREATE call function 'FTR_WORKFLOW_RELEASE_WF_CREATE' in update task exporting i_bukrs = n_fha-bukrs i_rfha = n_fha-rfha i_stufenanz = sav_no_of_steps i_actvt = c_actvt i_user = sy-uname i_deal_changeable = flg_deal_changeable.
TB_PRODUCTTYPE_CHECK call function 'TB_PRODUCTTYPE_CHECK' exporting producttype = fha-sgsart application = application_mm exceptions others = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = h_txt1 diagnosetext2 = h_txt2 diagnosetext3 = h_rmaid textline1 = h_txt3 textline2 = h_txt4 titel = text-mag * START_COLUMN = 25 * START_ROW = 6 importing answer = h_answer exceptions others = 1.
TB_MASTER_AGREEMENT_CHECK_DEAL call function 'TB_MASTER_AGREEMENT_CHECK_DEAL' exporting rmaid = rmaid bukrs = fha-bukrs partnr = fha-kontrh sgsart = fha-sgsart sfhaart = fha-sfhaart waers = fha-wgschft dblfz = vtbfhazu-dblfz delfz = vtbfhazu-delfz exceptions others = 1.
TB_MASTER_AGREEMENT_CHECK_DEAL call function 'TB_MASTER_AGREEMENT_CHECK_DEAL' exporting rmaid = rmaid waers = fha-wgschft bnwhr = vtbfhapo-bnwhr dzterm = vtbfhapo-dzterm exceptions others = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = h_txt1 diagnosetext2 = h_txt2 diagnosetext3 = h_rmaid textline1 = h_txt3 textline2 = h_txt4 titel = text-mag * START_COLUMN = 25 * START_ROW = 6 importing answer = h_answer exceptions others = 1.
call function 'TM_ACTIVITY_CHAIN_GET_IDS' exporting bukrs = fha-bukrs rfha = fha-rfha rfhazul = fha-rfhazul tables t_rfhazu = trfhazu exceptions others = 1.
DEQUEUE_E_VTBFHA call function 'DEQUEUE_E_VTBFHA' exporting bukrs = bukrs rfha = rfha exceptions others = 1.
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 SAPMF70Z or its description.
SAPMF70Z - Treasury: Allocation of a Transaction to a Master Agreement SAPMF70Z - Treasury: Allocation of a Transaction to a Master Agreement SAPMF70M - General Initial Transactions for Derivative Financial Instruments SAPMF70M - General Initial Transactions for Derivative Financial Instruments SAPMF70E - Forex Hedging: Specific TR-TM Include Screens, Modules, Forms, .. SAPMF70E - Forex Hedging: Specific TR-TM Include Screens, Modules, Forms, ..