cancel
Showing results for 
Search instead for 
Did you mean: 

Including chinese factory claender

Former Member
0 Kudos

Hi friends,

I have a requirement where a chinese factory calender need to be maintained in a z table. The program shd look at this z table. Can u throw some light as how this can be accomplished

Sanjay

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208123
Active Participant
0 Kudos

Why do you need to maintain a z table for a calendar? Transaction SCAL allows you to create a custom calendar.

Former Member
0 Kudos

Hi James,

My requirement is that we have vendors in Japan,China,India etc. Each of these vendors work as per their own calender(holidays etc). The new program should check the calender based on vendor country code. For example when PO is created for Japan vendor, it should check for Japan calender. Can you throw some light into this.

Sanjay

Former Member
0 Kudos

First define factory claender SCAL trxn and use the BADI ME_PROCESS_PO_CUST

and incorporate the logic that basing on the Country of the Vendor system should check the Delivery date..

if possible Take ABAP help...

former_member197616
Active Contributor
0 Kudos

the following are the calandar tables.

TCALS

TFACD

TFACS

TFACT

TFAIN

TFAIT

THOC

THOCD

THOCI

THOCS

THOCT

THOL

THOLT

THOLU.

Or if your requirement needs a new table need to be created it can be created at SE11 with the fields mentioned in the above tables.