FKK_EBS_EXT_START_MASS_ACT 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 FKK_EBS_EXT_START_MASS_ACT into the relevant SAP transactions such as SE38 or SE80
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.
Start of a mass run per report
Selection Text: IV_AKTYP = D Mass Activity Type
Selection Text: IV_COPYD = Date ID of Activity
Selection Text: IV_COPYI = Additional ID for Activity
Selection Text: IV_JTYPE = D Job Category
Selection Text: IV_LAUFD = Date ID of Run
Selection Text: IV_RUNDT = Start Date
Selection Text: IV_RUNTM = Start Time
Selection Text: IV_TRUNK = Shorten. Additional ID for Run
Title: Start of a mass activity per report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_EBS_EXT_START_MASS_ACT CALL FUNCTION 'FKK_EBS_EXT_START_MASS_ACT' EXPORTING iv_jtype = iv_jtype iv_aktyp = iv_aktyp iv_copyd = iv_copyd iv_copyi = iv_copyi iv_laufd = iv_laufd iv_trunk_laufi = lv_trunk_laufi iv_rundte = iv_rundt iv_runtm = iv_runtm IMPORTING ev_laufd = lv_laufd ev_laufi = lv_laufi TABLES et_jobhead = lt_jobhead EXCEPTIONS wrong_input = 1 template_not_existing = 2 run_not_created = 3 userkey_exists = 4 error_in_jobs_creation = 5 error_in_submit_fkjo_schedule = 6 error_in_reading_maktjobs = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FKK_EBS_EXT_START_MASS_ACT - Start of a mass activity per report FKK_EBS_EXT_START_MASS_ACT - Start of a mass activity per report FKK_DUNNING_COUNTERS - FKKDUNNINGCOUNTERS FKK_DOCUMENT_CHANGE===========FT - FKKDOCUMENTCHANGE===========FT FKK_DELOBJ_INC_MAX - FKKDELOBJINCMAX FKK_DELOBJ_INC_03 - FKKDELOBJINC03