SAP Reports / Programs | Cross-Application Components | General Application Functions | Appraisal, Valuation, and Survey Tool(CA-GTF-AP-PM) SAP CA

RHHAP_BADI_OVERVIEW SAP ABAP Report - Appraisal Systems - BAdI Overview







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


Text pool values


Title: Appraisal Systems - BAdI Overview


INCLUDES used within this REPORT RHHAP_BADI_OVERVIEW

INCLUDE: INCL_HAP_GLOBAL,


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:

SXO_GET_BADI_TEXT CALL FUNCTION 'SXO_GET_BADI_TEXT' EXPORTING exit_name = ps_badi-badi_name sprsl = sy-langu IMPORTING exit_text = ps_badi-badi_text EXCEPTIONS no_text = 1 OTHERS = 2.

SXO_IMPL_FOR_BADI_OVER CALL FUNCTION 'SXO_IMPL_FOR_BADI_OVER' EXPORTING exit_name = lw_badi-badi_name * EXT_F4_HELP = SEEX_FALSE external_call = 'X' * IMPORTING * IMP_NAME = * FLT_VAL = * CHANGING * FCODE = EXCEPTIONS no_imps_existing = 1 badi_not_existing = 2 action_canceled = 0 OTHERS = 4.

SXO_IMPL_FOR_BADI_ADD CALL FUNCTION 'SXO_IMPL_FOR_BADI_ADD' EXPORTING exit_name = lw_badi-badi_name * IMP_NAME = * OBJECT_STATE = EXCEPTIONS badi_not_existing = 1 imp_already_existing = 2 imp_name_not_available = 3 access_failure = 4 action_canceled = 0 invalid_name = 6 OTHERS = 7.

SXO_BADI_SHOW CALL FUNCTION 'SXO_BADI_SHOW' EXPORTING exit_name = lw_badi-badi_name * OBJECT_STATE = EXCEPTIONS action_canceled = 0 access_failure = 2 badi_not_exixting = 3 OTHERS = 4.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'HAP_S_BADI' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = pt_fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 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 RHHAP_BADI_OVERVIEW or its description.