on ‎2025 Jun 17 2:06 PM
Dear experts,
Requirement: Qta type 15 (w.e.f 01.01.2026) and left over balance should be carried forwarded to Qta type 16 (w.e.f 01.01.2027).
I was able to configure the requirement, where remaining quota balance of Qta type 15 of YEAR 2026 is successfully carried forwarded to Qta type 16 of YEAR 2027. However, with the same configuration when I try to execute the time evaluation for following years, I have observed that remaining quota balance of Qta type 15 (2027) is not being forwarded to Qta type 16 (2028) and it doesn't show up in table ABWKONTI at all.
Kindly suggest on what must have gone wrong.
Many thanks in advance.
Sai
Request clarification before answering.
PCR ZQEC looks good, but in ZQEU it's Operation UPDTQA16 that I'm not familiar with.
As mentioned by clumbert, the Quota should be configured to generate "automatically" when Time Type ZWEC exists (that's how we configured our system).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that is because you are using the UPDTQA operation, which does not generate the record for you. If you want the system to generate the record, you should set up a new quota generation rule with the base entitlement set to time type ZQEU.
Alternatively, you can build a program to generate the IT2006 at the beginning of each year.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Day 31 of Month 12, what is the value of Time Type ZQEC? Does it show in your Time Evaluation Results Tables?
Also, in PCR ZQEU, on Day 1 of Month 1, try to add the value of Last ZQEC without overwriting it's existing value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the Time Type that allows you to generate an Allowance for Quota 16? For this exercise, I will assume that it is Q16A.
Create an Information Time Type to carry the Quota's Balance (such as Q15B).
Create a PCR to read the Balance of Quota 15 on the Last Day of the Quota's Validation Period, using Operation OUTAQTYP to query Quota 15, Operation HRS=QCREST to query it's balance, and then Operation ADDDB Q15B, and call that PCR through Function P2006.
Create an other PCR to query "Yesterday's" value of Time Type Q16B on the First Day of the Quota's Validation Period, using Operation HRS=LQ16B followed by ADDDBQ16A.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.