nitai_das
27th August 2007, 08:13
We have written one AFS program for "Maintain Purchase Order" with following command
#define POHDR.SESS "tdpur4110m000"
stpapi.put.field(POHDR.SESS,"tdpur040.orno", str$(oser1))
stpapi.put.field(POHDR.SESS,"tdpur040.suno", repf.item)
stpapi.put.field(POHDR.SESS,"tdpur040.cotp", repf.cwar)
stpapi.put.field(POHDR.SESS,"tdpur040.cpay", str$(repf.qty))
when we run the session, "maintain purchase order" form appearing in the terminal for each stpapi command and unable to put the value. We have written many AFS program but first time facing this type of problem.
Pl. advice if any one know the solution of this type of problem.
Regards.
#define POHDR.SESS "tdpur4110m000"
stpapi.put.field(POHDR.SESS,"tdpur040.orno", str$(oser1))
stpapi.put.field(POHDR.SESS,"tdpur040.suno", repf.item)
stpapi.put.field(POHDR.SESS,"tdpur040.cotp", repf.cwar)
stpapi.put.field(POHDR.SESS,"tdpur040.cpay", str$(repf.qty))
when we run the session, "maintain purchase order" form appearing in the terminal for each stpapi command and unable to put the value. We have written many AFS program but first time facing this type of problem.
Pl. advice if any one know the solution of this type of problem.
Regards.