SAP Reports / Programs | Environment, Health and Safety | Product Safety(EHS-SAF) SAP EHS

RCVDADRF SAP ABAP INCLUDE - documentation and ABAP source code







RCVDADRF 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 RCVDADRF 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 RCVDADRF. "Basic submit
SUBMIT RCVDADRF AND RETURN. "Return to original report after report execution complete
SUBMIT RCVDADRF 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 RCVDADRF

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:

ADDR_CONVERT_SADR_TO_ADDR1_VAL CALL FUNCTION 'ADDR_CONVERT_SADR_TO_ADDR1_VAL' EXPORTING SADR = I_SADR_WA IMPORTING ADDR1_VAL = LG_ADDR1_VAL_WA.

CVE6_TEL_COMPANY_CONVERT CALL FUNCTION 'CVE6_TEL_COMPANY_CONVERT' EXPORTING I_ADRNR = V_ADRNR_SADR I_COUNTRY = V_COUNTRY * importing TABLES I_SADR2_TAB = LG_SADR2_TAB I_T005K_TAB = LG_T005K_TAB E_ADR2_TAB = LG_ADR2_TAB X_ADRT_TAB = LG_ADRT_TAB.

CVE6_FAX_COMPANY_CONVERT CALL FUNCTION 'CVE6_FAX_COMPANY_CONVERT' EXPORTING I_ADRNR = V_ADRNR_SADR I_COUNTRY = V_COUNTRY * importing TABLES I_SADR3_TAB = LG_SADR3_TAB I_T005K_TAB = LG_T005K_TAB E_ADR3_TAB = LG_ADR3_TAB X_ADRT_TAB = LG_ADRT_TAB.

CVE6_SMTP_COMPANY_CONVERT CALL FUNCTION 'CVE6_SMTP_COMPANY_CONVERT' EXPORTING I_ADRNR = V_ADRNR_SADR TABLES I_SADR10_TAB = LG_SADR10_TAB E_ADR6_TAB = LG_ADR6_TAB X_ADRT_TAB = LG_ADRT_TAB.

CVE6_RML_COMPANY_CONVERT CALL FUNCTION 'CVE6_RML_COMPANY_CONVERT' EXPORTING I_ADRNR = V_ADRNR_SADR TABLES I_SADR7_TAB = LG_SADR7_TAB E_ADR7_TAB = LG_ADR7_TAB X_ADRT_TAB = LG_ADRT_TAB.

CVE6_TLX_COMPANY_CONVERT CALL FUNCTION 'CVE6_TLX_COMPANY_CONVERT' EXPORTING I_ADRNR = V_ADRNR_SADR TABLES I_SADR5_TAB = LG_SADR5_TAB E_ADR5_TAB = LG_ADR5_TAB X_ADRT_TAB = LG_ADRT_TAB.

CVE6_TTX_COMPANY_CONVERT CALL FUNCTION 'CVE6_TTX_COMPANY_CONVERT' EXPORTING I_ADRNR = V_ADRNR_SADR TABLES I_SADR4_TAB = LG_SADR4_TAB E_ADR4_TAB = LG_ADR4_TAB X_ADRT_TAB = LG_ADRT_TAB.

ADDR_CONVERT_SADR8_TO_ADX400 CALL FUNCTION 'ADDR_CONVERT_SADR8_TO_ADX400' EXPORTING SADR8 = LG_SADR8_TAB IMPORTING ADX400 = LG_ADX400_TAB.

ADDR_BUILD_COMPLETE CALL FUNCTION 'ADDR_BUILD_COMPLETE' EXPORTING * ADDRNUMBER = ADDRHANDLE = V_ADDRHANDLE IMPORTING ADDR1_COMPLETE = LG_ADDR1_COMPLETE_WA TABLES ADDR1 = LG_ADDR1_VAL_TAB ADTEL = LG_ADTEL_TAB ADFAX = LG_ADFAX_TAB ADTTX = LG_ADTTX_TAB ADTLX = LG_ADTLX_TAB ADSMTP = LG_ADSMTP_TAB ADRML = LG_ADRML_TAB ADX400 = LG_ADX400_TAB * ADRFC = * ADPRT = * ADSSF = * ADURI = * ADPAG = * addr_rem = ADCOMREM = LG_ADCOMREM_TAB EXCEPTIONS PARAMETER_ERROR = 1 INTERNAL_ERROR = 2 OTHERS = 3.

ADDR_MAINTAIN_COMPLETE CALL FUNCTION 'ADDR_MAINTAIN_COMPLETE' EXPORTING UPDATEFLAG = 'I' ADDR1_COMPLETE = LG_ADDR1_COMPLETE_WA ADDRESS_GROUP = I_ADDRESS_GROUP * SUBSTITUTE_ALL_COMM_DATA = ' ' * CHECK_ADDRESS = 'X'
* Begin Correction 0207B0405B01 11.05.2001 0402965 M.S. ****************

ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING ADDRESS_HANDLE = V_ADDRHANDLE ADDRESS_REFERENCE = V_USAGE * PERSONAL_ADDRESS = ' ' * NUMBERRANGE_NUMBER = '01' * E071K_WA = * GENERATE_TRANSPORT_ENTRIES = * OWNER = 'X' IMPORTING ADDRESS_NUMBER = E_ADRNR_NEW * RETURNCODE_NUMBERRANGE = * TABLES * E071K_TAB = EXCEPTIONS ADDRESS_HANDLE_NOT_EXIST = 1 INTERNAL_ERROR = 2 PARAMETER_ERROR = 3 OTHERS = 4.



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