SAP Reports / Programs | Training and Event Management | Training and Event Management | External Learning Solution - Backend(PE-LSX-BE) SAP PE

/XLSO/COMPNY_ACTIV_HISTRY_FORM SAP ABAP INCLUDE - Include /XLSO/COMPNY_ACTIV_HISTRY_FORM







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


Text pool values


Title: Include /XLSO/COMPNY_ACTIV_HISTRY_FORM


INCLUDES used within this REPORT /XLSO/COMPNY_ACTIV_HISTRY_FORM

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:

/XLSO/RESTRICT_SEL_OPTIONS CALL FUNCTION '/XLSO/RESTRICT_SEL_OPTIONS' EXPORTING it_sel_opt_name = lt_sel_opt_name.

/XLSO/COMPANY_ACTIV_HISTRY CALL FUNCTION '/XLSO/COMPANY_ACTIV_HISTRY' EXPORTING it_company = gt_company it_learnerid = gt_learner it_fname = gt_fname it_lname = gt_lname iv_role = p_role it_catalog = gt_catalog it_country = gt_country iv_date_from = s_time-low iv_date_to = s_time-high it_deliverymet = gt_delmet it_paymethod = gt_pay_met it_user_alias = gt_user_alias "EHP5 C5150210 iv_waitlist = r_waitlt * iv_cancelled = r_cancel iv_prebook = r_prebkd iv_started = r_strted iv_notstarted = r_notstd iv_followedup = r_follup iv_open = r_open iv_closed = r_used iv_total = r_total iv_n_n_bookings = r_nnbk IMPORTING es_return = gs_return et_comp_act_his = gt_comp_act_his.



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 /XLSO/COMPNY_ACTIV_HISTRY_FORM or its description.