Your Space

How to set up a Your Space

Your space gives you the option to customize the information that appears on the screen. This article will explain the different types of Your Spaces and how to set up each one.

Products On Suggested Order

Under the Suggested Order screen you will find a table giving you detailed information of the product with a ‘Your Space’ column. The logic for the Your Space display is controlled by RPGLE program K3S_1031 in the 5MOD library. Adjust the column heading using field TA_CODEDS3 of the K_TABLCOD record with TA_CODETYP = YSP and TA_CODEVAL = K3S_1030.

Supplier Summary

Under the Supplier Summary screen you will find a table giving you detailed information of the supplier with a ‘Your Space’ column. You are given the ability to customize this ‘Your Space’ column. The logic for the Your Space display is controlled by RPGLE program K3S_1011 in the 5MOD library. Adjust the column heading using field TA_CODEDS3 of the K_TABLCOD record with TA_CODETYP = YSP and TA_CODEVAL = K3S_1010.

Purchase Orders Log

Under the Purchase Order screen you will find a table giving you detailed information of the purchase order with a ‘Your Space’ column. You are given the ability to customize this ‘Your Space’ column. The logic for the Your Space display is controlled by RPGLE program K3S_1015 in the 5MOD library. Adjust the column heading using field TA_CODEDS3 of the K_TABLCOD record with TA_CODETYP = YSP and TA_CODEVAL = K3S_1015.

All Locations for a Product

Under the All Locations for a Product screen there are two screens with configurable ‘Your Space’ for the user to toggle through. The logic for the Your Space display is controlled by RPGLE program K3S_XP8001 in the 5MOD library. The incoming parm of screennbr (screen number) will be 2 or 3 to control the display of screen 2 or 3 which the user will toggle through. Adjust the column heading using fields TA_CODEDS3 and TA_CODEDS4 of the K_TABLCOD record with TA_CODETYP = YSP and TA_CODEVAL = K3S_8000 2 and/or K3S_8000 3.

Product Order Details

Under the Order Details screen you will find a blue ‘Your Space’ on the top of the screen which is configurable. The logic for the Your Space display is controlled by RPGLE program K3S_9941 in the 5MOD library. This ‘Your Space’ gives the option to add four rows of information.

Product History

Under the Product History screen you will find a blue ‘Your Space’ on the top of the screen which is configurable. The logic for the Your Space display is controlled by RPGLE program K3S_9931 in the 5MOD library. This ‘Your Space’ gives the option to add four rows of information.

PO Approval

The PO Approval screen has the ability to configure a ‘Your Space’ at the bottom of the screen. The logic for the Your Space display is controlled through RPGLE program K3S_XP1051 in the 5MOD library. To display this Your Space you will need to set TA_FLAG1 = 1 for the K_TABLCOD record with TA_CODETYP = YSP and TA_CODEVAL = APPROVE_PO.