2007 Jun 25 8:05 AM
How to convert month to fiscal month. is this fm FTI_FISCAL_YEAR_MONTH_GET can be used for getting the month.
2007 Jun 25 8:13 AM
Hi
Try using table T549Q for convering to fiscal month.use this code below.
SELECT pabrj pabrp begda endda
INTO CORRESPONDING FIELDS OF TABLE it_pyper
FROM t549q
WHERE permo = c_99
AND begda <= w_begda
AND endda >= w_endda.Hope this helps u.
****Reward points if helpful.
2007 Jun 25 8:13 AM
Hi
Try using table T549Q for convering to fiscal month.use this code below.
SELECT pabrj pabrp begda endda
INTO CORRESPONDING FIELDS OF TABLE it_pyper
FROM t549q
WHERE permo = c_99
AND begda <= w_begda
AND endda >= w_endda.Hope this helps u.
****Reward points if helpful.
2007 Jun 25 8:17 AM
2007 Jun 29 5:18 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |