This document aims to clarify the operation of SEs 831/832 in transfers routine.
We must emphasize that the full authorship of the expression placed in standard entries belongs to the customer, besides its impacts and functionalities.IMPORTANT!
See below some utilization examples
Contextualization
You can use standard entries 831 and 832 to obtain the values of SN3 and SN4 of an asset during its transfer.
Note: when searching values in SN4, you can only get values from value lines as N4_TIPOCNT = 1.
Examples of expressions used:
Expression CT5_VLR01 | Note |
IIF(SN4->N4_OCORR=="03",SN4->N4_VLROC1,0) | Getting data from occurrence (N4_OCORR) equal to 03 of SN4 of asset |
SN3->N3_VORIG1 | Getting regular value of SN3 of each line of asset form |
IIF(SN4->N4_TIPO=="01",SN4->N4_VLROC1,0) | Getting only the value of type 01 if desired. |
We must emphasize that the expressions above are only examples.
Scenario of asset that contains more than one type of another asset in same form:
Asset Register
Upon execution, enter both SEs in accordance with the expression of SN4 and SN3, duly selected:
Standard Entry 831:
Standard Entry 832:
As we can see, a double SE configuration was made for table SN3 and SN4 to exemplify the correct operation and display of the values obtained.
The examples used are only for explanatory purposes only and are fully illustrative, not representing an actual scenario.
Example of Partial Posting:
Standard Entry 831:
Standard Entry 832:
Notice that the search yielded the partial value of each asset and its respective types in increasing order of types (Example: 01, 02, 10).