Hi'
Im sorry the problem is unclear.
In the exit for validation at network header we know how to make the coding needed for the profitcenter-check - BUT it is the wrong data we have available in the exit.
To make the check we need to take the network number for data available when the validation is performed.
When we put a break point for debugging to check the data available, they are from structure AFVGD and not view CAUFVD.
If you make a validation without exit, then for network header you can pick data from structure CAUFVD.
If you make a validation without exit for network ACTIVITY you can pick data from structure AFVGD.
When we make the exit for network header, we can pick data from AFVGD and not CAUFVD.
The strange thing is, that debugging shows that the exit are executed the same number of times as network in the project, not the number of times as activities in the project.
What do we have to do to have the structure CAUFVD available for the exit?
Thank you in advance.
Best regards
Lone