SAP Reports / Programs | Sales and Distribution | Basic Functions(SD-BF) SAP SD

SDLIPL_TEST_CDQ_VC SAP ABAP Report - Analysis of fiscal year change: Change to variant C







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


Text pool values


Title: Analysis of fiscal year change: Change to variant C
Text Symbol: 001 = Scheduling Agreements Selected
Text Symbol: 002 = No
Text Symbol: 003 = SchedAgree
Text Symbol: 004 = Item
Text Symbol: 005 = FYC
Text Symbol: 006 = ABGRU
Text Symbol: 007 = UoM
Text Symbol: 008 = PERIV
Text Symbol: 009 = PLAVO
Text Symbol: 010 = Switch to
Text Symbol: 011 = Correction Delivery
Text Symbol: 012 = DSTyp
Text Symbol: 013 = Year
Text Symbol: 014 = Info.
Text Symbol: 015 = Variant C
Text Symbol: 016 = Date
Text Symbol: 017 = Quantity
Text Symbol: 018 = UoM
Text Symbol: 019 = SA w/o Del.Sch.
Text Symbol: 020 = ESA Sched.Agr.
Text Symbol: 021 = MAIS Sched. Ag.
Text Symbol: 022 = Item Cancelled
Text Symbol: 024 = No Item
Text Symbol: 025 = Delivery schedules not used
Text Symbol: 026 = No correction deliv. required
Text Symbol: 027 = possible
Text Symbol: 028 = With Corr.Deliv
Text Symbol: 029 = Not Possible
Text Symbol: 030 = Switch B->C
Text Symbol: 031 = Complete
Text Symbol: 032 = Error E3
Text Symbol: 033 = Not Permitted
Text Symbol: 034 = No scheduling agreements in selection interval
Text Symbol: 035 = Note:
Text Symbol: 036 = I1: Item in C, release without year: Convert to C
Text Symbol: 037 = I2: Item in B, release without fiscal year: Convert B->C
Text Symbol: 038 = I3: Item in A, release with year: Correction delivery needed





Text Symbol: 039 = I4: Item in A, release with year: Correction delivery needed
Text Symbol: 040 = W1: JIT del.schedule exists, but is inactive: VBAL-ABDIS = E
Text Symbol: 041 = W2: Sequenced del. schedule w/o plan. del. sch. instruction
Text Symbol: 042 = E1: Item in B/C: Necessary corr. delivery not yet occured
Text Symbol: 043 = E2: Item in A, rel. w/o year: Corr. del. not ascertainable
Text Symbol: 044 = E3: Error in FM SD_DELIVERY_CUMULATIVE_DETERM
Text Symbol: 023 = Del. Sched. Not in One Year


INCLUDES used within this REPORT SDLIPL_TEST_CDQ_VC

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:

EXIT_SAPLV45L_004 CALL FUNCTION 'EXIT_SAPLV45L_004' EXPORTING i_kunnr = space i_matnr = space i_vbeln = lt_vbap-vbeln i_posnr = lt_vbap-posnr IMPORTING e_reset_cdq = lt_vbap-reset_cdq.

SD_DELIVERY_CUMULATIVE_DETERM CALL FUNCTION 'SD_DELIVERY_CUMULATIVE_DETERM' EXPORTING current_year = '0000' i_posnr = lt_vblb-posnr i_umvkn = lt_vblb-umvkn i_umvkz = lt_vblb-umvkz i_vbeln = lt_vblb-vbeln i_datum = lt_vblb-abrdt IMPORTING cum_current_year_del = lt_vblb-cdq_tot EXCEPTIONS OTHERS = 1.

SD_DELIVERY_CUMULATIVE_DETERM CALL FUNCTION 'SD_DELIVERY_CUMULATIVE_DETERM' EXPORTING current_year = lt_vblb-vjkun i_posnr = lt_vblb-posnr i_umvkn = lt_vblb-umvkn i_umvkz = lt_vblb-umvkz i_vbeln = lt_vblb-vbeln i_datum = lt_vblb-abrdt IMPORTING cum_current_year_del = lt_vblb-cdq_vjkun EXCEPTIONS OTHERS = 1.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = lv_vjkun i_periv = lv_periv i_poper = lv_poper_001 IMPORTING e_date = lv_fday EXCEPTIONS OTHERS = 1.



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