MSEDIPARTNERF01 is a standard ABAP INCLUDE 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 MSEDIPARTNERF01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDI_PARTNER_GET_DESCRIPTION call function 'EDI_PARTNER_GET_DESCRIPTION' exporting pi_partyp = vedi_tdpp1-partyp pi_parnum = vedi_tdpp1-parnum importing pe_descrp = l_descrp exceptions others = 0.
EDI_PARTNER_GET_DESCRIPTION call function 'EDI_PARTNER_GET_DESCRIPTION' exporting pi_partyp = p_partyp pi_parnum = p_parnum importing pe_descrp = l_descrp_parnum exceptions others = 0.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' ##FM_OLDED exporting textline1 = text-105 titel = text-111 cancel_display = ' ' importing answer = l_answer.
EDI_PARTNER_DELETE_COMPLETE call function 'EDI_PARTNER_DELETE_COMPLETE' exporting rec_edkp1 = l_edkp1 exceptions others = 1.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
EDI_PARTNER_CREATE_SYPART01 call function 'EDI_PARTNER_CREATE_SYPART01' tables pt_edpp1 = lt_edkp1.
EDI_PARTNER_AS_TREE call function 'EDI_PARTNER_AS_TREE' tables pt_edkp1 = lt_edkp1.
EDI_PARTNER_COPY_COMPLETE call function 'EDI_PARTNER_COPY_COMPLETE' exporting source_edkp1 = l_edkp1 dest_edkp1 = dest_edkp1 exceptions others = 1.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
EDI_AGREE_PARTNER_READ call function 'EDI_AGREE_PARTNER_READ' exporting rec_edkp1 = dest_edkp1 exceptions entry_not_exist = 1 others = 2.
EDI_AGREE_SIMPLE_CREATE call function 'EDI_AGREE_SIMPLE_CREATE' exporting pi_mode = l_mode pi_parnum = dest_edkp1-parnum pi_partyp = dest_edkp1-partyp exceptions others = 1.
EDI_AGREE_PARTNER_READ call function 'EDI_AGREE_PARTNER_READ' exporting rec_edkp1 = dest_edkp1 exceptions entry_not_exist = 2 others = 3.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
RH_CHECK_ORG_OBJECT_EXISTS call function 'RH_CHECK_ORG_OBJECT_EXISTS' exporting act_object_ext = rh_object importing act_object_ext = rh_object exceptions no_active_plvar = 01 org_object_not_found = 02 no_org_object = 02 others = 02.
EDI_PARTNER_GET_DESCRIPTION call function 'EDI_PARTNER_GET_DESCRIPTION' exporting pi_partyp = gt_tree_nodes-partyp pi_parnum = gt_tree_nodes-parnum importing pe_descrp = l_descrp_parnum exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MSEDIPARTNERF01 - documentation and ABAP source code MSEDIPARTNERC01 - documentation and ABAP source code MSEDIDOCUTOP - documentation and ABAP source code MSEDIDOCUO01 - documentation and ABAP source code MSEDIDOCUI01 - documentation and ABAP source code MSEDIDOCUF01 - documentation and ABAP source code