SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

MSEDIPARTNERF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT MSEDIPARTNERF01

No INCLUDES are used within this REPORT code!


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:

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.



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