SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FKK_EBS_EXT_START_MASS_ACT SAP ABAP Report - Start of a mass activity per report







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


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


Text pool values


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


INCLUDES used within this REPORT FKK_EBS_EXT_START_MASS_ACT

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:

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.



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