SO Next Status Code Update

lfolk627

Member
I am looking for the program and/or copy source in JDE World that updates the SO status code during execution of the SO entry(P4211) program. I know it will pull the next status code based on order activity rules. The reason I am looking for the RPG code is because for specific items it is pulling in the wrong next status even though the doc type and line type is the same as for the items that it pulls in the correct status. It must be checking some other parameter of the item, i.e branch, item planning family, etc...? So Thoughts? Knowledge of program and/or copy source name?
 
The P4211 uses the order activity rules starting values for the sales doc t ype and the item line type for each line. Processing options 3 and 4 can o verride these too.
If you are getting a next status between 900-998 it is because of something that the program determined about the line such as the following:
900 - item was backordered during sales order entry
902 - item was backordered during commitments
904 - item was backordered during shipping confirmation
912 - item added during commitment
914 - item added during shipping confirmation
920 - item added during order repricing
920 - item added during work order generation
980 - item cancelled during sales order entry
980 - item cancelled during commitments
984 - item cancelled during shipping confirmation
988 - item cancelled during update

Jim


From: lfolk627 [mailto:[email protected]]
Sent: Friday, June 08, 2012 11:50 AM
To: [email protected]
Subject: SO Next Status Code Update

I am looking for the program and/or copy source in JDE World that updates t he SO status code during execution of the SO entry(P4211) program. I know i t will pull the next status code based on order activity rules. The reason I am looking for the RPG code is because for specific items it is pulling i n the wrong next status even though the doc type and line type is the same as for the items that it pulls in the correct status. It must be checking s ome other parameter of the item, i.e branch, item planning family, etc...? So Thoughts? Knowledge of program and/or copy source name?

Lynn Sr. IT Application Specialist
 
Back
Top