SAP Reports / Programs | Add-Ons for Progress Analysis | Aerospace & Defence Industry Solution | Add-Ons for Progress Analysis(IS-AD-EV) SAP IS

AD03EVF1 SAP ABAP INCLUDE - Earned value management: Form routines...







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


Text pool values


Title: Earned value management: Form routines...


INCLUDES used within this REPORT AD03EVF1

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:

K_COSRA_READ_MULTI CALL FUNCTION 'K_COSRA_READ_MULTI' EXPORTING VON_PERIODE = 001 BIS_PERIODE = 500 MODUS = 1 TABLES T_COSEL = HT_COSEL T_COSRA = HT_COSRA EXCEPTIONS OTHERS = 1.

HF_FIND_LEDGER CALL FUNCTION 'HF_FIND_LEDGER' EXPORTING KOKRS = INT_S000-KOKRS IMPORTING LEDNR_K = H_LEDGER EXCEPTIONS NO_LEDGER = 1 OTHERS = 2.

CNEV_GET_OBJECT_VALUES CALL FUNCTION 'CNEV_GET_OBJECT_VALUES' EXPORTING I_OBJNR = INT_S000-OBJNR I_EVFLD = EV_FELDTAB-EVFLD I_EVOTY = INT_S000-EVOTY I_ADD_INFO = CON_YES IMPORTING E_EVOF = L_EVOF EXCEPTIONS OTHERS = 1.

CNEV_READ_TABLE CALL FUNCTION 'CNEV_READ_TABLE' EXPORTING I_EVMET = L_EVOF-EVMET IMPORTING E_V_EVMT = L_EVMT.

K_TKA03_READ CALL FUNCTION 'K_TKA03_READ' EXPORTING S_TKA03 = LS_TKA03 BYPASS = 'X' TABLES I_TKA03 = GT_TKA03 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

AD33_DATE_GET CALL FUNCTION 'AD33_DATE_GET' EXPORTING I_KOKRS = G_KOKRS IMPORTING E_DATE = G_DATE E_GJAHR = G_YEAR E_PERIO = G_BUSINESS_PERIODE EXCEPTIONS OTHERS = 1.

CNEV_SET_PROGRESS CALL FUNCTION 'CNEV_SET_PROGRESS' EXPORTING I_VSNMR = INT_S000-VSNUMMER I_EVFG = EVFG I_RESET = CON_YES.

LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = G_QUAN_EV-FYEAR I_PERIV = 'K1' I_POPER = G_QUAN_EV-PERIO IMPORTING E_DATE = EVFG-DATAB EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.

CNEV_SET_PROGRESS CALL FUNCTION 'CNEV_SET_PROGRESS' EXPORTING I_VSNMR = INT_S000-VSNUMMER I_EVFG = EVFG.

CNEV_SET_PROGRESS CALL FUNCTION 'CNEV_SET_PROGRESS' EXPORTING I_VSNMR = INT_S000-VSNUMMER I_EVFG = EVFG I_RESET = CON_YES.

LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = G_QUAN_EV-FYEAR I_PERIV = 'K1' I_POPER = G_QUAN_EV-PERIO IMPORTING E_DATE = EVFG-DATAB EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.

CNEV_SET_PROGRESS CALL FUNCTION 'CNEV_SET_PROGRESS' EXPORTING I_VSNMR = INT_S000-VSNUMMER I_EVFG = EVFG.

CNEV_SET_PROGRESS CALL FUNCTION 'CNEV_SET_PROGRESS' EXPORTING I_VSNMR = EV_P2ATAB-VSNMR I_EVFG = LOC_EVFG I_RESET = 'X'.

CNEV_GET_PROGRESS_VALUES CALL FUNCTION 'CNEV_GET_PROGRESS_VALUES' EXPORTING I_VSNMR = EV_P2ATAB-VSNMR I_OBJNR = EV_P2ATAB-OBJNR I_SUMKZ = EV_SUMKZ_ELEM I_EVFLD = EV_FELDTAB-EVFLD TABLES T_EVFG = LOC_EVFG.

CNEV_SET_PROGRESS CALL FUNCTION 'CNEV_SET_PROGRESS' EXPORTING I_VSNMR = EV_P2ATAB-VSNMR I_EVFG = LOC_EVFG.



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