Application Development 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: 

Open Period

Former Member
0 Kudos

In which table can I see open period for each of a company code?

5 REPLIES 5

Former Member
0 Kudos

Hi,

MARV table..

Sreedhar

Former Member
0 Kudos

<b>transaction OB52</b>

form period--->T001B-FRPE1

to period--->T001B-TOPE1

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi,

You can check them in Transactions

OB52 - Local ledger

GCP2 - US ledger

Former Member
0 Kudos

if u want the tables then for

OB52 it is V_T001B and for

GCP2 it is V_T001C