Get UDC/F0005 Record in X00TAX

Sai Deshpande

Active Member
Hello List,

We have a requirement that when R42800 is run, ST orders should not call vertex. I see that the vertex call is made in X00TAX. To achieve this we have created a custom UDC which has the order types for which vertex should not be called. Can anyone please help me how to read from a UDC/F0005 in X00TAX.
I did refer to B4100450.c and B4100450.h and it has logic like open table, fetch... from F0005. Should we do something similar in X00TAX.c and .h too.

Any help is appreciated.

Thank You.

Sai
E910
 
Did you evaluate these?

B9800903 Get UDC Text from F0005

The business function retrieves the UDC Description 1 and Description 2 for the base/domestic language.
The UDC value that is passed in to the business function parameter szUserDefinedCode must be right-justified using B9800150 Right Justify UDC Value before the call to B9800903 Get UDC Text from F0005.
The recommendation is to use the above business function X0005 Get UDC which does not require the UDC value to be right-justified.

B9800902 Get UDC Language Text from F0005D

The business function retrieves the UDC Description 1 and Description 2 for the requested language.
The UDC value that is passed in to the business function parameter szUserDefinedCode must be right-justified using B9800150 Right Justify UDC Value before the call to B9800902 Get UDC Language Text from F0005D.
The recommendation is to use the above business function X0005 Get UDC which does not require the UDC value to be right-justified.
 
Back
Top