UDC Insert Function

Ryan...

Member
I need to programatically add new values to the F0005 if they don't exist on incoming data. Is there not a business function that does that?

I tried tracing my web session while I inputted one and read through the logs, the only BSFN call was for some logging. I suppose the web server did a direct insert?
 
Hi Ryan,

You could take a look at BSFN B9800150 UpdateUDC. The app may not use this but outside of it this is what I'd go for.

Regards

Neil.
 
B96711 UpdateUDCValue

Action code = A to ADD

Where will you get the 1st and 2nd descs from though?
 
Back
Top