2006 Aug 02 12:56 PM
In which table can I see open period for each of a company code?
In which table can I see open period for each of a company code?
2006 Aug 02 12:59 PM
2006 Aug 02 1:01 PM
<b>transaction OB52</b>
form period--->T001B-FRPE1
to period--->T001B-TOPE1
2006 Aug 02 1:19 PM
Hi,
It will work see.....
call function 'FI_PERIOD_CHECK'
exporting
i_bukrs = p_bukrs
I_OPVAR = ' '
i_gjahr = v_gjahr
i_koart = '+'
I_KONTO = ' '
i_monat = v_poper
IMPORTING
E_OPER =
exceptions
error_period = 1
error_period_acc = 2
others = 3
.
if sy-subrc <> 0.
message id sy-msgid type sy-msgty number sy-msgno
with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
endif.
Thanks.
If this helps you reward with points.
2006 Aug 02 1:44 PM
Hi,
You can check them in Transactions
OB52 - Local ledger
GCP2 - US ledger
2006 Aug 02 1:52 PM
if u want the tables then for
OB52 it is V_T001B and for
GCP2 it is V_T001C
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |