‎2005 Jun 03 6:24 AM
Hi all ,
I am working with an enhancement object .
In c002 transaction , under general tab section there is a field called basic finish date . Each time I change this date and reschedule the order the previous schedule date has to be captured in a custom field(I have named it as reschedule date) . I have added this custom field using screen exit . But I don't know how to capture the previously scheduled date value to this custom field .
Any help in this regard will be appreciated.
Regards,
Kavitha.
‎2005 Jun 03 9:42 AM
Hi,
if you have added a new field using screen exit, then to capture the data and to save the same in the database you need to use the function exits which are a part of the user-exits. so you need to explore the relevant user-exits available to this transaction CO02 and find out where in you can get this field finish date and so the customized screen field reschedule date.
please look out these available user-exits for the above transactions:
CCOWB001 Customer exit for modifying menu entries
COIB0001 Customer Exit for As-Built Assignment Tool
COZF0001 Change purchase req. for externally processed operatio
COZF0002 Change purchase req. for externally procured component
PPCO0001 Application development: PP orders
PPCO0002 Check exit for setting delete mark / deletion indicato
PPCO0003 Check exit for order changes from sales order
PPCO0004 Sort and processing exit: Mass processing orders
PPCO0005 Storage location/backflushing when order is created
PPCO0006 Enhancement to specify defaults for fields in order he
PPCO0007 Exit when saving production order
PPCO0008 Enhancement in the adding and changing of components
PPCO0009 Enhancement in goods movements for prod. process order
PPCO0010 Enhancement in make-to-order production - Unit of meas
PPCO0012 Production Order: Display/Change Order Header Data
PPCO0013 Change priorities of selection crit. for batch determi
PPCO0015 Additional check for document links from BOMs
PPCO0016 Additional check for document links from master data
PPCO0017 Additional check for online processing of document lin
PPCO0018 Check for changes to production order header
PPCO0019 Checks for changes to order operations
PPCO0021 Release Control for Automatic Batch Determination
PPCO0022 Determination of Production Memo
PPCO0023 Checks changes to order components
PPCO0100 test
STATTEXT Modification exit for formatting status text lines
No of Exits: 26
In these check out the text description and try to figure out the relevant user-exits.
Regards,
Jagath
‎2005 Jun 03 6:32 AM
‎2005 Jun 03 9:42 AM
Hi,
if you have added a new field using screen exit, then to capture the data and to save the same in the database you need to use the function exits which are a part of the user-exits. so you need to explore the relevant user-exits available to this transaction CO02 and find out where in you can get this field finish date and so the customized screen field reschedule date.
please look out these available user-exits for the above transactions:
CCOWB001 Customer exit for modifying menu entries
COIB0001 Customer Exit for As-Built Assignment Tool
COZF0001 Change purchase req. for externally processed operatio
COZF0002 Change purchase req. for externally procured component
PPCO0001 Application development: PP orders
PPCO0002 Check exit for setting delete mark / deletion indicato
PPCO0003 Check exit for order changes from sales order
PPCO0004 Sort and processing exit: Mass processing orders
PPCO0005 Storage location/backflushing when order is created
PPCO0006 Enhancement to specify defaults for fields in order he
PPCO0007 Exit when saving production order
PPCO0008 Enhancement in the adding and changing of components
PPCO0009 Enhancement in goods movements for prod. process order
PPCO0010 Enhancement in make-to-order production - Unit of meas
PPCO0012 Production Order: Display/Change Order Header Data
PPCO0013 Change priorities of selection crit. for batch determi
PPCO0015 Additional check for document links from BOMs
PPCO0016 Additional check for document links from master data
PPCO0017 Additional check for online processing of document lin
PPCO0018 Check for changes to production order header
PPCO0019 Checks for changes to order operations
PPCO0021 Release Control for Automatic Batch Determination
PPCO0022 Determination of Production Memo
PPCO0023 Checks changes to order components
PPCO0100 test
STATTEXT Modification exit for formatting status text lines
No of Exits: 26
In these check out the text description and try to figure out the relevant user-exits.
Regards,
Jagath