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

RBUS4002 SAP ABAP Report - Program for object type BUS4002: Private address







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


Text pool values


Title: Program for object type BUS4002: Private address


INCLUDES used within this REPORT RBUS4002

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_ADDRESSPERS_SAVEREPLICA CALL FUNCTION 'BAPI_ADDRESSPERS_SAVEREPLICA' EXPORTING CONTEXT = CONTEXT OBJ_ID_EXT = OBJIDEXT OBJ_ID = OBJID OBJ_TYPE = OBJTYPE IV_CHECK_ADDRESS = IVCHECKADDRESS "*981i IV_TIME_DEPENDENT_COMM_DATA = IVTIMEDEPENDCOMMDATA "*981i IMPORTING RETURN = RETURN PERSON_NUMBER = PERSONNUMBER ADDRESS_NUMBER = ADDRESSNUMBER TABLES BAPIADRFC = BAPIADRFC BAPIADPRT = BAPIADPRT BAPIADSSF = BAPIADSSF BAPIADURI = BAPIADURI BAPIADPAG = BAPIADPAG BAPIAD_REM = BAPIADREM BAPICOMREM = BAPICOMREM BAPIADX400 = BAPIADX400 BAPIAD2VL = BAPIAD2VL BAPIADTEL = BAPIADTEL BAPIADFAX = BAPIADFAX BAPIADTTX = BAPIADTTX BAPIADTLX = BAPIADTLX BAPIADSMTP = BAPIADSMTP BAPIADRML = BAPIADRML BAPIADUSE = BAPIADUSE "*981i EXCEPTIONS OTHERS = 01.

BAPI_ADDRESSPERS_GETDETAIL CALL FUNCTION 'BAPI_ADDRESSPERS_GETDETAIL' EXPORTING CONTEXT = CONTEXT OBJ_ID_EXT = OBJIDEXT OBJ_ID = OBJID OBJ_TYPE = OBJTYPE IV_CURRENT_COMM_DATA = IVCURRENTCOMMDATA "*981i IMPORTING PERSON_NUMBER = PERSONNUMBER ADDRESS_NUMBER = ADDRESSNUMBER TABLES BAPIADURI = BAPIADURI BAPIADSSF = BAPIADSSF BAPIADPRT = BAPIADPRT BAPIADRFC = BAPIADRFC BAPIADPAG = BAPIADPAG BAPIAD_REM = BAPIADREM BAPICOMREM = BAPICOMREM RETURN = RETURN BAPIAD2VL = BAPIAD2VL BAPIADTEL = BAPIADTEL BAPIADFAX = BAPIADFAX BAPIADTTX = BAPIADTTX BAPIADTLX = BAPIADTLX BAPIADSMTP = BAPIADSMTP BAPIADRML = BAPIADRML BAPIADX400 = BAPIADX400 BAPIADUSE = BAPIADUSE "*981i EXCEPTIONS OTHERS = 01.

BAPI_ADDRESSPERS_CHANGE CALL FUNCTION 'BAPI_ADDRESSPERS_CHANGE' EXPORTING ACCEPT_ERROR = ACCEPTERROR CONTEXT = CONTEXT OBJ_ID_EXT = OBJIDEXT OBJ_ID = OBJID OBJ_TYPE = OBJTYPE SAVE_ADDRESS = SAVEADDRESS "*774i IV_CHECK_ADDRESS = IVCHECKADDRESS "*981i IV_TIME_DEPENDENT_COMM_DATA = IVTIMEDEPENDCOMMDATA "*981i IMPORTING PERSON_NUMBER = PERSONNUMBER ADDRESS_NUMBER = ADDRESSNUMBER TABLES BAPIADX40_X = BAPIADX40X BAPIADRML_X = BAPIADRMLX BAPIADSMT_X = BAPIADSMTX BAPIADTLX_X = BAPIADTLXX BAPIADTTX_X = BAPIADTTXX BAPIADFAX_X = BAPIADFAXX BAPIADTEL_X = BAPIADTELX BAPIADRFC_X = BAPIADRFCX RETURN = RETURN BAPICOMRE_X = BAPICOMREX BAPIAD_RE_X = BAPIADREX BAPIADPAG_X = BAPIADPAGX BAPIADURI_X = BAPIADURIX BAPIADSSF_X = BAPIADSSFX BAPIADPRT_X = BAPIADPRTX BAPIAD2VL_X = BAPIAD2VLX BAPIADUSE_X = BAPIADUSEX "*981i BAPIADRML = BAPIADRML BAPIADSMTP = BAPIADSMTP BAPIADTLX = BAPIADTLX BAPIADTTX = BAPIADTTX BAPIADFAX = BAPIADFAX BAPIADTEL = BAPIADTEL BAPIAD2VL = BAPIAD2VL BAPIADX400 = BAPIADX400 BAPICOMREM = BAPICOMREM BAPIAD_REM = BAPIADREM BAPIADPAG = BAPIADPAG BAPIADURI = BAPIADURI BAPIADSSF = BAPIADSSF BAPIADPRT = BAPIADPRT BAPIADRFC = BAPIADRFC BAPIADUSE = BAPIADUSE "*981i EXCEPTIONS OTHERS = 01.



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