Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Open Period

Former Member
0 Likes
758

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?

5 REPLIES 5
Read only

Former Member
0 Likes
700

Hi,

MARV table..

Sreedhar

Read only

Former Member
0 Likes
700

<b>transaction OB52</b>

form period--->T001B-FRPE1

to period--->T001B-TOPE1

Read only

Former Member
0 Likes
700

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.

Read only

Former Member
0 Likes
700

Hi,

You can check them in Transactions

OB52 - Local ledger

GCP2 - US ledger

Read only

Former Member
0 Likes
700

if u want the tables then for

OB52 it is V_T001B and for

GCP2 it is V_T001C