cancel
Showing results for 
Search instead for 
Did you mean: 

new field required in process order header screen

raju_123
Participant
0 Kudos

Hi, wants to have one new field (user defined field) in process order header screen. this field is for the purpose of showing the other people that all components of this order is issued to the order upon manully checking all components issued to the order. please advise how to maintain such new user defined field in order screen.

Accepted Solutions (1)

Accepted Solutions (1)

sjeevan
Active Contributor
0 Kudos

You'd have to do an ABAP development through the user exit PPCO0012 and you have to create a screen, append the field to table/structures CAUFV, AFKO etc. this procedure may require lot of work.

Second solution would be to create a User Status through BS02 and choose a business function such  block/warning goods issue or something (PP/PM Order Header) and give the text description for the user status as "All goods movements posted".  This requires only configuration knowledge and no ABAP knowledge.

raju_123
Participant
0 Kudos

Hi Jeevan, thanks for the reply. after creation of the user status, how this status suppose to be updated automatically when we complete the GI. can you suggest some method please. thank you.

sjeevan
Active Contributor
0 Kudos

You'd have to set it manually. Else you have to use a exits PPCO0023 and/or PPCO0007 to check the FI indicator and automatically set the status.

The following are the enhancements available for CO02

Enhancement

PPCO0010                                Enhancement in make-to-order production - Unit of measure

PPCO0012                                Production Order: Display/Change Order Header Data

PPCO0013                                Change priorities of selection crit. for batch determination

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 links

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

STATTEXT                                Modification exit for formatting status text lines

PPCO0009                                Enhancement in goods movements for prod. process order

CCOWB001                                Customer exit for modifying menu entries

COIB0001                                Customer Exit for As-Built Assignment Tool

COZF0001                                Change purchase req. for externally processed operation

COZF0002                                Change purchase req. for externally procured component

PPCO0001                                Application development: PP orders

PPCO0002                                Check exit for setting delete mark / deletion indicator

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 header

PPCO0007                                Exit when saving production order

PPCO0008                                Enhancement in the adding and changing of components

Business Add-in

AFABD_CHANGE                            Change Relationship

CAUFVD_CHANGE                           BAdI: Overall Network Scheduling with Selection Option

PPPI_SEL_ORD_EXT_REL

SIDAT_UPDATE                            Change date of price simulation

Answers (0)