Answer Posted / sm
Factory calendar contain company specific dates such as alternate working Saturdays, Plant shutdown etc.
You can create your company factory calendar via transaction code 'SCAL'.
Assignment of the factory calendar by plant is done in transaction code 'SM30 - V_T001W'.
An example of a SAP application that uses the factory calendar is the SAP MRP modules.
Assuming that you have a specified an alternate working Saturday, MRP will postponed the planned orders to the next working day if it happened to falls on a non-working Saturday.
Function module related to Factory calculator are
1.FACTORYDATE_CONVERT_TO_DATE
2.DATE_CONVERT_TO_FACTORYDATE
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is asynchronous and synchronous update?
How many primary keys can be created for a table?
How many types of tables exist and what are they in data dictionary?
What is the master data necessary before you can start posting in MM?
What is gui status? How to create /edit gui status?
What are the events used in abap in the order of execution?
How would you define the exponents for a type ‘f’ field?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
How to upload more than 2GB file from External Source to SAP?
How to upload data using catt ? : abap hr
Explain the advantages of logical databases?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
How to get that a secondary index is attached to a select query?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc