Dimensions to display PO(purchase order) Reports. SageX3

SOLVED

Hello All.

Please how can i make dimension print out  on purchase order (PO) report.

Parents
  • +1
    verified answer

    Can you tell us what specific report do you mean? 

    As a way to look, you need to use fields CCE(0)..(19) from the table PORDER for the header dimensions and CCE(0)...(19) from the table CPTANALIN with criteria PORDER.POHNUM=CPTANALIN.VCRNUM and CPTANALIN.ABRFIC="POP" for line dimensions.

Reply
  • +1
    verified answer

    Can you tell us what specific report do you mean? 

    As a way to look, you need to use fields CCE(0)..(19) from the table PORDER for the header dimensions and CCE(0)...(19) from the table CPTANALIN with criteria PORDER.POHNUM=CPTANALIN.VCRNUM and CPTANALIN.ABRFIC="POP" for line dimensions.

Children