SAP Reports / Programs

EVALUATIONADAPTER_LSO SAP ABAP Report - Program EVALUATIONADAPTER_LSO







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


INCLUDES used within this REPORT EVALUATIONADAPTER_LSO

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:

DELIVERY_GET_COMPONENT_RELEASE *CALL FUNCTION 'DELIVERY_GET_COMPONENT_RELEASE' * EXPORTING * iv_compname = 'EA-HR' * IMPORTING * ev_compvers = lv_compvers ** EV_PATCHLVL = * EXCEPTIONS * comp_not_found = 1 * OTHERS = 2.

LSO_EVALUATION_CATEGORY_GROUP * CALL FUNCTION 'LSO_EVALUATION_CATEGORY_GROUP' * IMPORTING * t_category = lt_category.

HRHAP_C_CAT_GROUP_READ * CALL FUNCTION 'HRHAP_C_CAT_GROUP_READ' * EXPORTING * cat_group_id = iv_cg_id ** LANGU = SY-LANGU * IMPORTING * cat_group_name = lv_cg_name ** CHANGED_LANGUAGE = ** T_TYPES = * t_cg_status = lt_cg_status_old * t_cg_rules = lt_cg_rules_old * t_cg_events = lt_cg_events_old * s_return = ls_return.

HRHAP_C_CAT_GROUP_MODIFY * CALL FUNCTION 'HRHAP_C_CAT_GROUP_MODIFY' * EXPORTING * cat_group_id = iv_cg_id * cat_group_name = lv_cg_name ** LANGU = SY-LANGU ** T_TYPES = * t_status = lt_cg_status * t_rules = lt_cg_rules * t_events = lt_cg_events * IMPORTING * s_return = ls_return.

DDIF_DOMA_GET * CALL FUNCTION 'DDIF_DOMA_GET' * EXPORTING * name = 'HAP_AP_STATUS' ** STATE = 'A' ** LANGU = ' ' ** IMPORTING ** GOTSTATE = ** DD01V_WA = * TABLES * dd07v_tab = lt_dd07v * EXCEPTIONS * illegal_input = 1 * OTHERS = 2.

HRHAP_C_WF_RULE_READ * CALL FUNCTION 'HRHAP_C_WF_RULE_READ' * IMPORTING * t_rules = lt_all_rules.

HRHAP_C_WF_EVENT_READ * CALL FUNCTION 'HRHAP_C_WF_EVENT_READ' * IMPORTING * t_events = lt_all_events.

HRHAP_C_CAT_GROUP_ALL_CAT_READ * CALL FUNCTION 'HRHAP_C_CAT_GROUP_ALL_CAT_READ' * EXPORTING * cat_group_id = iv_cg_id * IMPORTING * t_category = lt_categories * s_return = ls_return.

HRHAP_C_CATEGORY_STATUS_READ * CALL FUNCTION 'HRHAP_C_CATEGORY_STATUS_READ' * EXPORTING * cat_group_id = iv_cg_id * category_id = iv_c_id * IMPORTING * t_c_status = lt_c_status * EXCEPTIONS * no_entry_found = 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 EVALUATIONADAPTER_LSO or its description.