SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Address Management/Business Address(BC-SRV-ADR) SAP BC

EXADR1_SUBSCREEN SAP ABAP INCLUDE - EXADR1SUBSCREEN







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

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_SUBSCREEN_SET_OKCODE CALL FUNCTION 'ADDR_SUBSCREEN_SET_OKCODE' EXPORTING ok_code = save_ok.

ADDR_SUBSCREEN_SET_OKCODE CALL FUNCTION 'ADDR_SUBSCREEN_SET_OKCODE' EXPORTING ok_code = '$CHC'.

ADDR_IMP_SUBSCREEN CALL FUNCTION 'ADDR_IMP_SUBSCREEN' IMPORTING * values = error_in_address_data = errorflag DATA_HAS_CHANGED = l_data_has_changed * CURSOR_FIELD = * INPUT_FROM_FRONTEND = * TABLES * ERROR_TABLE = EXCEPTIONS internal_error = 1 OTHERS = 2 .

ADDR_EXIT_SUBSCREEN CALL FUNCTION 'ADDR_EXIT_SUBSCREEN' IMPORTING data_has_changed = l_flag.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Daten werden verloren gehen!'(c01) textline2 = 'Wollen Sie wirklich abbrechen?'(c02) titel = 'Sicherheitsabfrage'(c03) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = l_answer.

ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = p_addr_handle address_reference = ls_addrref * personal_address = 'X' * NUMBERRANGE_NUMBER = '01' * E071K_WA = * GENERATE_TRANSPORT_ENTRIES = 'X' * owner = 'X' * TABLE_NAME = * FIELD_NAME = * OBJKEY = IMPORTING address_number = p_addr_number * returncode_numberrange = * TABLES * E071K_TAB = EXCEPTIONS address_handle_not_exist = 1 internal_error = 2 parameter_error = 3 OTHERS = 4 .

ADDR_SINGLE_SAVE CALL FUNCTION 'ADDR_SINGLE_SAVE' EXPORTING address_number = p_addr_number * PERSON_NUMBER = address_type = '1' execute_in_update_task = ' ' EXCEPTIONS address_not_exist = 1 person_not_exist = 2 address_number_missing = 3 reference_missing = 4 internal_error = 5 database_error = 6 parameter_error = 7 OTHERS = 8.



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