SAP Reports / Programs | Financial Services | Business Partner(FS-BP) SAP FS

R_ALE_BUPA_FS_CREATE_FRM_DATA SAP ABAP Report - Utility Program for BUPA FS AddBank (Generates IDoc)







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


Text pool values


Selection Text: P_BUPA = Business Partner
Selection Text: P_DUPMSG = Duplicate Message Type
Selection Text: P_PARCAT = Business Partner Category
Selection Text: P_PARGRP = Business Partner Grouping
Selection Text: P_RECEI = Logical System
Title: Utility Program for BUPA FS AddBank (Generates IDoc)
Text Symbol: BL1 = Parameters for 'Display' Function Module
Text Symbol: BL2 = Parameters for ALE (Create) Function Module
Text Symbol: BL3 = Additional Parameters for CreateFromData Module
Text Symbol: M01 = Generated
Text Symbol: P01 = CustomerSettings:


INCLUDES used within this REPORT R_ALE_BUPA_FS_CREATE_FRM_DATA

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:

BAPI_BUPA_CENTRAL_GETDETAIL CALL FUNCTION 'BAPI_BUPA_CENTRAL_GETDETAIL' EXPORTING businesspartner = p_bupa IMPORTING centraldata = l_str_cdata centraldataperson = l_str_cdataperson centraldataorganization = l_str_cdataorga centraldatagroup = l_str_cdatagroup TABLES telefondatanonaddress = l_tab_fon faxdatanonaddress = l_tab_fax teletexdatanonaddress = l_tab_tex telexdatanonaddress = l_tab_telex e_maildatanonaddress = l_tab_email rmladdressdatanonaddress = l_tab_rml x400addressdatanonaddress = l_tab_x400 rfcaddressdatanonaddress = l_tab_rfc prtaddressdatanonaddress = l_tab_prt ssfaddressdatanonaddress = l_tab_ssf uriaddressdatanonaddress = l_tab_uri pagaddressdatanonaddress = l_tab_pag communicationnotesnonaddress = l_tab_commu return = l_tab_return.

BUPA_ROLES_GET CALL FUNCTION 'BUPA_ROLES_GET' EXPORTING IV_PARTNER = p_bupa * IV_PARTNER_GUID = TABLES ET_PARTNERROLES = l_tab_roles ET_RETURN = l_tab_return.

ALE_BP_FS_CREATE_FRM_DATA CALL FUNCTION 'ALE_BP_FS_CREATE_FRM_DATA' EXPORTING businesspartnerextern = p_bupa partnercategory = p_parcat partnergroup = p_pargrp centraldata = l_str_cdata centraldataperson = l_str_cdataperson centraldataorganization = l_str_cdataorga centraldatagroup = l_str_cdatagroup addressdata = l_adressdata duplicatemessagetype = p_dupmsg accepterror = l_accepterror obj_type = l_obj_type serial_id = l_serial_id TABLES telefondata = l_tab_fon_i faxdata = l_tab_fax_i teletexdata = l_tab_tex_i telexdata = l_tab_telex_i emaildata = l_tab_email_i rmladdressdata = l_tab_rml_i x400addressdata = l_tab_x400_i rfcaddressdata = l_tab_rfc_i prtaddressdata = l_tab_prt_i ssfaddressdata = l_tab_ssf_i uriaddressdata = l_tab_uri_i pagaddressdata = l_tab_pag_i addressnotes = l_adressnotes communicationnotes = l_tab_commu_i telefondatanonaddress = l_tab_fon faxdatanonaddress = l_tab_fax teletexdatanonaddress = l_tab_tex telexdatanonaddress = l_tab_telex emaildatanonaddress = l_tab_email rmladdressdatanonaddress = l_tab_rml x400addressdatanonaddress = l_tab_x400 rfcaddressdatanonaddress = l_tab_rfc prtaddressdatanonaddress = l_tab_prt ssfaddressdatanonaddress = l_tab_ssf uriaddressdatanonaddress = l_tab_uri pagaddressdatanonaddress = l_tab_pag communicationnotesnonaddress = l_tab_commu addressduplicates = l_adressduplicates roles = l_tab_roles_i[] receivers = l_tab_receivers communication_documents = l_tab_communication_documents application_objects = l_tab_application_objects EXCEPTIONS error_creating_idocs = 1 OTHERS = 2.



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